nixbot

builds

failed eval aarch64-darwin.containerImageTest build #1 · raw

1error:2       … while evaluating the attribute 'drvPath'3         at «github:NixOS/nixpkgs/6368eda62c9775c38ef7f714b2555a741c20c72d?narHash=sha256-yKB4G6cKsQsWN7M6rZGk6gkJPDNPIzT05y4qzRyCDlI%3D»/lib/customisation.nix:445:7:4          444|     // {5          445|       drvPath =6             |       ^7          446|         assert condition;89       … while calling the 'derivationStrict' builtin10         at «nix-internal»/derivation-internal.nix:37:12:11           36|12           37|   strict = derivationStrict drvAttrs;13             |            ^14           38|1516       … while evaluating the option `driverConfiguration.test_script':1718       … while evaluating definitions from `/nix/store/sniaw7fg1qz1ky7k9p44lnxfbjsbg33n-source/nixos/lib/testing/driver-configuration.nix':1920       … while evaluating the option `testScriptString':2122       … while evaluating definitions from `/nix/store/sniaw7fg1qz1ky7k9p44lnxfbjsbg33n-source/nixos/lib/testing/testScript.nix':2324       … while evaluating the option `testScript':2526       … while evaluating definitions from `makeTest parameters':2728       (stack trace truncated; use '--show-trace' to show the full, detailed trace)2930       error: Refusing to evaluate package 'sqlite-jdbc-3.49.1.0' in /nix/store/sniaw7fg1qz1ky7k9p44lnxfbjsbg33n-source/pkgs/by-name/sq/sqlite-jdbc/package.nix:24 because it is not available on the requested hostPlatform:31         hostPlatform.system = "aarch64-darwin"32         package.meta.platforms = [33           "aarch64-linux"34           "arc-linux"35           "armv5tel-linux"36           "armv6l-linux"37           "armv7a-linux"38           "armv7l-linux"39           "i686-linux"40           "loongarch64-linux"41           "m68k-linux"42           "sh4-linux"43           "microblaze-linux"44           "microblazeel-linux"45           "mips-linux"46           "mips64-linux"47           "mips64el-linux"48           "mipsel-linux"49           "powerpc-linux"50           "powerpc64-linux"51           "powerpc64le-linux"52           "riscv32-linux"53           "riscv64-linux"54           "s390-linux"55           "s390x-linux"56           "x86_64-linux"57         ]58         package.meta.badPlatforms = [ ]5960       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable61          for a single invocation of the nix tools.6263            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=16465          Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,66                then pass `--impure` in order to allow use of environment variables.6768       b) For `nixos-rebuild` you can set69         { nixpkgs.config.allowUnsupportedSystem = true; }70       in configuration.nix to override this.7172       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add73         { allowUnsupportedSystem = true; }74       to ~/.config/nixpkgs/config.nix.