unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26901: During offload, in procedure send-files, '=' applied to #false
@ 2017-05-12 22:12 Mark H Weaver
  2017-05-13 14:22 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2017-05-12 22:12 UTC (permalink / raw)
  To: 26901

Any idea what went wrong with this aborted build?

  https://hydra.gnu.org/build/2043652

Nix error output:

--8<---------------cut here---------------start------------->8---
these derivations will be built:
  /gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv
process 13271 acquired build slot '/var/guix/offload/hydra.gnunet.org/2'
load on machine 'hydra.gnunet.org' is 6.25 (normalized: 1.5625)
@ build-started /gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv - x86_64-linux /var/log/guix/drvs/7m//yxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv
sending 3 store items to 'hydra.gnunet.org'...
exporting path `/gnu/store/4q2vjqbi8h0im5fg9vy1ndwv9bixnw2s-spice-0.12.8-guile-builder'
exporting path `/gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv'
Backtrace:
In ice-9/boot-9.scm:
 160: 14 [catch #t #<catch-closure 961da0> ...]
In unknown file:
   ?: 13 [apply-smob/1 #<catch-closure 961da0>]
In ice-9/boot-9.scm:
  66: 12 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 11 [eval # #]
In ice-9/boot-9.scm:
2404: 10 [save-module-excursion #<procedure 981900 at ice-9/boot-9.scm:4051:3 ()>]
4056: 9 [#<procedure 981900 at ice-9/boot-9.scm:4051:3 ()>]
1727: 8 [%start-stack load-stack #<procedure 98b000 at ice-9/boot-9.scm:4047:10 ()>]
1732: 7 [#<procedure 995b70 ()>]
In unknown file:
   ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"]
In guix/ui.scm:
1222: 5 [run-guix-command offload "x86_64-linux" "3600" "1" "72000"]
In guix/scripts/offload.scm:
 753: 4 [guix-offload "x86_64-linux" "3600" "1" "72000"]
In ice-9/boot-9.scm:
 160: 3 [catch srfi-34 #<procedure 153c6e0 at guix/ui.scm:426:2 ()> ...]
 160: 2 [catch system-error ...]
In guix/scripts/offload.scm:
 377: 1 [transfer-and-offload # # # ...]
 470: 0 [send-files # #]

guix/scripts/offload.scm:470:6: In procedure send-files:
guix/scripts/offload.scm:470:6: In procedure =: Wrong type argument in position 1: #f
@ hook-failed /gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv - 256 builder for `/gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv' failed with exit code 1
error: build of `/gnu/store/7myxmyy4q8jx8fqfz8y13vvynx31vf9m-spice-0.12.8.drv' failed
--8<---------------cut here---------------end--------------->8---

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

* bug#26901: During offload, in procedure send-files, '=' applied to #false
  2017-05-12 22:12 bug#26901: During offload, in procedure send-files, '=' applied to #false Mark H Weaver
@ 2017-05-13 14:22 ` Ludovic Courtès
  2017-05-13 16:59   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-05-13 14:22 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 26901

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

> Any idea what went wrong with this aborted build?
>
>   https://hydra.gnu.org/build/2043652

[...]

>    ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"]

[...]

> In guix/scripts/offload.scm:
>  377: 1 [transfer-and-offload # # # ...]
>  470: 0 [send-files # #]
>
> guix/scripts/offload.scm:470:6: In procedure send-files:
> guix/scripts/offload.scm:470:6: In procedure =: Wrong type argument in position 1: #f

Dunno what happened, but that’s a relatively old Guix and the line
numbers don’t match current master (3312fda09deca3c44076627c504234d1501a87d6).

We should upgrade/restart guix-daemon on hydra.gnu.org and see whether
that happens again.

Ludo’.

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

* bug#26901: During offload, in procedure send-files, '=' applied to #false
  2017-05-13 14:22 ` Ludovic Courtès
@ 2017-05-13 16:59   ` Leo Famulari
  2017-05-13 19:34     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-05-13 16:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 26901

On Sat, May 13, 2017 at 04:22:09PM +0200, Ludovic Courtès wrote:
> Mark H Weaver <mhw@netris.org> skribis:
> 
> > Any idea what went wrong with this aborted build?
> >
> >   https://hydra.gnu.org/build/2043652
> 
> [...]
> 
> >    ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"]
> 
> [...]
> 
> > In guix/scripts/offload.scm:
> >  377: 1 [transfer-and-offload # # # ...]
> >  470: 0 [send-files # #]
> >
> > guix/scripts/offload.scm:470:6: In procedure send-files:
> > guix/scripts/offload.scm:470:6: In procedure =: Wrong type argument in position 1: #f
> 
> Dunno what happened, but that’s a relatively old Guix and the line
> numbers don’t match current master (3312fda09deca3c44076627c504234d1501a87d6).

It's weird that it was using the old Guix, right?

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

* bug#26901: During offload, in procedure send-files, '=' applied to #false
  2017-05-13 16:59   ` Leo Famulari
@ 2017-05-13 19:34     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-05-13 19:34 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-sysadmin, 26901

(+ Cc: guix-sysadmin)

Leo Famulari <leo@famulari.name> skribis:

> On Sat, May 13, 2017 at 04:22:09PM +0200, Ludovic Courtès wrote:
>> Mark H Weaver <mhw@netris.org> skribis:
>> 
>> > Any idea what went wrong with this aborted build?
>> >
>> >   https://hydra.gnu.org/build/2043652
>> 
>> [...]
>> 
>> >    ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"]
>> 
>> [...]
>> 
>> > In guix/scripts/offload.scm:
>> >  377: 1 [transfer-and-offload # # # ...]
>> >  470: 0 [send-files # #]
>> >
>> > guix/scripts/offload.scm:470:6: In procedure send-files:
>> > guix/scripts/offload.scm:470:6: In procedure =: Wrong type argument in position 1: #f
>> 
>> Dunno what happened, but that’s a relatively old Guix and the line
>> numbers don’t match current master (3312fda09deca3c44076627c504234d1501a87d6).
>
> It's weird that it was using the old Guix, right?

Not really, it just happens that we did not restart guix-daemon in ages,
I guess (that requires stopping the Hydra and ‘guix publish’ processes
first.)

I’ve done it now so it’s running 0.12.0-10.ba2260d.

I’m closing the bug but let’s reopen it if the problem reappears.

Ludo’.

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

end of thread, other threads:[~2017-05-13 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 22:12 bug#26901: During offload, in procedure send-files, '=' applied to #false Mark H Weaver
2017-05-13 14:22 ` Ludovic Courtès
2017-05-13 16:59   ` Leo Famulari
2017-05-13 19:34     ` Ludovic Courtès

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