GNU bug report logs - #29546
Intermittent test failures in 'git'

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Sun, 3 Dec 2017 11:48:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark H Weaver <mhw <at> netris.org>
To: 29546 <at> debbugs.gnu.org
Subject: bug#29546: Intermittent test failures in 'git'
Date: Sun, 03 Dec 2017 06:47:10 -0500
On Hydra, the following intermittent test failure in 'git' has occurred
twice in the last two days, and twice about a month ago:

--8<---------------cut here---------------start------------->8---
not ok 3 - git svn branch tests
#	
#		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
#	
# 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---

The problem is not architecture specific.  It has occurred at least once
on all three hydra-supported-systems (x86_64, i686, and armhf).  The
collateral damage includes several hundred dependency failures.

The following error also happened once on x86_64 about a month ago:

--8<---------------cut here---------------start------------->8---
not ok 3 - git svn branch tests
#	
#		git svn branch a &&
#		base=$(git rev-parse HEAD:) &&
#		test $base = $(git rev-parse remotes/origin/a:) &&
#		git svn branch -m "created branch b blah" b &&
#		test $base = $(git rev-parse remotes/origin/b:) &&
#		test_must_fail git branch -m "no branchname" &&
#		git svn branch -n c &&
#		test_must_fail git rev-parse remotes/origin/c &&
#		test_must_fail git svn branch a &&
#		git svn branch -t tag1 &&
#		test $base = $(git rev-parse remotes/origin/tags/tag1:) &&
#		git svn branch --tag tag2 &&
#		test $base = $(git rev-parse remotes/origin/tags/tag2:) &&
#		git svn tag tag3 &&
#		test $base = $(git rev-parse remotes/origin/tags/tag3:) &&
#		git svn tag -m "created tag4 foo" tag4 &&
#		test $base = $(git rev-parse remotes/origin/tags/tag4:) &&
#		test_must_fail git svn tag -m "no tagname" &&
#		git svn tag -n tag5 &&
#		test_must_fail git rev-parse remotes/origin/tags/tag5 &&
#		test_must_fail git svn tag tag1
#

[...]

# failed 1 among 4 test(s)
1..4
make[2]: *** [Makefile:49: t9128-git-svn-cmd-branch.sh] Error 1
--8<---------------cut here---------------end--------------->8---

      Mark




This bug report was last modified 1 year and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.