Crashes when doing $things #3
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/nix-eval-jobs#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
backtrace: https://gist.github.com/antifuchs/01d98cf5db94c8131cbe1f03ea617e71
reported by antifuchs. @qyriad has also seen this bug i think.
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.
Explicitly setting
--eval-store auto
fixes the issue. The issue is thatopenStore(*myArgs.evalStoreUrl)
asserts and aborts whenevalStoreUrl
is unset. I do not entirely understand how this code used to work.Just upgraded my buildbot system, and it can now evaluate my flake. Confirmed fixed, thank you (: