Crashes when doing $things #3

Closed
opened 2024-05-08 23:23:17 +00:00 by jade · 3 comments
Owner

backtrace: https://gist.github.com/antifuchs/01d98cf5db94c8131cbe1f03ea617e71

reported by antifuchs. @qyriad has also seen this bug i think.

backtrace: https://gist.github.com/antifuchs/01d98cf5db94c8131cbe1f03ea617e71 reported by antifuchs. @qyriad has also seen this bug i think.
jade added the
Kind/Bug
label 2024-05-08 23:23:17 +00:00

Hi, it me. This crash happens when running buildbot on any change to my nixos/nix-darwin system definition flake. (The bug title should probably read nix-eval-jobs-2.21.0 crashes)

This is with lix lix-project/lix#b6799ab0374a8e1907a48915d3187e07da41d88c, lix-project/nixos-module#aaf759cd93d1946336247808e7551df714cfd332.

Hi, it me. This crash happens when running buildbot on any change to my nixos/nix-darwin system definition flake. (The bug title should probably read `nix-eval-jobs-2.21.0 crashes`) This is with lix lix-project/lix#b6799ab0374a8e1907a48915d3187e07da41d88c, lix-project/nixos-module#aaf759cd93d1946336247808e7551df714cfd332.
Owner

Explicitly setting --eval-store auto fixes the issue. The issue is that openStore(*myArgs.evalStoreUrl) asserts and aborts when evalStoreUrl is unset. I do not entirely understand how this code used to work.

Explicitly setting `--eval-store auto` fixes the issue. The issue is that `openStore(*myArgs.evalStoreUrl)` asserts and aborts when `evalStoreUrl` is unset. I do not entirely understand how this code used to work.
raito closed this issue 2024-05-11 15:49:39 +00:00
raito referenced this issue from a commit 2024-05-11 15:52:14 +00:00

Just upgraded my buildbot system, and it can now evaluate my flake. Confirmed fixed, thank you (:

Just upgraded my buildbot system, and it can now evaluate my flake. Confirmed fixed, thank you (:
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/nix-eval-jobs#3
No description provided.