From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Hydra fails to evaluate core-updates Date: Fri, 10 Apr 2015 10:37:53 +0200 Message-ID: <873848qsym.fsf@gnu.org> References: <87h9soswpt.fsf@netris.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]:34464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgURs-0007ze-L1 for guix-devel@gnu.org; Fri, 10 Apr 2015 04:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgURp-0006Do-Fo for guix-devel@gnu.org; Fri, 10 Apr 2015 04:38:00 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgURp-0006Dk-Ci for guix-devel@gnu.org; Fri, 10 Apr 2015 04:37:57 -0400 In-Reply-To: <87h9soswpt.fsf@netris.org> (Mark H. Weaver's message of "Thu, 09 Apr 2015 19:33:50 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Hydra consistently fails to evaluate core-updates commit > 7934c8cfee2fbab202939d9d4ba0a8b6bb7dd7dc when subset is "all" > (more precisely I removed the "subset" input altogether). > > I've attached the evaluation error output. I believe this is fixed by caaf193. Lessons learned: 1. I will add a =E2=80=98check-derivations=E2=80=99 linter that calls =E2=80=98package-derivation=E2=80=99 and report any errors. It would = have caught this. 2. =E2=80=98hydra-eval-guile-jobs=E2=80=99 (part of Hydra) should have im= proved error reporting. Ludo=E2=80=99.