the parsing of vxlan output is still failing as of today with linux/6.17.0-5.5:
testbed running kernel: Linux 6.17.0-5-generic #5-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 10:00:33 UTC As can be seed in, e.g.: https://autopkgtest.ubuntu.com/packages/netplan.io/questing/amd64 2246s ====================================================================== 2246s ERROR: test_tunnel_vxlan (__main__.TestNetworkd.test_tunnel_vxlan) 2246s ---------------------------------------------------------------------- 2246s Traceback (most recent call last): 2246s File "/tmp/autopkgtest.fX3Izy/build.xHr/src/tests/integration/tunnels.py", line 281, in test_tunnel_vxlan 2246s json = self.iface_json('vx0') 2246s File "/tmp/autopkgtest.fX3Izy/build.xHr/src/tests/integration/base.py", line 323, in iface_json 2246s json_dict = json.loads(out) 2246s File "/usr/lib/python3.13/json/__init__.py", line 346, in loads 2246s return _default_decoder.decode(s) 2246s ~~~~~~~~~~~~~~~~~~~~~~~^^^ 2246s File "/usr/lib/python3.13/json/decoder.py", line 345, in decode 2246s obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2246s ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ 2246s File "/usr/lib/python3.13/json/decoder.py", line 361, in raw_decode 2246s obj, end = self.scan_once(s, idx) 2246s ~~~~~~~~~~~~~~^^^^^^^^ 2246s json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 379 (char 378) 2246s 2246s ---------------------------------------------------------------------- 2246s Ran 26 tests in 295.503s 2246s 2246s FAILED (errors=1) ** Changed in: linux (Ubuntu Questing) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2124257 Title: iproute2 breaking netplan DEP-8 tests in Questing, unexpected "fan- map" in JSON output To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/2124257/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
