rocmPackages.llvm.mlir 0 -> 1 attrpath: rocmPackages.llvm.mlir 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] Going to be running update for following packages: - rocm-llvm-mlir-6.0.2 Press Enter key to continue... Running update for: - rocm-llvm-mlir-6.0.2: UPDATING ... - rocm-llvm-mlir-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/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rocmPackages.llvm.mlir Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . rocmPackages.llvm.mlir Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'rocm-llvm-mlir-6.1.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.mlir/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'nativeBuildInputs' of derivation 'rocm-llvm-mlir-6.1.0' at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.mlir/pkgs/stdenv/generic/make-derivation.nix:375:7: 374| depsBuildBuild = elemAt (elemAt dependencies 0) 0; 375| nativeBuildInputs = elemAt (elemAt dependencies 0) 1; | ^ 376| depsBuildTarget = elemAt (elemAt dependencies 0) 2; error: Package ‘clr-6.0.2’ in /var/cache/nixpkgs-update/worker/worktree/rocmPackages.llvm.mlir/pkgs/development/rocm-modules/6/clr/default.nix:182 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.