nixbot

builds

numtide/llm-agents.nix build #3028 failed

branch main · PR #8029 · commit dcaac93041 · · took 53s

eval warnings 4 kinds · 18 occurrences
  • error ×5
  • 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: ×5
  • warn stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead ×5
  • warn stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead ×3

16 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-dcaac9304146-3c110940/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-claude-code
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-dcaac9304146-3c110940/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 aarch64-darwin.pkgs-junie 19s
junie-2651.6: cp: junie-app/.: No such file or directory
junie-2651.6:
cp: junie-app/.: No such file or directory
failed aarch64-darwin.pkgs-opencode 1s
setup: these 2 derivations will be built: /nix/store/wvwgnvcn299d99rdgnpb1jq3y4qaprfc-opencode-linux-x64.tar.gz.drv /nix/store/mvsfldijs21ddk44hkaxh2ll7vgzp …
setup:
these 2 derivations will be built:
  /nix/store/wvwgnvcn299d99rdgnpb1jq3y4qaprfc-opencode-linux-x64.tar.gz.drv
  /nix/store/mvsfldijs21ddk44hkaxh2ll7vgzpn65-opencode-1.18.18.drv
error: hash mismatch in fixed-output derivation '/nix/store/wvwgnvcn299d99rdgnpb1jq3y4qaprfc-opencode-linux-x64.tar.gz.drv':
         specified: sha256-fWaL8mSW/shobU5R67GsK9Ljk/DBYgqmlsTCQqnlgGo=
            got:    sha256-DN3CIkGLhVNmmQWomAwM2nCI8A2iTYPWrHawHJ/bKq8=
error: Cannot build '/nix/store/mvsfldijs21ddk44hkaxh2ll7vgzpn65-opencode-1.18.18.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/40wzpx0n2yvg39mn1jk8ccq468kf31zd-opencode-1.18.18
error: Build failed due to failed dependency
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-dcaac9304146-3c110940/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-darwin.treefmt 27s
treefmt-check: inputs."nixpkgs".follows = "nixpkgs"; # not: inputs.nixpkgs.follows flake.inputs."bun2nix".overlays.default Error: 1 error(s) found in code. Hel …
treefmt-check:
inputs."nixpkgs".follows = "nixpkgs";  # not: inputs.nixpkgs.follows
flake.inputs."bun2nix".overlays.default
Error: 1 error(s) found in code.
Help: Scan succeeded and found error level diagnostics in the codebase.
traversed 454 files
emitted 323 files for processing
formatted 103 files (0 changed) in 2.318s
Error: failed to finalise formatting: formatting failures detected
failed aarch64-linux.fhs-opencode 2s
setup: /nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv /nix/store/n5534jshyb2bsf8xv85j5j4y9b9gga1v-opencode-1.18.18.drv /nix/sto …
setup:
  /nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv
  /nix/store/n5534jshyb2bsf8xv85j5j4y9b9gga1v-opencode-1.18.18.drv
  /nix/store/mzmp5fq2sx7i8n916asmvlpg1iq93fgw-opencode-fhs-check.drv
error: hash mismatch in fixed-output derivation '/nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv':
         specified: sha256-3LG17FaHtD+HdJVgAh+SA/OAngzlrkT/m+iuFwg/5Lo=
            got:    sha256-DN3CIkGLhVNmmQWomAwM2nCI8A2iTYPWrHawHJ/bKq8=
error: Cannot build '/nix/store/n5534jshyb2bsf8xv85j5j4y9b9gga1v-opencode-1.18.18.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/3fjb22x3k9h77xs1yw1h0zs2l16jmiwh-opencode-1.18.18
error: Build failed due to failed dependency
error: Cannot build '/nix/store/mzmp5fq2sx7i8n916asmvlpg1iq93fgw-opencode-fhs-check.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/c6k3mpmnvw1na91pksk7gx3fmfyihcp1-opencode-fhs-check
error: Build failed due to failed dependency
failed aarch64-linux.pkgs-claudebox 0s
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-opencode 4s
setup: these 2 derivations will be built: /nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv /nix/store/n5534jshyb2bsf8xv85j5j4y9b9gg …
setup:
these 2 derivations will be built:
  /nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv
  /nix/store/n5534jshyb2bsf8xv85j5j4y9b9gga1v-opencode-1.18.18.drv
error: hash mismatch in fixed-output derivation '/nix/store/v3mq488i8kb2iwzd3m5xcg1pwbjgxng1-opencode-linux-x64.tar.gz.drv':
         specified: sha256-3LG17FaHtD+HdJVgAh+SA/OAngzlrkT/m+iuFwg/5Lo=
            got:    sha256-DN3CIkGLhVNmmQWomAwM2nCI8A2iTYPWrHawHJ/bKq8=
error: Cannot build '/nix/store/n5534jshyb2bsf8xv85j5j4y9b9gga1v-opencode-1.18.18.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/3fjb22x3k9h77xs1yw1h0zs2l16jmiwh-opencode-1.18.18
error: Build failed due to failed dependency
dependency failed aarch64-linux.pkgs-t3code
dependency failed aarch64-linux.pkgs-t3code-desktop
failed aarch64-linux.treefmt 16s
treefmt-check: inputs."nixpkgs".follows = "nixpkgs"; # not: inputs.nixpkgs.follows flake.inputs."bun2nix".overlays.default Error: 1 error(s) found in code. Hel …
treefmt-check:
inputs."nixpkgs".follows = "nixpkgs";  # not: inputs.nixpkgs.follows
flake.inputs."bun2nix".overlays.default
Error: 1 error(s) found in code.
Help: Scan succeeded and found error level diagnostics in the codebase.
traversed 454 files
emitted 323 files for processing
formatted 103 files (0 changed) in 5.575s
Error: failed to finalise formatting: formatting failures detected
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
failed x86_64-linux.treefmt 3s
treefmt-check: inputs."nixpkgs".follows = "nixpkgs"; # not: inputs.nixpkgs.follows flake.inputs."bun2nix".overlays.default Error: 1 error(s) found in code. Hel …
treefmt-check:
inputs."nixpkgs".follows = "nixpkgs";  # not: inputs.nixpkgs.follows
flake.inputs."bun2nix".overlays.default
Error: 1 error(s) found in code.
Help: Scan succeeded and found error level diagnostics in the codebase.
traversed 454 files
emitted 323 files for processing
formatted 103 files (0 changed) in 3.198s
Error: failed to finalise formatting: formatting failures detected
59 succeeded
succeeded attributes
status attribute duration
loading…
472 already built
skipped attributes
status attribute duration
loading…