| 2 Apr 2026 |
vcunat | Done, but this doesn't look like a problem on the infra really. | 06:18:27 |
ofalvai | Thank you! Yeah, I also start to think this is a race condition that I can't trigger in my local builds. Anyway, there is also an update waiting to be merged, maybe it was already fixed upstream
https://github.com/NixOS/nixpkgs/pull/504701 | 06:41:26 |
hexa (signing key rotation when) | 5m late | 15:55:49 |
hexa (signing key rotation when) | Sory | 15:55:52 |
| adamcstephens joined the room. | 17:33:47 |
adamcstephens | looks like maybe we're running out of disk across multiple darwin builders. e.g. this grafana build has failed twice now on different builders due to out of disk errors. https://hydra.nixos.org/build/324117736 | 17:37:21 |
hexa (signing key rotation when) | All the time | 17:48:33 |
adamcstephens | i suspected as much | 17:59:04 |
| 3 Apr 2026 |
| Sigmanificient joined the room. | 12:11:40 |
John Ericson | We realy need to figure out the new hydra deployment plan | 15:27:02 |
John Ericson | there are no migrations needed right now | 15:28:45 |
John Ericson | (I would like to change the schema, but not till after it is deployed) | 15:29:03 |
hexa (signing key rotation when) | I asked about the state of things in hydra-queue-runner and got no great response | 15:29:11 |
John Ericson | I will go check that | 15:29:29 |
John Ericson | hexa (signing key rotation when): indeed I am sorry for missing that earlier | 15:30:41 |
John Ericson | we're ready | 15:30:48 |
hexa (signing key rotation when) |  Download | 19:40:25 |
hexa (signing key rotation when) | noted and queued for later netx week | 19:40:49 |
hexa (signing key rotation when) | Redacted or Malformed Event | 19:40:51 |
John Ericson | thank you! | 19:41:12 |
hexa (signing key rotation when) | https://github.com/NixOS/infra/pull/995/changes/6f516c2209b8ef0c65430cfed8921075801b4d5a | 19:41:19 |
eveeifyeve | This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} | 21:08:12 |
eveeifyeve | * This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} as when I try to run this string locally I get:
awk: cmd. line:1: NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}
awk: cmd. line:1:
| 21:15:00 |
eveeifyeve | * This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} as when I try to run this string locally I get:
awk: cmd. line:1: NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}
awk: cmd. line:1: ^ backslash not last character on line
| 21:15:25 |
hexa (signing key rotation when) | they are escapes for the nix string | 21:20:45 |
hexa (signing key rotation when) | if you copy it verbatim then you are holding it wrong | 21:21:00 |
eveeifyeve | Oh I see now. | 21:26:57 |
eveeifyeve | * Oh I see it now. | 21:27:05 |
| 4 Apr 2026 |
vcunat | nixos/unstable eval cancelled because of a regression:
https://github.com/NixOS/nixpkgs/pull/499793#issuecomment-4187029655
(as fixing that regression might rebuild all NixOS tests) | 12:17:08 |
vcunat | * nixos/unstable eval cancelled for now because of a regression:
https://github.com/NixOS/nixpkgs/pull/499793#issuecomment-4187029655
(as fixing that regression might rebuild all NixOS tests) | 12:17:21 |