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

podman mount: yet another race: layer not known #23671

Closed
edsantiago opened this issue Aug 19, 2024 · 2 comments · Fixed by #24091
Closed

podman mount: yet another race: layer not known #23671

edsantiago opened this issue Aug 19, 2024 · 2 comments · Fixed by #24091
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

Triggered in parallel system tests with precious little to go on. I've reproduced via:

Window 1:
# while :;do printf "FROM quay.io/libpod/testimage:20240123\nRUN date\n" | bin/podman build -t foo -;bin/podman rmi foo;done
Window 2:
# while :;do bin/podman mount --notruncate || break;done
...
Error: layer not known

Took almost an hour to fail on 1mt. main @ 7899358 (includes #23645)

@edsantiago edsantiago added the flakes Flakes from Continuous Integration label Aug 19, 2024
Copy link

A friendly reminder that this issue had no activity for 30 days.

@edsantiago
Copy link
Member Author

Seen twice today, in the wild (not just in my pet PR)

x x x x x x
sys(4) podman(4) rawhide(3) root(4) host(4) sqlite(4)
fedora-40(1)

@Luap99 Luap99 self-assigned this Sep 27, 2024
Luap99 added a commit to Luap99/libpod that referenced this issue Sep 27, 2024
As shown in containers#23671 these functions can return the raw error without any
useful context to the user which makes it hard to understand where
things went wrong. Simply add some context to some error paths here.

Signed-off-by: Paul Holzinger <[email protected]>
@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 Dec 30, 2024
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators Dec 30, 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

Successfully merging a pull request may close this issue.

2 participants