Plan · 9d97b67dFinished ·
Pause
•••
Download raw log ↓
Start of log8 KiB captured
nix
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
error:
       … while evaluating attribute 'drv'
         at /nix/store/64fw1c0wc25rqrs9gf975pj6p8fvfyjb-filnix-experiment-0.12.4/lib/experiment/planner.nix:14:3:
           13| {
           14|   drv = p.drvPath;
             |   ^
           15|   name = p.name;
       … while evaluating the attribute 'drvPath'
         at /nix/store/0yvcfkzhs8v7kn9kkwb0mcw9m0js7pam-source/lib/customisation.nix:418:7:
          417|     // {
          418|       drvPath =
             |       ^
          419|         assert condition;
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: Package ‘voicevox-core-0.15.9’ in /nix/store/0yvcfkzhs8v7kn9kkwb0mcw9m0js7pam-source/pkgs/by-name/vo/voicevox-core/package.nix:63 has an unfree license (‘mit unknown’), 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) [
             "voicevox-core"
           ];
         }
       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.
GC Warning: Failed to expand heap by 4194304 KiB
error:
       … while evaluating attribute 'drv'
         at /nix/store/64fw1c0wc25rqrs9gf975pj6p8fvfyjb-filnix-experiment-0.12.4/lib/experiment/planner.nix:14:3:
           13| {
           14|   drv = p.drvPath;
             |   ^
           15|   name = p.name;
       … while evaluating the attribute 'drvPath'
         at /nix/store/qcdi887s4rv2hflnl0lda6ki5s6z8nwp-source/lib/customisation.nix:418:7:
          417|     // {
          418|       drvPath =
             |       ^
          419|         assert condition;
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: Package ‘libbsd-0.12.2’ in /nix/store/qcdi887s4rv2hflnl0lda6ki5s6z8nwp-source/pkgs/by-name/li/libbsd/package.nix:49 is marked as broken, refusing to evaluate.
       a) To temporarily allow broken packages, you can use an environment variable
          for a single invocation of the nix tools.
            $ export NIXPKGS_ALLOW_BROKEN=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.allowBroken = true; }
       in configuration.nix to override this.
       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowBroken = true; }
       to ~/.config/nixpkgs/config.nix.
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
error:
       … while evaluating attribute 'drv'
         at /nix/store/64fw1c0wc25rqrs9gf975pj6p8fvfyjb-filnix-experiment-0.12.4/lib/experiment/planner.nix:14:3:
           13| {
           14|   drv = p.drvPath;
             |   ^
           15|   name = p.name;
       … while evaluating the attribute 'drvPath'
         at /nix/store/fm1cdvm7xavlkvn6v6qv6kx8cvisd13i-source/lib/customisation.nix:418:7:
          417|     // {
          418|       drvPath =
             |       ^
          419|         assert condition;
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: cannot coerce null to a string: null
GC Warning: Failed to expand heap by 4194304 KiB
error:
       … while evaluating attribute 'drv'
         at /nix/store/64fw1c0wc25rqrs9gf975pj6p8fvfyjb-filnix-experiment-0.12.4/lib/experiment/planner.nix:14:3:
           13| {
           14|   drv = p.drvPath;
             |   ^
           15|   name = p.name;
       … while evaluating the attribute 'drvPath'
         at /nix/store/06ihagir411v1l6b93hfvxbid7d78y7s-source/lib/customisation.nix:418:7:
          417|     // {
          418|       drvPath =
             |       ^
          419|         assert condition;
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: Package ‘luajit-2.1.1741730670’ in /nix/store/06ihagir411v1l6b93hfvxbid7d78y7s-source/pkgs/development/interpreters/luajit/default.nix:152 is marked as broken, refusing to evaluate.
       a) To temporarily allow broken packages, you can use an environment variable
          for a single invocation of the nix tools.
            $ export NIXPKGS_ALLOW_BROKEN=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.allowBroken = true; }
       in configuration.nix to override this.
       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowBroken = true; }
       to ~/.config/nixpkgs/config.nix.
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
GC Warning: Failed to expand heap by 4194304 KiB
error:
       … while evaluating attribute 'drv'
         at /nix/store/64fw1c0wc25rqrs9gf975pj6p8fvfyjb-filnix-experiment-0.12.4/lib/experiment/planner.nix:14:3:
           13| {
           14|   drv = p.drvPath;
             |   ^
           15|   name = p.name;
       … while evaluating the attribute 'drvPath'
         at /nix/store/fd2hw2br4f8fy5pv0xx96aag80siawmf-source/lib/customisation.nix:418:7:
          417|     // {
          418|       drvPath =
             |       ^
          419|         assert condition;
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: Package ‘warcraft2’ in /nix/store/fd2hw2br4f8fy5pv0xx96aag80siawmf-source/pkgs/build-support/trivial-builders/default.nix:80 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) [
             "warcraft2"
           ];
         }
       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.
GC Warning: Failed to expand heap by 4194304 KiB

End of log