From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32954: Cuirass: logs of failing tests are unavailable Date: Mon, 08 Oct 2018 22:30:08 +0200 Message-ID: <87h8hww59r.fsf@gnu.org> References: <87o9c75gpi.fsf@lassieur.org> <87murozi8w.fsf@gnu.org> <87efd0k0p7.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9cBE-0005n6-12 for bug-guix@gnu.org; Mon, 08 Oct 2018 16:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9cBC-0005yh-Vx for bug-guix@gnu.org; Mon, 08 Oct 2018 16:31:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36582) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9cBC-0005yc-RE for bug-guix@gnu.org; Mon, 08 Oct 2018 16:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9cBC-0005em-HN for bug-guix@gnu.org; Mon, 08 Oct 2018 16:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efd0k0p7.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Mon, 08 Oct 2018 15:49:40 +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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32954@debbugs.gnu.org Hello, Cl=C3=A9ment Lassieur skribis: > Ludovic Court=C3=A8s writes: > >> Hello Cl=C3=A9ment, >> >> Cl=C3=A9ment Lassieur skribis: >> >>> The logs of failing tests are unavailable. >>> >>> (Which makes it impossible to understand why a huge lot of tests are >>> failing.) >> >> You mean the =E2=80=98test.basic.x86_64-linux=E2=80=99 etc. jobs, right? >> >> I believe the reason build logs are missing is that those jobs are >> actually in =E2=80=9Cdependency-failed=E2=80=9D state, and not just =E2= =80=9Cfailed=E2=80=9D. IOW >> there=E2=80=99s simply no build log available. > > I understand, but I would have expected to see a log like the one in > https://bugs.gnu.org/32966. Wouldn't it be helpful? Also, is it > difficult to implement? Log files in /var/log/guix/drvs are per-derivation. If a derivation has not been built at all, it doesn=E2=80=99t have a log file. What we would need is a link to the failed dependency(ies). Thanks, Ludo=E2=80=99.