[Do not merge] Temporary s-r-p to revert ouroboros-network to 0.15 fo… #5865
IOG Hydra / ci/eval:x86_64-linux.native.shells.devops
failed
May 30, 2024 in 5s
Evaluation failed
Checkout took 1s.
Evaluation took 1 hours 42 min 20s.
Details
Evaluation error:
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
Loading