From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqOzJ-00086J-Jh for guix-patches@gnu.org; Mon, 26 Feb 2018 15:03:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqOzG-0006S4-EW for guix-patches@gnu.org; Mon, 26 Feb 2018 15:03:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqOzG-0006S0-B4 for guix-patches@gnu.org; Mon, 26 Feb 2018 15:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqOzG-0003NS-2U for guix-patches@gnu.org; Mon, 26 Feb 2018 15:03:02 -0500 Subject: [bug#30601] [PATCH staging] gnu: ninja: Disable tests on armhf. Resent-Message-ID: From: Marius Bakke In-Reply-To: <87sh9nv8s4.fsf@fastmail.com> References: <20180225035438.24171-1-mbakke@fastmail.com> <87fu5nvdxe.fsf@gnu.org> <87sh9nv8s4.fsf@fastmail.com> Date: Mon, 26 Feb 2018 21:02:07 +0100 Message-ID: <87po4rv7sw.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30601-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Marius Bakke writes: > Ludovic Court=C3=A8s writes: > >> Hi! >> >> Marius Bakke skribis: >> >>> * gnu/packages/ninja.scm (ninja)[arguments]: Set #:tests? #f on armhf. = Adjust >>> CHECK-PHASE accordingly. >>> --- >>> gnu/packages/ninja.scm | 20 +++++++++++++++----- >>> 1 file changed, 15 insertions(+), 5 deletions(-) >>> >>> diff --git a/gnu/packages/ninja.scm b/gnu/packages/ninja.scm >>> index adb236484..cff2ac38b 100644 >>> --- a/gnu/packages/ninja.scm >>> +++ b/gnu/packages/ninja.scm >>> @@ -42,7 +42,15 @@ >>> (build-system gnu-build-system) >>> (native-inputs `(("python" ,python-2))) >>> (arguments >>> - '(#:phases >>> + ;; FIXME: On armhf-linux, Subprocess.TestWithLots fails like this: >>> + ;; *** Failure in src/subprocess_test.cc:241 >>> + ;; ExitSuccess =3D=3D procs[i]->Finish() >>> + ;; See . >>> + ;; Disable for now. >> >> Sounds reasonable. Could you also report it upstream? :-) > > Actually, now that I'm more awake, I found the problem. On most > machines this test is skipped because it requires 1025 open files. > However, on Hydras armhf machines, this limit is apparently higher. > > The problem is that the test calls out to /bin/echo. I was able to > reproduce it on x86_64 simply by raising the softlimit to 4096. > > So, I pushed a one-line fix as d0de4c40e24ee52e4382ee2ac82088932ab49099. Derp. Apparently I wasn't awake enough and managed to patch the wrong file when making the commit. The followup in 6d796220c417a34100c282a7fa1f9afb6ac00339 fixes it, sorry for the noise. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqUZ78ACgkQoqBt8qM6 VPpNHgf+OWx6DsqW0ihD9Zhb/r6kxqKiOaBdSQmE1kn0T800kWyBKqXRc9mCS8q/ Z4ZHn+Ybt3URlCLjPpdq8J9X16fBSgznXzrqrRDPG9WH9AHoEmrD5yDrHnax4dO8 ofRpcxFLRRvwnlrNTeOdkVa2vfP+3Bp6NedzB8zaTOvzGPipD/ChLFxp0M9U/+Uh d5sWnNXy3Wo84KYpJN2f8oAVNpFGMzmXKC08DMoeLNlQMavyZMv7iblg1w1CmcAc anWOoZGp9fTyOheGH46umHmXqrfjkOIN+D0+7vmPC5jdufniJjH4x80BwR/V36re htwYimZH1/Erqatpual6XCtoPG9e4Q== =M5hf -----END PGP SIGNATURE----- --=-=-=--