From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 51C903858D38; Sat, 1 Jul 2023 12:46:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51C903858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688215563; bh=z5vrVN12Tvcqxi4pQjci1iHpcKo47sSd4nYT0fkwGXY=; h=From:To:Subject:Date:From; b=HKYTCETqWB+MDNHH2AtPJl+Tj1H1AiMFOofUyJrhGXgmd9yoCtMvzYNUSXK0BpTWt v8VU6lxyfVErWjkn2hBsv/FY2gl5nvjZhU0hu/9hrdxhBUPcAmLzDwg5Q/PuLlfQ9u urA03lJvM8OFiafFw5mtvo0uVifu17fDXfgRbLX0= From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/30603] New: Various test failures with EPERM in systemd-nspawn container Date: Sat, 01 Jul 2023 12:46:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: NEW 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 attachments.created 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30603 Bug ID: 30603 Summary: Various test failures with EPERM in systemd-nspawn container Product: glibc Version: 2.37 Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org CC: carlos at redhat dot com Target Milestone: --- Created attachment 14950 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14950&action=3Ded= it build.log.xz I mentioned this to Carlos a few months ago but only now getting to file a = bug, sorry! When we discussed it, the conclusion was these tests should really be autoskipped. One example of many is tst-ntp_gettimex: ``` /var/tmp/portage/sys-libs/glibc-2.37-r3/work/build-hppa-hppa2.0-unknown-lin= ux-gnu-nptl/misc/tst-ntp_gettimex.out ``` error: ../sysdeps/unix/sysv/linux/tst-ntp_gettime.c:46: NTP_GETTIME_SYSCALL failed: Operation not permitted error: 1 test failures ``` Full failure list (a handful of these are unrelated, like the math ones, bu= t I figure that's obvious); ``` # grep FAIL /var/tmp/portage/sys-libs/glibc-2.37-r3/temp/build.log FAIL: debug/tst-ssp-1 FAIL: elf/tst-execstack FAIL: elf/tst-execstack-needed FAIL: elf/tst-execstack-prog FAIL: math/test-double-j0 FAIL: math/test-double-j1 FAIL: math/test-double-log FAIL: math/test-float32x-j0 FAIL: math/test-float32x-j1 FAIL: math/test-float32x-log FAIL: math/test-float64-j0 FAIL: math/test-float64-j1 FAIL: math/test-float64-log FAIL: math/test-ldouble-j0 FAIL: math/test-ldouble-j1 FAIL: math/test-ldouble-log FAIL: misc/test-errno-linux FAIL: misc/tst-mlock2 FAIL: misc/tst-ntp_gettime FAIL: misc/tst-ntp_gettime-time64 FAIL: misc/tst-ntp_gettimex FAIL: misc/tst-ntp_gettimex-time64 FAIL: misc/tst-pkey FAIL: misc/tst-process_mrelease FAIL: nptl/tst-execstack FAIL: time/tst-adjtime FAIL: time/tst-adjtime-time64 FAIL: time/tst-clock2 FAIL: time/tst-clock2-time64 29 FAIL 21 XFAIL ``` I've seen the same sort of thing on arm64 and possibly amd64 (but would nee= d to check). --=20 You are receiving this mail because: You are on the CC list for the bug.=