Zulip Chat Archive

Stream: mathlib4

Topic: ci on master is failing


Johan Commelin (Dec 24 2022 at 18:57):

https://github.com/leanprover-community/mathlib4/actions/runs/3771189144/jobs/6411447096

Gabriel Ebner (Dec 24 2022 at 19:05):

Apparently github was down temporarily, build works after restarting.

Kevin Buzzard (Jan 06 2025 at 12:28):

CI just failed on master with the following error:

awaiting-CI.png

Edward van de Meent (Jan 06 2025 at 12:28):

what workflow?

Kevin Buzzard (Jan 06 2025 at 12:29):

This was for ae4ed0224c0525a639077956f6520becf0114f7e (the PR passed CI)

Kevin Buzzard (Jan 06 2025 at 12:29):

But the most recent commit also has failed CI with a different error.

Edward van de Meent (Jan 06 2025 at 12:30):

i suspect i may be to blame indirectly

Edward van de Meent (Jan 06 2025 at 12:31):

and mathlib4#20435 more directly

Edward van de Meent (Jan 06 2025 at 12:31):

but i don't know why

Kevin Buzzard (Jan 06 2025 at 12:31):

Edward van de Meent said:

what workflow?

Is "continuous integration (staging) / Post-CI job (push) Cancelled after 9s" the answer? I don't really know the language here. Another guess for the answer is "Remove "awaiting-CI" "

Kevin Buzzard (Jan 06 2025 at 12:34):

The second failing commit is https://github.com/leanprover-community/mathlib4/actions/runs/12632315411/job/35196177338

error.png

Sebastian Ullrich (Jan 06 2025 at 12:40):

Canceling since a higher priority waiting request for 'continuous integration (staging)-refs/heads/staging.' exists

I think the bors jobs are now canceling each other

Sebastian Ullrich (Jan 06 2025 at 12:43):

That is, you'll probably want to include the run ID for staging as well

Edward van de Meent (Jan 06 2025 at 13:04):

#20515 should fix this, i think.


Last updated: May 02 2025 at 03:31 UTC