From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#31287: qemu-minimal-2.10.2 fails to build Date: Sun, 29 Apr 2018 14:55:20 +0200 Message-ID: <87r2myxjd3.fsf@GlaDOS.home> References: <87sh7hghdt.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCls7-0002TV-15 for bug-guix@gnu.org; Sun, 29 Apr 2018 08:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCls3-0007gk-4w for bug-guix@gnu.org; Sun, 29 Apr 2018 08:56:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34645) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCls2-0007gc-UV for bug-guix@gnu.org; Sun, 29 Apr 2018 08:56:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCls2-0004Gn-Ko for bug-guix@gnu.org; Sun, 29 Apr 2018 08:56:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87sh7hghdt.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Fri, 27 Apr 2018 10:53:18 +0200") 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: 31287-done@debbugs.gnu.org Diego Nicola Barbato writes: > Hello Guix > > Currently `guix build grub --keep-failed' fails with the following error: > > TEST: tests/test-hmp... (pid=13798) > /i386/hmp/pc-0.12: OK > /i386/hmp/pc-i440fx-2.4: OK > /i386/hmp/pc-1.3: OK > /i386/hmp/pc-q35-2.7: OK > /i386/hmp/pc-q35-2.6: OK > /i386/hmp/none: OK > /i386/hmp/pc-i440fx-1.7: OK > /i386/hmp/pc-i440fx-2.8: OK > /i386/hmp/pc-i440fx-1.6: OK > /i386/hmp/pc-i440fx-2.7: OK > /i386/hmp/pc-i440fx-2.10: OK > /i386/hmp/pc-0.11: OK > /i386/hmp/pc-i440fx-2.3: OK > /i386/hmp/pc-0.10: OK > /i386/hmp/pc-1.2: OK > /i386/hmp/pc-i440fx-2.2: OK > /i386/hmp/isapc: OK > /i386/hmp/pc-q35-2.5: OK > /i386/hmp/pc-0.15: OK > /i386/hmp/pc-0.14: OK > /i386/hmp/pc-i440fx-1.5: OK > /i386/hmp/pc-i440fx-2.6: OK > /i386/hmp/pc-i440fx-1.4: OK > /i386/hmp/pc-i440fx-2.5: OK > /i386/hmp/pc-q35-2.9: OK > /i386/hmp/pc-1.1: OK > /i386/hmp/pc-i440fx-2.1: OK > /i386/hmp/pc-q35-2.8: OK > /i386/hmp/pc-1.0: OK > /i386/hmp/pc-i440fx-2.0: OK > /i386/hmp/pc-q35-2.4: OK > /i386/hmp/pc-i440fx-2.9: OK > /i386/hmp/pc-0.13: OK > /i386/hmp/pc-q35-2.10: OK > PASS: tests/test-hmp > make: *** [/tmp/guix-build-qemu-minimal-2.10.2.drv-0/qemu-2.10.2/tests/Makefile.include:837: check-qtest-i386] Error 1 > phase `check' failed after 398.0 seconds > note: keeping build directory `/tmp/guix-build-qemu-minimal-2.10.2.drv-0' > builder for `/gnu/store/66dx3lqbgfff0abfccwsk8yk5718q1sm-qemu-minimal-2.10.2.drv' failed with exit code 1 > @ build-failed /gnu/store/66dx3lqbgfff0abfccwsk8yk5718q1sm-qemu-minimal-2.10.2.drv - 1 builder for `/gnu/store/66dx3lqbgfff0abfccwsk8yk5718q1sm-qemu-minimal-2.10.2.drv' failed with exit code 1 > cannot build derivation `/gnu/store/hlc5kmwwwzacbw7avmsp4fwki129hal7-grub-2.02.drv': 1 dependencies couldn't be built > guix build: error: build failed: build of `/gnu/store/hlc5kmwwwzacbw7avmsp4fwki129hal7-grub-2.02.drv' failed > > This also breaks `guix system reconfigure /etc/config.scm'. > > I run GuixSD (commit: 2216b6f4108abfb2f75db7667beaa46ee7d630e8) on an > x86_64 machine. I am closing this as I can no longer reproduce this error. It failed a couple of times in a row but after rebooting (I did not run `guix pull' so I am still on the same commit) the build succeeds every time. Sorry for the noise Diego