| 19 Oct 2025 |
dramforever | on the release schedule | 20:29:28 |
dramforever | well basically, what is this line? 2025-11-01 master (Day before ZHF) Merge staging-next into master, prepare for ZHF. Begin first staging-next cycle | 20:31:10 |
dramforever | is it the staging-next we're doing now? | 20:31:18 |
dramforever | or the next one? | 20:32:19 |
ElvishJerricco | yea | 20:34:39 |
ElvishJerricco | we can't get 258.1 in this cycle | 20:34:46 |
ElvishJerricco | so I'm going to open a PR to update to 258.1 on staging, probably today | 20:35:06 |
dramforever | i guess we'll just ship this regression for a few weeks | 20:38:05 |
ElvishJerricco | yea, kind of a bummer, but I don't really see anything we can do about it | 20:38:32 |
ElvishJerricco | https://github.com/NixOS/nixpkgs/pull/453603 | 20:38:39 |
dramforever | if nobody beats me to it i'll come back after ~10h to test aarch64-linux | 20:42:41 |
dramforever | * if nobody beats me to it i'll come back after ~12h to test aarch64-linux | 20:43:03 |
ElvishJerricco | hm, the card0 workaround isn't working on aarch64 | 20:59:40 |
ElvishJerricco | huh, nothing is getting uaccess as far as I can tell in the aarch64 vm.... this is weird | 22:06:37 |
K900 | I wonder if this is something about legacy boot vs uefi | 22:13:27 |
K900 | Or like whatever it gets the console from | 22:13:35 |
ElvishJerricco | I don't see why either of those things would be relevant | 22:16:26 |
K900 | logind might not consider it an active session | 22:18:09 |
K900 | For whatever reason | 22:18:13 |
ElvishJerricco | well | 22:18:46 |
ElvishJerricco | I'm not even seeing TAGS=:uaccess: on any devices with udevadm info | 22:18:59 |
ElvishJerricco | and that should just always happen due to udev rules | 22:19:08 |
ElvishJerricco | oh, it's really stupid | 22:57:06 |
ElvishJerricco | my aarch64 machine is my mac | 22:57:29 |
ElvishJerricco | So I was using the linux builder VM to build these | 22:57:38 |
ElvishJerricco | but this mac doesn't support nested virt | 22:57:43 |
ElvishJerricco | so the problem was just.... udev hadn't finished processing rules yet | 22:57:54 |
ElvishJerricco | because it's that slow | 22:57:57 |
ElvishJerricco | * but this mac doesn't support nested virt, so the tests were using TCG instead of virt | 22:58:14 |
ElvishJerricco | But then I remembered you can run nixos tests on macOS and it'll use virtualisation. And that appears to be working perfectly | 22:59:13 |