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: Thu, 03 Apr 2014 17:14:42 +0200 Message-ID: <8738husavx.fsf@gnu.org> References: <878urnhs4w.fsf@yeeloong.lan> 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]:53120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVjLt-0003PN-H7 for guix-devel@gnu.org; Thu, 03 Apr 2014 11:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVjLp-0008QG-5r for guix-devel@gnu.org; Thu, 03 Apr 2014 11:14:49 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:58035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVjLo-0008QC-UZ for guix-devel@gnu.org; Thu, 03 Apr 2014 11:14:45 -0400 In-Reply-To: <878urnhs4w.fsf@yeeloong.lan> (Mark H. Weaver's message of "Thu, 03 Apr 2014 01:57:35 -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: > Looking at http://hydra.gnu.org/jobset/gnu/master , it seems that a > large percentage of our builds have started failing. I was curious so I > took a look. The first failure I looked at was 'file', since I recently > upgraded it: > > http://hydra.gnu.org/build/46637 I=E2=80=99ve just restarted it, and now it looks as succeeding. > Looking at the tail of the log, it looks like a successful build. > However, hydra reports that it failed with exit code 100. > > What's going on here? 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 offload = hook. This is clearly an annoyance. We must keep monitoring Hydra to see if there=E2=80=99s any clue of an actual bug or setup issue. Ludo=E2=80=99.