From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#30299: [core-updates] shepherd fails tests on all systems except x86_64 Date: Wed, 14 Feb 2018 04:16:52 -0500 Message-ID: <87efloorqz.fsf@netris.org> References: <87zi4uvi88.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eltCZ-0004JI-AS for bug-guix@gnu.org; Wed, 14 Feb 2018 04:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eltCU-00087U-EO for bug-guix@gnu.org; Wed, 14 Feb 2018 04:18:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34249) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eltCU-00087G-9i for bug-guix@gnu.org; Wed, 14 Feb 2018 04:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eltCT-0005kp-Tx for bug-guix@gnu.org; Wed, 14 Feb 2018 04:18:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zi4uvi88.fsf@netris.org> (Mark H. Weaver's message of "Tue, 30 Jan 2018 22:07:35 -0500") 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: 30299@debbugs.gnu.org Mark H Weaver writes: > On core-updates, Hydra has been unable to successfully build 'shepherd' > on any system except x86_64-linux. I can also report that on my > mips64el-linux GuixSD system, which is running something close to > 'core-updates', I had to disable tests on shepherd in order to build it. > I don't know about aarch64-linux. > > These are the tests that commonly fail: > > FAIL: tests/respawn.sh > FAIL: tests/respawn-throttling.sh > FAIL: tests/basic.sh FYI, after 18 failed attempts, Hydra finally built shepherd on i686 successfully on the 19th try: https://hydra.gnu.org/build/2425454#tabs-buildsteps Now that I've added Ludovic's patch, hopefully it will require fewer attempts this time :) Mark