I thought I saw a connection with the time lining up on T7125, this seemed to not be the root cause. while its arguably clearer, it doesnt fix it erroring.
to not make any more hasty conclusions I'll just list out my suspicions:
- https://github.com/vyos/vyos-nightly-build/actions/runs/13168926561/job/36755889210#step:5:5691
for some reason `get_frrender_dict(config)` (configd) fails, this appears to boil down to a failed call of `self._is_tag_node(d)` (definition.py) `non-existent node data`
- https://github.com/vyos/vyos-nightly-build/actions/runs/13168926561/job/36755889210#step:5:5725
ethtool calls are failing with `netlink error: Operation not supported`
- https://github.com/vyos/vyos-nightly-build/actions/runs/13168926561/job/36755889210#step:5:6044
nft fails with `Could not process rule: No such file or directory`
nothing immediately jumps out going over recent somewhat related changes, and my understanding of the test suite and sytem is currently not sufficient to get much further with this. I'm happy to look at it myself if someone knows a more concrete cause of all this