From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Debugging CI build failures Date: Wed, 15 May 2019 23:22:15 +0200 Message-ID: <871s0zqupk.fsf@gnu.org> References: <3FF875EF-7A1B-4BB5-ABB1-BDED21355F6F@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 ([209.51.188.92]:35431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hR1Lw-0003cB-St for help-guix@gnu.org; Wed, 15 May 2019 17:22:22 -0400 In-Reply-To: <3FF875EF-7A1B-4BB5-ABB1-BDED21355F6F@gmail.com> (Ivan Petkov's message of "Sat, 11 May 2019 09:17:54 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ivan Petkov Cc: help-guix Hi Ivan, Ivan Petkov skribis: > I recently submitted some patches which updated the rust bootstrap proces= s, but I noticed > cuirass failed on building rust-1.24.1.x86_64-linux [1] (the build succee= ded on my machine). > > I can=E2=80=99t seem to pull logs from cuirass either which makes me wond= er if the issue was a build > failure or something else. Am I missing something in the interface, or is= there no way to > see extra context like in Hydra? The build farm=E2=80=99s log file is at , = where XYZ is the basename of one of the outputs of the derivation of interest. For example: https://ci.guix.gnu.org/log/cghjx256ls2hrpcjbv65vnmvqszddh4i-rust-1.24.1 Unless you have built it locally, the following command gives you the URL: guix build rust@1.24 --no-grafts --log-file Now, the Cuirass Web and HTTP interfaces certainly leave a lot to be desired, but you can help! :-) See Ricardo=E2=80=99s recent call for help= on guix-devel. > (Speaking of Hydra, it seems like it is also stuck and not building anyth= ing or pulling in new > commits, anyone know what is going on there?) We=E2=80=99re now primarily focusing on ci.guix.gnu.org (aka. =E2=80=9Cberl= in=E2=80=9D), which has more CPU power, so hydra.gnu.org may lag behind. Thanks, Ludo=E2=80=99.