| 23 Jun 2026 |
hexa | root@sweeping-filly:~/ > netstat | grep mimas
tcp6 0 0 sweeping-filly.b.59366 mimas.nixos.org.https ESTABLISHED
tcp6 0 0 sweeping-filly.b.58946 mimas.nixos.org.https ESTABLISHED
| 08:14:48 |
hexa | aren't they multiplexed into the same grpc stream? | 08:14:58 |
hexa | [root@mimas:~]# ss | grep 2a01:4f8:261:1351::1
tcp ESTAB 0 0 [2a01:4f8:2220:11c8::1]:https [2a01:4f8:261:1351::1]:58946
tcp ESTAB 0 0 [2a01:4f8:2220:11c8::1]:https [2a01:4f8:261:1351::1]:59366\
| 08:15:35 |
hexa | at least thye agree about that part | 08:15:40 |
hexa | 58 fds open on queue-runner on elated-minsky | 08:16:21 |
hexa | looks sensible | 08:16:24 |
Mic92 | Also looks like tonic adds all the logic. | 08:17:52 |
Mic92 | ss might be hard to debug because of socket activation. You can restart and I debug this next time it happen. | 08:19:34 |
hexa | i'll do the updates in a bit anyway | 08:21:39 |
hexa | vcunat max build duration? | 08:36:17 |
hexa | 12h? 1d? | 08:37:24 |
hexa | also, we should mark more jobs big-parallel, e.g. nodejs | 08:37:51 |
Vladimír Čunát | In reply to @hexa:lossy.network 12h? 1d? Something like that, I guess | 08:41:42 |
hexa | I'd say if your job takes 12h it should be big-parallel instead | 08:42:08 |
hexa | but let's start with 1d to not be too disruptive for now | 08:42:21 |
| kieran set a profile picture. | 09:13:21 |
hexa | preparing the update on all hosts | 09:36:46 |
hexa | and rebooting | 10:01:15 |
hexa | all done | 10:27:58 |
Sergei Zimmerman (xokdvium) | Known thing? https://hydra.nixos.org/jobset/nix/maintenance-2.28#tabs-errors
Does it just need a bonk? | 16:07:25 |
Sergei Zimmerman (xokdvium) | error: executing SQLite statement 'pragma synchronous = off': unable to open database file, unable to open database file (in '/var/lib/hydra/.cache/nix/fetcher-cache-v4.sqlite')
| 16:07:38 |
Vladimír Čunát | Something transient/random, apparently. I triggered a new eval and it passed through without any errors. | 16:56:33 |
mynacol | Wouldn't it make sense to add support for PostgreSQL or the like? Sounds like Sqlite might be a bottleneck. How hard could it be? | 17:19:42 |
erents |
How hard could it be?
Famous last words | 17:21:05 |
K900 | https://hydra.nixos.org/build/332691369/nixlog/4/tail what is going on here | 17:24:12 |
K900 | And https://hydra.nixos.org/build/332691361 | 17:24:32 |
Sergei Zimmerman (xokdvium) | In reply to @k900:0upti.me https://hydra.nixos.org/build/332691369/nixlog/4/tail what is going on here I think it’s even more GC races. Saw similar things in the latest nix master jobset evals | 17:27:08 |
Sergei Zimmerman (xokdvium) | after the new fixes I think | 17:27:16 |
Mic92 | @xokdvium:matrix.org: I have to check if those are not cached builds | 17:33:16 |
Mic92 | I saw some failing TCL build. | 17:33:34 |