Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

race: podman ps --external: determining buildah container: container not known #23492

Closed
edsantiago opened this issue Aug 2, 2024 · 1 comment
Assignees
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

In window 1:

$ while :;do a=$(buildah from scratch);b=$(buildah from scratch);podman rm $a $b;done

Window 2:

$ while :;do podman ps -a --external || break;done
.....
Error: determining buildah container for container e06c37be6a8d8a1e113ffadb9d3adc55c5d9c4117ea6c3480bdc93ec0d3c1449: container not known
@edsantiago edsantiago added the flakes Flakes from Continuous Integration label Aug 2, 2024
rhatdan added a commit to rhatdan/podman that referenced this issue Aug 5, 2024
Race condition between listing containers and figuring out if it
is a buildah container.

Fixe: containers#23492

Signed-off-by: Daniel J Walsh <[email protected]>
@edsantiago
Copy link
Member Author

Fixed in #23493

@stale-locking-app stale-locking-app bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Nov 4, 2024
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

2 participants