unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29546: Intermittent test failures in 'git'
@ 2017-12-03 11:47 Mark H Weaver
  2017-12-04  9:33 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2017-12-03 11:47 UTC (permalink / raw)
  To: 29546

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#29546: Intermittent test failures in 'git'
  2017-12-03 11:47 bug#29546: Intermittent test failures in 'git' Mark H Weaver
@ 2017-12-04  9:33 ` Ludovic Courtès
  2017-12-04 15:37   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-12-04  9:33 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 29546

Hi Mark,

Mark H Weaver <mhw@netris.org> 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 <https://bugs.gnu.org/29512>, 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

Let’s see if the problem shows up again.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#29546: Intermittent test failures in 'git'
  2017-12-04  9:33 ` Ludovic Courtès
@ 2017-12-04 15:37   ` Ludovic Courtès
  2023-08-29  3:21     ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-12-04 15:37 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 29546

ludo@gnu.org (Ludovic Courtès) skribis:

> Hi Mark,
>
> Mark H Weaver <mhw@netris.org> 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 <https://bugs.gnu.org/29512>, 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
<https://hydra.gnu.org/build/2367151/nixlog/2/tail-reload>):

--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
#	
#		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---

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=871562

For now I’ve 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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#29546: Intermittent test failures in 'git'
  2017-12-04 15:37   ` Ludovic Courtès
@ 2023-08-29  3:21     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-08-29  3:21 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Mark H Weaver, 29546-done

Hi,

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

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-29  3:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-03 11:47 bug#29546: Intermittent test failures in 'git' Mark H Weaver
2017-12-04  9:33 ` Ludovic Courtès
2017-12-04 15:37   ` Ludovic Courtès
2023-08-29  3:21     ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).