-
Notifications
You must be signed in to change notification settings - Fork 332
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
Current git HEAD tests fail on Ubuntu 24.04: isolation_rootfs #1412
Comments
I see various permission denied errors, I wonder if they need to run as root there... we do run the tests as root in the ci and they all pass on Ubuntu (usually)... |
They seem to succeed running as sudo, yes. Also, with
|
The tests that are currrently run here as CI are not run on Ubuntu 24.04, but on 22.04. |
Yeah, Ubuntu... I tend to ignore such outlier failures... |
Sounds like this is not a blocker, because it's related to apparmor restricting the use of userns mapping, so you either need to run with There is the remaining PHP failure, where it's returning a 503 when we expect a 200, but the log output is truncated so I don't actually see what the error is above. Nevertheless, it succeeds with sudo. Is the above correct? |
Yep. |
On Ubuntu 24.04, when built with:
./configure && ./configure python --config=python3-config && ./configure go --go-path= && ./configure php && ./configure ruby && make && make python3 go ruby php go-install
rootfs isolation tests are failing, while other isolation tests seem to pass:
The text was updated successfully, but these errors were encountered: