| 2 Apr 2026 |
hexa | 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 | 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 | 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 |  Download | 19:40:25 |
hexa | noted and queued for later netx week | 19:40:49 |
hexa | Redacted or Malformed Event | 19:40:51 |
John Ericson | thank you! | 19:41:12 |
hexa | 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 | they are escapes for the nix string | 21:20:45 |
hexa | 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 |
| 22 May 2021 |
| @grahamc:nixos.org set the history visibility to "world_readable". | 17:01:28 |
| @grahamc:nixos.org changed the room name to "" from "". | 17:01:28 |
| cole-h joined the room. | 17:03:05 |
| andi- joined the room. | 17:18:59 |
| Sandro joined the room. | 17:21:35 |