GNU bug report logs - #65606
Cuirass Compute Guix Derivation Bug

Previous Next

Package: guix;

Reported by: "Karl G. Hallsby" <karl <at> hallsby.com>

Date: Wed, 30 Aug 2023 01:22:02 UTC

Severity: normal

Done: Raven Hallsby <karl <at> hallsby.com>

To reply to this bug, email your comments to 65606 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#65606; Package guix. (Wed, 30 Aug 2023 01:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Karl G. Hallsby" <karl <at> hallsby.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 30 Aug 2023 01:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Karl G. Hallsby" <karl <at> hallsby.com>
To: "Guix Bugs" <bug-guix <at> gnu.org>
Subject: Cuirass Compute Guix Derivation Bug
Date: Tue, 29 Aug 2023 20:12:05 -0500
[Message part 1 (text/plain, inline)]
This error occurred on a Cuirass system using guix 4dfdd82 on a Guile
project.

[cuirass-compute-guix-derivation.log (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#65606; Package guix. (Thu, 23 Nov 2023 04:30:02 GMT) Full text and rfc822 format available.

Message #8 received at 65606 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: "Karl G. Hallsby" <karl <at> hallsby.com>
Cc: 65606 <at> debbugs.gnu.org
Subject: Re: bug#65606: Cuirass Compute Guix Derivation Bug
Date: Wed, 22 Nov 2023 23:29:40 -0500
Hello,

"Karl G. Hallsby" <karl <at> hallsby.com> writes:

> fetching path `/gnu/store/rlbyjwc1kmhwr4y3a0m31wd37l0ll024-po4a-0.69'...
> Downloading https://ci.guix.gnu.org/nar/lzip/rlbyjwc1kmhwr4y3a0m31wd37l0ll024-po4a-0.69...

> [K po4a-0.69  2.0MiB                        0B/s 00:00 ?                  ?   0.0%
> [K po4a-0.69  2.0MiB                    1.6MiB/s 00:00 ??                 ?   3.1%
> [K po4a-0.69  2.0MiB                    215KiB/s 00:01 ??                 ?   6.2%
> [K po4a-0.69  2.0MiB                     67KiB/s 00:03 ???                ?   9.3%
> [K po4a-0.69  2.0MiB                     66KiB/s 00:04 ????               ?  12.4%Backtrace:
> In ice-9/boot-9.scm:
>   1752:10 19 (with-exception-handler _ _ #:unwind? _ # _)
> In cuirass/scripts/evaluate.scm:
>      99:7 18 (_)
>    105:27 17 (thunk)
> In ice-9/boot-9.scm:
>   1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/store.scm:
>    659:37 15 (thunk)
>   2168:25 14 (run-with-store #<store-connection 256.99 7fab6d89dfa0> ?)
> In cuirass/scripts/evaluate.scm:
>      85:6 13 (_ _)
> In guix/channels.scm:
>     982:2 12 (_ _)
>     924:2 11 (_ _)
> In guix/monads.scm:
>     487:9 10 (_ _)
> In guix/store.scm:
>    1996:8  9 (_ _)
> In guix/channels.scm:
>    675:14  8 (_ #<store-connection 256.99 7fab6d89dfa0>)
> In guix/store.scm:
>   2168:25  7 (run-with-store #<store-connection 256.99 7fab6d89dfa0> ?)
>    1298:8  6 (call-with-build-handler _ _)
>    1298:8  5 (call-with-build-handler #<procedure 7fab6e7dd8d8 at g?> ?)
> In guix/channels.scm:
>    690:14  4 (_)
> In guix/store.scm:
>   2168:25  3 (run-with-store #<store-connection 256.99 7fab6d89dfa0> ?)
> In ice-9/eval.scm:
>    191:27  2 (_ #(#(#<directory (build-self) 7fab6d8635a0> #<pr?>) ?))
> In ice-9/boot-9.scm:
>   1685:16  1 (raise-exception _ #:continuable? _)
>   1685:16  0 (raise-exception _ #:continuable? _)

> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> ERROR:
>   1. &message: "You found a bug: the program '/gnu/store/cxb9kcppq32jvjq3sqld84v2fj1k8hgi-compute-guix-derivation'\nfailed to compute the derivation for Guix (version: \"74d72046bdc1ed6c859565570d0db58d20c9ddd7\"; system: \"x86_64-linux\";\nhost version: \"1.4.0-10.4dfdd82\"; pull-version: 1).\nPlease report the COMPLETE output above by email to <bug-guix <at> gnu.org>.\n"

The problem occurred while downloading a substitute, so it seems to be a
bug in 'guix substitute'.  Perhaps related to a network problem that was
not correctly handled.  The backtrace is not super useful... I wonder
how we could change that.

-- 
Thanks,
Maxim




Information forwarded to bug-guix <at> gnu.org:
bug#65606; Package guix. (Thu, 23 Nov 2023 04:46:02 GMT) Full text and rfc822 format available.

Message #11 received at 65606 <at> debbugs.gnu.org (full text, mbox):

From: "Karl G. Hallsby" <karl <at> hallsby.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 65606 <at> debbugs.gnu.org
Subject: Re: bug#65606: Cuirass Compute Guix Derivation Bug
Date: Wed, 22 Nov 2023 22:39:40 -0600
> The problem occurred while downloading a substitute, so it seems to be a
> bug in 'guix substitute'.  Perhaps related to a network problem that was
> not correctly handled.

That might be it. I have completely forgotten what this submission was
about or how I hit it. The only other pieces of information I can
provide is that Cuirass instance is running in a VM on Proxmox and that
I am using the default build mode with the local daemon. This machine is
CI for my personal projects and channels, so a single machine is enough
for building those.

I think this was a transient issue. Doing a "herd restart cuirass" fixed
it, I think.

I have not seen this issue again, though I have seen others with
Cuirass. These new issues do not belong in this thread though.

> The backtrace is not super useful... I wonder how we could change
> that.

Getting better backtraces for Cuirass-issued Guix commands would be
amazing! There are some instances, like this one, where the backtrace
does not help much.

--
Raven Hallsby




Reply sent to Raven Hallsby <karl <at> hallsby.com>:
You have taken responsibility. (Mon, 16 Jun 2025 23:31:03 GMT) Full text and rfc822 format available.

Notification sent to "Karl G. Hallsby" <karl <at> hallsby.com>:
bug acknowledged by developer. (Mon, 16 Jun 2025 23:31:04 GMT) Full text and rfc822 format available.

Message #16 received at 65606-done <at> debbugs.gnu.org (full text, mbox):

From: Raven Hallsby <karl <at> hallsby.com>
To: 65606-done <at> debbugs.gnu.org
Subject: Close issue
Date: Mon, 16 Jun 2025 18:29:46 -0500
Closed because of transient issue.

--
Raven Hallsby
karl <at> hallsby.com




This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.