Closed
Description
Another init-ctr flake; it actually looks identical to #11682 except for the warning, which is new:
podman make sure once container is removed
/var/tmp/go/src/github.com/containers/podman/test/e2e/pod_initcontainers_test.go:100
[BeforeEach] Podman init containers
/var/tmp/go/src/github.com/containers/podman/test/e2e/pod_initcontainers_test.go:22
[It] podman make sure once container is removed
/var/tmp/go/src/github.com/containers/podman/test/e2e/pod_initcontainers_test.go:100
$ podman [options] create --init-ctr once --pod new:foobar quay.io/libpod/alpine:latest bin/sh -c echo AjWwhTHctcuAxhxK > /dev/shm/XVlBzgbaiCMR
SHA1
$ podman [options] create --pod foobar -t quay.io/libpod/alpine:latest top
SHA2
$ podman [options] pod start foobar
time="2022-09-29T01:38:01Z" level=error msg="Removing container SHA1 from database: no container with ID SHA1 found in DB: no such container"
SHA3
$ podman [options] container exists SHA1
$ podman [options] pod stop foobar
SHA3
$ podman [options] pod start foobar
SHA3
$ podman [options] exec -it SHA2 cat /dev/shm/XVlBzgbaiCMR
AjWwhTHctcuAxhxK <<<<------ UNEXPECTED! This causes test to fail, because this file should not exist
Only two instances in the past month; before that, May.
Podman init containers [It] podman make sure once container is removed
- fedora-36 : int podman fedora-36 root container
- ubuntu-2204 : int podman ubuntu-2204 rootless host