unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29512: build of git-2.15.0.drv failed
@ 2017-11-30 16:59 George myglc2 Clemmer
  2017-11-30 23:55 ` George myglc2 Clemmer
  2017-12-01 10:33 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: George myglc2 Clemmer @ 2017-11-30 16:59 UTC (permalink / raw)
  To: 29512

Running guix from clean make check on ...

6e385b76e (HEAD -> master, origin/master, origin/HEAD) gnu: mongodb: Use scons-build-system.

... guix package failed ...

guix package: error: build failed: build of `/gnu/store/r3rijd3pmkfdmg3h4spyb24az3xiylc4-git-2.15.0.drv' failed

Details:

g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm
[...]
*** t9153-git-svn-rewrite-uuid.sh ***
not ok 4 - create new branches and tags
#
#		( cd git_project &&
#			git svn branch -m "New branch 1" -d b_one New1 ) &&
#		( cd svn_project &&
#			svn_cmd up && test -e b_one/New1/a.file ) &&
#
#		( cd git_project &&
#			git svn branch -m "New branch 2" -d b_two New2 ) &&
#		( cd svn_project &&
#			svn_cmd up && test -e b_two/New2/a.file ) &&
#
#		( cd git_project &&
#			git svn branch -t -m "New tag 1" -d tags_A Tag1 ) &&
#		( cd svn_project &&
#			svn_cmd up && test -e tags_A/Tag1/a.file ) &&
#
#		( cd git_project &&
#			git svn tag -m "New tag 2" -d tags_B Tag2 ) &&
#		( cd svn_project &&
#			svn_cmd up && test -e tags_B/Tag2/a.file )
#
# failed 1 among 4 test(s)
1..4
make[2]: *** [Makefile:49: t9141-git-svn-multiple-branches.sh] Error 1
make[2]: *** Waiting for unfinished jobs....
ok 1 - load svn repo
ok 2 - verify uuid
# passed all 2 test(s)
1..2
ok 1 - initialize repo
ok 2 - clone
ok 3 - git svn gc runs
ok 4 - git svn mkdirs recreates empty directories after git svn gc
# passed all 4 test(s)
1..4
ok 1 - load svn dump
ok 2 - all svn merges became git merge commits
ok 3 - cherry picks did not become git merge commits
ok 4 - svn non-merge merge commits did not become git merge commits
ok 5 - commit made to merged branch is reachable from the merge
ok 6 - merging two branches in one commit is detected correctly
not ok 7 - everything got merged in the end # TODO known breakage
# still have 1 known breakage(s)
# passed all remaining 6 test(s)
1..7
make[2]: Leaving directory '/tmp/guix-build-git-2.15.0.drv-0/git-2.15.0/t'
make[1]: *** [Makefile:36: test] Error 2
make[1]: Leaving directory '/tmp/guix-build-git-2.15.0.drv-0/git-2.15.0/t'
make: *** [Makefile:2439: test] Error 2
phase `check' failed after 517.7 seconds
builder for `/gnu/store/r3rijd3pmkfdmg3h4spyb24az3xiylc4-git-2.15.0.drv' failed with exit code 1
guix package: error: build failed: build of `/gnu/store/r3rijd3pmkfdmg3h4spyb24az3xiylc4-git-2.15.0.drv' failed
g1@g1 ~/src/guix$ exit
exit

Full compressed log (300+K) available if needed.

HTH - George

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

* bug#29512: build of git-2.15.0.drv failed
  2017-11-30 16:59 bug#29512: build of git-2.15.0.drv failed George myglc2 Clemmer
@ 2017-11-30 23:55 ` George myglc2 Clemmer
  2017-12-01 10:33 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: George myglc2 Clemmer @ 2017-11-30 23:55 UTC (permalink / raw)
  To: 29512

Hmm... I have discovered that that works when I don't use the
multi-job/multi-core options, e.g., as previously reported, this fails
...

g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm

But this ...

g1@g1 ~/src/guix$ guix package  -m ../g1.scm

works.

So maybe it's a git bug as opposed to a guix bug.

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

* bug#29512: build of git-2.15.0.drv failed
  2017-11-30 16:59 bug#29512: build of git-2.15.0.drv failed George myglc2 Clemmer
  2017-11-30 23:55 ` George myglc2 Clemmer
@ 2017-12-01 10:33 ` Ludovic Courtès
  2017-12-01 15:49   ` myglc2
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-12-01 10:33 UTC (permalink / raw)
  To: George myglc2 Clemmer; +Cc: 29512-done

Hi George,

George myglc2 Clemmer <myglc2@gmail.com> skribis:

> g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm
> [...]
> *** t9153-git-svn-rewrite-uuid.sh ***
> not ok 4 - create new branches and tags
> #
> #		( cd git_project &&
> #			git svn branch -m "New branch 1" -d b_one New1 ) &&
> #		( cd svn_project &&
> #			svn_cmd up && test -e b_one/New1/a.file ) &&
> #
> #		( cd git_project &&
> #			git svn branch -m "New branch 2" -d b_two New2 ) &&
> #		( cd svn_project &&
> #			svn_cmd up && test -e b_two/New2/a.file ) &&
> #
> #		( cd git_project &&
> #			git svn branch -t -m "New tag 1" -d tags_A Tag1 ) &&
> #		( cd svn_project &&
> #			svn_cmd up && test -e tags_A/Tag1/a.file ) &&
> #
> #		( cd git_project &&
> #			git svn tag -m "New tag 2" -d tags_B Tag2 ) &&
> #		( cd svn_project &&
> #			svn_cmd up && test -e tags_B/Tag2/a.file )
> #
> # failed 1 among 4 test(s)
> 1..4
> make[2]: *** [Makefile:49: t9141-git-svn-multiple-branches.sh] Error 1

[...]

> Hmm... I have discovered that that works when I don't use the
> multi-job/multi-core options, e.g., as previously reported, this fails
> ...
>
> g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm
>
> But this ...
>
> g1@g1 ~/src/guix$ guix package  -m ../g1.scm
>
> works.

To me that sounds like an issue when running tests in parallel.  Commit
c03ba83c17c91e34e811a909fae0f63aab701ff9 ensures test run sequentially,
which hopefully solves the problem.

Thanks,
Ludo’.

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

* bug#29512: build of git-2.15.0.drv failed
  2017-12-01 10:33 ` Ludovic Courtès
@ 2017-12-01 15:49   ` myglc2
  0 siblings, 0 replies; 4+ messages in thread
From: myglc2 @ 2017-12-01 15:49 UTC (permalink / raw)
  To: 29512

On 12/01/2017 at 11:33 Ludovic Courtès writes:
...
>
> To me that sounds like an issue when running tests in parallel.  Commit
> c03ba83c17c91e34e811a909fae0f63aab701ff9 ensures test run sequentially,
> which hopefully solves the problem.

That fixed it here. Thanks. - George

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

end of thread, other threads:[~2017-12-01 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 16:59 bug#29512: build of git-2.15.0.drv failed George myglc2 Clemmer
2017-11-30 23:55 ` George myglc2 Clemmer
2017-12-01 10:33 ` Ludovic Courtès
2017-12-01 15:49   ` myglc2

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).