From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Cuirass enhancements Date: Wed, 19 Jun 2019 15:55:03 +0200 Message-ID: <87sgs5n0i5.fsf@elephly.net> References: <20190618195025.62b32955@alma-ubu> 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]:48439) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdb3g-0001Ho-FF for guix-devel@gnu.org; Wed, 19 Jun 2019 09:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdb3b-0007YI-D0 for guix-devel@gnu.org; Wed, 19 Jun 2019 09:55:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21205) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdb3R-0007ON-Vi for guix-devel@gnu.org; Wed, 19 Jun 2019 09:55:16 -0400 In-reply-to: <20190618195025.62b32955@alma-ubu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?Bj=C3=B6rn_H=C3=B6fling?= Cc: guix-devel Bj=C3=B6rn H=C3=B6fling writes: > * If a job failed because of its dependency, I would like to see which > one caused the problem. I don't know how to find that out. > In Hydra, the name and build log of the failing dependency was directly > available. This is now implemented on the =E2=80=9Cdetails=E2=80=9D page. The logs of= the failed prerequisites are linked directly. (We don=E2=80=99t keep that kind of information in the database, so we don= =E2=80=99t know what *build* relates to the failure. We get that information in a round-about way through the derivation of the build and the Guix derivations API.) -- Ricardo