Am Thu, Mar 16, 2023 at 09:40:37PM +0100 schrieb Andreas Enge: > Thanks for pointing out that it is a known issue!
And it happens quite systematically with large packages sent as inputs. When trying to build openjdk, I get without pause output like this: building /gnu/store/gqdzxi9idv4rby2g4j9s6h1m3qfbmjph-openjdk-15.0.9.drv... guix offload: sending 2 store items (960 MiB) to '141.80.167.158'... exporting path `/gnu/store/lil0s7gijwglfbvx4ailf9fqjmrw5jw9-openjdk-15.0.9-checkout' exporting path `/gnu/store/ri7i5r91p8zj4jnznsjxnh35n99fb8k6-openjdk-14.0.2-jdk' and then it stops. After maybe 40 times or so it goes through. I do not know whether this is because the transfer finally succeeds (probably so), or maybe because the build ends up on the machine that also built the input and still has it in its store... Andreas