Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydra eval error #12418

Open
2 tasks
edolstra opened this issue Feb 4, 2025 · 0 comments
Open
2 tasks

Hydra eval error #12418

edolstra opened this issue Feb 4, 2025 · 0 comments
Labels
bug build-problem Nix fails to compile or test; also improvements to build process

Comments

@edolstra
Copy link
Member

edolstra commented Feb 4, 2025

Describe the bug

Hydra is currently giving the following eval error on the nix:master jobset:

in job ‘shellInputs.x86_64-darwin’:
error:
       … while calling the 'getAttr' builtin
         at <nix/derivation-internal.nix>:44:19:
           43|       value = commonAttrs // {
           44|         outPath = builtins.getAttr outputName strict;
             |                   ^
           45|         drvPath = strict.drvPath;

       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:34:12:
           33|
           34|   strict = derivationStrict drvAttrs;
             |            ^
           35|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: access to URI 'https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre596549.db001797591b/nixexprs.tar.xz' is forbidden in restricted mode

Apparently the first failing evaluation was 85a3071 (#12349), though I can't see anything in there that would cause this error. (It might be a different eval error, though.) CC @roberth

Steps To Reproduce

Expected behavior

Metadata

Additional context

Checklist


Add 👍 to issues you find important.

@edolstra edolstra added bug build-problem Nix fails to compile or test; also improvements to build process labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build-problem Nix fails to compile or test; also improvements to build process
Projects
None yet
Development

No branches or pull requests

1 participant