* bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed
@ 2020-04-24 19:18 sirgazil via Bug reports for GNU Guix
2020-04-24 19:23 ` sirgazil via Bug reports for GNU Guix
2020-04-24 21:50 ` Marius Bakke
0 siblings, 2 replies; 5+ messages in thread
From: sirgazil via Bug reports for GNU Guix @ 2020-04-24 19:18 UTC (permalink / raw)
To: 40828
## Steps to reproduce
1. guix pull --branch=core-updates
2. guix upgrade
3. sudo guix system reconfigure --fallback os-config.scm
## Expected result
Reconfiguring ends without errors.
## Unexpected result
The whole process failed with this error:
★★★★★★★★★★★★★★★★★★★★
building /gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv...
- 'copy-bootstrap-guile' phasebuilder for `/gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv' failed with exit code 1
build of /gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv failed
View build log at '/var/log/guix/drvs/w4/7hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv.bz2'.
guix system: error: build of `/gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv' failed
★★★★★★★★★★★★★★★★★★★★
And the build log said:
★★★★★★★★★★★★★★★★★★★★
starting phase `copy-bootstrap-guile'
Backtrace:
In ice-9/boot-9.scm:
1736:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
9 (apply-smob/0 #<thunk 7ffff5cccaa0>)
In ice-9/boot-9.scm:
718:2 8 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 7 (_ #(#(#<directory (guile-user) 7ffff58e9f00>)))
In ice-9/command-line.scm:
185:18 6 (_ #<input: string 7ffff58e4a10>)
In unknown file:
5 (eval (begin (use-modules (guix)) (with-store store …)) #)
In guix/store.scm:
625:15 4 (call-with-store #<procedure 7ffff3101a20 at ice-9/eval…>)
544:2 3 (open-connection _ #:port _ #:reserve-space? _ # _)
In ice-9/boot-9.scm:
1736:10 2 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
552:28 1 (_)
In ice-9/boot-9.scm:
1669:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
ERROR:
1. &store-connection-error:
file: "/tmp/guix-tests/var/27130/daemon-socket/socket"
errno: 2
command "./test-env" "guile" "-c" "(begin (use-modules (guix)) (with-store store (let* ((item (add-to-store store \"guile-2.0.9.tar.xz\" #f \"sha256\" \"/gnu/store/3aigj659vsjxcrhn0r0vmkbjh3kj5pbs-guile-2.0.9.tar.xz\")) (root (string-append \"/tmp/gc-root-\" (basename item)))) (symlink item root) (add-indirect-root store root))))" failed with status 1
★★★★★★★★★★★★★★★★★★★★
## System information
★★★★★★★★★★★★★★★★★★★★
---
https://sirgazil.bitbucket.io/
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed
2020-04-24 19:18 bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed sirgazil via Bug reports for GNU Guix
@ 2020-04-24 19:23 ` sirgazil via Bug reports for GNU Guix
2020-04-24 21:50 ` Marius Bakke
1 sibling, 0 replies; 5+ messages in thread
From: sirgazil via Bug reports for GNU Guix @ 2020-04-24 19:23 UTC (permalink / raw)
To: 40828
Sorry, I hit some keys by mistake and sent the message before it was complete. Here is the system information:
★★★★★★★★★★★★★★★★★★★★
$ LANG=C guix describe
Generation 75 Apr 24 2020 12:03:48 (current)
guix 4affa91
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: core-updates
commit: 4affa9182d93c77505c40e95964b8ab9d436298b
sirgazil-x 5ef0404
repository URL: https://gitlab.com/sirgazil/guix-channel-x.git
branch: master
commit: 5ef04045d14e154e7792b42762155be63cf34076
★★★★★★★★★★★★★★★★★★★★
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed
2020-04-24 19:18 bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed sirgazil via Bug reports for GNU Guix
2020-04-24 19:23 ` sirgazil via Bug reports for GNU Guix
@ 2020-04-24 21:50 ` Marius Bakke
2020-04-24 22:41 ` sirgazil via Bug reports for GNU Guix
1 sibling, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2020-04-24 21:50 UTC (permalink / raw)
To: sirgazil, 40828
[-- Attachment #1: Type: text/plain, Size: 2787 bytes --]
sirgazil via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
> ## Steps to reproduce
>
> 1. guix pull --branch=core-updates
> 2. guix upgrade
> 3. sudo guix system reconfigure --fallback os-config.scm
>
>
> ## Expected result
>
> Reconfiguring ends without errors.
>
>
> ## Unexpected result
>
> The whole process failed with this error:
>
> ★★★★★★★★★★★★★★★★★★★★
> building /gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv...
> - 'copy-bootstrap-guile' phasebuilder for `/gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv' failed with exit code 1
> build of /gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv failed
> View build log at '/var/log/guix/drvs/w4/7hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv.bz2'.
> guix system: error: build of `/gnu/store/w47hbg05gmnyz5kp3iplyca0mh1vzkma-guix-1.1.0-1.7dd0539.drv' failed
> ★★★★★★★★★★★★★★★★★★★★
>
> And the build log said:
>
> ★★★★★★★★★★★★★★★★★★★★
> starting phase `copy-bootstrap-guile'
> Backtrace:
> In ice-9/boot-9.scm:
> 1736:10 10 (with-exception-handler _ _ #:unwind? _ # _)
> In unknown file:
> 9 (apply-smob/0 #<thunk 7ffff5cccaa0>)
> In ice-9/boot-9.scm:
> 718:2 8 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
> In ice-9/eval.scm:
> 619:8 7 (_ #(#(#<directory (guile-user) 7ffff58e9f00>)))
> In ice-9/command-line.scm:
> 185:18 6 (_ #<input: string 7ffff58e4a10>)
> In unknown file:
> 5 (eval (begin (use-modules (guix)) (with-store store …)) #)
> In guix/store.scm:
> 625:15 4 (call-with-store #<procedure 7ffff3101a20 at ice-9/eval…>)
> 544:2 3 (open-connection _ #:port _ #:reserve-space? _ # _)
> In ice-9/boot-9.scm:
> 1736:10 2 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/store.scm:
> 552:28 1 (_)
> In ice-9/boot-9.scm:
> 1669:16 0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1669:16: In procedure raise-exception:
> ERROR:
> 1. &store-connection-error:
> file: "/tmp/guix-tests/var/27130/daemon-socket/socket"
> errno: 2
> command "./test-env" "guile" "-c" "(begin (use-modules (guix)) (with-store store (let* ((item (add-to-store store \"guile-2.0.9.tar.xz\" #f \"sha256\" \"/gnu/store/3aigj659vsjxcrhn0r0vmkbjh3kj5pbs-guile-2.0.9.tar.xz\")) (root (string-append \"/tmp/gc-root-\" (basename item)))) (symlink item root) (add-indirect-root store root))))" failed with status 1
> ★★★★★★★★★★★★★★★★★★★★
Is this error repeatable for you? Guix built fine on the CI:
https://ci.guix.gnu.org/build/2637951/details
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed
2020-04-24 21:50 ` Marius Bakke
@ 2020-04-24 22:41 ` sirgazil via Bug reports for GNU Guix
2020-04-28 14:41 ` Marius Bakke
0 siblings, 1 reply; 5+ messages in thread
From: sirgazil via Bug reports for GNU Guix @ 2020-04-24 22:41 UTC (permalink / raw)
To: Marius Bakke; +Cc: 40828
> Is this error repeatable for you? Guix built fine on the CI:
No. It worked this time, although I skipped step 2. I don't know if that could make any difference.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed
2020-04-24 22:41 ` sirgazil via Bug reports for GNU Guix
@ 2020-04-28 14:41 ` Marius Bakke
0 siblings, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2020-04-28 14:41 UTC (permalink / raw)
To: sirgazil; +Cc: 40828
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
sirgazil <sirgazil@zoho.com> writes:
> > Is this error repeatable for you? Guix built fine on the CI:
>
> No. It worked this time, although I skipped step 2. I don't know if that could make any difference.
It should not have made a difference.
I doubt we'll find out what went wrong, so closing the issue. Thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-04-28 14:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 19:18 bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed sirgazil via Bug reports for GNU Guix
2020-04-24 19:23 ` sirgazil via Bug reports for GNU Guix
2020-04-24 21:50 ` Marius Bakke
2020-04-24 22:41 ` sirgazil via Bug reports for GNU Guix
2020-04-28 14:41 ` Marius Bakke
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.