Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Update dependency Provider to notification.toolkit.fluxcd.io/v1beta3 #4786

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update dependency Provider to notification.toolkit.fluxcd.io/v1beta3

ed9ed2a
Select commit
Loading
Failed to load commit list.
Open

Update dependency Provider to notification.toolkit.fluxcd.io/v1beta3 #4786

Update dependency Provider to notification.toolkit.fluxcd.io/v1beta3
ed9ed2a
Select commit
Loading
Failed to load commit list.
Garnix CI / devShell default [i686-linux] failed Feb 24, 2024 in 3s

Run results

Build failed

Details

Last 100 lines of logs:



error (ignored): error: SQLite database '/home/garnix/.cache/nix/eval-cache-v5/246cac1c95f2dd6294136e2e9b1dad43ec5d64120e4897159a79ad821d4efe30.sqlite' is busy
error:
       … while evaluating the attribute 'drvPath'

         at /nix/store/lihi7wm1mshsjbr1asil43xw23mi10rs-source/lib/customisation.nix:228:7:

          227|     in commonAttrs // {
          228|       drvPath = assert condition; drv.drvPath;
             |       ^
          229|       outPath = assert condition; drv.outPath;

       … while calling the 'derivationStrict' builtin

         at /builtin/derivation.nix:9:12: (source not available)

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

       error: Package ‘python3.10-pandas-1.5.2’ in /nix/store/lihi7wm1mshsjbr1asil43xw23mi10rs-source/pkgs/development/python-modules/pandas/default.nix:139 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: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
        (Flake) command, `--impure` must be passed in order to read this
        environment variable.

       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.