| 8 Oct 2025 |
QuadRadical (Ping) | this completely died | 19:32:06 |
QuadRadical (Ping) | treefmt-check> error: cannot run ssh-keygen: No such file or directory
treefmt-check> error:
treefmt-check> fatal: failed to write commit object
| 19:32:08 |
QuadRadical (Ping) | ah | 19:32:11 |
QuadRadical (Ping) | im using run0 technichally not sudo | 19:32:17 |
QuadRadical (Ping) | so i think thisll work | 19:32:23 |
raitobezarius | not sure what treefmt-check is doing there | 19:32:34 |
raitobezarius | but disabling the sandbox means that derivations that are fucky with the environment can now fuck with your system | 19:32:46 |
raitobezarius | be careful | 19:32:48 |
QuadRadical (Ping) | hmm okay | 19:33:02 |
QuadRadical (Ping) | thank you | 19:33:03 |
raitobezarius | you could maybe try to actually reproduce the docker thing | 19:33:19 |
raitobezarius | enable docker on your system | 19:33:21 |
raitobezarius | load the docker lix image | 19:33:23 |
raitobezarius | and so on | 19:33:25 |
QuadRadical (Ping) | ach | 19:33:32 |
QuadRadical (Ping) | i dont really want docker | 19:33:36 |
QuadRadical (Ping) | but i should | 19:33:37 |
QuadRadical (Ping) | yeah | 19:33:39 |
QuadRadical (Ping) | im going to try running just one build instead of a whole flake check | 19:34:51 |
QuadRadical (Ping) | see what that does on the ci | 19:34:53 |
QuadRadical (Ping) | i reproduced it! | 19:57:27 |
raitobezarius | if you can provide strace, that would be great | 19:57:42 |
QuadRadical (Ping) | NIX_REMOTE=local sudo nix --no-sandbox flake check -L does do it! | 19:57:48 |
QuadRadical (Ping) | i just disabled treefmt-check | 19:57:55 |
QuadRadical (Ping) | sure! | 19:58:00 |
raitobezarius | so that smells highly like a "no sandbox" bug | 19:58:20 |
raitobezarius | fucking hell, what's going on again | 19:58:24 |
QuadRadical (Ping) | yeah | 19:58:28 |
QuadRadical (Ping) | ill try stracing it | 19:58:59 |
QuadRadical (Ping) | like this? NIX_REMOTE=local strace -fys9999 sudo nix --no-sandbox flake check -L | 20:02:26 |