You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
warning: error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3vcxvwbdkvk.nar': HTTP error 100 ('Continue') (curl error: Server returned nothing (no headers, no data)); retrying in 253 ms
warning: error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3vcxvwbdkvk.nar': HTTP error 100 ('Continue') (curl error: Server returned nothing (no headers, no data)); retrying in 532 ms
warning: error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3vcxvwbdkvk.nar': HTTP error 100 ('Continue') (curl error: Server returned nothing (no headers, no data)); retrying in 1183 ms
warning: error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3vcxvwbdkvk.nar': HTTP error 100 ('Continue') (curl error: Server returned nothing (no headers, no data)); retrying in 2625 ms
error: while uploading to HTTP binary cache at 'http://[::1]:9000': error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3vcxvwbdkvk.nar': HTTP error 100 ('Continue') (curl error: Server returned nothing (no headers, no data))
That might be Nix starting the HTTP PUT, but then not sending any data (presumably as it's still busy assembling the .nar file), and nix-casync nagging the client to keep sending data.
I've seen these error messages before, but they disappeared after increasing some timeouts.
I'm not sure if there's much that can be done on the nix-casync side, or whether that needs to be fixed in Nix.
The text was updated successfully, but these errors were encountered:
Moved from #17 (comment) (cc @ajs124)
That might be Nix starting the HTTP PUT, but then not sending any data (presumably as it's still busy assembling the .nar file), and
nix-casync
nagging the client to keep sending data.I've seen these error messages before, but they disappeared after increasing some timeouts.
I'm not sure if there's much that can be done on the
nix-casync
side, or whether that needs to be fixed in Nix.The text was updated successfully, but these errors were encountered: