-
Notifications
You must be signed in to change notification settings - Fork 706
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
fix(ci): update CBMC proofs' Makefile.common #4703
Conversation
I have re-generated all proofs with the change, and all is well. This is needed for moving forwards with unbounded proofs (i.e. getting rid of UNWINDSET). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is marked ready for review, but the CBMC proofs are failing in CI.
The CI runs gets to:
Anyone know what that means? |
It says "Failing after 360m", so I'm guessing timeout? Edit: definitely timeout. The summary for the job says "The job running on runner cbmc_ubuntu-latest_64-core_d5623345fda5 has exceeded the maximum execution time of 360 minutes." |
I am trying to reproduce this problem on an EC2 instance now. |
All proofs run fine on a 32-Core EC2 instance in about 7 minutes, so not sure what's wrong here. |
14c8319
to
aa93ac2
Compare
This is now fixed, we had to retain |
In order to support upcoming work that uses loop invariants we need bugfixes to build rules, porting over what was already fixed upstream in model-checking/cbmc-starter-kit#195 (and further fixes starter kit's master branch).
a4a13f5
to
0485c29
Compare
I have re-run all proofs on Intel/EC2 this morning on this branch, using both a wavefront build of CBMC, and release 6.1.0. All seems well. Can we get this merged now? |
What to make of the |
we've got a few flaky tests that need to be fixed. i just retried the failed job. |
Description of changes:
In order to support upcoming work that uses loop invariants we need bugfixes to build rules, porting over what was already fixed upstream in model-checking/cbmc-starter-kit#195 (and further fixes starter kit's master branch).
Testing:
Tested in CI to make sure it does not adversely affect current CBMC proofs, and tested locally with upcoming work that will introduce loop invariants.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.