-
Notifications
You must be signed in to change notification settings - Fork 147
CBMC Nightly Failure #3975
Copy link
Copy link
Closed
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.
Metadata
Metadata
Assignees
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The CBMC Nightly job is failing: https://github.com/model-checking/kani/actions/runs/14191553578/job/39757217581
The problem appears to be that our job to install dependencies is installing an old version of CMake:
So the job fails later because CMake has removed support for versions below 3.5:
I would have thought that this logic:
kani/scripts/setup/ubuntu/install_deps.sh
Lines 26 to 30 in 6b7616c
would ensure that we fetch a more recent version, so I'm not sure how to fix this just yet. Creating this tracking issue in case I don't resolve it before my on-call shift ends.