nixbot

builds

Mic92/dotfiles build #188 failed

branch main · PR #5704 · commit 85d53c2ce6 · · took 12m 34s

eval warnings 4 kinds · 49 occurrences
  • error ×4
  • error Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/…-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure ×4
  • warn ignoring untrusted substituter 'https://cache.thalheim.io/…', you are not a trusted user. ×17
  • warn test eval warning from checks/flake-module.nix ×24

7 failed
failed attributes
status attribute duration
failed eval aarch64-darwin.package-n8n-nodes-paperless
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 'n8n-nodes-paperless-0.1.2'
         whose name attribute is located at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'nativeBuildInputs' of derivation 'n8n-nodes-paperless-0.1.2'
         at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:719:11:
          718|           depsBuildBuild = buildBuildOutputs;
          719|           nativeBuildInputs = buildHostOutputs;
             |           ^
          720|           depsBuildTarget = buildTargetOutputs;

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

       error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure

       Known issues:
        - CVE-2026-48995
        - CVE-2026-50014
        - CVE-2026-50015
        - CVE-2026-50016
        - CVE-2026-50017
        - CVE-2026-50573
        - CVE-2026-55699

       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 ‘pnpm-9.15.9’ to
          `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
          like so:

            {
              nixpkgs.config.permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
          ‘pnpm-9.15.9’ to `permittedInsecurePackages` in
          ~/.config/nixpkgs/config.nix, like so:

            {
              permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }
failed aarch64-linux.package-ghidra-cli-test-decompile 13s
ghidra-cli-test> from /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/stdio.h:28, ghidra-cli-test> from …
ghidra-cli-test>                  from /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/stdio.h:28,
ghidra-cli-test>                  from hello.c:1:
ghidra-cli-test> /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
ghidra-cli-test>   435 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
ghidra-cli-test>       |    ^~~~~~~
ghidra-cli-test> >>> import
ghidra-cli-test> Starting Ghidra bridge...
ghidra-cli-test> Error: Ghidra process exited with status: exit status: 1: ERROR Abort due to Headless analyzer error: Path element starting with '.' is not permitted (HeadlessAnalyzer) java.lang.IllegalArgumentException: Path element starting with '.' is not permitted
Reason: builder failed with exit code 1.
failed eval aarch64-linux.package-n8n-nodes-paperless
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 'n8n-nodes-paperless-0.1.2'
         whose name attribute is located at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'nativeBuildInputs' of derivation 'n8n-nodes-paperless-0.1.2'
         at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:719:11:
          718|           depsBuildBuild = buildBuildOutputs;
          719|           nativeBuildInputs = buildHostOutputs;
             |           ^
          720|           depsBuildTarget = buildTargetOutputs;

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

       error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure

       Known issues:
        - CVE-2026-48995
        - CVE-2026-50014
        - CVE-2026-50015
        - CVE-2026-50016
        - CVE-2026-50017
        - CVE-2026-50573
        - CVE-2026-55699

       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 ‘pnpm-9.15.9’ to
          `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
          like so:

            {
              nixpkgs.config.permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
          ‘pnpm-9.15.9’ to `permittedInsecurePackages` in
          ~/.config/nixpkgs/config.nix, like so:

            {
              permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }
failed eval x86_64-linux.nixos-eve
error: … while calling the 'head' builtin at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow …
error:
       … while calling the 'head' builtin
         at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/lib/attrsets.nix:1719:13:
         1718|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1719|             head values
             |             ^
         1720|           else

       … while evaluating the attribute 'value'
         at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/lib/modules.nix:1149:7:
         1148|     // {
         1149|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1150|       inherit (res.defsFinal') highestPrio;

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/nixos/modules/system/boot/systemd.nix':

       … while evaluating the option `systemd.services.n8n.serviceConfig':

       … while evaluating definitions from `/nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/nixos/modules/system/boot/systemd.nix':

       … while evaluating the option `systemd.services.n8n.preStart':

       … while evaluating the option `mics-n8n-nodes.extraNodes':

       … while evaluating definitions from `/nix/store/z0k7m7dvzxin9iq8gkynhyrlpxz6nvrb-source/machines/eve/modules/n8n':

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

       error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure

       Known issues:
        - CVE-2026-48995
        - CVE-2026-50014
        - CVE-2026-50015
        - CVE-2026-50016
        - CVE-2026-50017
        - CVE-2026-50573
        - CVE-2026-55699

       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 ‘pnpm-9.15.9’ to
          `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
          like so:

            {
              nixpkgs.config.permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
          ‘pnpm-9.15.9’ to `permittedInsecurePackages` in
          ~/.config/nixpkgs/config.nix, like so:

            {
              permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }
failed x86_64-linux.nixos-turingmachine 11m 9s
initrd-linux-7.0.14> /etc/vconsole.conf -> /nix/store/sa2dgrpxj4w7wvkdij7mslrays3ij3w9-vconsole.conf initrd-linux-7.0.14> /init -> /nix/store/rd05syhv5v5999907a …
initrd-linux-7.0.14> /etc/vconsole.conf -> /nix/store/sa2dgrpxj4w7wvkdij7mslrays3ij3w9-vconsole.conf
initrd-linux-7.0.14> /init -> /nix/store/rd05syhv5v5999907a2n1r37sgi19vpd-systemd-260.2/lib/systemd/systemd
initrd-linux-7.0.14> /lib -> /nix/store/vq2ri2skia9cymahpj86d6vl6kn0xdig-linux-7.0.14-modules-shrunk/lib
initrd-linux-7.0.14> /sbin -> /nix/store/bx0p04b474c08ijkjgscyzz53cvqhi9w-initrd-bin-env/sbin
initrd-linux-7.0.14> /usr/bin -> /nix/store/bx0p04b474c08ijkjgscyzz53cvqhi9w-initrd-bin-env/bin
initrd-linux-7.0.14> /usr/sbin -> /nix/store/bx0p04b474c08ijkjgscyzz53cvqhi9w-initrd-bin-env/sbin
initrd-linux-7.0.14> Warning: Couldn't satisfy dependency libcrypt.so.1 for "/nix/store/rd05syhv5v5999907a2n1r37sgi19vpd-systemd-260.2/lib/systemd/libsystemd-shared-260.so"
initrd-linux-7.0.14> Warning: Couldn't satisfy dependency libcrypt.so.1.1 for "/nix/store/rd05syhv5v5999907a2n1r37sgi19vpd-systemd-260.2/lib/systemd/libsystemd-shared-260.so"
Reason: 4 dependencies failed.
failed x86_64-linux.package-ghidra-cli-test-decompile 4s
ghidra-cli-test> from /nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/stdio.h:28, ghidra-cli-test> from …
ghidra-cli-test>                  from /nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/stdio.h:28,
ghidra-cli-test>                  from hello.c:1:
ghidra-cli-test> /nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
ghidra-cli-test>   435 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
ghidra-cli-test>       |    ^~~~~~~
ghidra-cli-test> >>> import
ghidra-cli-test> Starting Ghidra bridge...
ghidra-cli-test> Error: Ghidra process exited with status: exit status: 1: ERROR Abort due to Headless analyzer error: Path element starting with '.' is not permitted (HeadlessAnalyzer) java.lang.IllegalArgumentException: Path element starting with '.' is not permitted
Reason: builder failed with exit code 1.
failed eval x86_64-linux.package-n8n-nodes-paperless
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 'n8n-nodes-paperless-0.1.2'
         whose name attribute is located at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:651:11

       … while evaluating attribute 'nativeBuildInputs' of derivation 'n8n-nodes-paperless-0.1.2'
         at «git+https://github.com/Mic92/nixpkgs?ref=main&rev=1f50b65020ad640521faadd76cd4adf82f483640&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:719:11:
          718|           depsBuildBuild = buildBuildOutputs;
          719|           nativeBuildInputs = buildHostOutputs;
             |           ^
          720|           depsBuildTarget = buildTargetOutputs;

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

       error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/x5x12yz6jpvjv18r0hbrjf9s1zc449xb-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure

       Known issues:
        - CVE-2026-48995
        - CVE-2026-50014
        - CVE-2026-50015
        - CVE-2026-50016
        - CVE-2026-50017
        - CVE-2026-50573
        - CVE-2026-55699

       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 ‘pnpm-9.15.9’ to
          `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
          like so:

            {
              nixpkgs.config.permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
          ‘pnpm-9.15.9’ to `permittedInsecurePackages` in
          ~/.config/nixpkgs/config.nix, like so:

            {
              permittedInsecurePackages = [
                "pnpm-9.15.9"
              ];
            }
23 succeeded
succeeded attributes
status attribute duration
loading…
251 already built
skipped attributes
status attribute duration
loading…