-
Notifications
You must be signed in to change notification settings - Fork 16
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
CI: test-ISLET-SDK-shim_test fails with error: package zeroize v1.8.0
cannot be built because it requires rustc 1.72 or newer
#244
Comments
Hi, @bitboom [ cc: Jinbum, ] can you please look at this ISLET build stability we are seeing on these new CI build-jobs? For now, I will comment out this test run from test.sh, so it won't fail. I need to get the other jobs running cleanly as I am doing some re-stabilization and clean-up of other pending items. When you fix this issue, you can re-activate this part of the
I am adding those warning messages and |
This commit attempts to keep the CI tests runing cleanly. Some tests are failing due to different issues reported under issue #242 and #244. Those will need some minor corrections in build-steps. For now, 5 test-cases from test.sh are commented out with a Warning message. - Skip few simulated-SEV related build-and-test cases. - Skip ISLET-related build-and-test tests due to rustc version incompatibility. Those will need to be re-enabled when above two issues are resolved, if possible. (If further investigation shows that we cannot support Ubunutu 22.04, then some changes will need to be made in CI's build.yml to drop-down to an older Ubuntu rev-level.)
Thanks for reporting this issue :) I will check this next week. |
This commit attempts to keep the CI tests runing cleanly. Some tests are failing due to different issues reported under issue #242 and #244. Those will need some minor corrections in build-steps. For now, 5 test-cases from test.sh are commented out with a Warning message. - Skip few simulated-SEV related build-and-test cases. - Skip ISLET-related build-and-test tests due to rustc version incompatibility. Those will need to be re-enabled when above two issues are resolved, if possible. (If further investigation shows that we cannot support Ubunutu 22.04, then some changes will need to be made in CI's build.yml to drop-down to an older Ubuntu rev-level.)
This issue was encoutered while stabilizing CI build-jobs on the
ubuntu-latest
version of Linux specified inbuild.yml
.Seems like on the newer CCC-enabled CI machines, we are running on :
Ubuntu 22.04.4 LTS
.The failure can be seen in the CI-jobs for PR #243 , where this stabilization effort is being done.
Stabilization in dev-branch: gapisback/Fix-make-test-build-and-install-sev-snp-simulator
As part of this stabilization, I added a new shell script,
./CI/scripts/osinfo.sh
which is run at the beginning of CI.You can see the output shows that we are running on these Linux VMs:
I have been able to repro this on my Linux-VM also running on
Ubuntu 22.04.4 LTS
Linux.:The error is coming from this step in this script:
third_party/islet/setup.sh
:The text was updated successfully, but these errors were encountered: