Zulip Chat Archive
Stream: mathlib4
Topic: cache failure whilst building CI?
Eric Rodriguez (Aug 21 2023 at 11:09):
https://github.com/leanprover-community/mathlib4/actions/runs/5925365162/job/16064776073 I've tried rerunning this job - I'm confused why it's not just trying to build the files that it didn't find oleans for?
Eric Wieser (Aug 21 2023 at 11:33):
I think the relevant line is:
thread '<unnamed>' panicked at 'called
Result::unwrap()
on anErr
value: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }', /project/src/ltar.rs:57:34
which suggests something was corrupt, not just missing
Jon Eugster (Aug 21 2023 at 17:09):
I got the same on multiple CI runs today, restarting always worked...
EDIT: looks like this Zulip discussion is about these errors.
Last updated: Dec 20 2023 at 11:08 UTC