| 17 May 2026 |
winston | ah yeah i was just worried about missing this cycle, thanks đŸ™‚ | 23:15:03 |
| 18 May 2026 |
leona | 26.05 branchoff currently waits for the staging-next merge :) | 06:34:03 |
| ethancedwards8 joined the room. | 06:44:04 |
vcunat | I believe we need to change the schedule in future releases. It's like... this staging-next was still allowed to get breaking changes - even to release-critical packages. | 06:47:11 |
vcunat | For some reason the schedule assumes that we can do a staging-next iteration every week. | 06:47:27 |
vcunat | But the reality is every month. (as there's the old stable release, too) | 06:47:51 |
leona | The release requires much more coordination with staging currently than stated in the TL | 07:00:44 |
leona | Or actually anywhere in the release wiki | 07:00:59 |
leona | But I guess that’s also more a culture thing | 07:01:08 |
vcunat | Some important tests fail on staging-next reproducibly, e.g. nixosTests.misc or others in https://hydra.nixos.org/eval/1825464 | 08:15:17 |
vcunat | (i.e. unstable-small would get blocked if merged now) | 08:15:35 |
K900 | Installer tests are looking like the usual bootstrap nonsense again | 08:16:22 |
K900 | IPv6 test seem to be failing because something changed about interface names? | 08:17:48 |
K900 | client_defaults: waiting for success: [ `ip -o -6 addr show dev eth1 scope link -tentative -temporary | wc -l` -eq 1 ]
client_global_setting # [ 11.392934] dhcpcd[1110]: ens3: adding default route via 10.0.2.2
client_defaults # Device "eth1" does not exist.
| 08:17:49 |
K900 | * IPv6 test seems to be failing because something changed about interface names? | 08:17:54 |
K900 | I wonder if misc is broken by the nspawn change | 08:20:11 |
K900 | If it's trying to read /proc/cmdline | 08:20:16 |
hexa | ens vs eth | 12:03:42 |
K900 | Maybe it was racing the rename or something | 12:04:01 |
K900 | And now it wins | 12:04:02 |
hexa |
virtio_net virtio6 ens9: renamed from eth1
| 12:04:14 |
| Marcel joined the room. | 12:06:29 |
Eli Saado | wew I've literally had this issue yesterday | 12:38:15 |
Eli Saado | you can use udevadm test-builtin net_setup_link /sys/class/net/ens18 to debug if you have an interactive shell I guess | 12:38:55 |
| famfo joined the room. | 14:49:06 |
André Lima | Fix for nixosTests.misc: https://github.com/NixOS/nixpkgs/pull/521677 | 19:25:16 |
André Lima | Also, regarding the nixosTests.installer.simple test, I'm seeing that the installer can't resolve DNS queries. Is this normal/intended? | 21:03:49 |
K900 | Yes | 21:04:37 |
K900 | The installer runs fully offline | 21:04:41 |
K900 | The idea is that everything required for the base install is on the image already | 21:04:50 |