From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#26407: test.dicod fails after ~20 hours of failed connection attempts Date: Sat, 08 Apr 2017 14:43:10 -0400 Message-ID: <874lxyivup.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwvLB-0001h9-A5 for bug-guix@gnu.org; Sat, 08 Apr 2017 14:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwvL8-00024t-3N for bug-guix@gnu.org; Sat, 08 Apr 2017 14:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwvL7-00024o-Vx for bug-guix@gnu.org; Sat, 08 Apr 2017 14:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwvL7-0008PX-Pf for bug-guix@gnu.org; Sat, 08 Apr 2017 14:44:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwvKX-0001fG-Lv for bug-guix@gnu.org; Sat, 08 Apr 2017 14:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwvKU-0001w2-Je for bug-guix@gnu.org; Sat, 08 Apr 2017 14:43:25 -0400 Received: from world.peace.net ([50.252.239.5]:42320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwvKU-0001vy-Fh for bug-guix@gnu.org; Sat, 08 Apr 2017 14:43:22 -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: 26407@debbugs.gnu.org Recently, test.dicod has started failing after taking ~20 hours of build-slot time, mostly filled with "Connection refused" errors: https://hydra.gnu.org/job/gnu/master/test.dicod.x86_64-linux Here's a build that recently failed after 20 hours: https://hydra.gnu.org/build/1974589 and here's one that, as of the time of this writing, is currently 14 hours into the build, and stuck in the same "Connection refused" loop: https://hydra.gnu.org/build/1974709 Mark