From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29546: Intermittent test failures in 'git' Date: Mon, 04 Dec 2017 16:37:13 +0100 Message-ID: <87h8t6mrme.fsf@gnu.org> References: <87lgikyqwx.fsf@netris.org> <87efoaq1lw.fsf@gnu.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]:58848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLson-0001w0-Hb for bug-guix@gnu.org; Mon, 04 Dec 2017 10:38:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLsok-0005Qv-77 for bug-guix@gnu.org; Mon, 04 Dec 2017 10:38:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36949) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLsok-0005Qp-37 for bug-guix@gnu.org; Mon, 04 Dec 2017 10:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLsoj-0001ny-Q5 for bug-guix@gnu.org; Mon, 04 Dec 2017 10:38:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efoaq1lw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 04 Dec 2017 10:33:15 +0100") 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: Mark H Weaver Cc: 29546@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hi Mark, > > Mark H Weaver skribis: > >> On Hydra, the following intermittent test failure in 'git' has occurred >> twice in the last two days, and twice about a month ago: > > This was discussed in , which led to commit > c03ba83c17c91e34e811a909fae0f63aab701ff9 to run tests sequentially. > > Currently that seems to work well: > > https://hydra.gnu.org/job/gnu/master/git-2.15.1.x86_64-linux > https://hydra.gnu.org/job/gnu/master/git-2.15.1.i686-linux > > The ARM build is still running though: > > https://hydra.gnu.org/job/gnu/master/git-2.15.1.armhf-linux Bad news, it failed (see ): --8<---------------cut here---------------start------------->8--- *** t9167-git-svn-cmd-branch-subproject.sh *** ok 1 - initialize svnrepo ok 2 - import into git not ok 3 - git svn branch tests #=09 # test_must_fail git svn branch a && # git svn branch --parents a && # test_must_fail git svn branch -t tag1 && # git svn branch --parents -t tag1 && # test_must_fail git svn branch --tag tag2 && # git svn branch --parents --tag tag2 && # test_must_fail git svn tag tag3 && # git svn tag --parents tag3 #=09 # failed 1 among 3 test(s) 1..3 make[2]: *** [Makefile:49: t9167-git-svn-cmd-branch-subproject.sh] Error 1 --8<---------------cut here---------------end--------------->8--- I tried building it for i686 on my laptop and it failed similarly. This bug report seems to be relevant, and it suggests bugs in the Perl bindings of Subversion: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D871562 For now I=E2=80=99ve disabled three of the git-svn tests that were reported= to fail intermittently in commit c7699ebeb4233d81f294ff7e8b8eb3676119ae4a, so that we can hopefully build Git more reliably. Ludo=E2=80=99.