From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40342: hwloc test fails on emulated ARMv7/AArch64 due to QEMU bug Date: Tue, 31 Mar 2020 10:00:53 +0200 Message-ID: <87a73xvtqi.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54876) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJBxH-00034G-Jg for bug-guix@gnu.org; Tue, 31 Mar 2020 04:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJBxG-0007bS-FS for bug-guix@gnu.org; Tue, 31 Mar 2020 04:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJBxG-0007bH-CL for bug-guix@gnu.org; Tue, 31 Mar 2020 04:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJBxG-0001WC-7B for bug-guix@gnu.org; Tue, 31 Mar 2020 04:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54833) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJBwS-0002j7-AJ for bug-guix@gnu.org; Tue, 31 Mar 2020 04:08:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJBwQ-00076d-Pi for bug-guix@gnu.org; Tue, 31 Mar 2020 04:08:11 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:44613) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJBwQ-00075E-Gw for bug-guix@gnu.org; Tue, 31 Mar 2020 04:08:10 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40342@debbugs.gnu.org For hwloc 2.1.0, we would see this test failure on emulated ARMv7/AArch64: --8<---------------cut here---------------start------------->8--- hwloc_get_last_cpu_location: hwloc_get_last_cpu_location.c:38: check: Asser= tion `hwloc_bitmap_isincluded(last, set)' failed. qemu: uncaught target signal 6 (Aborted) - core dumped ./wrapper.sh: line 28: 42858 Aborted "$@" FAIL hwloc_get_last_cpu_location (exit status: 134) --8<---------------cut here---------------end--------------->8--- This turns out to be due to a QEMU bug that has now been reported: https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg08904.html We=E2=80=99ll have to upgrade our build machine once it is fixed. Ludo=E2=80=99.