New podman-remote flake. Reproducer:
$ while :;do bin/podman-remote run --tty -i --rm quay.io/libpod/testimage:20210610 echo hello;done
hello
hello
...
ERRO[0000] Removing container e76ac83d715b96b12b85e82356ba6a639496c963fbd740f32ebed9946b90c0cf: error removing storage for container "e76ac83d715b96b12b85e82356ba6a639496c963fbd740f32ebed9946b90c0cf": identifier is not a container
...
main @ cc23e05 but I see it also in two CI runs on 09-22, both in the int remote fedora-34 root host test on #11604, in two different subtests.
This is kind of important because this is not a flake that will trigger a CI failure -- YET. I'm working on fixes to the system tests that are much stricter, and will fail on this flake. Obviously I can't even submit these fixes until this flake is corrected.