During offload, in procedure send-files, '=' applied to #false

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Ludovic Courtès
  • Mark H Weaver
Owner
unassigned
Submitted by
Mark H Weaver
Severity
normal

Debbugs page

M
M
Mark H Weaver wrote on 12 May 2017 15:12
(address . bug-guix@gnu.org)
87wp9lg1x1.fsf@netris.org
Any idea what went wrong with this aborted build?


Nix error output:

Toggle snippet (40 lines)
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
L
L
Ludovic Courtès wrote on 13 May 2017 07:22
(name . Mark H Weaver)(address . mhw@netris.org)(address . 26901@debbugs.gnu.org)
87vap425wu.fsf@gnu.org
Mark H Weaver <mhw@netris.org> skribis:

Toggle quote (4 lines)
> Any idea what went wrong with this aborted build?
>
> https://hydra.gnu.org/build/2043652

[...]

Toggle quote (2 lines)
> ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"]

[...]

Toggle quote (7 lines)
> 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’.
L
L
Leo Famulari wrote on 13 May 2017 09:59
(name . Ludovic Courtès)(address . ludo@gnu.org)
20170513165931.GC4286@jasmine
On Sat, May 13, 2017 at 04:22:09PM +0200, Ludovic Courtès wrote:
Toggle quote (22 lines)
> 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?
L
L
Ludovic Courtès wrote on 13 May 2017 12:34
(name . Leo Famulari)(address . leo@famulari.name)
87k25kzh2e.fsf@gnu.org
(+ Cc: guix-sysadmin)

Leo Famulari <leo@famulari.name> skribis:

Toggle quote (25 lines)
> 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’.
L
L
Ludovic Courtès wrote on 13 May 2017 12:35
control message for bug #26901
(address . control@debbugs.gnu.org)
87inl4zh1b.fsf@gnu.org
tags 26901 unreproducible
close 26901
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26901@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26901
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch