rocmPackages.llvm.libclc 0 -> 1 attrpath: rocmPackages.llvm.libclc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/8w5j8gx1hjyqnbmd29vrl9xx7hfz0n9q-update.sh.drv /nix/store/sbyflgbks60mj1ibv1gwp6pimpsfp3mc-packages.json.drv building '/nix/store/8w5j8gx1hjyqnbmd29vrl9xx7hfz0n9q-update.sh.drv'... building '/nix/store/sbyflgbks60mj1ibv1gwp6pimpsfp3mc-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-libclc-6.0.2 Press Enter key to continue... Running update for: - rocm-llvm-libclc-6.0.2: UPDATING ... - rocm-llvm-libclc-6.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/rocm-modules/6/llvm/base.nix b/pkgs/development/rocm-modules/6/llvm/base.nix index caa2ebe42823..ceb2e8f5f525 100644 --- a/pkgs/development/rocm-modules/6/llvm/base.nix +++ b/pkgs/development/rocm-modules/6/llvm/base.nix @@ -61,7 +61,7 @@ let llvmTargetsToBuild' = [ "AMDGPU" ] ++ builtins.map inferNativeTarget llvmTargetsToBuild; in stdenv.mkDerivation (finalAttrs: { pname = "rocm-llvm-${targetName}"; - version = "6.0.2"; + version = "6.1.0"; outputs = [ "out" @@ -78,7 +78,7 @@ in stdenv.mkDerivation (finalAttrs: { owner = "ROCm"; repo = "llvm-project"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-uGxalrwMNCOSqSFVrYUBi3ijkMEFFTrzFImmvZKQf6I="; + hash = "sha256-Fkh4UJ70pzXGHY2od4kjcWxGUIZoVZFcsF2i4jvKA2E="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rocmPackages.llvm.libclc Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . rocmPackages.llvm.libclc Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.libclc/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.libclc/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘rocm-llvm-libclc-6.1.0’ in /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.libclc/pkgs/development/rocm-modules/6/llvm/base.nix:175 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: 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.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.