| 30 Jun 2026 |
Myria | Build from yesterday failed because it ran out of space: https://hydra.nixos.org/build/333571823 | 02:39:37 |
hexa | restarted | 02:44:58 |
hexa | we'll get to those eventually | 02:45:06 |
hexa | need to reconsider tmpfs probably | 02:45:13 |
hexa | # curl -s -L -H "Content-Type: application/json" https://hydra.nixos.org/job/nixos/unstable/tested/latest-finished | jq
{
"nixname": "nixos-26.11pre1022475.58528b66f0a6",
"drvpath": "/nix/store/a0mrl6bv16dj0g8b6kbq23mh8may16x4-nixos-26.11pre1022475.58528b66f0a6.drv",
"releasename": null,
"job": "tested",
"buildproducts": {},
"jobsetevals": [
1826602
],
"stoptime": 1782465172,
"system": "x86_64-linux",
"jobset": "unstable",
"finished": 1,
"priority": 100,
"buildstatus": 0,
"id": 332915585,
"timestamp": 1782416710,
"buildmetrics": {},
"project": "nixos",
"starttime": 1782464425,
"buildoutputs": {
"out": {
"path": "/nix/store/gnv84sk1yavxn3v7mij46skq8l9535gf-nixos-26.11pre1022475.58528b66f0a6"
}
}
}
| 02:47:12 |
hexa | hrm | 02:48:00 |
hexa | exec mirror-nixos-branch nixos-unstable https://hydra.nixos.org/job/nixos/unstable/tested/latest-finished
| 02:53:13 |
hexa | the url redirects to https://hydra.nixos.org/build/332915585 for me | 02:53:37 |
hexa | and for pluto, too | 02:53:52 |
hexa | just the mirror-nixos-branch script arrives at https://hydra.nixos.org/build/333215293 instead | 02:54:15 |
hexa | which prevents the channel from advancing | 02:54:26 |
hexa |
# /run/systemd/system/update-nixos-unstable.service.d/override.conf
[Service]
ExecStart=
ExecStart=/tmp/update-nixos-unstable-start
| 02:57:43 |
hexa | oh cmon | 02:57:44 |
hexa | Redacted or Malformed Event | 02:57:46 |
hexa | please clean up those hacks | 02:57:52 |
hexa | Redacted or Malformed Event | 02:58:34 |
hexa | ok and now it wants an older eval | 03:00:30 |
hexa | why | 03:00:40 |
hexa | ahhhhh fuck | 03:01:22 |
hexa | I restarted codex | 03:01:27 |
hexa | that's why | 03:01:28 |
hexa | so nixos-unstable should advance within the hour | 03:03:01 |
hexa | and please merge, if it does. welcome to the team 😉 | 03:16:17 |
Winter | lol | 03:21:42 |
Arian | In reply to @arianvp:matrix.org
I found a corrupt gnugrep nar I think?
https://cache.nixos.org/srk76h64a1ja4z7njh5lxcds7m9hnc7y.narinfo
Says file size 248729 bytes But when i download i get 248412 bytes
The FileHash also doesn't match
Interestingly the NarHash does.. Race condition of uploading the nar + undeterministic compression? | 07:56:04 |
VladimÃr ÄŒunát | Do you still experience it? I now did nix build /nix/store/srk76h64a1ja4z7njh5lxcds7m9hnc7y-gnugrep-3.12 and it passed. | 07:59:00 |
VladimÃr ÄŒunát | * Do you still experience it? I now did nix build /nix/store/srk76h64a1ja4z7njh5lxcds7m9hnc7y-gnugrep-3.12 (the path shown in that .narinfo) and it passed. | 07:59:21 |
dramforever | possibly had the positive narinfo cache for the old one? | 07:59:40 |
Arian | So it fetches just fine in nix.
But the FileSize and FileHash in the narinfo are wrong.
I guess nix ignores those fields? | 08:03:50 |
Arian | But if they're ignored why do we have them. | 08:03:58 |