all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Parker-Shemilt <palfrey@tevps.net>
To: 60694@debbugs.gnu.org
Subject: bug#60694: Acknowledgement (Issue building derivations in 1.4.0)
Date: Mon, 9 Jan 2023 20:31:33 +0000	[thread overview]
Message-ID: <CAHSuFOgRKK6Tp+D1xu1nXSt5QjuGjFZfko=zmWvtUjs0a-vkSw@mail.gmail.com> (raw)
In-Reply-To: <handler.60694.B.167328922921990.ack@debbugs.gnu.org>

I hit this while running in a low-CPU Virtualbox setup doing some
Packer work on https://github.com/palfrey/guix-vm. I upped the CPU
specs and got another error

==> virtualbox-iso: Backtrace:
==> virtualbox-iso: In ice-9/eval.scm:
==> virtualbox-iso:     155:9 19 (_ _)
==> virtualbox-iso:     159:9 18 (_
#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?)
?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
==> virtualbox-iso: In ice-9/boot-9.scm:
==> virtualbox-iso:     152:2 17 (with-fluid* _ _ _)
==> virtualbox-iso:     152:2 16 (with-fluid* _ _ _)
==> virtualbox-iso: In ./guix/store.scm:
==> virtualbox-iso:   2170:24 15 (run-with-store #<store-connection
256.99 7feccd983140> #<procedure 7fecb41df230 at ./guix/self.scm:13?>
?)
==> virtualbox-iso:    1998:8 14 (_ #<store-connection 256.99 7feccd983140>)
==> virtualbox-iso: In ./guix/gexp.scm:
==> virtualbox-iso:    299:22 13 (_ #<store-connection 256.99 7feccd983140>)
==> virtualbox-iso:    1180:2 12 (_ #<store-connection 256.99 7fecc309a140>)
==> virtualbox-iso:    1046:2 11 (_ #<store-connection 256.99 7fecc309a140>)
==> virtualbox-iso:     892:4 10 (_ #<store-connection 256.99 7fecc309a140>)
==> virtualbox-iso: In ./guix/store.scm:
==> virtualbox-iso:   2055:12  9 (_ #<store-connection 256.99 7fecc309a140>)
==> virtualbox-iso:   1407:13  8 (map/accumulate-builds
#<store-connection 256.99 7fecc309a140> #<procedure 7fecce4e35a0 at
./guix/stor?> ?)
==> virtualbox-iso:   1407:13  7 (map/accumulate-builds
#<store-connection 256.99 7fecc309a140> #<procedure 7fecb0bc55e0 at
./guix/stor?> ?)
==> virtualbox-iso:   1407:13  6 (map/accumulate-builds
#<store-connection 256.99 7fecc309a140> #<procedure 7feccec42840 at
./guix/stor?> ?)
==> virtualbox-iso:    1403:5  5 (map/accumulate-builds
#<store-connection 256.99 7fecc309a140> #<procedure 7fecb50a78e0 at
./guix/stor?> ?)
==> virtualbox-iso:   1419:15  4 (_ #<store-connection 256.99
7fecc309a140> ("/gnu/store/hvjrj0dmfjfh95wr5xn1hgwyw2nyaqlc-subversion?"
?) ?)
==> virtualbox-iso:   1419:15  3 (loop #f)
==> virtualbox-iso:    713:11  2 (process-stderr #<store-connection
256.99 7fecc309a140> _)
==> virtualbox-iso: In ./guix/serialization.scm:
==> virtualbox-iso:    102:11  1 (read-int #<input-output: file 10>)
==> virtualbox-iso:      80:6  0 (get-bytevector-n* #<input-output: file 10> 8)
==> virtualbox-iso:
==> virtualbox-iso: ./guix/serialization.scm:80:6: In procedure
get-bytevector-n*:
==> virtualbox-iso: ERROR:
==> virtualbox-iso:   1. &nar-error:
==> virtualbox-iso:       file: #f
==> virtualbox-iso:       port: #<input-output: file 10>
==> virtualbox-iso: guix pull: error: You found a bug: the program
'/gnu/store/lzinbzm0hxvnz11c4cin1ml9ybhrg7r5-compute-guix-derivation'
==> virtualbox-iso: failed to compute the derivation for Guix
(version: "8e2f32cee982d42a79e53fc1e9aa7b8ff0514714"; system:
"x86_64-linux";
==> virtualbox-iso: host version: "1.4.0"; pull-version: 1).
==> virtualbox-iso: Please report the COMPLETE output above by email
to <bug-guix@gnu.org>.

On Mon, 9 Jan 2023 at 18:34, GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  bug-guix@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 60694@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 60694: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60694
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems




  parent reply	other threads:[~2023-01-10  6:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 15:20 bug#60694: Issue building derivations in 1.4.0 Tom Parker-Shemilt
     [not found] ` <handler.60694.B.167328922921990.ack@debbugs.gnu.org>
2023-01-09 20:31   ` Tom Parker-Shemilt [this message]
2023-01-13  3:35 ` Maxim Cournoyer
2023-01-16 13:55   ` Tom Parker-Shemilt
2023-01-16 16:33     ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHSuFOgRKK6Tp+D1xu1nXSt5QjuGjFZfko=zmWvtUjs0a-vkSw@mail.gmail.com' \
    --to=palfrey@tevps.net \
    --cc=60694@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.