Zulip Chat Archive
Stream: mathlib4
Topic: leantar failed
Adam Topaz (Jan 28 2024 at 03:35):
I just got the following error trying to get the cache for mathlib:
$ lake exe cache get
Attempting to download 3223 file(s)
Downloaded: 3223 file(s) [attempted 3223/3223 = 100%] (100% success)
Decompressing 4161 file(s)
/home/adam/.cache/mathlib/d7befb75e607fc04.ltar: failed to fill whole buffer
uncaught exception: leantar failed with error code 1
Anyone else experience this?
Adam Topaz (Jan 28 2024 at 03:40):
Ok, I tired lake exe cache get
in a fresh copy of mathlib4 and I got essentially the same error as above:
No files to download
Decompressing 4161 file(s)
/home/adam/.cache/mathlib/d7befb75e607fc04.ltar: failed to fill whole buffer
uncaught exception: leantar failed with error code 1
Mario Carneiro (Jan 28 2024 at 03:42):
try deleting the referenced file and try again
Adam Topaz (Jan 28 2024 at 03:45):
Thanks Mario. That fixed it.
Michael Stoll (Jan 28 2024 at 09:33):
See also this thread.
Last updated: May 02 2025 at 03:31 UTC