The interesting part of the test failure seems to be this:
1386s Creating host containers 1386s Launching container moon with release resolute 1402s Waiting for container moon to be ready ..Connection to 10.6.149.96 22 port [tcp/ssh] succeeded! 1402s 2025-11-25 15:27:41,994 - util.py[WARNING]: Failed loading yaml blob. Yaml load allows (<class 'dict'>,) root types, but got str instead 1403s cloud-init status --wait failed on container moon
from debian/tests/utils:wait_container_ready
It's receiving a YAML string instead of a dict :-/
« Back to merge proposal
The interesting part of the test failure seems to be this:
1386s Creating host containers
1386s Launching container moon with release resolute
1402s Waiting for container moon to be ready ..Connection to 10.6.149.96 22 port [tcp/ssh] succeeded!
1402s 2025-11-25 15:27:41,994 - util.py[WARNING]: Failed loading yaml blob. Yaml load allows (<class 'dict'>,) root types, but got str instead
1403s cloud-init status --wait failed on container moon
from debian/ tests/utils: wait_container_ ready
It's receiving a YAML string instead of a dict :-/