all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18115: offload fails to register GC root
@ 2014-07-26 21:52 Mark H Weaver
  2014-08-12 14:51 ` mhw
  2014-08-29 12:54 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Mark H Weaver @ 2014-07-26 21:52 UTC (permalink / raw)
  To: 18115

See the aborted build here: http://hydra.gnu.org/build/80150

Here's the Nix error output:

--8<---------------cut here---------------start------------->8---
these derivations will be built:
  /gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv
process 11125 acquired build slot '/nix/var/guix/offload/chapters.gnu.org/0'
process 11125 acquired build slot '/nix/var/guix/offload/hydra.gnunet.org/0'
load on machine 'hydra.gnunet.org' is 0.05 (normalized: 0.0125)
load on machine 'chapters.gnu.org' is 0.01 (normalized: 0.005)
load on machine 'hydra.gnunet.org' is 0.05 (normalized: 0.0125)
@ build-started /gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv - x86_64-linux /nix/var/log/guix/drvs/jb//3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv
Backtrace:
In ice-9/boot-9.scm:
 157: 7 [catch #t #<catch-closure 25bd2e0> ...]
In unknown file:
   ?: 6 [apply-smob/1 #<catch-closure 25bd2e0>]
In ice-9/boot-9.scm:
  63: 5 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 4 [eval # #]
In unknown file:
   ?: 3 [call-with-input-string "(begin (use-modules (guix config)) (let ((root-directory (string-append %state-directory \"/gcroots/tmp\"))) (false-if-exception (mkdir root-directory)) (symlink \"/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv\" (string-append root-directory \"/\" \"offload-20121227-hydra.gnu.org-11125\"))))" ...]
In ice-9/command-line.scm:
 180: 2 [#<procedure 25d6cc0 at ice-9/command-line.scm:175:6 (port)> #<input: string 239a5b0>]
In unknown file:
   ?: 1 [eval (begin (use-modules #) (let # # #)) #<directory (guile-user) 25b1c60>]
   ?: 0 [symlink "/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv" ...]

ERROR: In procedure symlink:
ERROR: In procedure symlink: File exists
guix offload: error: failed to register GC root for '/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv' on '#<<build-machine> name: "hydra.gnunet.org" port: 22 system: "x86_64-linux" user: "hydra" private-key: "/home/hydra/.lsh/identity" parallel-builds: 4 speed: 1.7 features: ()>' (status: 256)
builder for `/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv' failed with exit code 1
@ hook-failed /gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv - 256 builder for `/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv' failed with exit code 1
error: build of `/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv' failed
--8<---------------cut here---------------end--------------->8---

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

* bug#18115: offload fails to register GC root
  2014-07-26 21:52 bug#18115: offload fails to register GC root Mark H Weaver
@ 2014-08-12 14:51 ` mhw
  2014-08-29 12:54 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: mhw @ 2014-08-12 14:51 UTC (permalink / raw)
  To: 18115

This problem is quite common.  For more recent examples, see:

http://hydra.gnu.org/eval/98371#tabs-aborted

     Mark

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

* bug#18115: offload fails to register GC root
  2014-07-26 21:52 bug#18115: offload fails to register GC root Mark H Weaver
  2014-08-12 14:51 ` mhw
@ 2014-08-29 12:54 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2014-08-29 12:54 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 18115-done

Mark H Weaver <mhw@netris.org> skribis:

>    ?: 3 [call-with-input-string "(begin (use-modules (guix config)) (let ((root-directory (string-append %state-directory \"/gcroots/tmp\"))) (false-if-exception (mkdir root-directory)) (symlink \"/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv\" (string-append root-directory \"/\" \"offload-20121227-hydra.gnu.org-11125\"))))" ...]
> In ice-9/command-line.scm:
>  180: 2 [#<procedure 25d6cc0 at ice-9/command-line.scm:175:6 (port)> #<input: string 239a5b0>]
> In unknown file:
>    ?: 1 [eval (begin (use-modules #) (let # # #)) #<directory (guile-user) 25b1c60>]
>    ?: 0 [symlink "/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv" ...]
>
> ERROR: In procedure symlink:
> ERROR: In procedure symlink: File exists
> guix offload: error: failed to register GC root for '/gnu/store/jb3wfz0barwb1f959l1ggi75zybs8ayh-gnumeric-1.12.17.drv' on '#<<build-machine> name: "hydra.gnunet.org" port: 22 system: "x86_64-linux" user: "hydra" private-key: "/home/hydra/.lsh/identity" parallel-builds: 4 speed: 1.7 features: ()>' (status: 256)

I believe this is fixed by a commit I just pushed.  The reasoning is
that EEXIST in this case is harmless and can safely be ignored.

I’ll install it on hydra.gnu.org ASAP.

Thanks,
Ludo’.

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 21:52 bug#18115: offload fails to register GC root Mark H Weaver
2014-08-12 14:51 ` mhw
2014-08-29 12:54 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.