From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from brunni.mail.netestate.de (brunni.mail.netestate.de [81.209.177.48]) by sourceware.org (Postfix) with ESMTPS id D5C0B394342A for ; Wed, 4 Aug 2021 12:29:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D5C0B394342A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=netestate.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netestate.de Received: (qmail 27915 invoked from network); 4 Aug 2021 12:29:51 -0000 Received: from ribolla.netestate.de (81.209.177.78) by brunni.mail.netestate.de with ESMTP; 4 Aug 2021 12:29:51 -0000 Received: (qmail 15277 invoked by uid 503); 4 Aug 2021 12:29:51 -0000 Date: Wed, 4 Aug 2021 14:29:51 +0200 From: Michael Brunnbauer To: Adhemerval Zanella Cc: libc-help@sourceware.org, Siddhesh Poyarekar Subject: Re: glibc 2.34 failed tests Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zJ63UmK+UrJxz++C" Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 12:29:56 -0000 --zJ63UmK+UrJxz++C Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hi On Wed, Aug 04, 2021 at 08:56:17AM -0300, Adhemerval Zanella wrote: > > FAIL: elf/tst-dlopenfail >=20 > This is a new failure, could you post the .out output? >=20 > > FAIL: malloc/tst-safe-linking Those two failures occured with glibc 2.33 but not with 2.34 on my current= =20 machine. > > FAIL: malloc/tst-tcfree2 >=20 > This is another new failure., could you post the .out output as well? FAIL: tcache double free Expected signal 'Aborted' from child, got none > > FAIL: nss/tst-nss-files-hosts-multi > > FAIL: resolv/tst-bug18665 > > FAIL: resolv/tst-resolv-search >=20 > I recall this might fail depending of how the system network is configure= d. > What .out file shows? It's an ipv4 only system. Here are the outputs: cat nss/tst-nss-files-hosts-multi.out Timed out: killed the child process Termination time: 2021-08-03T15:50:02.888711343 Last write to standard output: 2021-08-03T15:49:22.870384035 cat resolv/tst-bug18665.out warning: unshare (CLONE_NEWUTS) failed: Invalid argument warning: could not enter network namespace Timed out: killed the child process Termination time: 2021-08-03T15:48:22.269459412 Last write to standard output: 2021-08-03T15:48:02.250298068 cat resolv/tst-resolv-search.out warning: unshare (CLONE_NEWUTS) failed: Invalid argument warning: could not enter network namespace Timed out: killed the child process Termination time: 2021-08-03T15:48:52.829291960 Last write to standard output: 2021-08-03T15:48:32.810330616 > > cat ./rt/tst-mqueue10.out > > error: tst-mqueue10.c:46: not true: q !=3D (mqd_t) -1 > > error: 1 test failures >=20 > I think this might be related to the fact rt/tst-mqueue10.c uses the > "/tst-mqueue2-" as template (it might interfere with rt/tst-mqueue2.c > itself). I opened a ticket for this one: https://sourceware.org/bugzilla/show_bug.cg= i?id=3D28188 > > cat ./time/tst-itimer.out > > tst-itimer.c:76: numeric comparison failure (widths 64 and 32) > > left: 10000 (0x2710); from: it_old.it_interval.tv_usec > > right: 20 (0x14); from: 20 > > tst-itimer.c:90: numeric comparison failure > > left: 20 (0x14); from: it.it_interval.tv_usec > > right: 10000 (0x2710); from: it_old.it_interval.tv_usec > > tst-itimer.c:118: numeric comparison failure > > left: 2748779068 (0xa3d70a3c); from: it_old.it_interval.tv_sec > > right: 8589934591 (0x1ffffffff); from: 0x1ffffffffull > > tst-itimer.c:119: numeric comparison failure (widths 64 and 32) > > left: 0 (0x0); from: it_old.it_interval.tv_usec > > right: 20 (0x14); from: 20 > > tst-itimer.c:141: numeric comparison failure > > left: 8589934591 (0x1ffffffff); from: it.it_interval.tv_sec > > right: 2748779068 (0xa3d70a3c); from: it_old.it_interval.tv_sec > > tst-itimer.c:142: numeric comparison failure > > left: 20 (0x14); from: it.it_interval.tv_usec > > right: 0 (0x0); from: it_old.it_interval.tv_usec > > tst-itimer.c:76: numeric comparison failure (widths 64 and 32) > > left: 10000 (0x2710); from: it_old.it_interval.tv_usec > > right: 20 (0x14); from: 20 > > tst-itimer.c:90: numeric comparison failure > > left: 20 (0x14); from: it.it_interval.tv_usec > > right: 10000 (0x2710); from: it_old.it_interval.tv_usec > > tst-itimer.c:118: numeric comparison failure > > left: 2748779068 (0xa3d70a3c); from: it_old.it_interval.tv_sec > > right: 8589934591 (0x1ffffffff); from: 0x1ffffffffull > > tst-itimer.c:119: numeric comparison failure (widths 64 and 32) > > left: 0 (0x0); from: it_old.it_interval.tv_usec > > right: 20 (0x14); from: 20 > > tst-itimer.c:141: numeric comparison failure > > left: 8589934591 (0x1ffffffff); from: it.it_interval.tv_sec > > right: 2748779068 (0xa3d70a3c); from: it_old.it_interval.tv_sec > > tst-itimer.c:142: numeric comparison failure > > left: 20 (0x14); from: it.it_interval.tv_usec > > right: 0 (0x0); from: it_old.it_interval.tv_usec > > error: 12 test failures >=20 > I almost sure this is the same issue I saw on an older kernel under KVM [= 1] >=20 > [1] https://patchwork.sourceware.org/project/glibc/patch/20210719163846.2= 954193-3-adhemerval.zanella@linaro.org/ My machine is not a virtual one though. Here is the ticket for this one: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28189 cu, brunni --=20 ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Stra=DFe 11a ++ 81379 M=FCnchen ++ Tel +49 89 32 19 77 80 ++ Fax +49 89 32 19 77 89=20 ++ E-Mail brunni@netestate.de ++ https://www.netestate.de/ ++ ++ Sitz: M=FCnchen, HRB Nr.142452 (Handelsregister B M=FCnchen) ++ USt-IdNr. DE221033342 ++ Gesch=E4ftsf=FChrer: Michael Brunnbauer, Franz Brunnbauer ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel --zJ63UmK+UrJxz++C Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTAkMfrYFFSaeacJ6u+j6gOLbYeuQUCYQqIPQAKCRC+j6gOLbYe udocAKCgHitmMjsUvpW0d2dwldkzOwXRAQCeIMNi/Y+g+Bcpk5BSfrVS17OeXJg= =TJr6 -----END PGP SIGNATURE----- --zJ63UmK+UrJxz++C--