Welcome to this instance of Nixery, an ad-hoc container image registry that provides packages from the Nix package manager.
You can pull container images from this registry
at nixery.tangled.sh by appending any
packages that you need in the URL, separated by slashes.
These usage examples assume that you use Docker, but should not be much different for other OCI-compatible platforms.
Pull an image from this registry, separating each package you want included by a slash:
docker pull nixery.tangled.sh/shell/git/htop
This gives you an image with git, htop and an interactively
configured shell. You could run it like this:
docker run -ti nixery.tangled.sh/shell/git/htop bash
Each path segment corresponds either to a key in the Nix package set, or a meta-package that automatically expands to several other packages.
Meta-packages must be the first path component if they are used. Currently there are only two meta-packages:
shell, which provides a bash-shell with interactive
configuration and standard tools like coreutils
arm64, which provides ARM64 binaries
Below are the Nix build errors for some packages that failed to build recently. If Nixery served you an error, you might be able to find more details about it here.
copying path '/nix/store/k1vl8d1bvhjr193a7sn4lpq5fywxcy0b-ansifilter-2.22' from 'https://cache.nixos.org'...
copying path '/nix/store/gr6wai8g2zgwk8sj2kfphdkxhxa2d5g9-deadnix-1.3.1' from 'https://cache.nixos.org'...
building '/nix/store/973nwi540yfz6azfpr27dai5v2skpsjm-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/7mi1ycv0bhr65b2pwpkjnm1q9prbyrmi-runtime-graph.json'
error: Cannot build '/nix/store/973nwi540yfz6azfpr27dai5v2skpsjm-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/7mi1ycv0bhr65b2pwpkjnm1q9prbyrmi-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/973nwi540yfz6azfpr27dai5v2skpsjm-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/zblgfm588zhv3mp5gsmsykff34kbh89p-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/n6l6kkz644lk8f1657hvpggw9yn4rgwp-runtime-graph.json'
error: Cannot build '/nix/store/zblgfm588zhv3mp5gsmsykff34kbh89p-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/n6l6kkz644lk8f1657hvpggw9yn4rgwp-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/zblgfm588zhv3mp5gsmsykff34kbh89p-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/i93zinrnwn25gln7ahv5qjnsjvm4gznw-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/p67i8q342k381dgg2m82a80r99plhax9-runtime-graph.json'
error: Cannot build '/nix/store/i93zinrnwn25gln7ahv5qjnsjvm4gznw-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/p67i8q342k381dgg2m82a80r99plhax9-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/i93zinrnwn25gln7ahv5qjnsjvm4gznw-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/pq713bmvkl9gf0d0jm4ql5wvb0rvrb90-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/aa1xjfajd90xs66vb1x208dm772j0b1n-runtime-graph.json'
error: Cannot build '/nix/store/pq713bmvkl9gf0d0jm4ql5wvb0rvrb90-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/aa1xjfajd90xs66vb1x208dm772j0b1n-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/pq713bmvkl9gf0d0jm4ql5wvb0rvrb90-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
copying path '/nix/store/xfvc43y1hxwmc49xnl7vdhif1ymqaqzf-python3.13-attrs-25.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/cjdxz1m9f47pq5g3nawxx4rmq2rg7ch7-python3.13-boolean-py-5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/zwh3893bfyy1y0gpv2pgpn2k4nfq6i6x-python3.13-chardet-5.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ci0vl25p8ajqpc6hvgg8dmgw4s461y9p-python3.13-python-debian-1.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vpzam09c69m1l8mm84invhh5s5xwm71v-python3.13-python-magic-0.4.27' from 'https://cache.nixos.org'...
copying path '/nix/store/g6bhiyd96hqcfxxyfyqjxxjbim5swq66-python3.13-license-expression-30.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/3az82x4m2agn1650a5z89a0avjsxjs1s-python3.13-binaryornot-0.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/r16q4pribijfd2chgixbvm3f1b2avjbj-python3.13-reuse-6.2.0' from 'https://cache.nixos.org'...
building '/nix/store/hrd5qz9hx0jksaq8czyxnnmpyg65x7qi-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/rphfprd4fkr037q7jv9c2bn7xw3sa3aw-runtime-graph.json'
error: Cannot build '/nix/store/hrd5qz9hx0jksaq8czyxnnmpyg65x7qi-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/rphfprd4fkr037q7jv9c2bn7xw3sa3aw-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/hrd5qz9hx0jksaq8czyxnnmpyg65x7qi-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/7qj496mdwgnqjzdqrmgzv0pcfilds6lm-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/300v4kdzqbwng39cz95w3vmxxlpjvfbz-runtime-graph.json'
error: Cannot build '/nix/store/7qj496mdwgnqjzdqrmgzv0pcfilds6lm-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/300v4kdzqbwng39cz95w3vmxxlpjvfbz-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/7qj496mdwgnqjzdqrmgzv0pcfilds6lm-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/fgxqq1pdfxw4ilmfas7fdqscrkykvy8h-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/d45j0naj7g6x37q3xs9kmvp2x1l2pznf-runtime-graph.json'
error: Cannot build '/nix/store/fgxqq1pdfxw4ilmfas7fdqscrkykvy8h-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/d45j0naj7g6x37q3xs9kmvp2x1l2pznf-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/fgxqq1pdfxw4ilmfas7fdqscrkykvy8h-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
copying path '/nix/store/fhdgywlhzic9hmd4kx2r9wi2l0lh4xsc-ruby-3.4.8' from 'https://cache.nixos.org'...
building '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'...
Using versionCheckHook
error: Cannot build '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/3bqgz9z8hmvbxnwmwyvsdn9fkz1q2pxf-wrangler-4.61.1
Last 1 log lines:
> Using versionCheckHook
For full logs, run:
nix log /nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv
note: build failure may have been caused by lack of free disk space
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/rzjjacr24cmrv9pyi90aw3sq2qga4ab8-runtime-graph.json'
error: Cannot build '/nix/store/7frzpnw016bgmissvjsd66y2q420v52k-runtime-graph.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/rzjjacr24cmrv9pyi90aw3sq2qga4ab8-runtime-graph.json
building '/nix/store/r7j6vqyx3c7pp3bm9mgnvsjg168v0llz-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/7pmr7lz3fpax7x65yn96d16aczb2qw0b-runtime-graph.json'
error: Cannot build '/nix/store/r7j6vqyx3c7pp3bm9mgnvsjg168v0llz-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/7pmr7lz3fpax7x65yn96d16aczb2qw0b-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/r7j6vqyx3c7pp3bm9mgnvsjg168v0llz-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/ck35gdn00awhqnwqb5p77zsm5sib7501-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/a3sdk60xxpa4vfncws75hbzqw6k2azck-runtime-graph.json'
error: Cannot build '/nix/store/ck35gdn00awhqnwqb5p77zsm5sib7501-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/a3sdk60xxpa4vfncws75hbzqw6k2azck-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/ck35gdn00awhqnwqb5p77zsm5sib7501-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'...
Using versionCheckHook
error: Cannot build '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/3bqgz9z8hmvbxnwmwyvsdn9fkz1q2pxf-wrangler-4.61.1
Last 1 log lines:
> Using versionCheckHook
For full logs, run:
nix log /nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv
note: build failure may have been caused by lack of free disk space
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/9y3mm938waxj7038irs3bkvsiglsb38v-runtime-graph.json'
error: Cannot build '/nix/store/r2ja9m732ps46f17pxqvv2kl53rx1h3q-runtime-graph.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9y3mm938waxj7038irs3bkvsiglsb38v-runtime-graph.json
building '/nix/store/sa87kw12w2j8ynyn2ypwpx7xji7f60ry-runtime-graph.json.drv'...
structuredAttrs is enabled
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/fbkc405azmvqbgmx5052vx59k0vchxg1-runtime-graph.json'
error: Cannot build '/nix/store/sa87kw12w2j8ynyn2ypwpx7xji7f60ry-runtime-graph.json.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/fbkc405azmvqbgmx5052vx59k0vchxg1-runtime-graph.json
Last 1 log lines:
> structuredAttrs is enabled
For full logs, run:
nix log /nix/store/sa87kw12w2j8ynyn2ypwpx7xji7f60ry-runtime-graph.json.drv
note: build failure may have been caused by lack of free disk space
building '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'...
Using versionCheckHook
Running phase: unpackPhase
unpacking source archive /nix/store/0d00rf414vs97xfp5ssv4dfgdsv2y51n-source
source root is source
Running phase: patchPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
no configure script, doing nothing
Executing pnpmConfigHook
Found 'pnpm' with version '9.15.9'
Using fetcherVersion: 2
Configuring pnpm store
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/a578908149e396a7f97b4210f97cdc186fd08b58399574e57dd5dbb87cc7cd23e2c8a8e5242b7e431ec70237fb1c4e953052f45f8f3e3e2939cc27220952eb-exec' to '/build/tmp.58uX0SWCRj/v3/files/f4/a578908149e396a7f97b4210f97cdc186fd08b58399574e57dd5dbb87cc7cd23e2c8a8e5242b7e431ec70237fb1c4e953052f45f8f3e3e2939cc27220952eb-exec': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/535a677b04107ccd6d1783cccd0f717de2bf1cf26932980590d380afc7efa21db5b9ad06bff1880c839cd36d3d8a1374e765dffc682b9daec4f7e41d7330b2' to '/build/tmp.58uX0SWCRj/v3/files/f4/535a677b04107ccd6d1783cccd0f717de2bf1cf26932980590d380afc7efa21db5b9ad06bff1880c839cd36d3d8a1374e765dffc682b9daec4f7e41d7330b2': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/25e7520a7812d45f6f9b246c04ca068955caf179fe591049a328dec6528579aa786c746df8d573f29fa5cef952b3f15018eb34bab92758894034b4f4af2547' to '/build/tmp.58uX0SWCRj/v3/files/f4/25e7520a7812d45f6f9b246c04ca068955caf179fe591049a328dec6528579aa786c746df8d573f29fa5cef952b3f15018eb34bab92758894034b4f4af2547': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/2625bcab8bc455a3dd5d67e94cd7a6a3c612a2bcf68118696ea422412e61d79a6de6defff5acbf5d4afcd020a81b2c91895d943ed234c36505bb1b9272fdf1' to '/build/tmp.58uX0SWCRj/v3/files/f4/2625bcab8bc455a3dd5d67e94cd7a6a3c612a2bcf68118696ea422412e61d79a6de6defff5acbf5d4afcd020a81b2c91895d943ed234c36505bb1b9272fdf1': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/dc13333791d9b7be26a9b099829409e66a5527a4dc6c967f8558685b3c41f390a26ccd845f2ccbea246238c1ba36139028f2303480fa5c0992b9bf801a861b' to '/build/tmp.58uX0SWCRj/v3/files/f4/dc13333791d9b7be26a9b099829409e66a5527a4dc6c967f8558685b3c41f390a26ccd845f2ccbea246238c1ba36139028f2303480fa5c0992b9bf801a861b': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/bd685699e380484fa10e826bac7000d0e7e31e6d69a38992940b4b3670303851d0ccd38649b55679fb3e109f21d46df2c426e7db653f05c145c2f0d8fd7f6b' to '/build/tmp.58uX0SWCRj/v3/files/f4/bd685699e380484fa10e826bac7000d0e7e31e6d69a38992940b4b3670303851d0ccd38649b55679fb3e109f21d46df2c426e7db653f05c145c2f0d8fd7f6b': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/78bd65dee5175df885c3a0ccc81ee53f08c339f1fb2723bba1dbd84ef9a4626f6a1dc285d90405ec569e1cdb59b3aeb306750f5ede6575111130fb8e14cf61' to '/build/tmp.58uX0SWCRj/v3/files/f4/78bd65dee5175df885c3a0ccc81ee53f08c339f1fb2723bba1dbd84ef9a4626f6a1dc285d90405ec569e1cdb59b3aeb306750f5ede6575111130fb8e14cf61': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/b933ecb9fd7b5312ba0c94ec3ad189539fde8de6b429668b8632668fe1779b418debcb133161d1afd1398da912369096c3bcb4d00119ef3d5a8c4739cd8e8f' to '/build/tmp.58uX0SWCRj/v3/files/f4/b933ecb9fd7b5312ba0c94ec3ad189539fde8de6b429668b8632668fe1779b418debcb133161d1afd1398da912369096c3bcb4d00119ef3d5a8c4739cd8e8f': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/40e67e8ce3c24459044ca4a62b6e71da958839d14ab4cbc10991c4112a329a61be81a249eb2a87079552e1ed57c63d2d8b3b26f59bcbb243b9cdeb44bd4a33' to '/build/tmp.58uX0SWCRj/v3/files/f4/40e67e8ce3c24459044ca4a62b6e71da958839d14ab4cbc10991c4112a329a61be81a249eb2a87079552e1ed57c63d2d8b3b26f59bcbb243b9cdeb44bd4a33': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/02eee3127f26349354a96170be6738196caced4bbc43e8ac49774e787a5ae31b76c5e70ac2368f2c28b6136834c9bc11772780603b3ff7cd83d364e4210d6b' to '/build/tmp.58uX0SWCRj/v3/files/f4/02eee3127f26349354a96170be6738196caced4bbc43e8ac49774e787a5ae31b76c5e70ac2368f2c28b6136834c9bc11772780603b3ff7cd83d364e4210d6b': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/9ba30a686500310af8f75a37f2559b0253bb52c31d7a98012ba089d7f4199f62034624e1aa20caa9fb7d5c68a088c183325c1a8a81abeeae37e9d8f95c5e85' to '/build/tmp.58uX0SWCRj/v3/files/f4/9ba30a686500310af8f75a37f2559b0253bb52c31d7a98012ba089d7f4199f62034624e1aa20caa9fb7d5c68a088c183325c1a8a81abeeae37e9d8f95c5e85': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/33e276618dbf761ab73997d6f5e841973541ebd37b9f657b75465342489ab4e2512407384cbea49bb10308d22cf4a0ea59b68ec9e3c4f875bb2296aeafa63a' to '/build/tmp.58uX0SWCRj/v3/files/f4/33e276618dbf761ab73997d6f5e841973541ebd37b9f657b75465342489ab4e2512407384cbea49bb10308d22cf4a0ea59b68ec9e3c4f875bb2296aeafa63a': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/26ecea88f78613b29317bea7627d696d9be5c2e87a5f9243a23a9e562d65378fe3e9a7c339163d90ab8ffee5bf3d74a954ae24e7b0c059ae02fb88ca4e2305' to '/build/tmp.58uX0SWCRj/v3/files/f4/26ecea88f78613b29317bea7627d696d9be5c2e87a5f9243a23a9e562d65378fe3e9a7c339163d90ab8ffee5bf3d74a954ae24e7b0c059ae02fb88ca4e2305': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/263ba2672052badf52ed8ddb924856b3e5e961ceeff9dbad6fe520c5b1b2e81a365e8d7f07e148d344bd1b54d1e69ac433cf70c4bdcd71acf7fad83efbf5e0' to '/build/tmp.58uX0SWCRj/v3/files/f4/263ba2672052badf52ed8ddb924856b3e5e961ceeff9dbad6fe520c5b1b2e81a365e8d7f07e148d344bd1b54d1e69ac433cf70c4bdcd71acf7fad83efbf5e0': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/v3/files/f4/724eb186bde7c95783c534ea9d3fc956d7a0535758ba8f1a932652f500538faf33f15e5bdc8af3f020c4d93b00fdb067be60f226641bb633add8e1c0f2a765' to '/build/tmp.58uX0SWCRj/v3/files/f4/724eb186bde7c95783c534ea9d3fc956d7a0535758ba8f1a932652f500538faf33f15e5bdc8af3f020c4d93b00fdb067be60f226641bb633add8e1c0f2a765': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/66bbef0c1ed9ed4d2f87b638bee7dc19ec735bff5fe3e8b41e2dd6b9c6c9511f35731b399dd98626897de29e8e65bf8f5bfb8070e5cdeb7e3d312d99709a72': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/730ed1d3ed55480b0878f7f47ce3b5d203b300280d62ce08e5bf73da806fe7c837bd3888290c9c91289ea18a9baba2657ee0595d02f87559c2b7ab72dd3573': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/89c3fa424b45ad422cdbbec112d62995feea66a208e6cd9fe15ea35b12277dac7a6c92817db22e9b17c068b1e2dc0506d70f479d08a80eaea6af949a395061': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/0236543ef184fe31ecdedf486f3caf2d56a36deaa85b2b8f517379efdd05044650635fa296c8cf73c3128a10d16c2379c6686a5ec949055e2ed7f68e72d8cd': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/792abec7ce1818702c7f6e008e8fa299367ad592533b22746a72bb8e6e35892fc180269d42b2ca5b6eeb97d583ec6161286df7af718292440cdfa5ca6a590e': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/950c55c74a010860eeea30f5a7d91ceeb813e5b9c388f20725296f4fb02a86c92669b634d9cd9b1e9d3750aeca0198a9dae2b1a7df4c0ae8928121e8ddaa2f': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/729e2c7d1b612d1c43f77f3c486e166574ae2cde1fb58e1577d547a41f709d02f5a976bd17b7d7380c3dcfc1f3bbed424caa3d32aae95f532f0306ccce769b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/e11826de74f7f267ca1b149553515365c9b1790c355f7b640950f8598e993b418420397a88aa6f5df5874e06a44c1ccaa1750419882fba24472c290c3b3fbd': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/0dbe8c215b443797f2a2e35c1b886b03ca52965c7502aa9dfebdb4fcc42cb594f7cf62a9f3651ae70d86c1df74e2170dddeb3f465fd778b1a5e03994df641d': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9a3624fd467ff26cdd7fc1c09000f2201a9a4c319025dd90d84625a4eb30898e950eb296acf3007cf8a6d15ac7b5c12c4d7f356e9a179931f8aa9f1bf86a66': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/944fec971e330cdbff1f9fb9533fed0ae24c9ab4d4074a339c4fdeb24136be99f4ed709907a62c4caa948525047a39fda5d2d5ca6b85991c5a987c3e5ae302': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/fb40856efe549e5ce241d9903a8cef10698a53b532d1669d72b1e702d11e6e1dc3489229ed844c72f886bf62d5f313ed8a316748e8e8cd30a29199848d07df': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/62a9cfe6c13253c0ea20a3fc3474b75bffcda895a2b7a02cddea3369a81c1f4c28d6ec44628b30a8231d9a6a5b07d305ec725ab208870ca31bafba809f683c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/8ec301e386feafc177cd0cda129ccd37022d65b645c2fdcef43e39c7dde94f45eeb90c5cc4b4519eafe23045d53616589223759ba7c884e3da4c17f6c763a2': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/32c8693a2565bbaf314277fb30e35b9eedba28f4f94a02594c93e8241cdf0a18826bbb1d07f4d5c13b3e79c22a74e64833a7c9c3a730af4e262ffdd5d35bb5': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/ddaac4f0dd49087bcd558d7e0e92ad6374701fb2b6a915d920d244d4d9af0d19902b344eb176299657ce4e0113abe367e392a0b9be3a05ece9925e5148ce38': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a6641f74cae5a4c08fd2a70e9da93c50b7f2a065919e8a618a22711a8edb535610e409ba1f21038c404cbed476563e62c2028166d1f64c05ec11164c75d7ae': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/d01f05e3ea2d9b8cd1d7f49ed5175aadc3125e22bcedaac21a1e55762d41e05881423a267cdc5d53e4ad35770db99d8e44e7292ec0ce1f3ae5de5c020026f1': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/f16e9dce0f279df567c3ea808991fed59975d5e74aee7f800318f0e7a7346fa03f0f7d8a8a480b31311c8f293f440c2ef1dfaf6446e8ddfdc771595804415b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/c6da5d95b548547959657b487aa4bcf7b44d2559c040374b1fe57da1cc6da7e31d1d8745d4f3b1b601b450513483a070286c4c305d6ddae1201a7ee7fb13dc': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/abdab59058d738c297be3152bdc2bc3a30f2e35938896aced751243cea86612537029bc4e4a58a1f5762af7e0744ae3298e1a1f1f50745cb73f0eecf8decd2': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/5f232c154885c74c42509aebd69a79985c1f4746fa987d023a64b3fadc4b3112eb248e9e64381fc598a68fc1370b403621abe98c98946af263ccbc6eaeed24': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/bba37dce0d75e9c42f66c7364011a1c1bb2d5cc2d2d3af7cec682b6cb2ca59f2b7ccbb378274eb490b1e869f1d497df6d47c4eff255f4c4009d85de268ff09-exec': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/94175b2f4fe72db1e83382f356dbaa41df7733b60e95908058e448fb4f0ad9d293ac9a60a6f0f67b9196318f4e2fa1a78a91863e70508be41f62124f09749c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/625e4ea73f62d963ab6951e716f033edac402b17316a6b782d50b3c06e58a723ec4b063488d63e7203317238e1eac230201f4c7a037d2ddbf53da691cf950b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9648b7507cef946942b6c102827e03da94d68f7043e7ff6dfb24c4013b7bcd26b1ab8781c918339bdd7c6bc42c0fcf0e918f624c7a4126d60383e6756df239': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/98665424b05cab297726b316dbd5d723869ff15230147eef529a57f127b99117bd7ba7fa86e30f9b9bd8a27f1f2334adf5f231c0bb3608b1540c77a243a311': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/12a85957865d75ad43f104e995561416257230549925c9594c57f29f6928c22a9db2d60d4ca52c2f6f136f1ec57b284fa25cd900ae28ee2531dccd1774bcb1': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/7c79d28ed3a80a820227f5050fabbb3eb1f139789a7445f7fe64a5cd8959b78b13690ad865eb84d40aef34b1f53de45f08ef427ead123576fb5a6af5b2a6b3-exec': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/7a001dbd0671bf77ceb9fd9ec5fa2cc70a0d9928971f2dd6e08b3bef2934dec097c9b126b1790ed69f4a18152e41cc71a561658ad7d8d107d4033743e54299': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/df0c7e62863080fae4858a6c39794d6fb3bcd93383a4dd251c3f8f9cfc8a1b70dc0353298d28fe81fe60fa315e4287d09dee4a92a6a4556b36e5b281892e6b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/91c7ee8f5e835567aad88856ab2a645ce62b996d1072e3cee77cc0e37acffbcd8d6fd1d6edd559a874aa86cad0f558f5748cf282890b99229f06455093b162': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a40eb654d053994da03221103474fcd1a56ed876cb4a72213470f3a01d5b168f015b0d7df3d3ea2c742a538a92172688965a1caa82d2d271b95118daf4e872': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/c0d70998364c981f5d2992936454ba557512932f4c35f91c9aa0b72d141e33b0151fc25bb5eedb15c4e5d9ae0a7c26a7ba8fe7059edad757e66c85948161a3': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/046668f9f06c19349ab9e8a6c7c97a7c58cc210c24bbd63d8a8ccde936c8dc7d1e0f4afd1ebf15c2f714fb887e4c0a7c183c708c3a63bbdcb62b032cbeea3c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/6ffbb5aa3919535ddc86097af1c5221058fd7458a165808698e0e89a0e90e30b8a8f8da2ad9b32529b4b8e14d1d7a32435dde0954f39b83baae067472ef269': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9ed60db33e6a5f136ea3a27e0d492f9ffa4346a1002f8927b3dfa786bdd0739239bd1abd115e3b21f2f95243ee2ae6d663be82b5c04246103b5ffb9b756d71': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/f3edd4a662d91d87fcb3a4487975554e15815cd3f71751d5066995e8613dbe1e6103bb7fb36c5e0f26edb1d62038d123a7fc0ec54abbdaf27e71ab2fd9000c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/3111874a522b401a423be1d442f45e3a80d0fb5d828c81c0f6661584dfed7265ee6ba394617e987bfe10ee9136f72334ca181ad53b45b38531ef2c9e86ef11': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9de10593047f7b91ed5819e7aefca921a49f8a9c756b8db23a110c03684bd42bee3325cb9fe2017582bdf43a7b2be2e8f4e7c18ecd731cc7e4ab00bcd5264a': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9d946d3d0585dfc1e6d51b7746cc19f7713e8b2c44a62706381e32e1b12b875737f440027a7265e098b16747b6195ad47b2e625d118161092b6318d92cc4b1': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/b8a3a6153a4aac0d6ae7bdac7483f51bac24dab3710a66b83467e903ebf3a252a6f11dae8f66e6ccedb485bc0c210713fe1f6a8b6433004e0a0da6846c15a3': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/9c5078f3017e2b99e9f3ea91874705103706cb648dcc878795c14e659e68e0232f699aefea95994ab4601f68c02cfa8d4f5d5f41fb5c1a4df2bcf19cd6a0d4': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/79ff246048003732d6cccfe15f3a2408f92c4f4f386397662bf41a40da5ebf742f9e984599beaec1cdb1dfc802509510fdbe80b9fc6c509192f5f0837a25f1': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/efb021adf4ab71c18851e0c7886a573d35fd1d48507d29e774f187e50bada2fd77320d63323bf053fcf59b8cd5e311f8092a34b1854b98a13dbf48074fd29b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/1ab9ce6ce5498d9e39a0a2b3058200342e5966e765d7cc2943fc6c52b083aa795ef41a26bc629f347c117b38a8085fc91aa1e87f5bd14bc6c93df7135fb727': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/01930b91eda4c49e7b9be39a363ec85d6965446fdfb3c69142a7406873d2f2191e750dece01cc5ab7f13e0360913e768330747155d7e199cf8e60b0d6e6b8a': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/3af8e9b2081da260685a8f23cb79e8b3c044480fd9fe2f5190adf0704edf241ae62da19ae7978d22e3c4808ee5532804b887a8f6363be99e58f0bc25c4cfcb': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/30f82d3576cd74059596791cbe8e16bcc8a93bcdd5a8fd29a8f8a7ab7e9377ad83fb10e6fa28bf3d0700fca03f9ab55ab12fcec5fba3b639bede23f6a755ab': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/ad757488406500f17c5cfa50303a35c42d74e64be361d9dd69d7591de21943037a8b50159ec2c0933bf9faf60c203fb9ed7770505d6f04e2646985457bb6c7': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/80f3a474c2808059c35e11d842d6bbc0d0ac4cd52800d66b62fcba558b4157c581d8fa279ac69ae25ea562eb3423f644db3470ed7b1998873f37100cb46904': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/4ce4226843f17a54c866e0efd8568a96678c6bdaff9c092b3287851ce9cd7afb3f0b364861c164380cce16efda0ab46cd594ef209e0c0983a15f99380700cb': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/5efaa9a68cb30471543782c6589027d40a0aaf61e511fe1babf4bddc70ef1818c2d036e912ccbc5c78ebc4e84ad5f7756256851042eaf160d1ff0c3f5d5528': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/7ac5d607141d6d37c027620cbe4c560663ed283e6a09b8761de99473ed9352e42a7abae1cae3d9beeb227c0875243c821ab17c31abc07043e875340270bdbe': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/0a79c3481141aa3439bae4ac386b9c74d690deafc8220ce40e0b5caa8081d4a7084e39c724e4fd36846c970b0b78917be3a0d9f08a02becd35e259b6d1bd96': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/02342d62c2b02e02a08083f78075fea415f0330284611b9e7be7dcf4f001c8019dbd53877916330eaa9ace2430e309d3278cb8b8e77b8acbd34bf11a1fbf01': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/b19d4d3b0b241232c94c123b9cc4cea02d1707fb708f4b7495d9f1ffe829e0fc518a6c25123033285fb8c325d80fa1168f309374cd03458d3bcad5661399c4': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a55a5bd5a777d10ae768803138caad8fa1c0cf57cd7c227bd3fdfdac12f919636f8999963ff63faa22ca0e998109c9ae3e30ffd8038708e82821979e121bdc': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/4fbe469b90944055484ebb2c098cdd15933c334359941e41f47b160d8eecb7605970d99a2a1bd321587eec30b435e25331c6f59670695ea6072c784baf220c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a771da9e5f1065807212464c3dd79d875cd7bb5defae71e49781454ffd28a84cd0032238af63386744e6983b210d75fb744197494407df40d075b683ec9309': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/0a07d04c04cf4b383d755e6685ee06946f1e6669cf8d88d6d4c47004f59168f94247ec4a462d3f1075133d27ca15d00a2f88f0b48aa73417463e54f922f440': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/6645f0b87bb0f6146a5a7ced0cedf4a145270d17f3215da8d539140788270b83f4fcfd661db9e54b0f3541168642d30c95ff596f5c577e3b738814cf45ed73': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/27fba4e05c7c1bed8071854475d04a17675ad4896021b25e5d8ccbd23603764a8480ba84da5fb2a34fe7fe8232f686b94bfa6c666e0e1fe80b560b45f1da2b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/5b47f9f1da063fd9a2f4e87d261f05d797a9422c846118befd6a972c9ddf73c9888c5f3f863a0f7c0b07e4caebdbee11e0631f57a4a28c446ae3b57189b3c3': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/93394cd653ee48940d7b561baa0783ab808d98c0730faec9e1e015761eb472773dc6a4a524f27124485e047766725e93394286763d35d331c9905f272b8a1b': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/d4d08b59936c9c44c87c494ac0709f80b1ff3f98bd0dc510a2704607be7d0402ea94cce89840b39fc3768695fdb5cc6edce2b7e2ab6f47d2c474eea34f89fe': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/cc5ed85bcf7d5c38a44f0f364394b5021414f7eb74ca0e1f2e9d54f2b04403751a97054cfaf205952be78b106a9c875cbf3d5b2ec397b13c558ed8117a6ffd': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/51aeabe6756c77a0353da13386ef13b7259d9b0e8172bae3a141cfbf8b47fc4d9b958857240efeb891f3fc2b44d456736aa3241268265e49c2ff83aba4b61c': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/76b74a4e319f6637ee2c93953802fe05a7bba383d1ac2a092081bd71a8b1a1f5a891dcd8641632938efc0896c4442098c8d18c16dba15838cbad99f6ebeb79': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a4be108b6ae431c1fdc38deaaf39162ba63b064ee2c5364c0034a96da73c86d6589823aef38ddaed3f2d8036a78667016ea2ac2dec1e0abae762dabdef10c9': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/49e7e99a0bb1922a485a4f7767f74741a16551e5b618fc4ddfaa1a092ed92bed296aa133cf069e8320376a67290942e0d4153b3fd0e95374103ddd6cc446b4': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/aaa00cb0380a57f288cdee882f6021e763c27a2341f9c19fca700c2d86f790e503f084866ff24fb6acb268057e4b618cbfc0a2673b1e42f38f174c3c413459': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/1e101bcf6d1c30849fc6179e4de0321582820e6f2cdff328c152a62f1fa6236fa96543134d5a34dff6dfcaed808b01906062b8e539ffe3627e0e7bd9550e0a': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/3b2259c57658800bfb968eef4a92dcbaf26bece3f2cd4e59ca52adb3f47ad94ff9e7bcdbda1753dc56e1a8b409d72810db424addec5bb595944d70b76f07f3': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/897611c56a2d347e31e95f7b4687f0ad2366bb26ee472fc115d1081cd540e95290e9579dac541159bb1a5fa62d1f3138fbd685b7a100167c708f0eb4c66be5': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/d82ca1fe93d5c308c742cc6d033b29234f5ab246d544bf574a1cc5f9bb650166024306f10d54ec8b598747cb15029144790e222815c501d17537fefd788b0f': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/c73597a76b28032b22297b995992086cd587f94f6bdf735fe04a886aaf3452988cba58d5184c76c7c64661b49b97c2d518340d78b009d37835ad87fbe0df51': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/cec8afd5e44e8cc29e16a0fc1f3ed69511b406d182b3a38d9e70bb937605c78522520a926a481ae793c3680ff24dbb873ebacf17d2b86327a2729fe9faf508': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/ac942d5565753b2e9d6c39dc09df69729b69196402031c3e22099f254a62f5d96ab36482e1c283fab9a1f726a265d1fe2f436f4108ad4073353748b69b2b9a': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/dd60b7e82e9665918d266422c6118a5cb882eeb001658ba6e4aa0593c8339048ba8aec9e712ae3dde6291abd0abd424c388acb7c808cdfc32f4cde4d701031': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/8237ac7cf918b11ef3ffcaa5e6af597197dcaf613ec54e4d6998e8a2fda9ad921dcc7c3efa746b2044f12a24cf5d06a845320209489bcfd817410a155e89d3': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/be56feb0559259845bd2f421e07ed32da61929fb12dfff295abb11d2702f880ba2857594ac15bd79882d6e86d7d2da8ad9399b83325c0c4de1331c4ab47edc': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/e74a0e05d1c29465afc6059831003fbf38a6364c2f02dbc53c6471538b5fdaa98a42c09cb014ff70b50f422f9a4a30e23c8a1be90ca63a6aa51895e31801ac': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/bfcdbfeedde928b0c6cee47b6a2b7df54970cf491b9d3c94072d205b7fbeafb02f55a295c88417552e06041f34e1128a44a14e8912267728c32374e072982d': No space left on device
cp: cannot create regular file '/build/tmp.58uX0SWCRj/v3/files/f4/a2b35d41e680f4e162c4acce55f47018fd93842fcf699fb7d0076a1ed81bda4b7a27057a59db47d738cea84a4c5987f9cae41636a3dc17bf178ee2bea030cd': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/41': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0d': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/e4': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d8': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/e3': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/2a': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/50': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0f': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/8c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/cd': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/01': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a4': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/12': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/6f': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/3e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ed': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/dd': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/8a': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d6': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/61': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/2b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/67': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/92': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/2f': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/de': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/97': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/90': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/38': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c9': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/f8': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ba': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/1c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/6a': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/95': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/80': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/36': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/8e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/4a': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/9c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/52': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/4e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/56': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a6': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/71': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/e5': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/e6': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/64': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/31': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/94': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/4c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/23': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/7e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/be': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/96': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/88': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/21': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/68': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/08': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/25': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/54': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/75': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/5d': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c8': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/35': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/8f': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/b9': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/85': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/7a': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/8b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/1d': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/db': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/6e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/37': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/83': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c0': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c7': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/72': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ac': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/fb': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/e9': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/9e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c4': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/4d': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/eb': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/40': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/55': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/44': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d4': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/b2': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/04': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/27': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/7f': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/5c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/26': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/63': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/af': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/57': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/30': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/cb': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ea': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c6': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/6c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/cc': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/7c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/48': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/16': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/bb': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/c5': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/2c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/10': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/1b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d3': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/7b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ab': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/da': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0e': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/13': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/f5': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/62': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/33': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a9': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/87': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/18': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/14': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ce': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a5': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d7': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/df': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/bd': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/45': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/98': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/f9': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/bc': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0c': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/91': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/9b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/39': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/5b': No space left on device
cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/3f': No space left on device
cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/.fetcher-version' to '/build/tmp.58uX0SWCRj/.fetcher-version': No space left on device
error: Cannot build '/nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/3bqgz9z8hmvbxnwmwyvsdn9fkz1q2pxf-wrangler-4.61.1
Last 25 log lines:
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0e': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/13': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/f5': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/62': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/33': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a9': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/87': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/18': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/14': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/ce': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/a5': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/d7': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/df': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/bd': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/45': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/98': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/f9': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/bc': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/0c': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/91': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/9b': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/39': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/5b': No space left on device
> cp: cannot create directory '/build/tmp.58uX0SWCRj/v3/files/3f': No space left on device
> cp: error copying '/nix/store/7jnr5x5hns60yvg4p0gciqcc0ky02k3i-wrangler-pnpm-deps/.fetcher-version' to '/build/tmp.58uX0SWCRj/.fetcher-version': No space left on device
For full logs, run:
nix log /nix/store/q99bjj50y3sky8g2i4snqhp6krwpkszz-wrangler-4.61.1.drv
note: build failure may have been caused by lack of free disk space
error:
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… while calling anonymous lambda
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1:
12|
13| {
| ^
14| # Description of the package set to be used (will be loaded by load-pkgs.nix)
… from call site
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
194| in
195| writeText "build-output.json" (if (length allContents.errors) == 0
| ^
196| then toJSON buildOutput
… while calling 'writeText'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:170:11:
169| writeText =
170| name: text:
| ^
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
… in the condition of the assert statement
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:5:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:12:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling 'assertMsg'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:21:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/asserts.nix:50:31:
49| # TODO(Profpatsch): add tests that check stderr
50| assertMsg = pred: msg: pred || throw msg;
| ^
51|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/pkgs/build-support/trivial-builders/default.nix:172:27:
171| # TODO: To fully deprecate, replace the assertion with `lib.isString` and remove the warning
172| assert lib.assertMsg (lib.strings.isConvertibleWithToString text)
| ^
173| "pkgs.writeText ${lib.strings.escapeNixString name}: The second argument should be a string, but it's a ${builtins.typeOf text} instead.";
… while calling anonymous lambda
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:5:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:48:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:23:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… from call site
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2604:8:
2603| in
2604| x: isStringLike x || elem (typeOf x) types || (isList x && lib.all isConvertibleWithToString x);
| ^
2605|
… while calling 'isStringLike'
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:18:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:59:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:44:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… in the left operand of the OR (||) operator
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:32:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'isString' builtin
at /nix/store/gkml2dg2xvz369ygk8i80438gv32mi34-6506wv90034i61g33h3i7jn1bv2fqm8a-source/lib/strings.nix:2624:21:
2623| */
2624| isStringLike = x: isString x || isPath x || x ? outPath || x ? __toString;
| ^
2625|
… while calling the 'toJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:196:6:
195| writeText "build-output.json" (if (length allContents.errors) == 0
196| then toJSON buildOutput
| ^
197| else toJSON errorOutput
… while evaluating attribute 'runtimeGraph'
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:5:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'fromJSON' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:20:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while evaluating the first argument passed to builtins.fromJSON
… while calling the 'unsafeDiscardStringContext' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:30:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while calling the 'readFile' builtin
at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:184:67:
183| buildOutput = {
184| runtimeGraph = fromJSON (builtins.unsafeDiscardStringContext (readFile runtimeGraph));
| ^
185| symlinkLayer = symlinkLayerMeta;
… while realising the context of path '/nix/store/bkr7inpykdfsynpqwf1n01s3264i41lj-runtime-graph.json'
error: Cannot build '/nix/store/ph6vz5aj70k4wg7g3mva5gh7k0ipzsik-runtime-graph.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/bkr7inpykdfsynpqwf1n01s3264i41lj-runtime-graph.json
The short version is that we use the Nix package manager and an optimised layering strategy.
Check out the Nixery talk from NixCon 2019 for more information.
nixery.dev in production?
While we appreciate the enthusiasm, if you would like to use Nixery in your production
project we recommend setting up a private instance. The public Nixery
at nixery.dev is run on a best-effort basis and we make no guarantees
about availability.
Nixery was written by tazjin, originally at Google. These days Nixery is maintained by TVL.
Nixery would not be possible without the many people that have contributed to Nix and nixpkgs over time, maybe you could become one of them?
Nixery lives in the TVL monorepo. All development happens there and follows the TVL contribution guidelines.
We mirror the source code to Github but do not guarantee that anyone will look at PRs or issues there.