From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Why is this build considered a failure by hydra? Date: Sat, 05 Apr 2014 13:01:30 +0200 Message-ID: <877g743ur9.fsf@gnu.org> References: <878urnhs4w.fsf@yeeloong.lan> <8738husavx.fsf@gnu.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]:49636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWOLy-0001YU-3o for guix-devel@gnu.org; Sat, 05 Apr 2014 07:01:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWOLt-00041N-FS for guix-devel@gnu.org; Sat, 05 Apr 2014 07:01:38 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:36012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWOLt-000414-97 for guix-devel@gnu.org; Sat, 05 Apr 2014 07:01:33 -0400 In-Reply-To: <8738husavx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 03 Apr 2014 17:14:42 +0200") 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 ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Offloading failed in some way. hydra.gnunet.org was down for some time, > so perhaps we hit that just at this moment. Or some networking issue > occurred just as we were retrieving the build outputs to hydra.gnu.org > (although these are normally distinguished from permanent build > failures, and marked as aborted.) Or there=E2=80=99s a bug in the offloa= d hook. A couple of days ago I fixed a possible problem: on build slaves, the GC could run at the wrong moment and wipe the derivation about to be built, leading to a guix build =E2=80=9CNo such file or directory=E2=80=9D error (= see commit 4b00f34.) Ludo=E2=80=99.