-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Command Failed 'oc get -n test builds | grep -i complete' #11499
Comments
did something change about our SCC settings? I'm assuming this is the build pod trying to mount the docker socket... |
the message actually says the pod is in the privileged SCC yet was denied permission to do a hostvolume:
(???) assigning to security. |
Is this when creating the pod, or is something trying to annotate the pod after it's been created |
i don't think anything should be annotating the pod, but there is a log from the build pod which contains:
which would imply the pod got created and actually ran to completion(failed completion). So at a minimum the pod would have been having its status updated to failed. (also worth noting that presumably the github failure was due to the ddos issues and would have resulted in this test run failing anyway) i'm going to try to intentionally fail a build locally and see what happens. |
on further investigation the SCC message is coming from the prior rsh command which is expected to fail. the build failed because of the DNS message i noted above, for which I don't think we can do anything about, short of solving the world's DDoS problems. closing. |
as @liggitt noted, we may want to clean up the rsh error reporting though. this is what it looks like now:
|
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_integration/7464/consoleFull
The text was updated successfully, but these errors were encountered: