Found a bug, apparently.

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Merazi
  • zimoun
Owner
unassigned
Submitted by
Merazi
Severity
normal
M
M
Merazi wrote on 12 May 2021 05:24
(address . bug-guix@gnu.org)
M_TaZyX--3-2@tuta.io
Hello!,

So I did a guix pull, and I got a message asking me to upload the bug report, so here I am.
The message is as follows:
merazi@guix~$ guix pull
Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/nonguix'...
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to b7cbca2 (95 new commits)...
Building from these channels:
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
building /gnu/store/23bwjp2sb8bxhwm08mmsvchjw4kk40a3-module-import.drv...
building /gnu/store/d2mxbqyyazv7y6v74nx9rv3cdmlk9h4m-module-import.drv...
building /gnu/store/m4km1wc3a2ihy949rm6kr37r6sm8782p-module-import-compiled.drv...
building /gnu/store/dmxi573n198radcgv08km8cm14q4a0nz-module-import-compiled.drv...
building /gnu/store/808h6rppqfi9ckfva3jzawka5svw0026-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... -Backtrace:
          13 (primitive-load "/gnu/store/kk145kjq49xmwhdasmh7ah95a3r2ws7r-compute-guix-derivation")
In ice-9/eval.scm:
    155:9 12 (_ _)
    159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
    152:2 10 (with-fluid* _ _ _)
    152:2  9 (with-fluid* _ _ _)
In ./guix/store.scm:
  2076:24  8 (run-with-store #<store-connection 256.99 7fd1e8da43c0> _ #:guile-for-build _ #:system _ #:target _)
   1910:8  7 (_ _)
In ./guix/gexp.scm:
   256:18  6 (_ _)
   1137:2  5 (_ _)
   1003:2  4 (_ _)
    849:4  3 (_ _)
In ./guix/store.scm:
  1958:12  2 (_ #<store-connection 256.99 7fd1e8da43c0>)
   1372:5  1 (map/accumulate-builds #<store-connection 256.99 7fd1e8da43c0> _ _)
  1383:15  0 (_ #<store-connection 256.99 7fd1e8da43c0> _ _)

./guix/store.scm:1383:15: ERROR:
  1. &store-protocol-error:
      message: "`/gnu/store/jbm45plkq6fc9ypb05lm3jp6c5v6jvfn-guix-1.2.0-21.4dff6ec/bin/guix substitute' died unexpectedly"
      status: 1
guix pull: error: You found a bug: the program '/gnu/store/kk145kjq49xmwhdasmh7ah95a3r2ws7r-compute-guix-derivation'
failed to compute the derivation for Guix (version: "b7cbca221f74e9e9ef43c228dca9fa9930babec5"; system: "x86_64-linux";
host version: "1.2.0-21.4dff6ec"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

--
Merazi
L
L
Ludovic Courtès wrote on 13 May 2021 22:56
(name . Merazi)(address . merazi@tuta.io)(address . 48374@debbugs.gnu.org)
87k0o2s68h.fsf@gnu.org
Hi,

Merazi <merazi@tuta.io> skribis:

Toggle quote (7 lines)
> Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/nonguix'...
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Authenticating channel 'guix', commits 9edb3f6 to b7cbca2 (95 new commits)...
> Building from these channels:
>   guix      https://git.savannah.gnu.org/git/guix.git b7cbca2
>   nonguix   https://gitlab.com/nonguix/nonguix 95c8e6e

[...]

Toggle quote (4 lines)
>   1. &store-protocol-error:
>       message: "`/gnu/store/jbm45plkq6fc9ypb05lm3jp6c5v6jvfn-guix-1.2.0-21.4dff6ec/bin/guix substitute' died unexpectedly"
>       status: 1

This could indicate a poorly handled transient networking error.
Does the problem persist if you try again?

Thanks,
Ludo’.
M
M
Merazi wrote on 15 May 2021 00:13
(name . Ludovic Courtès)(address . ludo@gnu.org)
M_gwCTM--3-2@tuta.io
Hello! Thank you for answering,

I tried again today, I did:
guix pull
guix package -u

Guix pull was successful but guix package -u gave me the following warning message:
guix substitute: warning: while fetching https://ci.guix.gnu.org/nar/lzip/zimpk6gqmjrwxc7fnam212kv3a6dwpzz-jsoncpp-1.9.2:server is somewhat slow
guix substitute: warning: try `--no-substitutes' if the problem persists

And then this error message:substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%guix substitute: error: TLS error in procedure 'write_to_session_record_port': Error in the push function.
guix package: error: `/gnu/store/jbm45plkq6fc9ypb05lm3jp6c5v6jvfn-guix-1.2.0-21.4dff6ec/bin/guix substitute' died unexpectedly

I think this is just a network issue, I'll try again later. Thanks again!
May 13, 2021, 15:56 by ludo@gnu.org:

Toggle quote (25 lines)
> Hi,
>
> Merazi <merazi@tuta.io> skribis:
>
>> Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/nonguix'...
>> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>> Authenticating channel 'guix', commits 9edb3f6 to b7cbca2 (95 new commits)...
>> Building from these channels:
>>   guix      https://git.savannah.gnu.org/git/guix.git b7cbca2
>>   nonguix   https://gitlab.com/nonguix/nonguix 95c8e6e
>>
>
> [...]
>
>>   1. &store-protocol-error:
>>       message: "`/gnu/store/jbm45plkq6fc9ypb05lm3jp6c5v6jvfn-guix-1.2.0-21.4dff6ec/bin/guix substitute' died unexpectedly"
>>       status: 1
>>
>
> This could indicate a poorly handled transient networking error.
> Does the problem persist if you try again?
>
> Thanks,
> Ludo’.
>
Z
Z
zimoun wrote on 2 Jul 2021 18:37
(name . Merazi)(address . merazi@tuta.io)
87a6n4n033.fsf@gmail.com
Hi,

On Sat, 15 May 2021 at 00:13, Merazi <merazi@tuta.io> wrote:
Toggle quote (2 lines)
> May 13, 2021, 15:56 by ludo@gnu.org:

[...]

Toggle quote (5 lines)
>> This could indicate a poorly handled transient networking error.
>> Does the problem persist if you try again?

> I think this is just a network issue, I'll try again later. Thanks again!

So closing! :-)

Thanks,
simon
Closed
?