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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mark H Weaver <mhw <at> netris.org>
Subject: bug#29546: closed (Re: bug#29546: Intermittent test failures in
 'git')
Date: Tue, 29 Aug 2023 03:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#29546: Intermittent test failures in 'git'

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 29546 <at> debbugs.gnu.org.

-- 
29546: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29546
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: Mark H Weaver <mhw <at> netris.org>, 29546-done <at> debbugs.gnu.org
Subject: Re: bug#29546: Intermittent test failures in 'git'
Date: Mon, 28 Aug 2023 23:21:10 -0400
Hi,

I'm closing this old report, as our git packages seems to build reliably
now.

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: 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.