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

Share code in parsers (continued) #823

Merged
merged 3 commits into from
Jul 5, 2024

Naming: use 'r' as the prefix for parsers returning ReadM. Keep 'p' f…

6dee923
Select commit
Loading
Failed to load commit list.
Merged

Share code in parsers (continued) #823

Naming: use 'r' as the prefix for parsers returning ReadM. Keep 'p' f…
6dee923
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/eval failed Jul 4, 2024

Evaluation failed

Details

Evaluation error:

hydra-eval-jobs returned exit code 1:
warning: unknown setting 'allowed-users'
warning: unknown setting 'trusted-users'
error:
       … while calling anonymous lambda
         at «nix-internal»/call-flake.nix:12:1:
           11| # unlocked trees.
           12| overrides:
             | ^
           13|

       … from call site
         at «nix-internal»/call-flake.nix:86:4:
           85|
           86| in allNodes.${lockFile.root}
             |    ^
           87|

       … while calling anonymous lambda
         at «nix-internal»/call-flake.nix:39:13:
           38|     builtins.mapAttrs
           39|       (key: node:
             |             ^
           40|         let

       … in the left operand of the update (//) operator
         at «nix-internal»/call-flake.nix:69:13:
           68|             # This is shadowed in the next //
           69|             // sourceInfo
             |             ^
           70|             // {

       … from call site
         at «nix-internal»/call-flake.nix:60:21:
           59|
           60|           outputs = flake.outputs (inputs // { self = result; });
             |                     ^
           61|

       … while calling 'outputs'
         at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:15:13:
           14|
           15|   outputs = inputs: let
             |             ^
           16|     supportedSystems = [

       … in the right operand of the update (//) operator
         at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:27:5:
           26|     {inherit (inputs) incl;}
           27|     // inputs.flake-utils.lib.eachSystem supportedSystems (
             |     ^
           28|       system: let

       … from call site
         at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:27:8:
           26|     {inherit (inputs) incl;}
           27|     // inputs.flake-utils.lib.eachSystem supportedSystems (
             |        ^
           28|       system: let

       … while calling anonymous lambda
         at «nix-internal»/call-flake.nix:57:25:
           56|           inputs = builtins.mapAttrs
           57|             (inputName: inputSpec: allNodes.${resolveInput inputSpec})
             |                         ^
           58|             (node.inputs or {});

       … from call site
         at «nix-internal»/call-flake.nix:57:36:
           56|           inputs = builtins.mapAttrs
           57|             (inputName: inputSpec: allNodes.${resolveInput inputSpec})
             |                                    ^
           58|             (node.inputs or {});

       … while calling anonymous lambda
         at «nix-internal»/call-flake.nix:39:13:
           38|     builtins.mapAttrs
           39|       (key: node:
             |             ^
           40|         let

       … in the condition of the assert statement
         at «nix-internal»/call-flake.nix:79:13:
           78|           if node.flake or true then
           79|             assert builtins.isFunction flake.outputs;
             |             ^
           80|             result

       … while calling the 'isFunction' builtin
         at «nix-internal»/call-flake.nix:79:20:
           78|           if node.flake or true then
           79|             assert builtins.isFunction flake.outputs;
             |                    ^
           80|             result

       … while calling the 'import' builtin
         at «nix-internal»/call-flake.nix:54:19:
           53|
           54|           flake = import (outPath + "/flake.nix");
             |                   ^
           55|

       … while realising the context of a path

       … while calling the 'fetchTree' builtin
         at «nix-internal»/call-flake.nix:48:15:
           47|               # FIXME: remove obsolete node.info.
           48|               fetchTree (node.info or {} // removeAttrs node.locked ["dir"]);
             |               ^
           49|

       error: access to URI 'github:hamishmack/flake-utils/2767bafdb189cd623354620c2dacbeca8fd58b17?narHash=sha256-2qUN04W6X9cHHytEsJTM41CmusifPTC0bgTtYsHSNY8%3D' is forbidden in restricted mode
child process (1062031) exited with status=1
error: worker error: error:
              … while calling anonymous lambda
                at «nix-internal»/call-flake.nix:12:1:
                  11| # unlocked trees.
                  12| overrides:
                    | ^
                  13|

              … from call site
                at «nix-internal»/call-flake.nix:86:4:
                  85|
                  86| in allNodes.${lockFile.root}
                    |    ^
                  87|

              … while calling anonymous lambda
                at «nix-internal»/call-flake.nix:39:13:
                  38|     builtins.mapAttrs
                  39|       (key: node:
                    |             ^
                  40|         let

              … in the left operand of the update (//) operator
                at «nix-internal»/call-flake.nix:69:13:
                  68|             # This is shadowed in the next //
                  69|             // sourceInfo
                    |             ^
                  70|             // {

              … from call site
                at «nix-internal»/call-flake.nix:60:21:
                  59|
                  60|           outputs = flake.outputs (inputs // { self = result; });
                    |                     ^
                  61|

              … while calling 'outputs'
                at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:15:13:
                  14|
                  15|   outputs = inputs: let
                    |             ^
                  16|     supportedSystems = [

              … in the right operand of the update (//) operator
                at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:27:5:
                  26|     {inherit (inputs) incl;}
                  27|     // inputs.flake-utils.lib.eachSystem supportedSystems (
                    |     ^
                  28|       system: let

              … from call site
                at /nix/store/glahjklf4y7r5s1zzcibzdy5x555d6i8-source/flake.nix:27:8:
                  26|     {inherit (inputs) incl;}
                  27|     // inputs.flake-utils.lib.eachSystem supportedSystems (
                    |        ^
                  28|       system: let

              … while calling anonymous lambda
                at «nix-internal»/call-flake.nix:57:25:
                  56|           inputs = builtins.mapAttrs
                  57|             (inputName: inputSpec: allNodes.${resolveInput inputSpec})
                    |                         ^
                  58|             (node.inputs or {});

              … from call site
                at «nix-internal»/call-flake.nix:57:36:
                  56|           inputs = builtins.mapAttrs
                  57|             (inputName: inputSpec: allNodes.${resolveInput inputSpec})
                    |                                    ^
                  58|             (node.inputs or {});

              … while calling anonymous lambda
                at «nix-internal»/call-flake.nix:39:13:
                  38|     builtins.mapAttrs
                  39|       (key: node:
                    |             ^
                  40|         let

              … in the condition of the assert statement
                at «nix-internal»/call-flake.nix:79:13:
                  78|           if node.flake or true then
                  79|             assert builtins.isFunction flake.outputs;
                    |             ^
                  80|             result

              … while calling the 'isFunction' builtin
                at «nix-internal»/call-flake.nix:79:20:
                  78|           if node.flake or true then
                  79|             assert builtins.isFunction flake.outputs;
                    |                    ^
                  80|             result

              … while calling the 'import' builtin
                at «nix-internal»/call-flake.nix:54:19:
                  53|
                  54|           flake = import (outPath + "/flake.nix");
                    |                   ^
                  55|

              … while realising the context of a path

              … while calling the 'fetchTree' builtin
                at «nix-internal»/call-flake.nix:48:15:
                  47|               # FIXME: remove obsolete node.info.
                  48|               fetchTree (node.info or {} // removeAttrs node.locked ["dir"]);
                    |               ^
                  49|

              error: access to URI 'github:hamishmack/flake-utils/2767bafdb189cd623354620c2dacbeca8fd58b17?narHash=sha256-2qUN04W6X9cHHytEsJTM41CmusifPTC0bgTtYsHSNY8%3D' is forbidden in restricted mode