From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25036: make check-system hangs. Date: Sun, 27 Nov 2016 23:58:39 +0100 Message-ID: <87eg1wjzs0.fsf@gnu.org> References: <20161126164239.GA9022@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cB8PZ-0007hJ-7B for bug-guix@gnu.org; Sun, 27 Nov 2016 17:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cB8PW-0007RM-6K for bug-guix@gnu.org; Sun, 27 Nov 2016 17:59:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cB8PW-0007RI-2T for bug-guix@gnu.org; Sun, 27 Nov 2016 17:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cB8PV-00084F-Sn for bug-guix@gnu.org; Sun, 27 Nov 2016 17:59:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20161126164239.GA9022@jocasta.intra> (John Darrington's message of "Sat, 26 Nov 2016 17:42:39 +0100") 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.org@gnu.org Sender: "bug-Guix" To: John Darrington Cc: 25036@debbugs.gnu.org John Darrington skribis: > Whenever I run=20 > > make check-system TESTS=3Dopenssh > > it gets as far as: > > > PASS: tests/test-filter-redirector > TEST: tests/postcopy-test... (pid=3D10426) > /i386/postcopy:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 > > and hangs there indefinitely. The above lines seem to come from the test suite QEMU, so what you=E2=80=99= re observing here is QEMU=E2=80=99s test suite hanging. You=E2=80=99d have to find out which of the qemu* packages we provide is failing. On x86_64-linux, they build fine AFAIK: https://hydra.gnu.org/job/gnu/master/qemu-2.7.0.x86_64-linux https://hydra.gnu.org/job/gnu/master/qemu-minimal-2.7.0.x86_64-linux https://hydra.gnu.org/job/gnu/master/grub-2.02beta3.x86_64-linux (for 1.3) TIA, Ludo=E2=80=99.