Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created April 24, 2024 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrahamcOfBorg/409dcb23622567339717d48957f3593f to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/409dcb23622567339717d48957f3593f to your computer and use it in GitHub Desktop.
Failure
error:
… while evaluating call site
at «none»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/release.nix:11:1:
10| */
11| { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; revision = "0000000000000000000000000000000000000000"; }
| ^
12| , officialRelease ? false
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/release.nix:310:5:
309| in
310| unionOfDisjoint nonPackageJobs mapTestOn-packages;
| ^
311|
… while calling 'unionOfDisjoint'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/attrsets.nix:2019:24:
2018| */
2019| unionOfDisjoint = x: y:
| ^
2020| let
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/release.nix:308:12:
307| then pkgs // packageJobs
308| else mapTestOn ((packagePlatforms pkgs) // packageJobs);
| ^
309| in
… while calling 'mapAttrsRecursive'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/attrsets.nix:1171:5:
1170| f:
1171| set:
| ^
1172| mapAttrsRecursiveCond (as: true) f set;
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/attrsets.nix:1172:5:
1171| set:
1172| mapAttrsRecursiveCond (as: true) f set;
| ^
1173|
… while calling 'mapAttrsRecursiveCond'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/attrsets.nix:1201:5:
1200| f:
1201| set:
| ^
1202| let
… while evaluating the attribute 'pkgs'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/release-lib.nix:182:10:
181|
182| inherit
| ^
183| assertTrue
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/release-lib.nix:36:10:
35|
36| pkgs = packageSet (recursiveUpdate { system = "x86_64-linux"; config.allowUnsupportedSystem = true; } nixpkgsArgs);
| ^
37|
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/impure.nix:14:1:
13|
14| { # We put legacy `system` into `localSystem`, if `localSystem` was not passed.
| ^
15| # If neither is passed, assume we are building packages on the current
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/impure.nix:87:1:
86|
87| import ./. (builtins.removeAttrs args [ "system" ] // {
| ^
88| inherit config overlays localSystem;
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/default.nix:19:1:
18|
19| { # The system packages will be built on. See the manual for the
| ^
20| # subtle division of labor between these two `*System`s and the three
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/default.nix:144:4:
143|
144| in checked pkgs
| ^
145|
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/default.nix:58:108:
57| throwIfNot (lib.isList crossOverlays) "The crossOverlays argument to nixpkgs must be a list."
58| lib.foldr (x: throwIfNot (lib.isFunction x) "All crossOverlays passed to nixpkgs must be functions.") (r: r) crossOverlays
| ^
59| ;
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/top-level/default.nix:142:10:
141|
142| pkgs = boot stages;
| ^
143|
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:42:1:
41| # other words, this does a foldr not foldl.
42| stageFuns: let
| ^
43|
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:142:4:
141|
142| in dfold folder postStage (_: {}) withAllowCustomOverrides
| ^
143|
… while calling 'dfold'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:60:27:
59| */
60| dfold = op: lnul: rnul: list:
| ^
61| let
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:72:13:
71| lapp = lnul cur;
72| cur = go lapp 0;
| ^
73| in cur;
… while calling 'go'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:63:18:
62| len = builtins.length list;
63| go = pred: n:
| ^
64| if n == len
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:68:18:
67| # Note the cycle -- call-by-need ensures finite fold.
68| cur = op pred (builtins.elemAt list n) succ;
| ^
69| succ = go cur (n + 1);
… while calling 'folder'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:89:33:
88| # debugging purposes.
89| folder = nextStage: stageFun: prevStage: let
| ^
90| args = stageFun prevStage;
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:90:12:
89| folder = nextStage: stageFun: prevStage: let
90| args = stageFun prevStage;
| ^
91| args' = args // {
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:79:23:
78| withAllowCustomOverrides = lib.lists.imap1
79| (index: stageFun: prevStage:
| ^
80| # So true by default for only the first element because one
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:84:11:
83| { allowCustomOverrides = index == 1; }
84| // (stageFun prevStage))
| ^
85| (lib.lists.reverseList stageFuns);
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:689:4:
688| # This "no-op" stage is just a place to put the assertions about stage5.
689| (prevStage:
| ^
690| # previous stage5 stdenv; see stage3 comment regarding gcc,
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:692:12:
691| # which applies here as well.
692| assert isBuiltByNixpkgsCompiler prevStage.binutils-unwrapped;
| ^
693| assert isBuiltByNixpkgsCompiler prevStage.${localSystem.libc};
… while calling 'isBuiltByNixpkgsCompiler'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:5:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:10:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while calling 'isFromNixpkgs'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:19:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:26:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while calling 'isFromBootstrapFiles'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:106:5:
105| isFromBootstrapFiles =
106| pkg: pkg.passthru.isFromBootstrapFiles or false;
| ^
107| isBuiltByNixpkgsCompiler =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:69:18:
68| cur = op pred (builtins.elemAt list n) succ;
69| succ = go cur (n + 1);
| ^
70| in cur;
… while calling 'go'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:63:18:
62| len = builtins.length list;
63| go = pred: n:
| ^
64| if n == len
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:68:18:
67| # Note the cycle -- call-by-need ensures finite fold.
68| cur = op pred (builtins.elemAt list n) succ;
| ^
69| succ = go cur (n + 1);
… while calling 'folder'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:89:33:
88| # debugging purposes.
89| folder = nextStage: stageFun: prevStage: let
| ^
90| args = stageFun prevStage;
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:90:12:
89| folder = nextStage: stageFun: prevStage: let
90| args = stageFun prevStage;
| ^
91| args' = args // {
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:79:23:
78| withAllowCustomOverrides = lib.lists.imap1
79| (index: stageFun: prevStage:
| ^
80| # So true by default for only the first element because one
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:84:11:
83| { allowCustomOverrides = index == 1; }
84| // (stageFun prevStage))
| ^
85| (lib.lists.reverseList stageFuns);
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:595:4:
594| #
595| (prevStage:
| ^
596| # previous stage4 stdenv; see stage3 comment regarding gcc,
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:598:12:
597| # which applies here as well.
598| assert isBuiltByNixpkgsCompiler prevStage.binutils-unwrapped;
| ^
599| assert isBuiltByNixpkgsCompiler prevStage.${localSystem.libc};
… while calling 'isBuiltByNixpkgsCompiler'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:5:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:10:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while calling 'isFromNixpkgs'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:19:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:26:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while calling 'isFromBootstrapFiles'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:106:5:
105| isFromBootstrapFiles =
106| pkg: pkg.passthru.isFromBootstrapFiles or false;
| ^
107| isBuiltByNixpkgsCompiler =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:69:18:
68| cur = op pred (builtins.elemAt list n) succ;
69| succ = go cur (n + 1);
| ^
70| in cur;
… while calling 'go'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:63:18:
62| len = builtins.length list;
63| go = pred: n:
| ^
64| if n == len
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:68:18:
67| # Note the cycle -- call-by-need ensures finite fold.
68| cur = op pred (builtins.elemAt list n) succ;
| ^
69| succ = go cur (n + 1);
… while calling 'folder'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:89:33:
88| # debugging purposes.
89| folder = nextStage: stageFun: prevStage: let
| ^
90| args = stageFun prevStage;
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:90:12:
89| folder = nextStage: stageFun: prevStage: let
90| args = stageFun prevStage;
| ^
91| args' = args // {
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:79:23:
78| withAllowCustomOverrides = lib.lists.imap1
79| (index: stageFun: prevStage:
| ^
80| # So true by default for only the first element because one
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/booter.nix:84:11:
83| { allowCustomOverrides = index == 1; }
84| // (stageFun prevStage))
| ^
85| (lib.lists.reverseList stageFuns);
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:539:4:
538| #
539| (prevStage:
| ^
540| # previous stage3 stdenv:
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:541:12:
540| # previous stage3 stdenv:
541| assert isBuiltByNixpkgsCompiler prevStage.binutils-unwrapped;
| ^
542| assert isBuiltByNixpkgsCompiler prevStage.${localSystem.libc};
… while calling 'isBuiltByNixpkgsCompiler'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:5:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:108:31:
107| isBuiltByNixpkgsCompiler =
108| pkg: isFromNixpkgs pkg && isFromNixpkgs pkg.stdenv.cc.cc;
| ^
109| isBuiltByBootstrapFilesCompiler =
… while calling 'isFromNixpkgs'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:19:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:104:26:
103|
104| isFromNixpkgs = pkg: !(isFromBootstrapFiles pkg);
| ^
105| isFromBootstrapFiles =
… while calling 'isFromBootstrapFiles'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:106:5:
105| isFromBootstrapFiles =
106| pkg: pkg.passthru.isFromBootstrapFiles or false;
| ^
107| isBuiltByNixpkgsCompiler =
… while evaluating the attribute 'stdenv.cc.cc'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/default.nix:165:14:
164|
165| inherit cc hasCC;
| ^
166|
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/linux/default.nix:184:20:
183| then null
184| else (lib.makeOverridable (import ../../build-support/cc-wrapper) {
| ^
185| name = "${name}-gcc-wrapper";
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/customisation.nix:136:17:
135| in
136| mirrorArgs (origArgs:
| ^
137| let
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/lib/customisation.nix:138:16:
137| let
138| result = f origArgs;
| ^
139|
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/build-support/cc-wrapper/default.nix:8:1:
7|
8| { name ? ""
| ^
9| , lib
… while evaluating the attribute 'buildInputs' of the derivation 'glibc-2.39-5'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'depsBuildBuild' of the derivation 'linux-headers-6.7'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'bintools' of the derivation 'bootstrap-stage2-gcc-wrapper-13.2.0'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'bintools_bin' of the derivation 'binutils-wrapper-2.41'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'buildInputs' of the derivation 'binutils-2.41'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'stdenv' of the derivation 'zlib-1.3.1'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating the attribute 'defaultNativeBuildInputs' of the derivation 'bootstrap-stage1-stdenv-linux'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/default.nix:93:14:
92| // {
93| inherit name;
| ^
94| inherit disallowedRequisites;
… while evaluating the attribute 'bintools' of the derivation 'bootstrap-stage1-gcc-wrapper-'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
error: cannot connect to socket at '/nix/var/nix/gc-socket/socket': No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment