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
I noticed that a download was failing on a remote builder so I tried to copy the missing drv into the remote store via nix copy --to ssh-ng://nix-ssh@10.0.36.99 /nix/store/bl8fbiy8bn7j12dvzq8qiazk36q4xygv-empy-3.3.4.tar.gz.drv.
No copy happens, instead a build is attempted and it fails:
error: builder for '/nix/store/bl8fbiy8bn7j12dvzq8qiazk36q4xygv-empy-3.3.4.tar.gz.drv' failed with exit code 1;
last 7 log lines:
>
> trying http://www.alcyone.com/software/empy/empy-3.3.4.tar.gz
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 229 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 404
> error: cannot download empy-3.3.4.tar.gz from any mirror
For full logs, run 'nix log /nix/store/bl8fbiy8bn7j12dvzq8qiazk36q4xygv-empy-3.3.4.tar.gz.drv'.
Steps To Reproduce
Run nix copy --to some-store something,drv
Expected behavior
I would expect the store path and its dependencies to be copied to the remote store.
nix-env (Nix) 2.11.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed that a download was failing on a remote builder so I tried to copy the missing drv into the remote store via
nix copy --to ssh-ng://nix-ssh@10.0.36.99 /nix/store/bl8fbiy8bn7j12dvzq8qiazk36q4xygv-empy-3.3.4.tar.gz.drv
.No copy happens, instead a build is attempted and it fails:
Steps To Reproduce
nix copy --to some-store something,drv
Expected behavior
I would expect the store path and its dependencies to be copied to the remote store.
nix-env (Nix) 2.11.0
The text was updated successfully, but these errors were encountered: