From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#32459: Strace 4.24 doesn't build Date: Thu, 16 Aug 2018 20:46:26 +0200 Message-ID: <874lfu5ev1.fsf@lassieur.org> References: <87600a5h0m.fsf@lassieur.org> <87pnyich6s.fsf@tobias.gr> 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]:38434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqNIZ-00075O-34 for bug-guix@gnu.org; Thu, 16 Aug 2018 14:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqNIT-0002Xf-W8 for bug-guix@gnu.org; Thu, 16 Aug 2018 14:47:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqNIT-0002Xa-SL for bug-guix@gnu.org; Thu, 16 Aug 2018 14:47:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqNIT-0000kD-L6 for bug-guix@gnu.org; Thu, 16 Aug 2018 14:47:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87pnyich6s.fsf@tobias.gr> 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: Tobias Geerinckx-Rice Cc: 32459@debbugs.gnu.org Tobias Geerinckx-Rice writes: > Cl=C3=A9ment, > > Cl=C3=A9ment Lassieur wrote: >> Strace 4.24 doesn't build (on my machine). >> >> Once I had: >> >> FAIL: trace_personality_32.gen.test >> >> And another time: >> >> FAIL: trace_personality_regex_32.gen.test >> FAIL: trace_stat_like.gen.test >> FAIL: trace_stat.gen.test >> FAIL: trace_statfs_like.gen.test >> FAIL: trace_question.gen.test >> >> And a third time: >> >> FAIL: trace_personality_regex_x32.gen.test >> FAIL: trace_personality_64.gen.test >> >> So it's undeterministic. > > Thanks for the report. I can't reproduce this failure. > > I've successfully built[0] strace@4.24 five times so far, on a modest 4-c= ore > x86-64 machine. All builds are bit-identical. I was using a modest 32-core x86-64 machine. > Does disabling build and/or test parallelism make a difference? Yes, it works with '#:parallel-tests? #f'! Thank you! Cl=C3=A9ment