From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35181: Hydra offloads often get stuck while exporting build requisites Date: Mon, 08 Apr 2019 03:13:39 -0400 Message-ID: <87a7h16kap.fsf@netris.org> References: <87mul17oo2.fsf@netris.org> <87imvp7ogv.fsf@netris.org> <20190407173105.GB1337@macbook41> <87ef6d6mdn.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDOVj-00073w-5a for bug-guix@gnu.org; Mon, 08 Apr 2019 03:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDOVg-00052y-Mn for bug-guix@gnu.org; Mon, 08 Apr 2019 03:16:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDOVd-00051w-UN for bug-guix@gnu.org; Mon, 08 Apr 2019 03:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDOVd-0006Do-JB for bug-guix@gnu.org; Mon, 08 Apr 2019 03:16:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ef6d6mdn.fsf@netris.org> (Mark H. Weaver's message of "Mon, 08 Apr 2019 02:28:41 -0400") 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" To: Efraim Flashner Cc: 35181@debbugs.gnu.org The same jobs that are consistently getting stuck offloading to hydra.gnunet.org (Hydra's only functional x86 build slave at present) built successfully on armhf, with build times of 1-2 hours. With only one x86 build slave and all armhf build slaves on the same network and running the same ancient version of guix (circa 0.12.0), there are several possibilities: (1) The problem might be specific to hydra.gnunet.org or its network, or (2) it might depend on the version of guix running on the build slave, or (3) it might depend on the architecture of the build slave, or (4) something else? Also, these same jobs built without incident back in early December. Mark