From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3EA68382E906; Wed, 25 May 2022 15:27:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3EA68382E906 From: "evvers at ya dot ru" To: elfutils-devel@sourceware.org Subject: [Bug general/29180] New: run-debuginfod-fd-prefetch-caches.sh seems to fail on Ubuntu Focal when elfutils is built with --enable-gcov Date: Wed, 25 May 2022 15:27:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: evvers at ya dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2022 15:27:45 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29180 Bug ID: 29180 Summary: run-debuginfod-fd-prefetch-caches.sh seems to fail on Ubuntu Focal when elfutils is built with --enable-gcov Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: evvers at ya dot ru CC: elfutils-devel at sourceware dot org Target Milestone: --- As far as I understand the most relevant part is ``` 2022-05-25T01:03:03.3909087Z traversed_total{type=3D"directory"} 10 2022-05-25T01:03:03.3909315Z traversed_total{type=3D"file"} 32 2022-05-25T01:03:03.3909744Z traversed_total{type=3D"other"} 10 =3D~ fdcache_prefetch_count ([0-9])+ ]] 2022-05-25T01:03:03.3910032Z + [[ 1 -ne 0 ]] 2022-05-25T01:03:03.3910197Z + err 2022-05-25T01:03:03.3910419Z + trap - ERR 2022-05-25T01:03:03.3910612Z + echo ERROR REPORTS 2022-05-25T01:03:03.3910799Z ERROR REPORTS ``` The full log can be found at https://gist.github.com/evverx/362aa02f6ec8414d5a4f5bce59fbcd47 Since the test seems to pass on Ubuntu Jammy and Fedora Rawhide I "fixed" i= t by skipping the test in https://github.com/evverx/elfutils/pull/85 and not including it in the coverage report built on Ubuntu Focal. --=20 You are receiving this mail because: You are on the CC list for the bug.=