GNU bug report logs -
#29546
Intermittent test failures in 'git'
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29546 in the body.
You can then email your comments to 29546 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#29546
; Package
guix
.
(Sun, 03 Dec 2017 11:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mark H Weaver <mhw <at> netris.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sun, 03 Dec 2017 11:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29546
; Package
guix
.
(Mon, 04 Dec 2017 09:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 29546 <at> debbugs.gnu.org (full text, mbox):
Hi Mark,
Mark H Weaver <mhw <at> 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’.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29546
; Package
guix
.
(Mon, 04 Dec 2017 15:38:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 29546 <at> debbugs.gnu.org (full text, mbox):
ludo <at> gnu.org (Ludovic Courtès) skribis:
> Hi Mark,
>
> Mark H Weaver <mhw <at> 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’.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Tue, 29 Aug 2023 03:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mark H Weaver <mhw <at> netris.org>
:
bug acknowledged by developer.
(Tue, 29 Aug 2023 03:22:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 29546-done <at> debbugs.gnu.org (full text, mbox):
Hi,
I'm closing this old report, as our git packages seems to build reliably
now.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 26 Sep 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.