On Sun, 19 Jan 2025 at 21:15:30 +0100, Paul Gevers wrote: > Should autopkgtest-virt-podman on line 197 test for "labels is not None" > first, or is this maybe a bug in autopkgtest-build-podman?
Possibly both. a-v-podman should certainly cope with the list of labels being None (null in the JSON), and behave exactly as though it had been an empty list; but I thought we were always adding at least one label in a-b-podman, too. (I'm also surprised that podman reports an empty list of labels as null and not as [].) smcv