From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30299: [core-updates] shepherd fails tests on all systems except x86_64 Date: Sun, 04 Feb 2018 23:48:29 +0100 Message-ID: <87k1vsfk1u.fsf@gnu.org> References: <87zi4uvi88.fsf@netris.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]:48560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiT5t-0002aT-Cw for bug-guix@gnu.org; Sun, 04 Feb 2018 17:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiT5q-0001Br-BW for bug-guix@gnu.org; Sun, 04 Feb 2018 17:49:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eiT5q-0001BN-7Z for bug-guix@gnu.org; Sun, 04 Feb 2018 17:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eiT5p-0004Cw-RP for bug-guix@gnu.org; Sun, 04 Feb 2018 17:49: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: Mark H Weaver Cc: 30299@debbugs.gnu.org Hello, 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=3Dcc9564586729a= 5bb90dd5d2722b543fdde9ab821 I=E2=80=99ll roll a new Shepherd release soon and update the package. The rest may be a duplicate of 23811, though I couldn=E2=80=99t reproduce i= t. Thanks, Ludo=E2=80=99.