guix pull: Error in procedure 'get-bytevector-n*'

  • Open
  • quality assurance status badge
Details
2 participants
  • Artyom V. Poptsov
  • Simon Tournier
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote on 4 Jan 2023 13:12
(address . bug-guix@gnu.org)
87mt6y4hx7.fsf@gmail.com
Hello,

I've got the following output from 'guix pull':

Toggle snippet (45 lines)
$ guix pull --fallback
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to d62c65d (5 new commits)...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git d62c65d
substitute: updating substitutes from 'http://ci.guix.ygg.trop.in'... 0.0%guix substitute: warning: ci.guix.ygg.trop.in: connection failed: Connection timed out
substitute:
building /gnu/store/8w6r5szfxkdfh9wmagqwjxnh065lswvg-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... \Backtrace:
17 (primitive-load "/gnu/store/w1286dmwlhha7gp09s50w8fpx9rs1qi4-compute-guix-derivation")
In ice-9/eval.scm:
155:9 16 (_ _)
159:9 15 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
152:2 14 (with-fluid* _ _ _)
152:2 13 (with-fluid* _ _ _)
In ./guix/store.scm:
2170:24 12 (run-with-store #<store-connection 256.99 7f9725515410> #<procedure 7f970e069820 at ./guix/self.scm:13?> ?)
1998:8 11 (_ #<store-connection 256.99 7f9725515410>)
In ./guix/gexp.scm:
299:22 10 (_ #<store-connection 256.99 7f9725515410>)
1180:2 9 (_ #<store-connection 256.99 7f970b5266e0>)
1046:2 8 (_ #<store-connection 256.99 7f970b5266e0>)
892:4 7 (_ #<store-connection 256.99 7f970b5266e0>)
In ./guix/store.scm:
2055:12 6 (_ #<store-connection 256.99 7f970b5266e0>)
1403:5 5 (map/accumulate-builds #<store-connection 256.99 7f970b5266e0> #<procedure 7f971c89ef40 at ./guix/stor?> ?)
1419:15 4 (_ #<store-connection 256.99 7f970b5266e0> ("/gnu/store/3myqr8bwj43jcam1zkcdjlkp6haglciq-subversion?" ?) ?)
1419:15 3 (loop #f)
713:11 2 (process-stderr #<store-connection 256.99 7f970b5266e0> _)
In ./guix/serialization.scm:
102:11 1 (read-int #<input-output: file 10>)
80:6 0 (get-bytevector-n* #<input-output: file 10> 8)

./guix/serialization.scm:80:6: In procedure get-bytevector-n*:
ERROR:
1. &nar-error:
file: #f
port: #<input-output: file 10>
guix pull: error: You found a bug: the program '/gnu/store/w1286dmwlhha7gp09s50w8fpx9rs1qi4-compute-guix-derivation'
failed to compute the derivation for Guix (version: "d62c65d5ad49d3bf7ae24b31743d96241170faca"; system: "x86_64-linux";
host version: "9cb42f725a2a652bb41e38988d03d7020ccf2aa1"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

I'm using http://ci.guix.ygg.trop.inas the substitute server through
Yggdrasil[1] network; probably the "Connection timed out" error was the
root cause of the following error.

Thanks,
avp

References:

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQFNBAEBCgA3FiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmO1bUQZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRDpxaLZCJigL2OuCACabXQlzJ/BBh//MJejip0z
ELbZajz3V+OAWVwXS8xH+WMz7jrJcM196RgmBiyHsh9ZkiCn0upeqx57hh39RuWf
aFpXiLUJUbJAOH94xjFwJDxyp8oPmb/AQ4OOXrXK/vKtMpFaqjML6ceTOHrIIDIy
5hOn3QwWJ0t8ae0Qs5Xl8E9BLi2g1rHqfMq0oSr88BDb+ae7qiok6qHgYQerXnOr
p9rzk2cFBL0gQYb1PzozrOgzdvVrJffXWDGW8N/iIfaUw4mUkeZgOisriYBxy9T1
PhPKAMdBPXPdXh/bKeRlbwkjmtWU/ZZPoc8YAoD/ViBYSqox+BqLjKfTHY+sUubp
=/Dfh
-----END PGP SIGNATURE-----

S
S
Simon Tournier wrote on 10 Sep 17:36 +0200
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 60547@debbugs.gnu.org)
87wmjjbjx3.fsf@gmail.com
Hi,

Sorry for the late reply.

On Wed, 04 Jan 2023 at 15:12, "Artyom V. Poptsov" <poptsov.artyom@gmail.com> wrote:

Toggle quote (5 lines)
> guix pull: error: You found a bug: the program '/gnu/store/w1286dmwlhha7gp09s50w8fpx9rs1qi4-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "d62c65d5ad49d3bf7ae24b31743d96241170faca"; system: "x86_64-linux";
> host version: "9cb42f725a2a652bb41e38988d03d7020ccf2aa1"; pull-version: 1).
> Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

Are you able to reproduce it? If not, I think it’s transient and the
bug is not actionable, thus closing?

Cheers,
simon
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 60547@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60547
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