By looking at the code this can happen if running
lxc exec container_name -- cat /proc/uptime
fails (returns nonzero). If autopkgtest-virt-lxd believes the container is up but that command fails I think it's fair to bail out, but it should be done more gracefully (not with a Traceback).
By looking at the code this can happen if running
lxc exec container_name -- cat /proc/uptime
fails (returns nonzero). If autopkgtest- virt-lxd believes the container is up but that command fails I think it's fair to bail out, but it should be done more gracefully (not with a Traceback).