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: Thu, 15 Feb 2018 14:21:25 -0500 Message-ID: <87a7wam53e.fsf@netris.org> References: <87zi4uvi88.fsf@netris.org> <87k1vsfk1u.fsf@gnu.org> <87sha4osus.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]:48125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emP7a-0003Hf-UK for bug-guix@gnu.org; Thu, 15 Feb 2018 14:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emP7W-00057x-ID for bug-guix@gnu.org; Thu, 15 Feb 2018 14:23:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emP7W-00057t-Dh for bug-guix@gnu.org; Thu, 15 Feb 2018 14:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emP7W-00056K-1m for bug-guix@gnu.org; Thu, 15 Feb 2018 14:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sha4osus.fsf@netris.org> (Mark H. Weaver's message of "Wed, 14 Feb 2018 03:52:59 -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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30299@debbugs.gnu.org Hi Ludovic, Mark H Weaver writes: > 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=3Dcc95645867= 29a5bb90dd5d2722b543fdde9ab821 > > For now, I added your patch to the shepherd package in core-updates, in > commit f2d2ee42f168909f27c0c3b6532ef16febfd3b86. With your patch, Hydra built shepherd successfully on i686-linux on the first try, which is much better than the 19th try :) However, on armhf-linux, three tests failed: respawn.sh, respawn-throttling.sh, and pid-file.sh. https://hydra.gnu.org/build/2499835 We should probably arrange for test-suite.log to be printed when "make check" fails. We could add this functionality to selected packages like shepherd and guix the next time we update them, and maybe consider adding something generic to gnu-build-system's check phase in the next core-updates cycle. What do you think? Mark --8<---------------cut here---------------start------------->8--- starting phase `check' make check-am make[1]: Entering directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-= 0.3.2' make check-TESTS make[2]: Entering directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-= 0.3.2' make[3]: Entering directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-= 0.3.2' PASS: tests/misbehaved-client.sh FAIL: tests/respawn.sh PASS: tests/no-home.sh FAIL: tests/pid-file.sh PASS: tests/status-sexp.sh PASS: tests/sigint.sh PASS: tests/basic.sh FAIL: tests/respawn-throttling.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Testsuite summary for GNU Shepherd 0.3.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D # TOTAL: 8 # PASS: 5 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D See ./test-suite.log Please report to bug-guix@gnu.org =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D make[3]: *** [Makefile:1220: test-suite.log] Error 1 make[3]: Leaving directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-0= .3.2' make[2]: *** [Makefile:1328: check-TESTS] Error 2 make[2]: Leaving directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-0= .3.2' make[1]: *** [Makefile:1527: check-am] Error 2 make[1]: Leaving directory '/tmp/guix-build-shepherd-0.3.2.drv-0/shepherd-0= .3.2' make: *** [Makefile:1529: check] Error 2 phase `check' failed after 29.6 seconds builder for `/gnu/store/sk0l3ll4x1ddn9zwxmfqjipr578hiqx1-shepherd-0.3.2.drv= ' failed with exit code 1 @ build-failed /gnu/store/sk0l3ll4x1ddn9zwxmfqjipr578hiqx1-shepherd-0.3.2.d= rv - 1 builder for `/gnu/store/sk0l3ll4x1ddn9zwxmfqjipr578hiqx1-shepherd-0.= 3.2.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8---