From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29512: build of git-2.15.0.drv failed Date: Fri, 01 Dec 2017 11:33:14 +0100 Message-ID: <87y3mmhh5h.fsf@gnu.org> References: <86tvxbn1mg.fsf@gmail.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]:44560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKidy-0007Rp-38 for bug-guix@gnu.org; Fri, 01 Dec 2017 05:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKidu-0001v8-OY for bug-guix@gnu.org; Fri, 01 Dec 2017 05:34:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKidu-0001ux-Kk for bug-guix@gnu.org; Fri, 01 Dec 2017 05:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKidu-0000ia-4d for bug-guix@gnu.org; Fri, 01 Dec 2017 05:34:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <86tvxbn1mg.fsf@gmail.com> (George myglc's message of "Thu, 30 Nov 2017 11:59:51 -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: George myglc2 Clemmer Cc: 29512-done@debbugs.gnu.org Hi George, George myglc2 Clemmer skribis: > g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm > [...] > *** t9153-git-svn-rewrite-uuid.sh *** > not ok 4 - create new branches and tags > # > # ( cd git_project && > # git svn branch -m "New branch 1" -d b_one New1 ) && > # ( cd svn_project && > # svn_cmd up && test -e b_one/New1/a.file ) && > # > # ( cd git_project && > # git svn branch -m "New branch 2" -d b_two New2 ) && > # ( cd svn_project && > # svn_cmd up && test -e b_two/New2/a.file ) && > # > # ( cd git_project && > # git svn branch -t -m "New tag 1" -d tags_A Tag1 ) && > # ( cd svn_project && > # svn_cmd up && test -e tags_A/Tag1/a.file ) && > # > # ( cd git_project && > # git svn tag -m "New tag 2" -d tags_B Tag2 ) && > # ( cd svn_project && > # svn_cmd up && test -e tags_B/Tag2/a.file ) > # > # failed 1 among 4 test(s) > 1..4 > make[2]: *** [Makefile:49: t9141-git-svn-multiple-branches.sh] Error 1 [...] > Hmm... I have discovered that that works when I don't use the > multi-job/multi-core options, e.g., as previously reported, this fails > ... > > g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm > > But this ... > > g1@g1 ~/src/guix$ guix package -m ../g1.scm > > works. To me that sounds like an issue when running tests in parallel. Commit c03ba83c17c91e34e811a909fae0f63aab701ff9 ensures test run sequentially, which hopefully solves the problem. Thanks, Ludo=E2=80=99.