From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id 794EE3857C7E for ; Sun, 31 Jan 2021 07:33:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 794EE3857C7E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.79,389,1602540000"; d="scan'208";a="371625717" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2021 08:33:09 +0100 Date: Sun, 31 Jan 2021 08:33:09 +0100 Message-Id: From: Paul Zimmermann To: libc-alpha@sourceware.org Subject: failures on Raspberry Pi X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2021 07:33:13 -0000 Hi, I get 8 test failures on a Raspberry Pi (ARMv7 Processor rev 5 (v7l)) with commit 934c48a and gcc 10.2.1: Summary of test results: 8 FAIL 3930 PASS 18 UNSUPPORTED 17 XFAIL 2 XPASS FAIL: elf/tst-glibc-hwcaps-prepend-cache tst-glibc-hwcaps-prepend-cache.c:109: numeric comparison failure left: 2 (0x2); from: marker1 () right: 3 (0x3); from: 3 error: tst-glibc-hwcaps-prepend-cache.c:118: not true: dlopen (SONAME, RTLD_NOW) == NULL error: 2 test failures running post-clean rsync FAIL: locale/tst-localedef-path-norm info: Directory '/usr/lib/locale/en_US1.utf8' exists. Timed out: killed the child process Termination time: 2021-01-29T12:51:15.067421847 Last write to standard output: 2021-01-29T12:51:10.320779487 running post-clean rsync FAIL: localedata/sort-test cmn_TW.UTF-8 xfrm-test FAIL FAIL: misc/tst-sysvshm-linux ../sysdeps/unix/sysv/linux/tst-sysvshm-linux.c:155: numeric comparison failure left: 4278190079 (0xfeffffff); from: ipcinfo.shmmax right: 2147483647 (0x7fffffff); from: tipcinfo.shmmax error: 1 test failures FAIL: nss/tst-nss-files-hosts-getent Timed out: killed the child process Termination time: 2021-01-29T16:20:09.398286002 Last write to standard output: 2021-01-29T16:19:49.383886436 FAIL: nss/tst-nss-files-hosts-multi Timed out: killed the child process Termination time: 2021-01-29T16:19:47.876326179 Last write to standard output: 2021-01-29T16:19:07.863774643 FAIL: stdio-common/tst-vfprintf-width-prec Timed out: killed the child process Termination time: 2021-01-29T14:17:07.870905125 Last write to standard output: 2021-01-29T14:16:47.850422358 FAIL: stdio-common/tst-vfprintf-width-prec-mem Memory not freed: ----------------- Address Size Caller 0x70a5f008 0x31fff9c at 0x76e814cf I can provide more details if needed. For the tests with "timed out", is there a way to increase the default timeout threshold? Paul