Ludovic Courtès <l...@gnu.org> skribis: > Looking at the nginx and ‘guix publish’ logs, I found that the missing > substitute is not that of 4r1wij3bzj9zv75ds82a93jl7bcman2x (the .drv > itself) but rather that of a dependency of that .drv: > > [14/Oct/2023:23:22:09 +0200] "GET /wqqzcxrhbnv0nzg64iiiqd5grr4vk2zg.narinfo > HTTP/1.1" 404 58 "-" "GNU Guile" > > That item’s size is above the cache bypass threshold of 100 MiB as > currently configured on berlin: > > $ du -hs /gnu/store/wqqzcxrhbnv0nzg64iiiqd5grr4vk2zg-guix-5a6b1a5 > 124M /gnu/store/wqqzcxrhbnv0nzg64iiiqd5grr4vk2zg-guix-5a6b1a5 > > The immediate fix/workaround is to raise that threshold.
I raised the threshold to 150 MiB in maintenance.git commit 213384e43de63ce3a5a55599e8fb89891ffef7eb. I reconfigured berlin and restarted ‘guix publish’ seconds ago. Hopefully next time installation tests won’t have that problem. Ludo’.