Skip to content

Update Rust crate tracing-subscriber to v0.3.20 [SECURITY]

e0b3ddc
Select commit
Loading
Failed to load commit list.
Closed

Update Rust crate tracing-subscriber to v0.3.20 [SECURITY] - autoclosed #124

Update Rust crate tracing-subscriber to v0.3.20 [SECURITY]
e0b3ddc
Select commit
Loading
Failed to load commit list.
Garnix CI / nixosConfig unattended-installer_offline_amd failed Aug 31, 2025 in 1m 16s

nixosConfig unattended-installer_offline_amd

nixosConfig unattended-installer_offline_amd failed

Details

Last 100 lines of logs:

Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'show-trace'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'tarball-ttl'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trace-verbose'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-public-keys'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-users'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-cgroups'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-registries'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-xdg-base-directories'.
Pass '--accept-flake-config' to trust it
copying path '/nix/store/fi8q32kj3m5hn1fznfif13092v7czx01-gtkmm-3.24.9' from 'https://cache.nixos.org'...
copying path '/nix/store/p9by83s8h6nrmvmimpl8zkyjn5dvwjyl-ffmpeg-headless-7.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/mnl63v4lpggalz091sbhfxcy3cqffr6f-SDL2-2.30.6' from 'https://cache.nixos.org'...
copying path '/nix/store/ng9wm7zqgxlymgqfx455b6i119sc3rdq-wireplumber-0.5.7' from 'https://cache.nixos.org'...
copying path '/nix/store/fdsjj3qa9qc3zzyzrqafvl12skx18hby-waybar-0.11.0' from 'https://cache.nixos.org'...
unpacking 'github:oxalica/rust-overlay/a0b81d4fa349d9af1765b0f0b4a899c13776f706?narHash=sha256-IKrk7RL%2BQ/2NC6%2BQl6dwwCNZI6T6JH2grTdJaVWHF0A%3D' into the Git cache...
error:
       … while calling the 'head' builtin
         at /nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/lib/attrsets.nix:1574:11:
         1573|         || pred here (elemAt values 1) (head values) then
         1574|           head values
             |           ^
         1575|         else

       … while evaluating the attribute 'value'
         at /nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/lib/modules.nix:846:9:
          845|     in warnDeprecation opt //
          846|       { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |         ^
          847|         inherit (res.defsFinal') highestPrio;

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

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

       … while evaluating the option `warnings':

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

       … while evaluating the option `systemd.services.unattended-installer.serviceConfig':

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

       … while evaluating the option `systemd.services.unattended-installer.script':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/flake.nix':

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

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

       … while evaluating the option `system.systemBuilderArgs':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/activation/activatable-system.nix':

       … while evaluating the option `system.activationScripts.etc.text':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/etc/etc-activation.nix':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/etc/etc.nix':

       … while evaluating the option `environment.etc.dbus-1.source':

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

       error: Package ‘Affinity Photo 2’ in /nix/store/kxvw2dp30hgaks4pmwvsc06rx356y676-source/scripts.nix:52 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) [
             "Affinity Photo 2"
           ];
         }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.