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: Sat, 11 Mar 2017 14:52:58 +0100 Message-ID: <87innf7wed.fsf@gnu.org> References: <20161126164239.GA9022@jocasta.intra> <87eg1wjzs0.fsf@gnu.org> 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]:36834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmhTB-00010P-Nd for bug-guix@gnu.org; Sat, 11 Mar 2017 08:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmhT8-0007KR-Lc for bug-guix@gnu.org; Sat, 11 Mar 2017 08:54:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmhT8-0007K8-JL for bug-guix@gnu.org; Sat, 11 Mar 2017 08:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cmhT8-0003Zi-DW for bug-guix@gnu.org; Sat, 11 Mar 2017 08:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87eg1wjzs0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 27 Nov 2016 23:58: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 Hi John, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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= =99re > 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) Do you still experience this hang? We don=E2=80=99t seem to have this prob= lem on Hydra. Ludo=E2=80=99.