[67960be] failed to compute the derivation for Guix x86_64-linux

  • Open
  • quality assurance status badge
Details
2 participants
  • Pascal Quach
  • Richard Sent
Owner
unassigned
Submitted by
Pascal Quach
Severity
normal
P
P
Pascal Quach wrote on 10 Mar 12:27 +0100
(address . bug-guix@gnu.org)
563747a3-2eb2-4d6d-ad24-ed0b6ab63b49@centralesupelec.fr
Hello,

Apparently I found a bug! From what I understand, not enabling
substitutes should lead to building from source. Authorizing
ci.guix.gnu.org and bordeaux.guix.gnu.org makes this bug disappear.

The final lines before the backtrace are:
> guix substitute: warning: download from
failed: 504, "Gateway Time-out"
> retrying download of
'/gnu/store/4gvgcfdiz67wv04ihqfa8pqwzsb0qpv5-guile-3.0.9' with other
substitute URLs...

Please find below my system information. The complete bug logs are attached.

Best regards,

Pascal Quach

[1] System information
-----------------------------------------------------------------------
DESKTOP-E9O1UFT:/# guix describe
Generation 2 Mar 10 2024 10:06:41 (current)
guix 67960be
branch: master
commit: 67960be52e01f8bd169dcff5985c4af2c5f87f91
DESKTOP-E9O1UFT:/# guix describe -f channels
(list (channel
(name 'guix)
(branch "master")
(commit
"67960be52e01f8bd169dcff5985c4af2c5f87f91")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
DESKTOP-E9O1UFT:/#
-----------------------------------------------------------------------

[2] Bug log attached
Attachment: bug.log
R
R
Richard Sent wrote on 17 Mar 16:23 +0100
(name . Pascal Quach)(address . pascal.quach@centralesupelec.fr)(address . 69710@debbugs.gnu.org)
87sf0olw52.fsf@freakingpenguin.com
Toggle quote (3 lines)
> From what I understand, not enabling
> substitutes should lead to building from source.

Did you try pulling with --fallback? I believe if substitute fetching
fails Guix won't build from source unless you add that flag.

Perhaps the error message in Guix pull could be updated to not say

Toggle snippet (5 lines)
guix pull: error: You found a bug: the program ...
failed to compute the derivation for Guix ....
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

When the store protocol error is

Toggle snippet (6 lines)
ERROR:
1. &store-protocol-error:
message: "some substitutes for the outputs of derivation ... failed (usually happens due to networking issues); try `--fallback' to build derivation from source "
status: 1

and --fallback isn't provided.

--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
?