[Do not merge] Temporary s-r-p to revert ouroboros-network to 0.15 fo… #5865
IOG Hydra / ci/eval
failed
May 30, 2024 in 4s
Evaluation has errors
Checkout took 1s.
Evaluation took 1 hours 42 min 20s.
Details
Evaluation error:
in job ‘x86_64-darwin.native.variants.ghc964.shells.devops’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/ahqg1z3apy51798jx4zkbi71a0rmd9q4-node-specs-default-bage.json.drv' failed to build
in job ‘x86_64-linux.native.shells.devops’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/fjspksdrxpnavqd3c6f56fzjjlr1wxqb-node-specs-default-bage.json.drv' failed to build
in job ‘x86_64-linux.native.variants.ghc964.shells.devops’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'shellHook' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/mkshell/default.nix:41:3:
40|
41| shellHook = lib.concatStringsSep "\n" (lib.catAttrs "shellHook"
| ^
42| (lib.reverseList inputsFrom ++ [ attrs ]));
… while evaluating derivation 'workbench-backend-output-devops-bage-supervisor'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'supervisorConfPath' of derivation 'workbench-backend-output-devops-bage-supervisor'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/backend/supervisor.nix:43:10:
42| in pkgs.runCommand "workbench-backend-output-${profileData.profileName}-supervisor"
43| {supervisorConfPath = supervisorConf.INI;}
| ^
44| ''
… while evaluating derivation 'supervisor.conf'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'supervisor.conf'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/backend/supervisor-conf.nix:234:43:
233| value = supervisorConf;
234| INI = pkgs.writeText "supervisor.conf" (generators.toINI {} supervisorConf);
| ^
235| }
… while calling 'toINI'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/generators.nix:121:6:
120| listsAsDuplicateKeys ? false
121| }: attrsOfAttrs:
| ^
122| let
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/generators.nix:132:7:
131| # map input to ini sections
132| mapAttrsToStringsSep "\n" mkSection attrsOfAttrs;
| ^
133|
… while calling 'mapAttrsToStringsSep'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/generators.nix:124:44:
123| # map function to string for each key val
124| mapAttrsToStringsSep = sep: mapFn: attrs:
| ^
125| libStr.concatStringsSep sep
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/generators.nix:126:14:
125| libStr.concatStringsSep sep
126| (libAttr.mapAttrsToList mapFn attrs);
| ^
127| mkSection = sectName: sectValues: ''
… while calling 'mapAttrsToList'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:542:5:
541| # Attribute set to map over.
542| attrs:
| ^
543| map (name: f name attrs.${name}) (attrNames attrs);
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/backend/supervisor-conf.nix:105:28:
104| //
105| (builtins.listToAttrs (lib.mapAttrsToList (nodeName: nodeSpec:
| ^
106| lib.attrsets.nameValuePair "program:${nodeName}" {
… while calling 'mapAttrsToList'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:542:5:
541| # Attribute set to map over.
542| attrs:
| ^
543| map (name: f name attrs.${name}) (attrNames attrs);
error: unable to download 'https://cache.iog.io/vaavyb6lx5nkzzwd5mp1bw3if3vvv1wk.narinfo': HTTP error 500
in job ‘x86_64-darwin.required’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'required'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'constituents' of derivation 'required'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/release/default.nix:51:16:
50| pkgs.runCommand name
51| { inherit constituents meta;
| ^
52| preferLocalBuild = true;
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/1lgprrxnr0hicll4j56yla8n2kdqzjjp-node-specs-default-bage.json.drv' failed to build
in job ‘required’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'required'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'constituents' of derivation 'required'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/release/default.nix:51:16:
50| pkgs.runCommand name
51| { inherit constituents meta;
| ^
52| preferLocalBuild = true;
… while evaluating derivation 'required'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'constituents' of derivation 'required'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/release/default.nix:51:16:
50| pkgs.runCommand name
51| { inherit constituents meta;
| ^
52| preferLocalBuild = true;
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/1lgprrxnr0hicll4j56yla8n2kdqzjjp-node-specs-default-bage.json.drv' failed to build
in job ‘x86_64-darwin.native.shells.devops’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'devops-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'devops-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/1lgprrxnr0hicll4j56yla8n2kdqzjjp-node-specs-default-bage.json.drv' failed to build
in job ‘x86_64-darwin.native.shells.workbench-shell’:
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'workbench-shell'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'workbench-shell'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:344:7:
343| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0;
344| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0) 1;
| ^
345| depsBuildTarget = lib.elemAt (lib.elemAt dependencies 0) 2;
… while evaluating derivation 'start-cluster'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'text' of derivation 'start-cluster'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:148:16:
147| runCommand name
148| { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
| ^
149| passAsFile = [ "text" ];
… while evaluating derivation 'workbench-profile-default-bage'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'generatorService' of derivation 'workbench-profile-default-bage'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/profile/profile.nix:174:15:
173| }));
174| generatorService =
| ^
175| with generator-service;
… while evaluating derivation 'generator-run-script.json'
whose name attribute is located at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/stdenv/generic/make-derivation.nix:300:7
… while evaluating attribute 'buildCommand' of derivation 'generator-run-script.json'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/pkgs/build-support/trivial-builders/default.nix:87:14:
86| enableParallelBuilding = true;
87| inherit buildCommand name;
| ^
88| passAsFile = [ "buildCommand" ]
… from call site
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/workbench/service/generator.nix:140:12:
139| JSON = jsonFilePretty "generator-run-script.json"
140| (service.decideRunScript service);
| ^
141| };
… while calling 'merge'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:9:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/types.nix:640:114:
639| merge = loc: defs:
640| fnArgs: (mergeDefinitions (loc ++ [ "<function body>" ]) elemType (map (fn: { inherit (fn) file; value = fn.value fnArgs; }) defs)).mergedValue;
| ^
641| getSubOptions = prefix: elemType.getSubOptions (prefix ++ [ "<function body>" ]);
… while calling 'defaultDecideRunScript'
at /nix/store/y4rp89nmj704qgshzpw7k865nbxxh3pg-source/nix/nixos/tx-generator-service.nix:62:5:
61| defaultDecideRunScript =
62| cfg: with cfg;
| ^
63| __toJSON
… while calling 'g'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:599:19:
598| g =
599| name: value:
| ^
600| if isAttrs value && cond value
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:602:20:
601| then recurse (path ++ [name]) value
602| else f (path ++ [name]) value;
| ^
603| in mapAttrs g;
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:242:72:
241| # For definitions that have an associated option
242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
| ^
243|
… while evaluating the option `services.tx-generator.localNodeSocketPath':
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:815:28:
814| # Process mkMerge and mkIf properties.
815| defs' = concatMap (m:
| ^
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
… while evaluating definitions from `<unknown-file>':
… from call site
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:816:137:
815| defs' = concatMap (m:
816| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
| ^
817| ) defs;
… while calling 'dischargeProperties'
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/modules.nix:887:25:
886| */
887| dischargeProperties = def:
| ^
888| if def._type or "" == "merge" then
… while calling anonymous lambda
at /nix/store/apn339kmg5xllk224ghr7cw6468pgkc7-source/lib/attrsets.nix:816:24:
815| let f = attrPath:
816| zipAttrsWith (n: values:
| ^
817| let here = attrPath ++ [n]; in
error: 1 dependencies of derivation '/nix/store/1lgprrxnr0hicll4j56yla8n2kdqzjjp-node-specs-default-bage.json.drv' failed to build
Loading