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.dev 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.dev/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.dev/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.
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘terraform-1.13.3’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/applications/networking/cluster/terraform/default.nix:79 has an unfree license (‘bsl11’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "terraform"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘n8n-1.111.0’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/n8/n8n/package.nix:106 has an unfree license (‘sustainableUse’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "n8n"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  copying path '/nix/store/nyf4wgj680gf7bfp113di5hr95ak8gh0-openjdk-headless-11.0.28+6' from 'https://cache.nixos.org'...
building '/nix/store/hn56cg5zvpz9k28j4qvdisyfp7bryxan-envoy-1.35.2-deps.tar.gz.drv'...
Running phase: unpackPhase
unpacking source archive /nix/store/88ff3skgq0w8wa08vl3nz1ckz3b3jhd4-source-patched
source root is source-patched
Running phase: patchPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
no configure script, doing nothing
Running phase: buildPhase
Extracting Bazel installation...
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
Computing main repo mapping:
    Updating crates.io index
 Downloading crates ...
  Downloaded icu_provider_macros v1.5.0
  Downloaded cfg-if v1.0.0
  Downloaded cfg_aliases v0.2.1
  Downloaded block-buffer v0.10.4
  Downloaded anstyle v1.0.10
  Downloaded anstyle-query v1.0.0
  Downloaded autocfg v1.1.0
  Downloaded adler2 v2.0.0
  Downloaded cargo-platform v0.1.9
  Downloaded gix-url v0.29.0
  Downloaded ahash v0.8.11
  Downloaded gix-actor v0.33.2
  Downloaded gix-commitgraph v0.26.0
  Downloaded gix-revwalk v0.18.0
  Downloaded arrayvec v0.7.4
  Downloaded faster-hex v0.9.0
  Downloaded bitflags v2.4.1
  Downloaded anstyle-parse v0.2.1
  Downloaded gix-ignore v0.13.0
  Downloaded gix-worktree v0.39.0
  Downloaded gix-path v0.10.14
  Downloaded gix-glob v0.18.0
  Downloaded gix-lock v16.0.0
  Downloaded camino v1.1.9
  Downloaded allocator-api2 v0.2.18
  Downloaded gix-refspec v0.28.0
  Downloaded gix-packetline-blocking v0.18.2
  Downloaded gix-features v0.40.0
  Downloaded cfg-expr v0.17.2
  Downloaded cargo-lock v10.1.0
  Downloaded borsh v1.5.3
  Downloaded is_terminal_polyfill v1.70.1
  Downloaded arc-swap v1.6.0
  Downloaded unic-char-range v0.9.0
  Downloaded equivalent v1.0.1
  Downloaded anstream v0.6.18
  Downloaded colorchoice v1.0.0
  Downloaded gix-date v0.9.3
  Downloaded gix-hashtable v0.7.0
  Downloaded getrandom v0.2.15
  Downloaded gix-attributes v0.24.0
  Downloaded gix-sec v0.10.11
  Downloaded gix-validate v0.9.3
  Downloaded gix-packetline v0.18.3
  Downloaded gix-utils v0.1.14
  Downloaded gix-negotiate v0.18.0
  Downloaded typenum v1.16.0
  Downloaded gix-transport v0.45.0
  Downloaded gix-tempfile v16.0.0
  Downloaded unic-ucd-version v0.9.0
  Downloaded gix-filter v0.17.0
  Downloaded gix-traverse v0.44.0
  Downloaded glob v0.3.2
  Downloaded gix-odb v0.67.0
  Downloaded crossbeam-utils v0.8.16
  Downloaded gix-object v0.47.0
  Downloaded crc32fast v1.3.2
  Downloaded unic-common v0.9.0
  Downloaded unic-char-property v0.9.0
  Downloaded unicode-bom v2.0.3
  Downloaded gix-diff v0.50.0
  Downloaded ucd-trie v0.1.6
  Downloaded clap v4.5.26
  Downloaded gix-config v0.43.0
  Downloaded gix-pathspec v0.9.0
  Downloaded displaydoc v0.2.5
  Downloaded clap_derive v4.5.24
  Downloaded gix-shallow v0.2.0
  Downloaded gix-revision v0.32.0
  Downloaded gix-quote v0.4.15
  Downloaded gix-hash v0.16.0
  Downloaded fnv v1.0.7
  Downloaded fastrand v2.1.1
  Downloaded gix-trace v0.1.12
  Downloaded form_urlencoded v1.2.1
  Downloaded filetime v0.2.22
  Downloaded digest v0.10.7
  Downloaded gix-ref v0.50.0
  Downloaded gix-chunk v0.4.11
  Downloaded either v1.9.0
  Downloaded gix-submodule v0.17.0
  Downloaded gix-credentials v0.27.0
  Downloaded gix-config-value v0.14.11
  Downloaded gix-bitmap v0.2.14
  Downloaded clru v0.6.1
  Downloaded clap_lex v0.7.4
  Downloaded anyhow v1.0.95
  Downloaded gix-prompt v0.9.1
  Downloaded gix-discover v0.38.0
  Downloaded errno v0.3.9
  Downloaded unicode-linebreak v0.1.5
  Downloaded unicode-ident v1.0.10
  Downloaded crossbeam-channel v0.5.8
  Downloaded writeable v0.5.5
  Downloaded flate2 v1.0.35
  Downloaded yoke v0.7.5
  Downloaded zerofrom v0.1.5
  Downloaded yoke-derive v0.7.5
  Downloaded write16 v1.0.0
  Downloaded walkdir v2.5.0
  Downloaded zerovec-derive v0.10.3
  Downloaded zerofrom-derive v0.1.5
  Downloaded gix v0.70.0
  Downloaded gix-pack v0.57.0
  Downloaded encoding_rs v0.8.33
  Downloaded url v2.5.4
  Downloaded thiserror v1.0.50
  Downloaded litemap v0.7.4
  Downloaded icu_locid_transform v1.5.0
  Downloaded home v0.5.5
  Downloaded hex v0.4.3
  Downloaded heck v0.5.0
  Downloaded globwalk v0.9.1
  Downloaded cargo_metadata v0.19.1
  Downloaded unicode-normalization v0.1.22
  Downloaded toml_datetime v0.6.8
  Downloaded tinyvec_macros v0.1.1
  Downloaded tinystr v0.7.6
  Downloaded thread_local v1.1.4
  Downloaded thiserror-impl v1.0.50
  Downloaded synstructure v0.13.1
  Downloaded strsim v0.11.1
  Downloaded static_assertions v1.1.0
  Downloaded stable_deref_trait v1.2.0
  Downloaded smol_str v0.3.2
  Downloaded smawk v0.3.1
  Downloaded shell-words v1.1.0
  Downloaded sha1_smol v1.0.0
  Downloaded serde_spanned v0.6.8
  Downloaded scopeguard v1.2.0
  Downloaded same-file v1.0.6
  Downloaded rustc-stable-hash v0.1.1
  Downloaded rustc-hash v2.0.0
  Downloaded percent-encoding v2.3.1
  Downloaded zerovec v0.10.4
  Downloaded zerocopy v0.7.35
  Downloaded tracing-attributes v0.1.28
  Downloaded sha2 v0.10.8
  Downloaded semver v1.0.24
  Downloaded parking_lot_core v0.9.9
  Downloaded smallvec v1.13.2
  Downloaded overload v0.1.1
  Downloaded uluru v3.0.0
  Downloaded once_cell v1.20.2
  Downloaded icu_normalizer v1.5.0
  Downloaded nu-ansi-term v0.46.0
  Downloaded memmap2 v0.9.5
  Downloaded log v0.4.19
  Downloaded winnow v0.6.20
  Downloaded tracing-log v0.2.0
  Downloaded pathdiff v0.2.3
  Downloaded normpath v1.3.0
  Downloaded lazy_static v1.4.0
  Downloaded kstring v2.0.2
  Downloaded itoa v1.0.8
  Downloaded indoc v2.0.5
  Downloaded idna_adapter v1.2.0
  Downloaded icu_locid v1.5.0
  Downloaded cargo_toml v0.21.0
  Downloaded version_check v0.9.4
  Downloaded utf8parse v0.2.1
  Downloaded utf8_iter v1.0.4
  Downloaded utf16_iter v1.0.5
  Downloaded unicode-width v0.1.10
  Downloaded aho-corasick v1.0.2
  Downloaded ignore v0.4.18
  Downloaded unic-ucd-segment v0.9.0
  Downloaded miniz_oxide v0.8.0
  Downloaded lock_api v0.4.11
  Downloaded unic-segment v0.9.0
  Downloaded quote v1.0.37
  Downloaded proc-macro2 v1.0.92
  Downloaded crypto-common v0.1.6
  Downloaded cpufeatures v0.2.9
  Downloaded gix-protocol v0.48.0
  Downloaded gix-fs v0.13.0
  Downloaded pin-project-lite v0.2.13
  Downloaded parking_lot v0.12.1
  Downloaded gix-command v0.4.1
  Downloaded generic-array v0.14.7
  Downloaded toml v0.8.19
  Downloaded icu_provider v1.5.0
  Downloaded gix-index v0.38.0
  Downloaded clap_builder v4.5.26
  Downloaded pest_generator v2.7.0
  Downloaded globset v0.4.11
  Downloaded icu_properties v1.5.1
  Downloaded tinyvec v1.6.0
  Downloaded textwrap v0.16.1
  Downloaded tempfile v3.15.0
  Downloaded ryu v1.0.14
  Downloaded bstr v1.6.0
  Downloaded crates-index v3.7.0
  Downloaded sharded-slab v0.1.7
  Downloaded maybe-async v0.2.7
  Downloaded thiserror v2.0.4
  Downloaded icu_locid_transform_data v1.5.0
  Downloaded serde_derive v1.0.217
  Downloaded serde v1.0.217
  Downloaded indexmap v2.6.0
  Downloaded icu_normalizer_data v1.5.0
  Downloaded icu_collections v1.5.0
  Downloaded tracing-core v0.1.33
  Downloaded pest_derive v2.7.0
  Downloaded thiserror-impl v2.0.4
  Downloaded tracing v0.1.41
  Downloaded prodash v29.0.0
  Downloaded memchr v2.6.4
  Downloaded tera v1.20.0
  Downloaded serde_starlark v0.1.16
  Downloaded pest_meta v2.7.0
  Downloaded toml_edit v0.22.22
  Downloaded hashbrown v0.15.0
  Downloaded hashbrown v0.14.3
  Downloaded itertools v0.14.0
  Downloaded idna v1.0.3
  Downloaded serde_json v1.0.135
  Downloaded pest v2.7.0
  Downloaded tracing-subscriber v0.3.19
  Downloaded icu_properties_data v1.5.0
  Downloaded syn v1.0.109
  Downloaded regex v1.11.1
  Downloaded syn v2.0.90
  Downloaded regex-syntax v0.8.5
  Downloaded rustix v0.38.41
  Downloaded regex-automata v0.3.3
  Downloaded jiff v0.1.13
  Downloaded regex-automata v0.4.8
  Downloaded libc v0.2.161
  Downloaded spdx v0.10.8
  Downloaded linux-raw-sys v0.4.14
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.10
   Compiling serde v1.0.217
   Compiling memchr v2.6.4
   Compiling cfg-if v1.0.0
   Compiling thiserror v2.0.4
   Compiling once_cell v1.20.2
   Compiling smallvec v1.13.2
   Compiling libc v0.2.161
   Compiling regex-automata v0.3.3
   Compiling log v0.4.19
   Compiling autocfg v1.1.0
   Compiling parking_lot_core v0.9.9
   Compiling gix-trace v0.1.12
   Compiling crossbeam-utils v0.8.16
   Compiling scopeguard v1.2.0
   Compiling tinyvec_macros v0.1.1
   Compiling same-file v1.0.6
   Compiling fastrand v2.1.1
   Compiling crc32fast v1.3.2
   Compiling adler2 v2.0.0
   Compiling bitflags v2.4.1
   Compiling sha1_smol v1.0.0
   Compiling version_check v0.9.4
   Compiling tinyvec v1.6.0
   Compiling home v0.5.5
   Compiling itoa v1.0.8
   Compiling miniz_oxide v0.8.0
   Compiling walkdir v2.5.0
   Compiling zerocopy v0.7.35
   Compiling allocator-api2 v0.2.18
   Compiling jiff v0.1.13
   Compiling stable_deref_trait v1.2.0
   Compiling rustix v0.38.41
   Compiling linux-raw-sys v0.4.14
   Compiling writeable v0.5.5
   Compiling litemap v0.7.4
   Compiling icu_locid_transform_data v1.5.0
   Compiling ahash v0.8.11
   Compiling lock_api v0.4.11
   Compiling icu_properties_data v1.5.0
   Compiling utf8_iter v1.0.4
   Compiling icu_normalizer_data v1.5.0
   Compiling utf16_iter v1.0.5
   Compiling write16 v1.0.0
   Compiling percent-encoding v2.3.1
   Compiling thiserror v1.0.50
   Compiling unicode-bom v2.0.3
   Compiling static_assertions v1.1.0
   Compiling shell-words v1.1.0
   Compiling winnow v0.6.20
   Compiling form_urlencoded v1.2.1
   Compiling fnv v1.0.7
   Compiling kstring v2.0.2
   Compiling typenum v1.16.0
   Compiling aho-corasick v1.0.2
   Compiling generic-array v0.14.7
   Compiling hashbrown v0.15.0
   Compiling crossbeam-channel v0.5.8
   Compiling flate2 v1.0.35
   Compiling regex-syntax v0.8.5
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.14.3
   Compiling syn v1.0.109
   Compiling semver v1.0.24
   Compiling lazy_static v1.4.0
   Compiling arrayvec v0.7.4
   Compiling bstr v1.6.0
   Compiling ucd-trie v0.1.6
   Compiling serde_json v1.0.135
   Compiling unicode-normalization v0.1.22
   Compiling uluru v3.0.0
   Compiling thread_local v1.1.4
   Compiling unic-char-range v0.9.0
   Compiling unic-common v0.9.0
   Compiling utf8parse v0.2.1
   Compiling ryu v1.0.14
   Compiling clru v0.6.1
   Compiling anstyle-parse v0.2.1
   Compiling unic-char-property v0.9.0
   Compiling unic-ucd-version v0.9.0
   Compiling tracing-core v0.1.33
   Compiling encoding_rs v0.8.33
   Compiling indexmap v2.6.0
   Compiling anstyle-query v1.0.0
   Compiling anstyle v1.0.10
   Compiling memmap2 v0.9.5
   Compiling getrandom v0.2.15
   Compiling gix-sec v0.10.11
   Compiling filetime v0.2.22
   Compiling is_terminal_polyfill v1.70.1
   Compiling camino v1.1.9
   Compiling arc-swap v1.6.0
   Compiling colorchoice v1.0.0
   Compiling quote v1.0.37
   Compiling parking_lot v0.12.1
   Compiling gix-utils v0.1.14
   Compiling anstream v0.6.18
   Compiling unic-ucd-segment v0.9.0
   Compiling anyhow v1.0.95
   Compiling overload v0.1.1
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.4
   Compiling syn v2.0.90
   Compiling prodash v29.0.0
   Compiling heck v0.5.0
   Compiling clap_builder v4.5.26
   Compiling unic-segment v0.9.0
   Compiling nu-ansi-term v0.46.0
   Compiling tracing-log v0.2.0
   Compiling sharded-slab v0.1.7
   Compiling unicode-linebreak v0.1.5
   Compiling either v1.9.0
   Compiling rustc-hash v2.0.0
   Compiling smawk v0.3.1
   Compiling pin-project-lite v0.2.13
   Compiling unicode-width v0.1.10
   Compiling cpufeatures v0.2.9
   Compiling rustc-stable-hash v0.1.1
   Compiling itertools v0.14.0
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling textwrap v0.16.1
   Compiling spdx v0.10.8
   Compiling cfg-expr v0.17.2
   Compiling normpath v1.3.0
   Compiling digest v0.10.7
   Compiling glob v0.3.2
   Compiling pathdiff v0.2.3
   Compiling indoc v2.0.5
   Compiling sha2 v0.10.8
   Compiling tracing-subscriber v0.3.19
   Compiling regex-automata v0.4.8
   Compiling tempfile v3.15.0
   Compiling maybe-async v0.2.7
   Compiling regex v1.11.1
   Compiling globset v0.4.11
   Compiling synstructure v0.13.1
   Compiling ignore v0.4.18
   Compiling serde_derive v1.0.217
   Compiling thiserror-impl v2.0.4
   Compiling zerofrom-derive v0.1.5
   Compiling yoke-derive v0.7.5
   Compiling zerovec-derive v0.10.3
   Compiling displaydoc v0.2.5
   Compiling icu_provider_macros v1.5.0
   Compiling thiserror-impl v1.0.50
   Compiling clap_derive v4.5.24
   Compiling tracing-attributes v0.1.28
building of '/nix/store/hn56cg5zvpz9k28j4qvdisyfp7bryxan-envoy-1.35.2-deps.tar.gz.drv' timed out after 60 seconds
cannot build derivation '/nix/store/wid3cnihqqqjdn10c19z66xmmwrhkx3p-envoy-1.35.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/xi84kz1bz00gszla8ydrxyjbh93zfg6z-runtime-graph.json.drv': 1 dependencies couldn't be built
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
build of '/nix/store/xi84kz1bz00gszla8ydrxyjbh93zfg6z-runtime-graph.json.drv' failed
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘python-2.7.18.8’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/development/interpreters/python/cpython/2.7/default.nix:398 is marked as insecure, refusing to evaluate.
Known issues:
 - Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/.
You can install it anyway by allowing this package, using the
following methods:
a) To temporarily allow all insecure packages, you can use an environment
   variable for a single invocation of the nix tools:
     $ export NIXPKGS_ALLOW_INSECURE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) for `nixos-rebuild` you can add ‘python-2.7.18.8’ to
   `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
   like so:
     {
       nixpkgs.config.permittedInsecurePackages = [
         "python-2.7.18.8"
       ];
     }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
   ‘python-2.7.18.8’ to `permittedInsecurePackages` in
   ~/.config/nixpkgs/config.nix, like so:
     {
       permittedInsecurePackages = [
         "python-2.7.18.8"
       ];
     }
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘qq-3.2.19-2025-09-04’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/qq/qq/package.nix:44 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "qq"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position: while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1: while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12: while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27: while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8: while evaluating 'splitter' at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:115:25, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:122:5: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:68:28, called from undefined position: while evaluating 'attrByPath' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:94:24, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:90:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:111:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:107:35: while evaluating the attribute 'python-swiftclient' at undefined position: while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:31, called from undefined position: while evaluating 'removeRecurseForDerivations' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:26:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:38: while evaluating 'checkInPkgs' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:358:8, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:67: 'python-swiftclient' has been renamed to/replaced by 'swiftclient'
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position: while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1: while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12: while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27: while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8: while evaluating 'splitter' at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:115:25, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:122:5: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:68:28, called from undefined position: while evaluating 'attrByPath' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:94:24, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:90:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:111:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:107:35: while evaluating the attribute 'python-swiftclient' at undefined position: while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:31, called from undefined position: while evaluating 'removeRecurseForDerivations' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:26:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:38: while evaluating 'checkInPkgs' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:358:8, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/aliases.nix:362:67: 'python-swiftclient' has been renamed to/replaced by 'swiftclient'
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘consul-1.21.5’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/co/consul/package.nix:54 has an unfree license (‘bsl11’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "consul"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘jboss-as-7.1.1.Final’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/jb/jboss/package.nix:23 is marked as insecure, refusing to evaluate.
Known issues:
 - CVE-2015-7501: remote code execution in apache-commons-collections: InvokerTransformer during deserialisation
You can install it anyway by allowing this package, using the
following methods:
a) To temporarily allow all insecure packages, you can use an environment
   variable for a single invocation of the nix tools:
     $ export NIXPKGS_ALLOW_INSECURE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) for `nixos-rebuild` you can add ‘jboss-as-7.1.1.Final’ to
   `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
   like so:
     {
       nixpkgs.config.permittedInsecurePackages = [
         "jboss-as-7.1.1.Final"
       ];
     }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
   ‘jboss-as-7.1.1.Final’ to `permittedInsecurePackages` in
   ~/.config/nixpkgs/config.nix, like so:
     {
       permittedInsecurePackages = [
         "jboss-as-7.1.1.Final"
       ];
     }
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘vault-1.20.3’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/va/vault/package.nix:70 has an unfree license (‘bsl11’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "vault"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  copying path '/nix/store/6vjw3rs85hsgfkzjaiqv9pibjncj2f77-setuptools-build-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/7pxzjbfa4f29vy5x2sz78znh44h5yffk-ipython-9.4.0.tar.gz' from 'https://cache.nixos.org'...
copying path '/nix/store/qb7naq2z8r9s4q7lv95mbdna474a3sq9-matplotlib-3.10.5.tar.gz' from 'https://cache.nixos.org'...
copying path '/nix/store/rdlx0k0x3108b3zsy87wf952p57v81rr-sox-unstable-2021-05-09' from 'https://cache.nixos.org'...
copying path '/nix/store/3gbb3dkyyxs78bk7kxr50ip44bngswhm-ffmpeg-headless-7.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/89ab57bpassclwxxpiqcxsnkan4yggbj-python3.11-pycparser-2.22' from 'https://cache.nixos.org'...
copying path '/nix/store/4ihbcazflmm8kw4qcynza3yp1lz97r7m-meson-1.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/smdm8c810d7qfbj6gg35lddbha4mjan3-pybind11-setup-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/58hhx6yid8ry0gya7rf4wa652d4mm5bc-python3.11-certifi-2025.07.14' from 'https://cache.nixos.org'...
copying path '/nix/store/n950h0i0h0zxrqycb1i6hfri2mmfr8vw-python3.11-cycler-0.12.1' from 'https://cache.nixos.org'...
copying path '/nix/store/s41gygpa2va956a7kmg80k5rs8lrzqab-python3.11-decorator-5.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/zqxrj0zjgcqcj2q1akl0pa3fwsar2shj-python3.11-fonttools-4.59.0' from 'https://cache.tvl.fyi'...
copying path '/nix/store/gzl6rsf1iy80115zh5lhahxyv0qmrixl-python3.11-ipython-pygments-lexers-1.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vnfcvxd3a7ybm6kbv4z4wrp2rv25zacl-python3.11-kiwisolver-1.4.8' from 'https://cache.nixos.org'...
copying path '/nix/store/7jqz260fdk6wdzhajg808f3dkylw7npm-python3.11-numpy-2.3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/nr5jjppa09ij7i78ill277sqm4hzldd1-python3.11-pillow-11.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/k2livhcj911fygnwllhl4s7s4bm2jzcg-python3.11-pycryptodome-3.23.0' from 'https://cache.nixos.org'...
copying path '/nix/store/rmayn4s2c7m2za80kmc8s7c9pqkd1sai-python3.11-pyparsing-3.2.3' from 'https://cache.nixos.org'...
copying path '/nix/store/lviwgxp3nb4qgb7wlz34lr5zk5pfvwz4-python3.11-pytest-asyncio-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/431rbhw68s5kn2hng1hjk35cdrbcg1bd-python3.11-six-1.17.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sqq7hbrc6s7i1469iamdn7mbrjjrkcva-python3.11-testpath-0.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1v49mn5d16dpfsynm06b75xyhf87gfvi-python3.11-traitlets-5.14.3' from 'https://cache.nixos.org'...
copying path '/nix/store/rgyb8f50vqmj91n77xpalrr5nhk7g1qh-python3.11-typing-extensions-4.14.1' from 'https://cache.nixos.org'...
copying path '/nix/store/7qzaq34scsmis4mr4apbnxsqxiazv633-Python-3.11.13.tar.xz' from 'https://cache.nixos.org'...
copying path '/nix/store/7bgiqc706pzzb1gmwgpzdfg491w4a8nx-ninja-1.13.1' from 'https://cache.nixos.org'...
copying path '/nix/store/iabmmzmr87vw3p84462zvjh62pwzg49r-ffmpeg-headless-7.1.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/z1xc95m2813fsa68j1jdpx34h6vbj4nw-pytest-8.4.1-compat.patch' from 'https://cache.nixos.org'...
copying path '/nix/store/6ba8s3amh1f5k2vlgig6bvh9nfpillwl-python-relax-deps-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/cw9i7cmkxfnpdpqwk15jrfsga93s21rx-python3.11-asttokens-3.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/2d7bw05nqh9a7rwhd38l6ayylqn0jd6s-python3.11-attrs-25.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/w665yvsgwnb12jq06q2yki42nx61hmyq-python3.11-cython-3.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/djwsllhs9hybx4y244vh616k1ncrmf93-python3.11-flit-core-3.12.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sv5bqvm028naz7b13pyqg8ygnq2hllg1-python3.11-littleutils-0.2.4' from 'https://cache.nixos.org'...
copying path '/nix/store/grcgsq7niry86sk4y54f0rhg5m561042-python3.11-mdurl-0.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/zsyzbbaq1gs55qx2ch0a8dj4hyhg5c9n-python3.11-parso-0.8.4' from 'https://cache.nixos.org'...
copying path '/nix/store/3p21xk6n1zi5alqr9q503x3a5p8gy4w4-python3.11-path-17.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/r0zfjhff61sh8jvmdfhsj97wc9gf4af3-python3.11-poetry-core-2.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/dv6nkxh0602kql6radr97djji7sp28yz-python3.11-ptyprocess-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/f6kh9879prh6vin0h6m8xxr3f0wp97fz-python3.11-pybind11-2.13.6' from 'https://cache.nixos.org'...
copying path '/nix/store/cwxcsf2sfr89c7vbikcbcx582m2xp3ss-python3.11-pyproject-metadata-0.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/1zdrb5h0h9na0jk9ml49r4lm2s6fwd7w-python3.11-pytest-datadir-1.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1mjmqfxgk1217gqpixrhprj62p0msapw-python3.11-matplotlib-inline-0.1.7' from 'https://cache.nixos.org'...
copying path '/nix/store/nj72wkdshj71aimkrjjkkm1w3c7vf2nn-python3.11-python-dateutil-2.9.0.post0' from 'https://cache.nixos.org'...
copying path '/nix/store/yqpkk32sdl7wh5dgbanlar12na7fnryl-python3.11-pytz-2025.2' from 'https://cache.nixos.org'...
copying path '/nix/store/7yq992b97g1z4prm7lqc90f79yq3425h-python3.11-pyyaml-6.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/9asb8hj6pflym4nrlpx8qa2caghfcw5b-python3.11-cffi-1.17.1' from 'https://cache.nixos.org'...
copying path '/nix/store/wdivglqragcihjwq74xrqaq0qlj2yzsw-python3.11-setuptools-scm-9.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/jb5qw4mfvq94wkxwkn8yad80m3k2gz04-python3.11-toml-0.10.2' from 'https://cache.nixos.org'...
copying path '/nix/store/6hfwk2plb0jbnm1kr2s6i2k7afvhanaj-python3.11-pickleshare-0.7.5' from 'https://cache.nixos.org'...
copying path '/nix/store/963j2l2whx05b3d9dnsr3c7qw64ns8ar-python3.11-typeguard-4.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/s3pj2q6s4y0pcdvd9dlhn17jwj59i8vd-python3.11-pexpect-4.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/bxx1iwcninm6pkha4h4an8d8jcl0ipdh-python3.11-tzdata-2025.2' from 'https://cache.nixos.org'...
copying path '/nix/store/cy8mcjz3id2zbrwxd5i7xlz6iwlzr8fi-python3.11-uc-micro-py-1.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/68wdz5qmr4hxd7camf1xvfphbaw9qhr3-python3.11-wcwidth-0.2.13' from 'https://cache.nixos.org'...
copying path '/nix/store/965smhy8x8cjvjxm2jp5fzv2fgy0rdqq-source' from 'https://cache.nixos.org'...
copying path '/nix/store/ircfw6midgnxjc0xpkhfv3r25fprvi8i-source' from 'https://cache.nixos.org'...
copying path '/nix/store/0sg3hml6rxvafyd1hxdjh048p10mr52l-python3.11-jedi-0.19.2' from 'https://cache.nixos.org'...
copying path '/nix/store/k1h7q6gvkivhcmsvljk2s3lvfa66ha5d-source' from 'https://cache.nixos.org'...
copying path '/nix/store/rbfzm7jpb6r31ygkq8vbsvva4cdq6jmh-python3.11-pure-eval-0.2.3' from 'https://cache.nixos.org'...
copying path '/nix/store/4hb9y0l8vjxbhc6x2kzv1g68yxbgf9yv-python3.11-linkify-it-py-2.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/2virs1a696mg425xl4gk9qi4zkkxx5x1-python3.11-prompt-toolkit-3.0.51' from 'https://cache.nixos.org'...
copying path '/nix/store/yvdnld2ss3vdjvy9j5kgc54lszbzv8hc-source' from 'https://cache.nixos.org'...
copying path '/nix/store/8kr9sl14r3nvn0f2w9pc48cccdp5dlbz-sox-unstable-2021-05-09-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/072wwzbgns6jpihmrsibg6p7h022k3rb-tix-8.4.3' from 'https://cache.nixos.org'...
copying path '/nix/store/7cb0sg3wnn6ymn0q5fxvz590mjvasiw1-tk-9.0.1-dev' from 'https://cache.nixos.org'...
building '/nix/store/yyxlpvpx0xkpiv2lnnq6ns1did5bxch5-pyproject.toml.drv'...
building '/nix/store/y7h0pgy5ivxk69w7zbbdplnv80r7ldy1-python3.11-ecdsa-0.19.1.drv'...
building '/nix/store/639yq14dxmxb1x1bkd4j42mlc3xa38ya-python3.11-pycrypto-3.23.0.drv'...
Running phase: patchPhase
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Running phase: updateAutotoolsGnuConfigScriptsPhase
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pypa-install-hook
Using pypaInstallPhase
copying path '/nix/store/g9gz9lwpavlks2gv0f5v77zvkr92hmjw-python3.11-cryptography-45.0.4' from 'https://cache.nixos.org'...
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing python-imports-check-hook.sh
Sourcing setuptools-build-hook
Using pythonImportsCheckPhase
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-catch-conflicts-hook.sh
Running phase: configurePhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
no configure script, doing nothing
Running phase: buildPhase
Running phase: checkPhase
Running phase: installPhase
no Makefile or custom installPhase, doing nothing
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/j06wgg2sikj6y78j97sykywi3qy3a938-pyproject.toml
checking for references to /build/ in /nix/store/j06wgg2sikj6y78j97sykywi3qy3a938-pyproject.toml...
Running phase: unpackPhase
Running phase: unpackPhase
patching script interpreter paths in /nix/store/j06wgg2sikj6y78j97sykywi3qy3a938-pyproject.toml
Running phase: patchPhase
unpacking source archive /nix/store/7vmksmh1z7vhsw66ky1cns4n40xq20si-ecdsa-0.19.1.tar.gz
Running phase: updateAutotoolsGnuConfigScriptsPhase
source root is ecdsa-0.19.1
Running phase: configurePhase
setting SOURCE_DATE_EPOCH to timestamp 1741866562 of file "ecdsa-0.19.1/src/ecdsa/_version.py"
Running phase: patchPhase
no configure script, doing nothing
Running phase: buildPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
Running phase: configurePhase
no configure script, doing nothing
Running phase: buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
copying path '/nix/store/cn1c76mdbfn1d7q2gnp2yhy56hamdj8s-python3.11-meson-python-0.18.0' from 'https://cache.nixos.org'...
running bdist_wheel
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
/nix/store/bg7qrcx802khx0bicigq68561qhqkx5c-python3.11-setuptools-80.9.0/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!
        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************
!!
  self.finalize_options()
running build
running build_py
creating build/lib/ecdsa
copying src/ecdsa/__init__.py -> build/lib/ecdsa
copying src/ecdsa/_compat.py -> build/lib/ecdsa
copying src/ecdsa/_sha3.py -> build/lib/ecdsa
copying src/ecdsa/_version.py -> build/lib/ecdsa
copying src/ecdsa/curves.py -> build/lib/ecdsa
copying src/ecdsa/der.py -> build/lib/ecdsa
copying src/ecdsa/ecdh.py -> build/lib/ecdsa
copying src/ecdsa/ecdsa.py -> build/lib/ecdsa
copying src/ecdsa/eddsa.py -> build/lib/ecdsa
running build
copying src/ecdsa/ellipticcurve.py -> build/lib/ecdsa
copying src/ecdsa/errors.py -> build/lib/ecdsa
copying src/ecdsa/keys.py -> build/lib/ecdsa
copying src/ecdsa/numbertheory.py -> build/lib/ecdsa
copying src/ecdsa/rfc6979.py -> build/lib/ecdsa
copying src/ecdsa/ssh.py -> build/lib/ecdsa
copying src/ecdsa/test_curves.py -> build/lib/ecdsa
copying src/ecdsa/test_der.py -> build/lib/ecdsa
copying src/ecdsa/test_ecdh.py -> build/lib/ecdsa
copying src/ecdsa/test_ecdsa.py -> build/lib/ecdsa
copying src/ecdsa/test_eddsa.py -> build/lib/ecdsa
copying src/ecdsa/test_ellipticcurve.py -> build/lib/ecdsa
copying src/ecdsa/test_jacobi.py -> build/lib/ecdsa
copying src/ecdsa/test_keys.py -> build/lib/ecdsa
copying src/ecdsa/test_malformed_sigs.py -> build/lib/ecdsa
copying src/ecdsa/test_numbertheory.py -> build/lib/ecdsa
copying src/ecdsa/test_pyecdsa.py -> build/lib/ecdsa
copying src/ecdsa/test_sha3.py -> build/lib/ecdsa
copying src/ecdsa/util.py -> build/lib/ecdsa
UPDATING build/lib/ecdsa/_version.py
set build/lib/ecdsa/_version.py to '0.19.1'
/nix/store/bg7qrcx802khx0bicigq68561qhqkx5c-python3.11-setuptools-80.9.0/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
/nix/store/bg7qrcx802khx0bicigq68561qhqkx5c-python3.11-setuptools-80.9.0/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/ecdsa
copying build/lib/ecdsa/__init__.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/_compat.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/_sha3.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/curves.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/der.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/ecdh.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/ecdsa.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/eddsa.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/ellipticcurve.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/errors.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/keys.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/numbertheory.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/rfc6979.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/ssh.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_curves.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_der.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_ecdh.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_ecdsa.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_eddsa.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_ellipticcurve.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_jacobi.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_keys.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_malformed_sigs.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_numbertheory.py -> build/bdist.linux-x86_64/wheel/./ecdsa
running install_egg_info
copying build/lib/ecdsa/test_pyecdsa.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/test_sha3.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/util.py -> build/bdist.linux-x86_64/wheel/./ecdsa
copying build/lib/ecdsa/_version.py -> build/bdist.linux-x86_64/wheel/./ecdsa
running install_egg_info
running egg_info
writing src/ecdsa.egg-info/PKG-INFO
running egg_info
writing dependency_links to src/ecdsa.egg-info/dependency_links.txt
writing requirements to src/ecdsa.egg-info/requires.txt
writing top-level names to src/ecdsa.egg-info/top_level.txt
creating pycrypto.egg-info
writing pycrypto.egg-info/PKG-INFO
writing dependency_links to pycrypto.egg-info/dependency_links.txt
writing requirements to pycrypto.egg-info/requires.txt
writing top-level names to pycrypto.egg-info/top_level.txt
writing manifest file 'pycrypto.egg-info/SOURCES.txt'
reading manifest file 'src/ecdsa.egg-info/SOURCES.txt'
reading manifest file 'pycrypto.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pycrypto.egg-info/SOURCES.txt'
adding license file 'LICENSE'
Copying pycrypto.egg-info to build/bdist.linux-x86_64/wheel/./pycrypto-3.23.0-py3.11.egg-info
running install_scripts
writing manifest file 'src/ecdsa.egg-info/SOURCES.txt'
creating build/bdist.linux-x86_64/wheel/pycrypto-3.23.0.dist-info/WHEEL
Copying src/ecdsa.egg-info to build/bdist.linux-x86_64/wheel/./ecdsa-0.19.1-py3.11.egg-info
creating 'dist/pycrypto-3.23.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
running install_scripts
adding 'pycrypto-3.23.0.dist-info/METADATA'
adding 'pycrypto-3.23.0.dist-info/WHEEL'
adding 'pycrypto-3.23.0.dist-info/top_level.txt'
adding 'pycrypto-3.23.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/ecdsa-0.19.1.dist-info/WHEEL
creating 'dist/ecdsa-0.19.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'ecdsa/__init__.py'
adding 'ecdsa/_compat.py'
adding 'ecdsa/_sha3.py'
adding 'ecdsa/_version.py'
adding 'ecdsa/curves.py'
adding 'ecdsa/der.py'
adding 'ecdsa/ecdh.py'
adding 'ecdsa/ecdsa.py'
adding 'ecdsa/eddsa.py'
adding 'ecdsa/ellipticcurve.py'
adding 'ecdsa/errors.py'
adding 'ecdsa/keys.py'
adding 'ecdsa/numbertheory.py'
adding 'ecdsa/rfc6979.py'
adding 'ecdsa/ssh.py'
adding 'ecdsa/test_curves.py'
adding 'ecdsa/test_der.py'
adding 'ecdsa/test_ecdh.py'
adding 'ecdsa/test_ecdsa.py'
adding 'ecdsa/test_eddsa.py'
adding 'ecdsa/test_ellipticcurve.py'
adding 'ecdsa/test_jacobi.py'
adding 'ecdsa/test_keys.py'
adding 'ecdsa/test_malformed_sigs.py'
adding 'ecdsa/test_numbertheory.py'
adding 'ecdsa/test_pyecdsa.py'
adding 'ecdsa/test_sha3.py'
adding 'ecdsa/util.py'
adding 'ecdsa-0.19.1.dist-info/licenses/LICENSE'
adding 'ecdsa-0.19.1.dist-info/METADATA'
adding 'ecdsa-0.19.1.dist-info/WHEEL'
adding 'ecdsa-0.19.1.dist-info/top_level.txt'
adding 'ecdsa-0.19.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
Running phase: installPhase
Executing pypaInstallPhase
Finished executing setuptoolsBuildPhase
Running phase: installPhase
Executing pypaInstallPhase
Successfully installed pycrypto-3.23.0-py3-none-any.whl
Finished executing pypaInstallPhase
Running phase: pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/rsixw8n594k3livmww5vif4yw83c4jxq-python3.11-pycrypto-3.23.0
checking for references to /build/ in /nix/store/rsixw8n594k3livmww5vif4yw83c4jxq-python3.11-pycrypto-3.23.0...
patching script interpreter paths in /nix/store/rsixw8n594k3livmww5vif4yw83c4jxq-python3.11-pycrypto-3.23.0
stripping (with command strip and flags -S -p) in  /nix/store/rsixw8n594k3livmww5vif4yw83c4jxq-python3.11-pycrypto-3.23.0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/691p6264y0skcixpnp4x681897vrdvby-python3.11-pycrypto-3.23.0-dist
checking for references to /build/ in /nix/store/691p6264y0skcixpnp4x681897vrdvby-python3.11-pycrypto-3.23.0-dist...
patching script interpreter paths in /nix/store/691p6264y0skcixpnp4x681897vrdvby-python3.11-pycrypto-3.23.0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
Running phase: pythonCatchConflictsPhase
Running phase: pythonRemoveBinBytecodePhase
Successfully installed ecdsa-0.19.1-py2.py3-none-any.whl
Finished executing pypaInstallPhase
Running phase: pythonImportsCheckPhase
Running phase: pythonOutputDistPhase
Executing pythonImportsCheckPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/2wycb85422awhd0z55dyacwhy3accga6-python3.11-ecdsa-0.19.1
checking for references to /build/ in /nix/store/2wycb85422awhd0z55dyacwhy3accga6-python3.11-ecdsa-0.19.1...
patching script interpreter paths in /nix/store/2wycb85422awhd0z55dyacwhy3accga6-python3.11-ecdsa-0.19.1
stripping (with command strip and flags -S -p) in  /nix/store/2wycb85422awhd0z55dyacwhy3accga6-python3.11-ecdsa-0.19.1/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/mickrz8bad5x6kzyw8d24lqq2a1al7pg-python3.11-ecdsa-0.19.1-dist
checking for references to /build/ in /nix/store/mickrz8bad5x6kzyw8d24lqq2a1al7pg-python3.11-ecdsa-0.19.1-dist...
patching script interpreter paths in /nix/store/mickrz8bad5x6kzyw8d24lqq2a1al7pg-python3.11-ecdsa-0.19.1-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
Running phase: installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
Running phase: pythonCatchConflictsPhase
Running phase: pythonRemoveBinBytecodePhase
Running phase: pythonImportsCheckPhase
Executing pythonImportsCheckPhase
copying path '/nix/store/ldbcgszv6ixh7qmzjdyaqgr4q0cbrwps-python3.11-contourpy-1.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/gw5k22n9zxa0r573042pfs36y5ncx2fy-python3.11-pandas-2.3.1' from 'https://cache.nixos.org'...
building '/nix/store/zdi06d8rz9wbsn8hg4dd7k7l6qrhv5zw-python3.11-tkinter-3.11.13.drv'...
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Running phase: unpackPhase
unpacking source archive /nix/store/7qzaq34scsmis4mr4apbnxsqxiazv633-Python-3.11.13.tar.xz
source root is Python-3.11.13
setting SOURCE_DATE_EPOCH to timestamp 1748975905 of file "Python-3.11.13/setup.py"
Running phase: patchPhase
'Modules/_tkinter.c' -> '../tkinter/_tkinter.c'
'Modules/tkinter.h' -> '../tkinter/tkinter.h'
'Modules/clinic' -> '../tkinter/clinic'
'Modules/clinic/_abc.c.h' -> '../tkinter/clinic/_abc.c.h'
'Modules/clinic/_asynciomodule.c.h' -> '../tkinter/clinic/_asynciomodule.c.h'
'Modules/clinic/_bisectmodule.c.h' -> '../tkinter/clinic/_bisectmodule.c.h'
'Modules/clinic/_bz2module.c.h' -> '../tkinter/clinic/_bz2module.c.h'
'Modules/clinic/_codecsmodule.c.h' -> '../tkinter/clinic/_codecsmodule.c.h'
'Modules/clinic/_collectionsmodule.c.h' -> '../tkinter/clinic/_collectionsmodule.c.h'
'Modules/clinic/_contextvarsmodule.c.h' -> '../tkinter/clinic/_contextvarsmodule.c.h'
'Modules/clinic/_cryptmodule.c.h' -> '../tkinter/clinic/_cryptmodule.c.h'
'Modules/clinic/_csv.c.h' -> '../tkinter/clinic/_csv.c.h'
'Modules/clinic/_curses_panel.c.h' -> '../tkinter/clinic/_curses_panel.c.h'
'Modules/clinic/_cursesmodule.c.h' -> '../tkinter/clinic/_cursesmodule.c.h'
'Modules/clinic/_datetimemodule.c.h' -> '../tkinter/clinic/_datetimemodule.c.h'
'Modules/clinic/_dbmmodule.c.h' -> '../tkinter/clinic/_dbmmodule.c.h'
'Modules/clinic/_elementtree.c.h' -> '../tkinter/clinic/_elementtree.c.h'
'Modules/clinic/_gdbmmodule.c.h' -> '../tkinter/clinic/_gdbmmodule.c.h'
'Modules/clinic/_hashopenssl.c.h' -> '../tkinter/clinic/_hashopenssl.c.h'
'Modules/clinic/_heapqmodule.c.h' -> '../tkinter/clinic/_heapqmodule.c.h'
'Modules/clinic/_localemodule.c.h' -> '../tkinter/clinic/_localemodule.c.h'
'Modules/clinic/_lsprof.c.h' -> '../tkinter/clinic/_lsprof.c.h'
'Modules/clinic/_lzmamodule.c.h' -> '../tkinter/clinic/_lzmamodule.c.h'
'Modules/clinic/_opcode.c.h' -> '../tkinter/clinic/_opcode.c.h'
'Modules/clinic/_operator.c.h' -> '../tkinter/clinic/_operator.c.h'
'Modules/clinic/_pickle.c.h' -> '../tkinter/clinic/_pickle.c.h'
'Modules/clinic/_queuemodule.c.h' -> '../tkinter/clinic/_queuemodule.c.h'
'Modules/clinic/_randommodule.c.h' -> '../tkinter/clinic/_randommodule.c.h'
'Modules/clinic/_ssl.c.h' -> '../tkinter/clinic/_ssl.c.h'
'Modules/clinic/_statisticsmodule.c.h' -> '../tkinter/clinic/_statisticsmodule.c.h'
'Modules/clinic/_struct.c.h' -> '../tkinter/clinic/_struct.c.h'
'Modules/clinic/_testclinic.c.h' -> '../tkinter/clinic/_testclinic.c.h'
'Modules/clinic/_testmultiphase.c.h' -> '../tkinter/clinic/_testmultiphase.c.h'
'Modules/clinic/_tkinter.c.h' -> '../tkinter/clinic/_tkinter.c.h'
'Modules/clinic/_tracemalloc.c.h' -> '../tkinter/clinic/_tracemalloc.c.h'
'Modules/clinic/_typingmodule.c.h' -> '../tkinter/clinic/_typingmodule.c.h'
'Modules/clinic/_weakref.c.h' -> '../tkinter/clinic/_weakref.c.h'
'Modules/clinic/_winapi.c.h' -> '../tkinter/clinic/_winapi.c.h'
'Modules/clinic/arraymodule.c.h' -> '../tkinter/clinic/arraymodule.c.h'
'Modules/clinic/audioop.c.h' -> '../tkinter/clinic/audioop.c.h'
'Modules/clinic/binascii.c.h' -> '../tkinter/clinic/binascii.c.h'
'Modules/clinic/cmathmodule.c.h' -> '../tkinter/clinic/cmathmodule.c.h'
'Modules/clinic/fcntlmodule.c.h' -> '../tkinter/clinic/fcntlmodule.c.h'
'Modules/clinic/gcmodule.c.h' -> '../tkinter/clinic/gcmodule.c.h'
'Modules/clinic/grpmodule.c.h' -> '../tkinter/clinic/grpmodule.c.h'
'Modules/clinic/itertoolsmodule.c.h' -> '../tkinter/clinic/itertoolsmodule.c.h'
'Modules/clinic/mathmodule.c.h' -> '../tkinter/clinic/mathmodule.c.h'
'Modules/clinic/md5module.c.h' -> '../tkinter/clinic/md5module.c.h'
'Modules/clinic/overlapped.c.h' -> '../tkinter/clinic/overlapped.c.h'
'Modules/clinic/posixmodule.c.h' -> '../tkinter/clinic/posixmodule.c.h'
'Modules/clinic/pwdmodule.c.h' -> '../tkinter/clinic/pwdmodule.c.h'
'Modules/clinic/pyexpat.c.h' -> '../tkinter/clinic/pyexpat.c.h'
'Modules/clinic/readline.c.h' -> '../tkinter/clinic/readline.c.h'
'Modules/clinic/resource.c.h' -> '../tkinter/clinic/resource.c.h'
'Modules/clinic/selectmodule.c.h' -> '../tkinter/clinic/selectmodule.c.h'
'Modules/clinic/sha1module.c.h' -> '../tkinter/clinic/sha1module.c.h'
'Modules/clinic/sha256module.c.h' -> '../tkinter/clinic/sha256module.c.h'
'Modules/clinic/sha512module.c.h' -> '../tkinter/clinic/sha512module.c.h'
'Modules/clinic/signalmodule.c.h' -> '../tkinter/clinic/signalmodule.c.h'
'Modules/clinic/socketmodule.c.h' -> '../tkinter/clinic/socketmodule.c.h'
'Modules/clinic/spwdmodule.c.h' -> '../tkinter/clinic/spwdmodule.c.h'
'Modules/clinic/symtablemodule.c.h' -> '../tkinter/clinic/symtablemodule.c.h'
'Modules/clinic/termios.c.h' -> '../tkinter/clinic/termios.c.h'
'Modules/clinic/unicodedata.c.h' -> '../tkinter/clinic/unicodedata.c.h'
'Modules/clinic/zlibmodule.c.h' -> '../tkinter/clinic/zlibmodule.c.h'
'Lib/tkinter' -> '../tkinter/tkinter'
'Lib/tkinter/__init__.py' -> '../tkinter/tkinter/__init__.py'
'Lib/tkinter/__main__.py' -> '../tkinter/tkinter/__main__.py'
'Lib/tkinter/colorchooser.py' -> '../tkinter/tkinter/colorchooser.py'
'Lib/tkinter/commondialog.py' -> '../tkinter/tkinter/commondialog.py'
'Lib/tkinter/constants.py' -> '../tkinter/tkinter/constants.py'
'Lib/tkinter/dialog.py' -> '../tkinter/tkinter/dialog.py'
'Lib/tkinter/dnd.py' -> '../tkinter/tkinter/dnd.py'
'Lib/tkinter/filedialog.py' -> '../tkinter/tkinter/filedialog.py'
'Lib/tkinter/font.py' -> '../tkinter/tkinter/font.py'
'Lib/tkinter/messagebox.py' -> '../tkinter/tkinter/messagebox.py'
'Lib/tkinter/scrolledtext.py' -> '../tkinter/tkinter/scrolledtext.py'
'Lib/tkinter/simpledialog.py' -> '../tkinter/tkinter/simpledialog.py'
'Lib/tkinter/test' -> '../tkinter/tkinter/test'
'Lib/tkinter/test/README' -> '../tkinter/tkinter/test/README'
'Lib/tkinter/test/__init__.py' -> '../tkinter/tkinter/test/__init__.py'
'Lib/tkinter/test/support.py' -> '../tkinter/tkinter/test/support.py'
'Lib/tkinter/test/test_tkinter' -> '../tkinter/tkinter/test/test_tkinter'
'Lib/tkinter/test/test_tkinter/__init__.py' -> '../tkinter/tkinter/test/test_tkinter/__init__.py'
'Lib/tkinter/test/test_tkinter/test_colorchooser.py' -> '../tkinter/tkinter/test/test_tkinter/test_colorchooser.py'
'Lib/tkinter/test/test_tkinter/test_font.py' -> '../tkinter/tkinter/test/test_tkinter/test_font.py'
'Lib/tkinter/test/test_tkinter/test_geometry_managers.py' -> '../tkinter/tkinter/test/test_tkinter/test_geometry_managers.py'
'Lib/tkinter/test/test_tkinter/test_images.py' -> '../tkinter/tkinter/test/test_tkinter/test_images.py'
'Lib/tkinter/test/test_tkinter/test_loadtk.py' -> '../tkinter/tkinter/test/test_tkinter/test_loadtk.py'
'Lib/tkinter/test/test_tkinter/test_messagebox.py' -> '../tkinter/tkinter/test/test_tkinter/test_messagebox.py'
'Lib/tkinter/test/test_tkinter/test_misc.py' -> '../tkinter/tkinter/test/test_tkinter/test_misc.py'
'Lib/tkinter/test/test_tkinter/test_simpledialog.py' -> '../tkinter/tkinter/test/test_tkinter/test_simpledialog.py'
'Lib/tkinter/test/test_tkinter/test_text.py' -> '../tkinter/tkinter/test/test_tkinter/test_text.py'
'Lib/tkinter/test/test_tkinter/test_variables.py' -> '../tkinter/tkinter/test/test_tkinter/test_variables.py'
'Lib/tkinter/test/test_tkinter/test_widgets.py' -> '../tkinter/tkinter/test/test_tkinter/test_widgets.py'
'Lib/tkinter/test/test_ttk' -> '../tkinter/tkinter/test/test_ttk'
'Lib/tkinter/test/test_ttk/__init__.py' -> '../tkinter/tkinter/test/test_ttk/__init__.py'
'Lib/tkinter/test/test_ttk/test_extensions.py' -> '../tkinter/tkinter/test/test_ttk/test_extensions.py'
'Lib/tkinter/test/test_ttk/test_style.py' -> '../tkinter/tkinter/test/test_ttk/test_style.py'
'Lib/tkinter/test/test_ttk/test_widgets.py' -> '../tkinter/tkinter/test/test_ttk/test_widgets.py'
'Lib/tkinter/test/widget_tests.py' -> '../tkinter/tkinter/test/widget_tests.py'
'Lib/tkinter/tix.py' -> '../tkinter/tkinter/tix.py'
'Lib/tkinter/ttk.py' -> '../tkinter/tkinter/ttk.py'
/build/tkinter /build/Python-3.11.13
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
no configure script, doing nothing
Running phase: buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/bg7qrcx802khx0bicigq68561qhqkx5c-python3.11-setuptools-80.9.0/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.setuptools.ext-modules]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
running egg_info
creating tkinter.egg-info
writing tkinter.egg-info/PKG-INFO
writing dependency_links to tkinter.egg-info/dependency_links.txt
writing top-level names to tkinter.egg-info/top_level.txt
writing manifest file 'tkinter.egg-info/SOURCES.txt'
reading manifest file 'tkinter.egg-info/SOURCES.txt'
writing manifest file 'tkinter.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/bg7qrcx802khx0bicigq68561qhqkx5c-python3.11-setuptools-80.9.0/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.setuptools.ext-modules]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/__init__.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/__main__.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/colorchooser.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/commondialog.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/constants.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/dialog.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/dnd.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/filedialog.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/font.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/messagebox.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/scrolledtext.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/simpledialog.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/tix.py -> build/lib.linux-x86_64-cpython-311/tkinter
copying tkinter/ttk.py -> build/lib.linux-x86_64-cpython-311/tkinter
running egg_info
writing tkinter.egg-info/PKG-INFO
writing dependency_links to tkinter.egg-info/dependency_links.txt
writing top-level names to tkinter.egg-info/top_level.txt
reading manifest file 'tkinter.egg-info/SOURCES.txt'
writing manifest file 'tkinter.egg-info/SOURCES.txt'
running build_ext
building '_tkinter' extension
creating build/temp.linux-x86_64-cpython-311
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/bcsfx7baf00f6bldlpshfsd6fnaxi8xx-libxcrypt-4.4.38/include -fPIC -I/nix/store/gf7b5x6vh2g3bq054lm5pj7zqzfx7vjc-python3-3.11.13/include/python3.11/internal/ -I/nix/store/gf7b5x6vh2g3bq054lm5pj7zqzfx7vjc-python3-3.11.13/include/python3.11 -c _tkinter.c -o build/temp.linux-x86_64-cpython-311/_tkinter.o
In file included from _tkinter.c:61:
/nix/store/zkvp5mrs2x620labv8gy506rrqdd9r35-tcl-9.0.1/include/tclTomMath.h:45:13: fatal error: tommath.h: No such file or directory
   45 | #   include "tommath.h"
      |             ^~~~~~~~~~~
compilation terminated.
error: command '/nix/store/95k9rsn1zsw1yvir8mj824ldhf90i4qw-gcc-wrapper-14.3.0/bin/gcc' failed with exit code 1
ERROR Backend subprocess exited when trying to invoke build_wheel
builder for '/nix/store/zdi06d8rz9wbsn8hg4dd7k7l6qrhv5zw-python3.11-tkinter-3.11.13.drv' failed with exit code 1
cannot build derivation '/nix/store/s84y0lgksiglw01ad1c0wkzz2wd2b311-python3.11-matplotlib-3.10.5.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/2dq7xnw1p7vf21srns1vcm393jhzhvl5-python3.11-scapy-2.6.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/gjs94dj4sspw592dkxp739g1yidk41zp-runtime-graph.json.drv': 1 dependencies couldn't be built
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
build of '/nix/store/gjs94dj4sspw592dkxp739g1yidk41zp-runtime-graph.json.drv' failed
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position: while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1: while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12: while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27: while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8: while evaluating 'splitter' at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:115:25, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:122:5: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:68:28, called from undefined position: while evaluating 'attrByPath' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:94:24, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:90:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:111:5: while evaluating 'attrByPath' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:94:24, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:88:20: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:111:5: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:107:35: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:107:35: while evaluating 'attrByPath'' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:98:12, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/attrsets.nix:107:35: while evaluating the attribute 'linux_6_9' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/top-level/linux-kernels.nix:737:5: linux 6.9 was removed because it reached its end of life upstream
error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'postInstall' of the derivation 'coder-2.23.4' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating 'makeSearchPathOutput' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:575:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/co/coder/package.nix:93:25:
while evaluating 'makeSearchPath' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:537:13, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:576:5:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:537:47, called from undefined position:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘terraform-1.13.3’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/applications/networking/cluster/terraform/default.nix:79 has an unfree license (‘bsl11’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "terraform"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘consul-1.21.5’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/by-name/co/consul/package.nix:54 has an unfree license (‘bsl11’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "consul"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  error: while evaluating anonymous function at /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:13:1, called from undefined position:
while evaluating 'writeText' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:170:11, called from /nix/store/zk2qpnzz9hcvwh46q1vcrbzasfiny2jh-prepare-image.nix:195:1:
while evaluating 'assertMsg' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/asserts.nix:50:21, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:12:
while evaluating anonymous function at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/build-support/trivial-builders/default.nix:172:27:
while evaluating 'isStringLike' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2621:18, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/lib/strings.nix:2601:8:
while evaluating the attribute 'exportReferencesGraph' of the derivation 'runtime-graph.json' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/make-derivation.nix:539:13:
while evaluating the attribute 'handled' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:749:9:
while evaluating 'handleEvalIssue' at /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:316:5, called from /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/stdenv/generic/check-meta.nix:753:14:
Package ‘cuda-merged-12.8’ in /nix/store/xhpjfd84a10ys56awbcs9rq5f2axq8m0-nixpkgs-src/pkgs/development/cuda-modules/cudatoolkit/redist-wrapper.nix:77 has an unfree license (‘CUDA EULA’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
   for a single invocation of the nix tools.
     $ export NIXPKGS_ALLOW_UNFREE=1
     
   Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
         then pass `--impure` in order to allow use of environment variables.
    
b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
  { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
      "cuda-merged"
    ];
  }
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
  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.