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 15:21:35 +0200 Message-ID: <87murozi8w.fsf@gnu.org> References: <87o9c75gpi.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]:60236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9VU6-00019j-3m for bug-guix@gnu.org; Mon, 08 Oct 2018 09:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9VU2-0006IL-7v for bug-guix@gnu.org; Mon, 08 Oct 2018 09:22:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9VU2-0006I4-30 for bug-guix@gnu.org; Mon, 08 Oct 2018 09:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9VU1-0006kW-TH for bug-guix@gnu.org; Mon, 08 Oct 2018 09:22:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9c75gpi.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sat, 06 Oct 2018 15:48:25 +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, 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 believe Cuirass commit be489a26c0e6a5f23a48142a87728a0ec8bc3c9c fixes this particular defect. Now we still need a way to determine which dependencies failed. Thanks, Ludo=E2=80=99.