Hello, Andreas Enge <[email protected]> skribis:
> ;;; (((up "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- > guile-2.0.6.drv-0/guile-2.0.6/test-EACCES") (leaf "/tmp/nix-build- > dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- > EACCES/a") (leaf "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- > guile-2.0.6.drv-0/guile-2.0.6/test-EACCES/b") (down "/tmp/nix-build- > dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- > EACCES"))) The test here creates the ‘test-EACCES’ directory, chmods it to 000, and expects to be unable to list its contents. But in your case, it succeeds. I think that’s because nix-worker is running as root and doesn’t have build users configured. Could you setup build users and try again? See <http://hydra.nixos.org/build/3456757/download/1/nix/manual.html#idp234224> on how to do it. Thanks for your help! Ludo’.
