-
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] Coq release download broken? #1909
Comments
I suspect this is a server-side thing, as https://downforeveryoneorjustme.com/coq.inria.fr?proto=https suggests that https://coq.inria.fr is down (temporarily, I hope). |
Ah, yes. Checked the Coq mailing list and it looks like the server is just down: https://sympa.inria.fr/sympa/arc/coq-club/2023-08/msg00013.html Apparently there are some holidays in France at the moment, so this might not get fixed for a few days. From this discussion on Zulip, it seems like other folks are just deciding to live with their CI being messed up for a couple days: https://coq.zulipchat.com/#narrow/stream/237656-Coq-devs-.26-plugin-devs/topic/Website.20down.3F |
If you need to temporarily disable the Heapster Coq tests to get the CI green, something like this should suffice: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57f7d3454..583bad0f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -251,10 +251,11 @@ jobs:
heapster-tests:
needs: [build]
strategy:
fail-fast: false
matrix:
+ continue-on-error: [true]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with: |
Funny, I saw the email thread go by on the Coq list about the Coq server being down, and I thought to myself "I'm glad this doesn't affect me." Silly me. |
This appears to be fixed: https://github.com/GaloisInc/saw-script/actions/runs/5881529261/job/15951471166?pr=1907 |
Just noticed that it looks like the way we're installing Coq on CI for the
heapster-tests
is broken. The commandopam repo add coq-released https://coq.inria.fr/opam/released
seems to be consistently giving the error:For example, here's the failure from a scheduled CI run on
master
: https://github.com/GaloisInc/saw-script/actions/runs/5854373290/job/15871358448#step:7:23The text was updated successfully, but these errors were encountered: