OfBorg | 180 Members | |
| Number of builds and evals in queue: <TBD> | 64 Servers |
| Sender | Message | Time |
|---|---|---|
| 25 Oct 2023 | ||
| What's even the supposed sandbox violation in that test | 03:23:14 | |
| Redacted or Malformed Event | 03:33:32 | |
| https://github.com/nixos/nix/commit/dd93c12c6a3ebf5b52fe7045d708ed10f6acd0dd this could be the cause | 04:00:30 | |
| Nah it shouldn't | 04:02:29 | |
| The commit that one is reverting is https://github.com/nixos/nix/commit/1cba5984a68a489c4a56691032e4c87991c678f4 | 04:04:17 | |
| github shows it was in 2.14.0 | 04:04:38 | |
| while 23.05 is on 2.13.6 | 04:05:06 | |
| changing the nix version in flake 2_14,2_15 works 2_16 fails | 04:10:03 | |
| * changing the nix version in flake 2_15 works 2_16 fails | 04:11:15 | |
good 2.15.2(.3 too probably), bad 2.16.1(and .0)+ | 04:16:59 | |
* good 2.15.2(.3 too probably), bad 2.16.1(and .0)+ | 04:17:07 | |
| Can't the non-failure with
in
| 04:38:26 | |
| * Can't repro the non-failure with
in
| 04:38:36 | |
| 26 Oct 2023 | ||
error: writing to file: No space left on device on aarch64-darwin: https://logs.ofborg.org/?key=nixos/nixpkgs.257760&attempt_id=2f9c3138-239d-428b-980a-22b9604619b1 | 11:21:20 | |
In reply to @hexa:lossy.networkrecurrening event | 11:48:57 | |
| Sigh… I don’t suppose anybody knows how to write a timer like systemd has for launchd? 😅 | 13:09:29 | |
In reply to @cole-h:matrix.orgi actually do since i have before. if you want me to whip up something. i'm assuming you're just wanting periodic garbage collection? | 13:13:46 | |
| actually are these using nix-darwin right now? I forget. I've admittedly never used it but i imagine it has a way to specify timers? | 13:14:14 | |
| here's a nix-darwin timer: https://codeberg.org/adamcstephens/dotfiles/src/commit/fd44a309d17aab3a363f5ee978922a6365e19830/parts/darwin.nix#L93 | 13:16:06 | |
| home-manager has similar launchd options, so you could use HM instead | 13:18:04 | |
| * home-manager has similar launchd options, so you could use HM instead for user timers | 13:18:16 | |
In reply to @adam:robins.wtfi imagine those are tied to user sessions? | 13:19:49 | |
| yes, sorry didn't realize this was the ofborg room :) | 13:20:03 | |
for GC, nix-darwin has nix.gc options | 13:20:13 | |
In reply to @adam:robins.wtfi figured it might | 13:20:22 | |
| https://daiderd.com/nix-darwin/manual/index.html#opt-nix.gc.automatic | 13:20:35 | |
In reply to @lily:lily.flowersActually no 😅 The issue is because we’re building (some) x86 and arm Darwin on the same machines | 13:40:27 | |
| GC is doing fine, it’s the Rosetta stuff that never gets cleaned up unless I manually run a command | 13:40:52 | |
In reply to @adam:robins.wtfSo this is probably what I'm looking for; thanks! | 13:44:00 | |
not the most cleanup I've seen from it before but "lol" | 13:46:25 | |