-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
macOS 12 images produce VirtualBox machines in gurumeditation state #8730
Comments
Hello @saschagrunert! |
Thank you! I also tried to upgrade VirtualBox to v7 (via brew) but without any luck. |
@saschagrunert we didn't found workaround too, which is sad, yeah. |
Given that K3s havs been experience the |
Even with #8731 now committed and Virtualbox back on the old versions, I am still seeing
Attached is my very simple vagrant file (renamed to .txt because regular Vagrantfiles aren't supported for attachement) |
We are also experiencing the same issue: https://github.com/magma/magma/actions/runs/6769818735/job/18410707056#step:8:86 |
Hi @dereknola and @tapasmishra! Fix will be available only after next macOS 12 image rollout. It should be there about end of the very next week but not earlier. |
This doesn't seem to be a |
Disable the vagrant based e2e tests until actions/runner-images#8730 is resolved. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Disable the vagrant based e2e tests until actions/runner-images#8730 is resolved. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Disable the tests until actions/runner-images#8730 gets resolved. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Disable the vagrant based e2e tests until actions/runner-images#8730 is resolved. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Disable the vagrant based e2e tests until actions/runner-images#8730 is resolved. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@leleliu008 couple more cents about this exact run: https://github.com/universal-ctags/ctags-nightly-build/actions/runs/6965555575/job/18954429674 We invested in upgraded hardware to support macOS 13 and are retiring older hardware, both of these changes impact macOS 12. The older generation Mac hardware was more efficient at nested virtualization. We recommend using larger linux runners for workflows that require nested virtualization. More information can be found here. |
@erik-bershel Thanks for your advices. I will try the larger runners. |
I cannot confirm that the gurumeditation issues went away with runner version |
It still occures sometimes, but not that frequent. https://github.com/universal-ctags/ctags-nightly-build/actions/runs/6976821740/job/18986313203 |
We disabled BSD workflows due to the issue actions/runner-images#8730, which in turn had been fixed, so let's enable these BSD workflows Signed-off-by: leleliu008 <leleliu008@gmail.com>
We disabled BSD workflows due to the issue actions/runner-images#8730, which in turn had been fixed, so let's enable these BSD workflows Signed-off-by: leleliu008 <leleliu008@gmail.com>
Just for info: unfortunately both errors are happening to me too: |
Yeah, it still seems to occasionally pull older runner image versions, I.E. |
Hey there! |
The following issues have now been resolved: - actions/runner-images#8730 - actions/runner-images#8642
I had this problem too and thought it had something to do with #8642. But I am now having promising success rates with reducing the memory and number of CPUs via
|
Description
If we run
vagrant up
in the Ci, then it fails with:Used Vagrantfile's:
Ref: kubernetes-sigs/security-profiles-operator#1936
Platforms affected
Runner images affected
Image version and build link
20230921.1
20230921.4
seemed to work, but20231017.6
is failing againIs it regression?
Yes, it worked seamless before
Expected behavior
That the machines come-up successfully.
Actual behavior
The machines stuck in gurumeditation state.
Repro steps
I have no way to reproduce it because I have no access to a macOS 12 machine. It's reproducible in GitHub actions, though.
The text was updated successfully, but these errors were encountered: