Zulip Chat Archive

Stream: mathlib4

Topic: mk_all reports done, but not on CI


Alex Meiburg (Jun 24 2025 at 19:30):

CI is reporting

Please run 'lake exe mk_all' to regenerate the import all files
Error: Process completed with exit code 1.

but when I run that command locally, it tells me

% lake exe mk_all
No update necessary

and makes no changes. My local repo is up to the date with what I've pushed.

Aaron Liu (Jun 24 2025 at 19:34):

The problem is the error above

Aaron Liu (Jun 24 2025 at 19:35):

specifically, in the section "build pr-branch tools (test)"

Alex Meiburg (Jun 24 2025 at 19:38):

Ah, right you are. I guess the fact that I touched docs/1000.yaml made it decide to re-build the tools. Funny, but ok. But it's failing to build the tools.

Bryan Gin-ge Chen (Jun 24 2025 at 21:15):

This is probably the same issue as in #mathlib4 > CI errors in "build pr-branch tools" step


Last updated: Dec 20 2025 at 21:32 UTC