nixbot

builds

numtide/llm-agents.nix build #3030 failed

branch main · PR #8029 · commit fc81bc02a1 · · took 4m 21s

eval warnings 4 kinds · 17 occurrences
  • error ×4
  • error Refusing to evaluate package 'bubblewrap-0.11.2' in /nix/store/…-source/pkgs/by-name/bu/bubblewrap/package.nix:55 because it is not available on the requested hostPlatform: ×4
  • warn stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead ×6
  • warn stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead ×3

8 failed
failed attributes
status attribute duration
failed eval aarch64-darwin.pkgs-claude-agent-acp
error: … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = …
error:
       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 'claude-agent-acp-0.68.0'
         whose name attribute is located at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'postInstall' of derivation 'claude-agent-acp-0.68.0'
         at /var/lib/nixbot/worktrees/71-fc81bc02a1b0-d526d9be/packages/claude-agent-acp/package.nix:33:3:
           32|   # user overrides CLAUDE_CODE_EXECUTABLE themselves.
           33|   postInstall = ''
             |   ^
           34|     wrapProgram $out/bin/claude-agent-acp \

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Refusing to evaluate package 'bubblewrap-0.11.2' in /nix/store/kf2fs0z94g2xb7byhhgnc37082qd93ws-source/pkgs/by-name/bu/bubblewrap/package.nix:55 because it is not available on the requested hostPlatform:
         hostPlatform.system = "aarch64-darwin"
         package.meta.platforms = [
           "x86_64-linux"
           "aarch64-linux"
           "arc-linux"
           "armv5tel-linux"
           "armv6l-linux"
           "armv7a-linux"
           "armv7l-linux"
           "i686-linux"
           "loongarch64-linux"
           "m68k-linux"
           "sh4-linux"
           "microblaze-linux"
           "microblazeel-linux"
           "mips-linux"
           "mips64-linux"
           "mips64el-linux"
           "mipsel-linux"
           "powerpc-linux"
           "powerpc64-linux"
           "powerpc64le-linux"
           "riscv32-linux"
           "riscv64-linux"
           "s390-linux"
           "s390x-linux"
         ]
         package.meta.badPlatforms = [ ]

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.
failed eval aarch64-darwin.pkgs-claudebox
error: … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = …
error:
       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 'claudebox'
         whose name attribute is located at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'buildCommand' of derivation 'claudebox'
         at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/build-support/trivial-builders/default.nix:84:17:
           83|         enableParallelBuilding = true;
           84|         inherit buildCommand name;
             |                 ^
           85|         passAsFile = defaultPassAsFile ++ (derivationArgs.passAsFile or [ ]);

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Refusing to evaluate package 'bubblewrap-0.11.2' in /nix/store/kf2fs0z94g2xb7byhhgnc37082qd93ws-source/pkgs/by-name/bu/bubblewrap/package.nix:55 because it is not available on the requested hostPlatform:
         hostPlatform.system = "aarch64-darwin"
         package.meta.platforms = [
           "x86_64-linux"
           "aarch64-linux"
           "arc-linux"
           "armv5tel-linux"
           "armv6l-linux"
           "armv7a-linux"
           "armv7l-linux"
           "i686-linux"
           "loongarch64-linux"
           "m68k-linux"
           "sh4-linux"
           "microblaze-linux"
           "microblazeel-linux"
           "mips-linux"
           "mips64-linux"
           "mips64el-linux"
           "mipsel-linux"
           "powerpc-linux"
           "powerpc64-linux"
           "powerpc64le-linux"
           "riscv32-linux"
           "riscv64-linux"
           "s390-linux"
           "s390x-linux"
         ]
         package.meta.badPlatforms = [ ]

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.
failed eval aarch64-darwin.pkgs-t3code
error: … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = …
error:
       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 't3code-0.0.33'
         whose name attribute is located at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'installPhase' of derivation 't3code-0.0.33'
         at /var/lib/nixbot/worktrees/71-fc81bc02a1b0-d526d9be/packages/t3code/package.nix:165:3:
          164|
          165|   installPhase = ''
             |   ^
          166|     runHook preInstall

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Refusing to evaluate package 'bubblewrap-0.11.2' in /nix/store/kf2fs0z94g2xb7byhhgnc37082qd93ws-source/pkgs/by-name/bu/bubblewrap/package.nix:55 because it is not available on the requested hostPlatform:
         hostPlatform.system = "aarch64-darwin"
         package.meta.platforms = [
           "x86_64-linux"
           "aarch64-linux"
           "arc-linux"
           "armv5tel-linux"
           "armv6l-linux"
           "armv7a-linux"
           "armv7l-linux"
           "i686-linux"
           "loongarch64-linux"
           "m68k-linux"
           "sh4-linux"
           "microblaze-linux"
           "microblazeel-linux"
           "mips-linux"
           "mips64-linux"
           "mips64el-linux"
           "mipsel-linux"
           "powerpc-linux"
           "powerpc64-linux"
           "powerpc64le-linux"
           "riscv32-linux"
           "riscv64-linux"
           "s390-linux"
           "s390x-linux"
         ]
         package.meta.badPlatforms = [ ]

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.
failed eval aarch64-darwin.pkgs-t3code-desktop
error: … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = …
error:
       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 't3code-desktop'
         whose name attribute is located at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'paths' of derivation 't3code-desktop'
         at «github:NixOS/nixpkgs/6b5e5b7a6631f065bf6908986990b37d845f847f?narHash=sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4%3D»/pkgs/build-support/trivial-builders/default.nix:585:9:
          584|         passAsFile = defaultPassAsFile;
          585|         paths = mapPaths (path: "${path}${stripPrefix}") paths;
             |         ^
          586|         buildCommand = ''

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Refusing to evaluate package 'bubblewrap-0.11.2' in /nix/store/kf2fs0z94g2xb7byhhgnc37082qd93ws-source/pkgs/by-name/bu/bubblewrap/package.nix:55 because it is not available on the requested hostPlatform:
         hostPlatform.system = "aarch64-darwin"
         package.meta.platforms = [
           "x86_64-linux"
           "aarch64-linux"
           "arc-linux"
           "armv5tel-linux"
           "armv6l-linux"
           "armv7a-linux"
           "armv7l-linux"
           "i686-linux"
           "loongarch64-linux"
           "m68k-linux"
           "sh4-linux"
           "microblaze-linux"
           "microblazeel-linux"
           "mips-linux"
           "mips64-linux"
           "mips64el-linux"
           "mipsel-linux"
           "powerpc-linux"
           "powerpc64-linux"
           "powerpc64le-linux"
           "riscv32-linux"
           "riscv64-linux"
           "s390-linux"
           "s390x-linux"
         ]
         package.meta.badPlatforms = [ ]

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.
failed aarch64-linux.pkgs-claudebox 1s
claudebox: Backtrace: 7 assertExecutable /nix/store/1dydd6dsv0gnv9vf3n2y3ciijy863s5j-make-shell-wrapper-hook/nix-support/setup-hook 48 makeShellWrapper /nix/sto …
claudebox:
Backtrace:
7 assertExecutable /nix/store/1dydd6dsv0gnv9vf3n2y3ciijy863s5j-make-shell-wrapper-hook/nix-support/setup-hook
48 makeShellWrapper /nix/store/1dydd6dsv0gnv9vf3n2y3ciijy863s5j-make-shell-wrapper-hook/nix-support/setup-hook
41 makeWrapper /nix/store/1dydd6dsv0gnv9vf3n2y3ciijy863s5j-make-shell-wrapper-hook/nix-support/setup-hook
16 source /build/.attr-0l2nkwhif96f51f4amnlf414lhl4rv9vh8iffyp431v6s28gsr90
1810 genericBuild /nix/store/lqqgi7yp2rbyhnvkh101alsalkwyp26i-stdenv-linux-no-cc/setup
1 source /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh
3 main /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh
failed aarch64-linux.pkgs-t3code 3m 58s
t3code-0.0.33: patching script interpreter paths in /nix/store/4ibvw32a444bsf1j20bmxmhvb6ii015b-t3code-0.0.33 stripping (with command strip and flags -S -p) in …
t3code-0.0.33:
patching script interpreter paths in /nix/store/4ibvw32a444bsf1j20bmxmhvb6ii015b-t3code-0.0.33
stripping (with command strip and flags -S -p) in /nix/store/4ibvw32a444bsf1j20bmxmhvb6ii015b-t3code-0.0.33/libexec /nix/store/4ibvw32a444bsf1j20bmxmhvb6ii015b-t3code-0.0.33/bin
fixupPhase completed in 1 minutes 14 seconds
Executing versionCheckPhase
Successfully managed to find version 0.0.33 in the output of the command /nix/store/4ibvw32a444bsf1j20bmxmhvb6ii015b-t3code-0.0.33/bin/t3 --version
t3 v0.0.33
Finished versionCheckPhase
no Makefile or custom installCheckPhase, doing nothing
dependency failed aarch64-linux.pkgs-t3code-desktop
failed x86_64-linux.pkgs-claudebox 0s
claudebox: Backtrace: 7 assertExecutable /nix/store/gp08r4dafv9gfnrf3nsgh79fjb3z00kq-make-shell-wrapper-hook/nix-support/setup-hook 48 makeShellWrapper /nix/sto …
claudebox:
Backtrace:
7 assertExecutable /nix/store/gp08r4dafv9gfnrf3nsgh79fjb3z00kq-make-shell-wrapper-hook/nix-support/setup-hook
48 makeShellWrapper /nix/store/gp08r4dafv9gfnrf3nsgh79fjb3z00kq-make-shell-wrapper-hook/nix-support/setup-hook
41 makeWrapper /nix/store/gp08r4dafv9gfnrf3nsgh79fjb3z00kq-make-shell-wrapper-hook/nix-support/setup-hook
16 source /build/.attr-0l2nkwhif96f51f4amnlf414lhl4rv9vh8iffyp431v6s28gsr90
1810 genericBuild /nix/store/yld1xbwk79r51nqx8q1mmlgzpxx17zwr-stdenv-linux-no-cc/setup
1 source /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh
3 main /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh
19 succeeded
succeeded attributes
status attribute duration
loading…
505 already built
skipped attributes
status attribute duration
loading…