Hi, On Tue, 17 Oct 2023 at 12:49, Anthony Hursh via Bug reports for GNU Guix <bug-guix@gnu.org> wrote: > This is from an Ubuntu installation running in a Parallels VM on a Mac with > an M1 processor. > > ./guix/store.scm:1417:15: In procedure loop: > ERROR: > 1. &store-protocol-error: > message: "build of > `/gnu/store/sh67jclf7cxgzj4zh1ji14a193p9h8gp-guile-3.0.9.drv' failed" > status: 100 > /guix pull: error: You found a bug: the program > '/gnu/store/97bpf57qwsl78n3fm9z6h8fvvydz4v8x-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "7823c6504082a0cfbd98beb301e041fb8bc4e44e"; system: "aarch64-linux"; > host version: "1.4.0"; pull-version: 1). > Please report the COMPLETE output above by email to <bug-guix@gnu.org>.
There are substitutes for this particular derivation: --8<---------------cut here---------------start------------->8--- $ guix build /gnu/store/sh67jclf7cxgzj4zh1ji14a193p9h8gp-guile-3.0.9.drv substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% 14.4 MB will be downloaded: /gnu/store/8filfzr71ar32zmfg7q98xbzblcxq9fr-guile-3.0.9-debug /gnu/store/9z46288s2j6ffslh9v9hkay45r863k4x-guile-3.0.9 substituting /gnu/store/8filfzr71ar32zmfg7q98xbzblcxq9fr-guile-3.0.9-debug... downloading from https://ci.guix.gnu.org/nar/lzip/8filfzr71ar32zmfg7q98xbzblcxq9fr-guile-3.0.9-debug ... guile-3.0.9-debug 6.7MiB 2.9MiB/s 00:02 ▕██████████████████▏ 100.0% /gnu/store/8filfzr71ar32zmfg7q98xbzblcxq9fr-guile-3.0.9-debug /gnu/store/9z46288s2j6ffslh9v9hkay45r863k4x-guile-3.0.9 --8<---------------cut here---------------end--------------->8--- Have you enabled substitutes? If no, one hypothetical cause of such failure is the RAM size of your Parallels VM, well highly hypothetical. :-) Cheers, simon