-
Notifications
You must be signed in to change notification settings - Fork 63
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 is unpredictably failing #1772
Comments
Sigh. As a short-term fix, I think we should just include both Alternatively, we could try different, later versions of Z3 on those jobs to find one that doesn't exhibit the nondeterministic timeouts that |
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to 4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail on certain jobs. See GaloisInc/saw-script#1772.
This updates the `what4-solvers` snapshot to one that includes both Z3 4.8.10 and 4.8.14. While we continue to use 4.8.14 for most CI purposes, we fall back to 4.8.10 specifically when running the AWSLC or BLST proofs, which have been known to nondeterministically time out with those versions. Hopefully, this should resolve our CI woes. This avoids the main issue in #1772, although the underlying cause still has yet to be investigated.
This updates the `what4-solvers` snapshot to one that includes both Z3 4.8.10 and 4.8.14. While we continue to use 4.8.14 for most CI purposes, we fall back to 4.8.10 specifically when running the AWSLC or BLST proofs, which have been known to nondeterministically time out with those versions. Hopefully, this should resolve our CI woes. This avoids the main issue in #1772, although the underlying cause still has yet to be investigated.
This updates the `what4-solvers` snapshot to one that includes both Z3 4.8.10 and 4.8.14. While we continue to use 4.8.14 for most CI purposes, we fall back to 4.8.10 specifically when running the AWSLC or BLST proofs, which have been known to nondeterministically time out with those versions. Hopefully, this should resolve our CI woes. This avoids the main issue in #1772, although the underlying cause still has yet to be investigated.
This updates the `what4-solvers` snapshot to one that includes both Z3 4.8.10 and 4.8.14. While we continue to use 4.8.14 for most CI purposes, we fall back to 4.8.10 specifically when running the AWSLC or BLST proofs, which have been known to nondeterministically time out with those versions. Hopefully, this should resolve our CI woes. This avoids the main issue in #1772, although the underlying cause still has yet to be investigated.
This updates the `what4-solvers` snapshot to one that includes both Z3 4.8.8 and 4.8.14. While we continue to use 4.8.14 for most CI purposes, we fall back to 4.8.8 specifically when running the AWSLC or BLST proofs, which have been known to nondeterministically time out with those versions. Hopefully, this should resolve our CI woes. This avoids the main issue in #1772, although the underlying cause still has yet to be investigated.
This can be seen clearly on the Nightly builds page, and is almost certainly a consequence of #1746.
It looks like not only the BLST job is inconsistent: in some jobs AWSLC times out.
In both cases it looks like a Z3 timeout, probably because we moved from Z3 4.8.10 to 4.8.14.
The text was updated successfully, but these errors were encountered: