unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55249: `guix pull` crash
@ 2022-05-03 19:44 Nathan Wilcox via Bug reports for GNU Guix
  2022-05-04  5:27 ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan Wilcox via Bug reports for GNU Guix @ 2022-05-03 19:44 UTC (permalink / raw)
  To: 55249


[-- Attachment #1.1: Type: text/plain, Size: 1132 bytes --]

Hi,

I just started using guix and have only used `guix pull` and `guix search`
so far. I used `guix pull` successfully a few days ago, and decided to
rerun it today to see if it takes less time, and it resulted in a
stacktrace (attached).

This is a foreign-distro install on Debian 10 Buster. It's running inside a
'crostini' lxc vm built into ChromeOS.

Also, while I'm here, I read about `guix shell` and it was the primary
motivation for me to install since I wanted to do a project-specific
dependency configuration, but after following the instructions in [1]
running `guix shell` says `guix: shell: command not found`. I have tried
`guix search` with various patterns (`shell`, `guix.*shell`, etc…) but I
haven't been able to find out how to install it. Furthermore [1] introduces
it, so I am confused if I missed some critical setup step, even though I
followed the install section. Any advice?

links:
[1]  https://guix.gnu.org/manual/devel/en/html_node/Installation.html

-- 

Nathan Wilcox

Chief Research Officer

nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>

[-- Attachment #1.2: Type: text/html, Size: 3133 bytes --]

[-- Attachment #2: guix-bug.txt --]
[-- Type: text/plain, Size: 2847 bytes --]

$ guix pull                                          
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 8b2d266 (145 new commits)...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git   8b2d266
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%guix substitute: warning: ci.guix.gnu.org: connection failed: No route to host
substitute:                                                                                                                                           
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
building /gnu/store/3v0mmwn8rk9c6kw15pqhz1zhn87zhkz4-module-import.drv...
building /gnu/store/vk8zzl9alzi4lq2hqkhv40scl0s89rpc-module-import.drv...
building /gnu/store/0sllnyxrnvjz093gqyb79h63rnx5fzxr-module-import-compiled.drv...
building /gnu/store/g7c0761clfbqab7xh3h1h7b61cqxa80i-module-import-compiled.drv...                                                                    
building /gnu/store/zpgz919g5wqnfclk4ap23qimldaghik4-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... /Backtrace:
          15 (primitive-load "/gnu/store/yd66cyzrr3r31y1vha262ibbgxa8cv0y-compute-guix-derivation")
In ice-9/eval.scm:
    155:9 14 (_ _)
    159:9 13 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
    152:2 12 (with-fluid* _ _ _)
    152:2 11 (with-fluid* _ _ _)
In ./guix/store.scm:
  2129:24 10 (run-with-store #<store-connection 256.99 7a0e0b101280> _ #:guile-for-build _ #:system _ #:target _)
   1966:8  9 (_ _)
In ./guix/gexp.scm:
   300:22  8 (_ _)
   1181:2  7 (_ _)
   1047:2  6 (_ _)
    893:4  5 (_ _)
In ./guix/store.scm:
  2014:12  4 (_ #<store-connection 256.99 7a0dfc7de190>)
   1406:5  3 (map/accumulate-builds #<store-connection 256.99 7a0dfc7de190> #<procedure 7a0e0903ab40 at ./guix/stor?> ?)
  1421:15  2 (_ #<store-connection 256.99 7a0dfc7de190> _ _)
   733:11  1 (process-stderr #<store-connection 256.99 7a0dfc7de190> _)
In ./guix/serialization.scm:
     80:6  0 (read-int #<input-output: file 10>)

./guix/serialization.scm:80:6: In procedure read-int:
ERROR:
  1. &nar-error:
      file: #f
      port: #<input-output: file 10>
guix pull: error: You found a bug: the program '/gnu/store/yd66cyzrr3r31y1vha262ibbgxa8cv0y-compute-guix-derivation'                                  
failed to compute the derivation for Guix (version: "8b2d26660717a0f352da54acd68e0d61a7c697df"; system: "x86_64-linux";                               
host version: "1.3.0"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

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

* bug#55249: `guix pull` crash
  2022-05-03 19:44 bug#55249: `guix pull` crash Nathan Wilcox via Bug reports for GNU Guix
@ 2022-05-04  5:27 ` Julien Lepiller
  2022-05-05 21:54   ` Nathan Wilcox via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2022-05-04  5:27 UTC (permalink / raw)
  To: Nathan Wilcox, 55249

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

Hi Nathan,

I believe this was caused by a network issue (&nar-error). We lost our main server for a few hours when you tried running guix pull.

Could you try again and report success/failure?

Thanks for reporting the issue! It's much appreciated :)

On May 3, 2022 9:44:19 PM GMT+02:00, Nathan Wilcox via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
>Hi,
>
>I just started using guix and have only used `guix pull` and `guix search`
>so far. I used `guix pull` successfully a few days ago, and decided to
>rerun it today to see if it takes less time, and it resulted in a
>stacktrace (attached).
>
>This is a foreign-distro install on Debian 10 Buster. It's running inside a
>'crostini' lxc vm built into ChromeOS.
>
>Also, while I'm here, I read about `guix shell` and it was the primary
>motivation for me to install since I wanted to do a project-specific
>dependency configuration, but after following the instructions in [1]
>running `guix shell` says `guix: shell: command not found`. I have tried
>`guix search` with various patterns (`shell`, `guix.*shell`, etc…) but I
>haven't been able to find out how to install it. Furthermore [1] introduces
>it, so I am confused if I missed some critical setup step, even though I
>followed the install section. Any advice?
>
>links:
>[1]  https://guix.gnu.org/manual/devel/en/html_node/Installation.html
>
>-- 
>
>Nathan Wilcox
>
>Chief Research Officer
>
>nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>

[-- Attachment #2: Type: text/html, Size: 3727 bytes --]

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

* bug#55249: `guix pull` crash
  2022-05-04  5:27 ` Julien Lepiller
@ 2022-05-05 21:54   ` Nathan Wilcox via Bug reports for GNU Guix
  2022-05-06  4:57     ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan Wilcox via Bug reports for GNU Guix @ 2022-05-05 21:54 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 55249

[-- Attachment #1: Type: text/plain, Size: 1850 bytes --]

It completed successfully.

On Tue, May 3, 2022 at 10:27 PM Julien Lepiller <julien@lepiller.eu> wrote:

> Hi Nathan,
>
> I believe this was caused by a network issue (&nar-error). We lost our
> main server for a few hours when you tried running guix pull.
>
> Could you try again and report success/failure?
>
> Thanks for reporting the issue! It's much appreciated :)
>
> On May 3, 2022 9:44:19 PM GMT+02:00, Nathan Wilcox via Bug reports for GNU
> Guix <bug-guix@gnu.org> wrote:
>>
>> Hi,
>>
>> I just started using guix and have only used `guix pull` and `guix
>> search` so far. I used `guix pull` successfully a few days ago, and decided
>> to rerun it today to see if it takes less time, and it resulted in a
>> stacktrace (attached).
>>
>> This is a foreign-distro install on Debian 10 Buster. It's running inside
>> a 'crostini' lxc vm built into ChromeOS.
>>
>> Also, while I'm here, I read about `guix shell` and it was the primary
>> motivation for me to install since I wanted to do a project-specific
>> dependency configuration, but after following the instructions in [1]
>> running `guix shell` says `guix: shell: command not found`. I have tried
>> `guix search` with various patterns (`shell`, `guix.*shell`, etc…) but I
>> haven't been able to find out how to install it. Furthermore [1] introduces
>> it, so I am confused if I missed some critical setup step, even though I
>> followed the install section. Any advice?
>>
>> links:
>> [1]  https://guix.gnu.org/manual/devel/en/html_node/Installation.html
>>
>> --
>>
>> Nathan Wilcox
>>
>> Chief Research Officer
>>
>> nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>
>>
>>
>>

-- 

Nathan Wilcox

Chief Research Officer

nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>

[-- Attachment #2: Type: text/html, Size: 5994 bytes --]

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

* bug#55249: `guix pull` crash
  2022-05-05 21:54   ` Nathan Wilcox via Bug reports for GNU Guix
@ 2022-05-06  4:57     ` Julien Lepiller
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Lepiller @ 2022-05-06  4:57 UTC (permalink / raw)
  To: Nathan Wilcox; +Cc: 55249-close

[-- Attachment #1: Type: text/plain, Size: 2062 bytes --]

Thanks for getting back to us. Closing then. Enjoy your new guix :)

On May 5, 2022 11:54:15 PM GMT+02:00, Nathan Wilcox <nathan@electriccoin.co> wrote:
>It completed successfully.
>
>On Tue, May 3, 2022 at 10:27 PM Julien Lepiller <julien@lepiller.eu> wrote:
>
>> Hi Nathan,
>>
>> I believe this was caused by a network issue (&nar-error). We lost our
>> main server for a few hours when you tried running guix pull.
>>
>> Could you try again and report success/failure?
>>
>> Thanks for reporting the issue! It's much appreciated :)
>>
>> On May 3, 2022 9:44:19 PM GMT+02:00, Nathan Wilcox via Bug reports for GNU
>> Guix <bug-guix@gnu.org> wrote:
>>>
>>> Hi,
>>>
>>> I just started using guix and have only used `guix pull` and `guix
>>> search` so far. I used `guix pull` successfully a few days ago, and decided
>>> to rerun it today to see if it takes less time, and it resulted in a
>>> stacktrace (attached).
>>>
>>> This is a foreign-distro install on Debian 10 Buster. It's running inside
>>> a 'crostini' lxc vm built into ChromeOS.
>>>
>>> Also, while I'm here, I read about `guix shell` and it was the primary
>>> motivation for me to install since I wanted to do a project-specific
>>> dependency configuration, but after following the instructions in [1]
>>> running `guix shell` says `guix: shell: command not found`. I have tried
>>> `guix search` with various patterns (`shell`, `guix.*shell`, etc…) but I
>>> haven't been able to find out how to install it. Furthermore [1] introduces
>>> it, so I am confused if I missed some critical setup step, even though I
>>> followed the install section. Any advice?
>>>
>>> links:
>>> [1]  https://guix.gnu.org/manual/devel/en/html_node/Installation.html
>>>
>>> --
>>>
>>> Nathan Wilcox
>>>
>>> Chief Research Officer
>>>
>>> nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>
>>>
>>>
>>>
>
>-- 
>
>Nathan Wilcox
>
>Chief Research Officer
>
>nathan@electriccoin.co | @least_nathan <https://twitter.com/least_nathan>

[-- Attachment #2: Type: text/html, Size: 6356 bytes --]

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

end of thread, other threads:[~2022-05-06  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 19:44 bug#55249: `guix pull` crash Nathan Wilcox via Bug reports for GNU Guix
2022-05-04  5:27 ` Julien Lepiller
2022-05-05 21:54   ` Nathan Wilcox via Bug reports for GNU Guix
2022-05-06  4:57     ` Julien Lepiller

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).