From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27652: multi-core server could be the cause Date: Sat, 26 Aug 2017 12:00:19 +0200 Message-ID: <87k21qbqdo.fsf@gnu.org> References: <1499789087.1788738.1037461752.1AAA7941@webmail.messagingengine.com> <1499791721.1797352.1037513128.408DA69D@webmail.messagingengine.com> 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]:38498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlXtp-0006di-Qe for bug-guix@gnu.org; Sat, 26 Aug 2017 06:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlXtl-0005bV-Vn for bug-guix@gnu.org; Sat, 26 Aug 2017 06:01:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dlXtl-0005bM-Sr for bug-guix@gnu.org; Sat, 26 Aug 2017 06:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dlXtl-0001zF-KR for bug-guix@gnu.org; Sat, 26 Aug 2017 06:01:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1499791721.1797352.1037513128.408DA69D@webmail.messagingengine.com> (Joshua Sierles's message of "Tue, 11 Jul 2017 18:48:41 +0200") 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: Joshua Sierles Cc: 27652@debbugs.gnu.org Joshua Sierles skribis: > As Ludo mentioned on IRC, this issue could be caused by parallel > compilation on our 64-core server. At first it seemed related to using > the '--url' option, but I just was able to reproduce this problem using > only 'guix pull'. I'll look into how I can reduce the number of cores > used for compilation and report back. > > If this is the case, would this still be considered a bug? Marius reported a similar issue, which suggests it may indeed have to do with parallel compilation on many-core machines: https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00206.html (That=E2=80=99s a bug, of course.) Ludo=E2=80=99.