You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step install latest CBMC in aws-c-common's run_cbmc_proofs CI workflow seems to be failing sporadically. Sometimes the failure disappears when the CI job is re-run but sometimes the failure does not disappear.
The error looks like:
jq: error (at <stdin>:1): Cannot index string with string "assets"
Error: Process completed with exit code 1.
The response needs to be parsed with jq differently. The asset, whose name starts with/contains "ubuntu-20.04" is the asset whose browser_download_url is needed for the subsequent curl -o command
The step
install latest CBMC
inaws-c-common
'srun_cbmc_proofs
CI workflow seems to be failing sporadically. Sometimes the failure disappears when the CI job is re-run but sometimes the failure does not disappear.The error looks like:
Here's a link to a failed run: https://github.com/awslabs/aws-c-common/actions/runs/6043368449/job/16400257070?pr=1054
The text was updated successfully, but these errors were encountered: