Hi, On Sun, 28 Jul 2024 at 16:02, "Zack Weinberg" via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
> Computing Guix derivation for 'x86_64-linux'... \ > GC Warning: Failed to expand heap by 8388608 bytes > [previous line repeats 79 more times] > GC Warning: Failed to expand heap by 69632 bytes > GC Warning: Out of Memory! Heap size: 402 MiB. Returning NULL! > Warning: Unwind-only out of memory exception; skipping pre-unwind handler. > guix pull: error: You found a bug: the program > '/gnu/store/6pckga173mjbpfz7a2bl93h4gimd8fp5-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "46a64c7fdd057283063aae6df058579bb07c4b6a"; system: "x86_64-linux"; > host version: "e4aabf42b33346849cb565199cfafc49d4f0aeff"; I guess this bug had been fixed since then. Do you still have it? Aside, I am not able to reproduce it: guix time-machine -q --commit=e4aabf42b33346849cb565199cfafc49d4f0aeff \ -- time-machine -q --commit=46a64c7fdd057283063aae6df058579bb07c4b6a \ -- describe This passes for me. Cheers, simon