From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#18070: Hydra does not cope well with offline build machines Date: Mon, 21 Jul 2014 20:34:50 +0200 Message-ID: <20140721183450.GA27090@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9IRW-00008Y-MW for bug-guix@gnu.org; Mon, 21 Jul 2014 14:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9IRP-0006vW-5u for bug-guix@gnu.org; Mon, 21 Jul 2014 14:36:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:38375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9IRP-0006vS-2S for bug-guix@gnu.org; Mon, 21 Jul 2014 14:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X9IRO-0002Mi-O5 for bug-guix@gnu.org; Mon, 21 Jul 2014 14:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9IQP-0008Se-1z for bug-guix@gnu.org; Mon, 21 Jul 2014 14:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9IQJ-0006UB-MG for bug-guix@gnu.org; Mon, 21 Jul 2014 14:35:00 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:52882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9IQJ-0006Tx-D3 for bug-guix@gnu.org; Mon, 21 Jul 2014 14:34:55 -0400 Content-Disposition: inline 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18070@debbugs.gnu.org For instance here: http://hydra.gnu.org/build/79392 There are lines lsh: Connect failed, (errno = 0) guix offload: error: failed to register GC root for '/gnu/store/8nklnmzj317ahk6ynz7k5748lhma8cgn-GD_2_0_33.tar.xz.drv' on '#< name: "enge.fr" port: 2222 system: "mips64el-linux" user: "hydra" private-key: "/home/hydra/.lsh/identity" parallel-builds: 2 speed: 0.5 features: ()>' (status: 256) builder for `/gnu/store/8nklnmzj317ahk6ynz7k5748lhma8cgn-GD_2_0_33.tar.xz.drv' failed with exit code 1 @ hook-failed /gnu/store/8nklnmzj317ahk6ynz7k5748lhma8cgn-GD_2_0_33.tar.xz.drv - 256 builder for `/gnu/store/8nklnmzj317ahk6ynz7k5748lhma8cgn-GD_2_0_33.tar.xz.drv' failed with exit code 1 cannot build derivation `/gnu/store/i7xzs82ja6pwa641hdagq32z3m0g6c9y-gd-2.0.33.drv': 1 dependencies couldn't be built It is normal that there is no connection to enge.fr:2222 because the machine is offline. But hydra should notice the lack of response and build on another machine instead. Andreas