Zulip Chat Archive

Stream: mathlib4

Topic: Uncaught exception


Jeremy Tan (Jan 15 2024 at 05:01):

The new shake tool appears to be causing problems in #9403:
https://github.com/leanprover-community/mathlib4/actions/runs/7524334618/job/20478989708#step:17:4161

Kim Morrison (Jan 15 2024 at 06:12):

Is there a reason you think shake is involved? I don't see any mention of it in the errors.

Mario Carneiro (Jan 15 2024 at 06:13):

tentative fix at #9752

Mario Carneiro (Jan 15 2024 at 06:13):

or at least, if there are still errors that PR should help make them less impenetrable

Kim Morrison (Jan 15 2024 at 06:15):

Okay, :merge:'d, lets see what happens!

Mario Carneiro (Jan 15 2024 at 06:35):

aha:

curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104

Jeremy Tan (Jan 15 2024 at 08:17):

@Mario Carneiro ready!

Mauricio Collares (Jan 15 2024 at 09:47):

Judging from the transient failures, lake exe cache put Archive.lean packs and uploads almost the whole of mathlib. Which makes sense, but does this mean mathlib oleans get uploaded thrice (Mathlib, archive, counterexamples)?

Mario Carneiro (Jan 15 2024 at 09:54):

Note that there is currently a bug in the printing code, it's supposed to show the files that are actually uploaded but the pruning is being done server-side so not all of those are actually uploaded for real

Mario Carneiro (Jan 15 2024 at 09:55):

Sebastian Ullrich has a PR which should help with that: #9687

Mario Carneiro (Jan 15 2024 at 09:57):

(this is a problem for the new cloudflare cache, because it doesn't know how to not overwrite, so we end up with a lot more redundant traffic if we don't handle the pruning client-side)


Last updated: May 02 2025 at 03:31 UTC