From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34441: Wrong build log-file given by Berlin build farm Date: Tue, 12 Feb 2019 16:12:43 +0100 Message-ID: <87o97hjb10.fsf@gnu.org> References: <20190211181316.GA28260@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtZk9-0007XH-6F for bug-guix@gnu.org; Tue, 12 Feb 2019 10:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtZk7-0000Y2-9w for bug-guix@gnu.org; Tue, 12 Feb 2019 10:13:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45748) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtZk6-0000WN-2V for bug-guix@gnu.org; Tue, 12 Feb 2019 10:13:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtZk5-00045u-NC for bug-guix@gnu.org; Tue, 12 Feb 2019 10:13:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190211181316.GA28260@jasmine.lan> (Leo Famulari's message of "Mon, 11 Feb 2019 13:13:16 -0500") 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: Leo Famulari Cc: 34441@debbugs.gnu.org Hello! Leo Famulari skribis: > $ ./pre-inst-env guix build --no-grafts -e '(@@ (gnu packages virtualizat= ion) qemu-minimal-2.10)' --substitute-urls=3Dhttps://berlin.guixsd.org > /gnu/store/fmwazsg7rgdq7zlxmq3rviwab54gxw8f-qemu-minimal-2.10.2 > $ ./pre-inst-env guix build --no-grafts -e '(@@ (gnu packages virtualizat= ion) qemu-minimal-2.10)' --substitute-urls=3Dhttps://berlin.guixsd.org -d > /gnu/store/6k7gpas81l6bb4ds7pdxr8c9k65292vz-qemu-minimal-2.10.2.drv > $ ./pre-inst-env guix build --no-grafts -e '(@@ (gnu packages virtualizat= ion) qemu-minimal-2.10)' --substitute-urls=3Dhttps://berlin.guixsd.org --lo= g-file=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > https://berlin.guixsd.org/log/fmwazsg7rgdq7zlxmq3rviwab54gxw8f-qemu-minim= al-2.10.2 > > The log file shows that it belongs to a different derivation. Not to > mention that it describes a failed build: > ------ > TEST: tests/test-io-channel-socket... (pid=3D14521) > FAIL: tests/test-io-channel-socket > make: *** [/tmp/guix-build-qemu-minimal-2.10.2.drv-0/qemu-2.10.2/tests/Ma= kefile.include:849: check-tests/test-io-channel-socket] Error 1 > > Test suite failed, dumping logs. > Backtrace: > 4 (primitive-load "/gnu/store/5s9z2df3l8dn85nn29534yrhz1q=E2= =80=A6") > In ice-9/eval.scm: > 191:35 3 (_ _) > In srfi/srfi-1.scm: > 863:16 2 (every1 # =E2=80=A6) > In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/g= nu-build-system.scm: > 799:28 1 (_ _) > 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) > > /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-= build-system.scm:369:6: In procedure check: > Throw to key `srfi-34' with args `(#)'. > builder for `/gnu/store/mr5zvp4wrlyiwl125qpzc9np8gnmlm26-qemu-minimal-2.1= 0.2.drv' failed with exit code 1 > @ build-failed /gnu/store/mr5zvp4wrlyiwl125qpzc9np8gnmlm26-qemu-minimal-2= .10.2.drv - 1 builder for `/gnu/store/mr5zvp4wrlyiwl125qpzc9np8gnmlm26-qemu= -minimal-2.10.2.drv' failed with exit code 1 > ------ Not a bug! :-) Due to fixed-output derivations, there can be several derivations mapping to a given output. Here you just got the build log for one of the derivations that produces fmwazsg7rgdq7zlxmq3rviwab54gxw8f-qemu-minimal-2.10.2. I hope that makes sense! Ludo=E2=80=99.