unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54075: Bug when performing guix pull
@ 2022-02-20 19:00 Silas Vedder via Bug reports for GNU Guix
  2022-03-08  8:37 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Silas Vedder via Bug reports for GNU Guix @ 2022-02-20 19:00 UTC (permalink / raw)
  To: 54075


[-- Attachment #1.1.1: Type: text/plain, Size: 5882 bytes --]

Hello,

thanks for your good work on guix! I just got the following result when performing a guix pull:

module-import-compiled  1.2MiB                                                                                                                         2.2MiB/s 00:01 [##################] 100.0%
compute-guix-derivation  1KiB                                                                                                                          1.0MiB/s 00:00 [##################] 100.0%
gnutls-3.7.2-doc  1.0MiB                                                                                                                              1.41GiB/s 00:00 [##################] 100.0%
curl-7.79.1  377KiB                                                                                                                                  522.9MiB/s 00:00 [##################] 100.0%
gnutls-3.7.2-debug  4.4MiB                                                                                                                            14.6MiB/s 00:00 [##################] 100.0%
git-minimal-2.34.0  4.1MiB                                                                                                                             5.7MiB/s 00:01 [##################] 100.0%
libgit2-1.3.0  590KiB                                                                                                                                 1.18GiB/s 00:00 [##################] 100.0%
libssh-0.9.6  237KiB                                                                                                                                 379.3MiB/s 00:00 [##################] 100.0%
guile-git-0.5.2  494KiB                                                                                                                              867.0MiB/s 00:00 [##################] 100.0%
guile-ssh-0.13.1  235KiB                                                                                                                             503.4MiB/s 00:00 [##################] 100.0%
guile-ssh-0.13.1-debug  229KiB                                                                                                                       517.0MiB/s 00:00 [##################] 100.0%
Backtrace:
          18 (primitive-load "/gnu/store/n1mqpdkdf1iczjdsz3i9cyrwchj9hhcd-compute-guix-derivation")
In ice-9/eval.scm:
    155:9 17 (_ _)
    159:9 16 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
    152:2 15 (with-fluid* _ _ _)
    152:2 14 (with-fluid* _ _ _)
In ./guix/store.scm:
  2129:24 13 (run-with-store #<store-connection 256.99 7fad63746140> #<procedure 7fad4ee4b8c0 at ./guix/self.scm:12?> ?)
   1966:8 12 (_ #<store-connection 256.99 7fad63746140>)
In ./guix/gexp.scm:
   296:22 11 (_ #<store-connection 256.99 7fad63746140>)
   1177:2 10 (_ #<store-connection 256.99 7fad546181e0>)
   1043:2  9 (_ #<store-connection 256.99 7fad546181e0>)
    889:4  8 (_ #<store-connection 256.99 7fad546181e0>)
In ./guix/store.scm:
  2014:12  7 (_ #<store-connection 256.99 7fad546181e0>)
  1410:13  6 (map/accumulate-builds #<store-connection 256.99 7fad546181e0> #<procedure 7fad508116a0 at ./guix/stor?> ?)
   1406:5  5 (map/accumulate-builds #<store-connection 256.99 7fad546181e0> #<procedure 7fad64c1a750 at ./guix/stor?> ?)
  1421:15  4 (_ #<store-connection 256.99 7fad546181e0> ("/gnu/store/8h8yxxj575vjckaccr45jm5dvz4pp1iw-guile-avah?" ?) ?)
  1421:15  3 (loop #f)
   733:11  2 (process-stderr #<store-connection 256.99 7fad546181e0> _)
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/n1mqpdkdf1iczjdsz3i9cyrwchj9hhcd-compute-guix-derivation'
failed to compute the derivation for Guix (version: "45995eab3ae62ceef89ee223a1bc805738356c1f"; system: "x86_64-linux";
host version: "755c7c80825c150b5a8b38072bcfb78699f2fbf2"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

My terminal does not support scrolling up, therefore you won't get more complete output. I hope this is helpful.

Greetings, 

Silas Vedder

[-- Attachment #1.1.2.1: Type: text/html, Size: 15204 bytes --]

[-- Attachment #1.2: publickey - singingfox123@protonmail.com - 0x51EE2793.asc --]
[-- Type: application/pgp-keys, Size: 1811 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

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

* bug#54075: Bug when performing guix pull
  2022-02-20 19:00 bug#54075: Bug when performing guix pull Silas Vedder via Bug reports for GNU Guix
@ 2022-03-08  8:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-08  8:37 UTC (permalink / raw)
  To: Silas Vedder; +Cc: 54075

Hi Silas,

Silas Vedder <singingfox123@protonmail.com> skribis:

> 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/n1mqpdkdf1iczjdsz3i9cyrwchj9hhcd-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "45995eab3ae62ceef89ee223a1bc805738356c1f"; system: "x86_64-linux";
> host version: "755c7c80825c150b5a8b38072bcfb78699f2fbf2"; pull-version: 1).
> Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

It looks like a transient error networking error, poorly handled.  Could
you check whether that still happens?

Thanks,
Ludo’.




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

end of thread, other threads:[~2022-03-08  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-20 19:00 bug#54075: Bug when performing guix pull Silas Vedder via Bug reports for GNU Guix
2022-03-08  8:37 ` 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).