| 4 Nov 2024 |
Gaétan Lepage | Ok, thank you for reporting the build success anyway :) | 16:09:11 |
emily | can, uh, an admin remove /tmp/uv-test-sock on the community builder? | 18:45:00 |
emily | it's making it impossible to build libuv 🙃 | 18:45:06 |
Mic92 | emily: looks like it got removed. | 18:58:54 |
Mic92 | or maybe you can tell which machine it's supposed to be. | 18:59:11 |
emily | oh, sorry, I meant the Darwin one. I can just do it myself with a runCommand build user gamble though | 19:00:40 |
Mic92 | emilazy: I cannot find that on the machine | 19:03:21 |
emily | I just removed it (with nix build --impure --option sandbox false --expr 'with import (builtins.getFlake "nixpkgs") {}; map (n: runCommand "uv${toString n}" { } "rm /tmp/uv-test-sock") [0 1 2 3 4 5 6 7 8 9 10 11 12]') | 19:03:34 |
emily | (to get the build user that owns it) | 19:03:48 |
Mic92 | ok | 19:03:54 |
emily | sorry for the unnecessary request :) | 19:03:56 |
Mic92 | no worries | 19:13:27 |
| Ainz Ooal Gown joined the room. | 19:28:19 |
Ainz Ooal Gown | https://github.com/nix-community/infra/pull/1552
Why I didn't think of this earlier | 19:29:17 |
Ainz Ooal Gown | Now nixpkgs review can review darwin packages from a linux machine! | 19:30:05 |
emily | note that everyone with access to the community builders effectively has root; I would not recommend trusting their results on your machines | 19:31:59 |
emily | cf. the disclaimers in https://github.com/NixOS/aarch64-build-box?tab=readme-ov-file#notes-on-security-and-safety | 19:32:13 |
Ainz Ooal Gown | of course I wouldn't build my nixos configuration with this | 19:32:32 |
Ainz Ooal Gown | I think it's safe for me since nix won't even try to build nixosConfigurations automatically with this (only darwin builders are configured) | 19:33:36 |
emily | well, you did also include the x86 builder in the docs :) | 19:38:07 |
Ainz Ooal Gown | Ah I thought about including a warning there, but the existing notes on security section should do the trick | 19:40:46 |
Ainz Ooal Gown | btw what's this treefmt error? I can't seem to reformat the file with treefmt (tells me that treefmt configuration is missing) | 19:41:45 |
| @tanvir:hackliberty.org changed their profile picture. | 21:41:00 |
| 5 Nov 2024 |
| Willi Butz joined the room. | 20:04:32 |
Willi Butz | hey! I'm a bit confused about buildbot suddenly stopping all progress for the builds in one CI run. Is there some rate limit I might be hitting or some other known thing that would cause this? | 20:19:33 |
lassulus | maybe some deployment restarted the worker/scheduler? | 20:20:46 |
Willi Butz | this is the latest case of this, happening right now https://buildbot.nix-community.org/#/builders/2684/builds/21 | 20:20:56 |
Willi Butz | also happened in the build before that and in the build five days ago | 20:21:24 |
Willi Butz | It seems to start building just as I'd expect and then suddenly stop all progress at some point | 20:21:57 |
Willi Butz | In reply to @willi:butz.cloud also happened in the build before that and in the build five days ago the run just before the one above (still in running, but stuck without progress)
https://buildbot.nix-community.org/#/builders/2684/builds/20
and the run from five days ago (timed out)
https://buildbot.nix-community.org/#/builders/2684/builds/19
| 20:25:54 |