From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40527: qemu 4.2.0 test suite hangs on i686-linux Date: Thu, 09 Apr 2020 22:19:22 +0200 Message-ID: <87pncg1kfp.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]:35997) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMdec-0000Zy-VT for bug-guix@gnu.org; Thu, 09 Apr 2020 16:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMdeb-0002sm-Vx for bug-guix@gnu.org; Thu, 09 Apr 2020 16:20:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42925) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMdeb-0002sc-Sb for bug-guix@gnu.org; Thu, 09 Apr 2020 16:20:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMdeb-0002jB-OH for bug-guix@gnu.org; Thu, 09 Apr 2020 16:20:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:35931) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMde4-00006T-E0 for bug-guix@gnu.org; Thu, 09 Apr 2020 16:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMde3-0002dL-19 for bug-guix@gnu.org; Thu, 09 Apr 2020 16:19:27 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:59288) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jMde2-0002bL-Nm for bug-guix@gnu.org; Thu, 09 Apr 2020 16:19:26 -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: 40527@debbugs.gnu.org The test suite of QEMU 4.2.0 systematically hangs on i686-linux: --8<---------------cut here---------------start------------->8--- MALLOC_PERTURB_=3D${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_Q= EMU_BINARY=3Di386-softmmu/qemu-system-i386 QTEST_QEMU_IMG=3Dqemu-img tests/= migration-test -m=3Dquick -k --tap < /dev/null | ./scripts/tap-driver.pl --= test-name=3D"migration-test"=20 PASS 1 migration-test /i386/migration/deprecated PASS 2 migration-test /i386/migration/bad_dest PASS 3 migration-test /i386/migration/fd_proto PASS 4 migration-test /i386/migration/validate_uuid PASS 5 migration-test /i386/migration/validate_uuid_error PASS 6 migration-test /i386/migration/validate_uuid_src_not_set PASS 7 migration-test /i386/migration/validate_uuid_dst_not_set building of `/gnu/store/3k4ncd7d41va4kflila981246ai83xzi-qemu-minimal-4.2.0= .drv' timed out after 3600 seconds of silence --8<---------------cut here---------------end--------------->8--- The process tree at that point looks like this: --8<---------------cut here---------------start------------->8--- $ pstree -p |grep -A50 8930 |-guix-daemon(32573)-+-guix-daemon(8165)-+-guile(8930)-+-117(13= 51) | | | |-117(13= 75) | | | |-117(14= 05) | | | |-117(14= 43) | | | |-117(14= 77) | | | |-117(15= 16) | | | |-117(15= 34) | | | |-117(15= 59) | | | |-140(24= 20) | | | |-140(24= 45) | | | |-140(24= 68) | | | |-140(24= 91) | | | |-140(25= 22) | | | |-140(25= 53) | | | |-141(26= 30) | | | |-141(26= 54) | | | |-141(26= 78) | | | |-141(27= 06) | | | |-141(27= 24) | | | |-141(27= 42) | | | |-141(27= 60) | | | |-141(27= 88) | | | |-141(28= 11) | | | |-141(28= 29) | | | |-141(28= 47) | | | |-141(28= 65) | | | |-141(28= 83) | | | |-141(29= 06) [=E2=80=A6] --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.