From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29356: 1 test-suite test fails Date: Mon, 20 Nov 2017 10:23:46 +0100 Message-ID: <87tvxp5mn1.fsf@gnu.org> References: <4b65c962-1fe9-e4f4-7b74-4371bff259f5@uni-bremen.de> 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]:60859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGiJF-00010Z-0L for bug-guix@gnu.org; Mon, 20 Nov 2017 04:24:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eGiJ8-000755-Tw for bug-guix@gnu.org; Mon, 20 Nov 2017 04:24:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39599) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eGiJ8-00074t-Pz for bug-guix@gnu.org; Mon, 20 Nov 2017 04:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eGiJ8-0005zH-IE for bug-guix@gnu.org; Mon, 20 Nov 2017 04:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <4b65c962-1fe9-e4f4-7b74-4371bff259f5@uni-bremen.de> (Martin Castillo's message of "Sun, 19 Nov 2017 14:37:46 +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: Martin Castillo Cc: 29356@debbugs.gnu.org Hi Martin, Martin Castillo skribis: > + guix system build t-guix-system-11155 -n > + grep 't-guix-system-11155:3:2: .*module .*qemu.*not found' t-guix-syste= m-error-11155 > + rm -f t-guix-system-11155 t-guix-system-error-11155 '/tmp/t-guix-system= -11155/*' > + rmdir /tmp/t-guix-system-11155 > ./test-env: line 1: 11154 Terminated "/home/mcd/guix/pre-ins= t-env" "/home/mcd/guix/guix-daemon" --disable-chroot --substitute-urls=3D"$= GUIX_BINARY_SUBSTITUTE_URL" > FAIL tests/guix-system.sh (exit status: 1) The failing test here is this: --8<---------------cut here---------------start------------->8--- cat > "$tmpfile" < "$errorfile" then false else grep "$tmpfile:3:2: .*module .*qemu.*not found" "$errorfile" grep "Try.*use-package-modules virtualization" "$errorfile" fi --8<---------------cut here---------------end--------------->8--- Could it be that there are stale gnu/packages/qemu.{scm,go} files in the working tree? Thanks in advance, Ludo=E2=80=99.