-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
flake: completion test: ioctl(TUNSETIFF): Operation not permitted #9086
Comments
@AkihiroSuda @giuseppe What does this error message mean? The test is just as simple podman pod create followed by podman run with that pod. podman/test/system/600-completion.bats Lines 251 to 252 in 47616fe
|
slirp4netns seems facing a permission error because it is not properly joining the UserNS. As slirp4netns is almost single-threaded, I guess this issue is a race condition on Podman side rather than on slirp4netns side, but not 100% sure. |
Thank you for logging that instance. Unfortunately, my flake-finder tool only catalogs by test name; it does not capture the error string[*]. The flake you report above is in the [*] because that is a Much Harder Problem I've just done a manual perusal of the flake tool, log by log, and all I see is #9379 (newly filed) and #7139 and a few others that are new but they're one- or two-offs, and I'm on PTO this week so they can wait. |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago Any update on this? |
The only instances I see of this are on f32, and it looks like we got rid of CI on f32 (#9474). I guess we can close this. |
I don't even know where to begin with this one:
podman/test/system/600-completion.bats
Line 243 in 47616fe
Only two instances, one today, one last week:
sys: podman shell completion test
@Luap99 do you have any idea what this could be about?
The text was updated successfully, but these errors were encountered: