From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36330: guix-build-branch.sh failed on Fedora 29 Date: Mon, 24 Jun 2019 10:26:22 +0200 Message-ID: <87sgrze6dt.fsf@gnu.org> References: <688a6ff1-c2b5-edad-fd84-c64669b1fa19@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38855) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfKJc-0006r6-T6 for bug-guix@gnu.org; Mon, 24 Jun 2019 04:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfKJb-0006Ya-Op for bug-guix@gnu.org; Mon, 24 Jun 2019 04:27:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfKJa-0006Xb-En for bug-guix@gnu.org; Mon, 24 Jun 2019 04:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfKJa-00084g-9x for bug-guix@gnu.org; Mon, 24 Jun 2019 04:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <688a6ff1-c2b5-edad-fd84-c64669b1fa19@gmail.com> (Matt Wette's message of "Sat, 22 Jun 2019 07:25:44 -0700") 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: Matt Wette Cc: 36330@debbugs.gnu.org Hi Matt, Matt Wette skribis: > FAIL: tests/guix-build-branch > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > accepted connection from pid 18056, user mwette > + guix build --version > guix build (GNU Guix) 1.0.1 > Copyright (C) 2019 the Guix authors > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > + guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)' > ++ guix build guile-gcrypt -d > accepted connection from pid 18073, user mwette > + orig_drv=3D/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/18ck9672wax= 2asspiin305l3drpjq8g3-guile-gcrypt-0.1.0.drv > ++ guix build guile-gcrypt --with-branch=3Dguile-gcrypt=3Dmaster -d > accepted connection from pid 18078, user mwette > updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'... > guix build: error: cannot fetch branch 'master' from https://notabug.org/= cwebber/guile-gcrypt.git: failed to resolve path '/home/mwette/proj/guix/gu= ix-1.0.1/test-tmp/var/18047/cache-18047/guix/checkouts/yxwtks42sv5sew5opm5x= d3umk7xmxwfr2vgde5nsbfj6fmb5epmq': No such file or directory It looks like the directory where Guix was attempting to store the checkout of guile-gcrypt disappeared under its feet. I wonder if this could be due to parallel builds (=E2=80=9Cmake check -j=E2=80=9D). Does it work if you run this test specifically? make check TESTS=3Dtests/guix-build-branch.sh ? Regardless, this is a harmless issue. Thank you, Ludo=E2=80=99.