From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34461: Debugging build failures on Berlin / qemu-minimal-2.10 not available on Berlin build farm Date: Mon, 04 Mar 2019 22:27:14 +0100 Message-ID: <87sgw2nxe5.fsf@gnu.org> References: <20190212195400.GA30887@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]:39147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0v81-0006Ym-Rz for bug-guix@gnu.org; Mon, 04 Mar 2019 16:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0v7z-0005ZK-T6 for bug-guix@gnu.org; Mon, 04 Mar 2019 16:28:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46766) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0v7x-0005WM-Sh for bug-guix@gnu.org; Mon, 04 Mar 2019 16:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0v7x-0000iO-Lv for bug-guix@gnu.org; Mon, 04 Mar 2019 16:28:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190212195400.GA30887@jasmine.lan> (Leo Famulari's message of "Tue, 12 Feb 2019 14:54:00 -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: 34461@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > Substitutes of the hidden package qemu-minimal-2.10 are available from > but not . > > I'd like to fix this but I'm not sure how to start debugging things on > the Berlin build farm. I would get the .drv file name of that thing and then do: guix build --log-file /gnu/store/=E2=80=A6-qemu-minimal.drv \ --substitute-urls=3Dhttps://berlin.guixsd.org This should give you the URL of the failed build. Alternately, you can also go directly to: https://berlin.guixsd.org/log/XYZ-qemu-minimal where =E2=80=9CXYZ-qemu-minimal=E2=80=9D is the *output* file name of that = thing (not the .drv file name.) If that is 404, then most likely the thing was never built. To determine why, one would have to inspect /var/log/cuirass.log from berlin=E2=80=A6 HTH! Ludo=E2=80=99.