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 03:52:59 -0500 Message-ID: <87sha4osus.fsf@netris.org> References: <87zi4uvi88.fsf@netris.org> <87k1vsfk1u.fsf@gnu.org> 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]:42657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elspL-0000B3-Dg for bug-guix@gnu.org; Wed, 14 Feb 2018 03:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elspF-00083K-U8 for bug-guix@gnu.org; Wed, 14 Feb 2018 03:54:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34242) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elspF-000836-Qh for bug-guix@gnu.org; Wed, 14 Feb 2018 03:54:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1elspF-0005DQ-Jm for bug-guix@gnu.org; Wed, 14 Feb 2018 03:54:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1vsfk1u.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 04 Feb 2018 23:48:29 +0100") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30299@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> 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 > > This is a non-deterministic failure. I could reproduce the > tests/basic.sh one and it is fixed by this: > > https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=3Dcc956458672= 9a5bb90dd5d2722b543fdde9ab821 Thank you! > I=E2=80=99ll roll a new Shepherd release soon and update the package. For now, I added your patch to the shepherd package in core-updates, in commit f2d2ee42f168909f27c0c3b6532ef16febfd3b86. Mark