Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6YBN-00DlN1-Em for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Oct 2024 16:38:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t6YBL-003OWh-H3 for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Oct 2024 16:37:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6YBL-003OWZ-5C for pgsql-hackers@lists.postgresql.org; Thu, 31 Oct 2024 16:37:59 +0000 Received: from mail-pj1-x102a.google.com ([2607:f8b0:4864:20::102a]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1t6YBI-003oei-5K for pgsql-hackers@lists.postgresql.org; Thu, 31 Oct 2024 16:37:58 +0000 Received: by mail-pj1-x102a.google.com with SMTP id 98e67ed59e1d1-2e2b9480617so890447a91.1 for ; Thu, 31 Oct 2024 09:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=timescale.com; s=google; t=1730392675; x=1730997475; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=3XpuT5U0FkIZORLOPE7tKjlbPWrnKyCyknPCp9qljOs=; b=CVa2O3GBoHP+PRIqJlR3L8gXoW4Lthfw2FqhR1DHhk2LBnbdhOTkheyb2ZVXrBGolG 07tyYvmk+w4VvaweW5sjZ+Yd3c3rQWWa+Wp6jUvMpda0GnjjWkbP3qS9spBbKSwH1rNH BFO0hmbEHNUWZ1VvbYlo23V2ZxIVHId74cZF4Pm+s1rhCSn9gGqH90nElHmwMLRtyvjE w0VhsKrefy3FN6QZKOAcVmm3nSOJPDxGpmReECut9Id7IJ0ZxIS1SLkyhqCyzIbXWBDO pHJiSGsJMOgfb7kw6QZeO169/8/u/szjMfnLUNcEtxPqxjL5i816+BReYkzysOkwy5O3 WXBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730392675; x=1730997475; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=3XpuT5U0FkIZORLOPE7tKjlbPWrnKyCyknPCp9qljOs=; b=We+PyA7sf4GosBK+/ok5QtE+ZVlZP97j/IRuAlBKlfJF3ybokrpjLVHzAV289BhWhi C8IbBGo/gtGIiZd1OGV+UXPW8yk41uHuhQ0AYE0898AhWEo5Yz9FgN3UaUgMYy7s5bCB EiD1MNUQaeX7uvXCZ5gakIj2mgUewhCFCfGubgjFCtxbG/a9RH0Z+BZYPrT0udd3Vn2J p8V86ZwkV46GHHqp/3d79QM8ca88H6tOSZ4qJg4ZT89S5muBeFqAQHzyxXcfBmApIN6M Fyg65MfJQuThzqyuUBMGW64Xa5k3Lr0QxhJ0cEP0N+6oZTgK3Jm/zg0gydWGhIfJsuC5 iMAA== X-Gm-Message-State: AOJu0YxAVJVS+jfP9i1WN0NwAxnrjrsemiAPO67+CEdDUlzQSCaRLYW6 bWwlPFsZ4NhQqRCZQZ/lp3MksxFpkXsbK+/LOdnx//bAG1DRaUxa8HQTpowzvoX1Ei1eCuNp9lW VCByZ9s4BpflNnQTVYrC9SS3Eaq3F74E58tRcZUtrJG1+Wz4sqtL/2w== X-Google-Smtp-Source: AGHT+IF6763S/x5n7Auo9M7vc/gNPO1751Sk2b1lGxr1UHcRdF+FFrn3inxMIW/BCnpRhYuVpgrIilyAFkaSejluk2U= X-Received: by 2002:a17:90b:4d0a:b0:2e2:abab:c45b with SMTP id 98e67ed59e1d1-2e93c174ca9mr4676358a91.21.1730392675069; Thu, 31 Oct 2024 09:37:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Aleksander Alekseev Date: Thu, 31 Oct 2024 19:37:43 +0300 Message-ID: Subject: Re: Having problems generating a code coverage report To: PostgreSQL Hackers Cc: jian he , Michael Paquier , Peter Geoghegan Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Jian, > > I downgraded to lcov 1.16 [1] and it helped. This is merely a > > workaround of course, not a long-time solution. > > > > [1]: https://github.com/linux-test-project/lcov/releases/tag/v1.16 > > > > -- > > my ubuntu meson version: 0.61.2, which also fails. > with similar errors you've posted. > > > from these two posts, > https://github.com/mesonbuild/meson/pull/12345 > https://github.com/mesonbuild/meson/issues/11995 > > Maybe upgrading meson can solve this problem. Thanks for the hint. I'm using Meson 1.3.2. Although it's not ancient (Feb 2024) there is 1.6.0 available. I'll try upgrading and let you know the results. -- Best regards, Aleksander Alekseev