rocmPackages.rocm-thunk 0 -> 1 attrpath: rocmPackages.rocm-thunk 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/1d6760d94ianr1scb0wmygysx9iaxp0n-update.sh.drv /nix/store/sfshrdhvym4y7hr4px7mdny8fn8kr0gi-packages.json.drv building '/nix/store/1d6760d94ianr1scb0wmygysx9iaxp0n-update.sh.drv'... building '/nix/store/sfshrdhvym4y7hr4px7mdny8fn8kr0gi-packages.json.drv'... Going to be running update for following packages: - rocm-thunk-6.0.2 Press Enter key to continue... Running update for: - rocm-thunk-6.0.2: UPDATING ... - rocm-thunk-6.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/rocm-modules/6/rocm-thunk/default.nix b/pkgs/development/rocm-modules/6/rocm-thunk/default.nix index 99a1d3c542d1..9e88f1c7d9f1 100644 --- a/pkgs/development/rocm-modules/6/rocm-thunk/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-thunk/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "rocm-thunk"; - version = "6.0.2"; + version = "6.0.0"; src = fetchFromGitHub { owner = "ROCm"; No auto update branch exists Successfully finished processing cachix "/nix/store/27k8clc5clbcbaihz2wj7qyh2gcl86j9-rocm-thunk-6.0.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 120m and timed out nixpkgs-review took longer than 120m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for rocmPackages.rocm-thunk is: Radeon open compute thunk interface meta.homepage for rocmPackages.rocm-thunk is: https://github.com/ROCm/ROCT-Thunk-Interface ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/ROCm/ROCT-Thunk-Interface/releases/tag/rocm-6.0.0) - [Compare changes on GitHub](https://github.com/ROCm/ROCT-Thunk-Interface/compare/rocm-6.0.2...rocm-6.0.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.0.0 in filename of file in /nix/store/27k8clc5clbcbaihz2wj7qyh2gcl86j9-rocm-thunk-6.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 79 total rebuild path(s) 79 package rebuild(s) First fifty rebuilds by attrpath blender-hip rocmPackages.clr rocmPackages.composable_kernel rocmPackages.hipblas rocmPackages.hipcub rocmPackages.hipfft rocmPackages.hiprand rocmPackages.hipsolver rocmPackages.hipsparse rocmPackages.llvm.flang rocmPackages.llvm.mlir rocmPackages.llvm.openmp rocmPackages.migraphx rocmPackages.miopen rocmPackages.miopen-hip rocmPackages.rccl rocmPackages.rdc rocmPackages.rocalution rocmPackages.rocblas rocmPackages.rocdbgapi rocmPackages.rocfft rocmPackages.rocm-runtime rocmPackages.rocm-thunk rocmPackages.rocminfo rocmPackages.rocmlir rocmPackages.rocmlir-rock rocmPackages.rocprim rocmPackages.rocprofiler rocmPackages.rocr-debug-agent rocmPackages.rocrand rocmPackages.rocsolver rocmPackages.rocsparse rocmPackages.rocthrust rocmPackages.roctracer rocmPackages.rocwmma rocmPackages.rpp rocmPackages.rpp-cpu rocmPackages.rpp-hip rocmPackages.rpp-opencl rocmPackages.tensile rocmPackages_6.clr rocmPackages_6.composable_kernel rocmPackages_6.hipblas rocmPackages_6.hipcub rocmPackages_6.hipfft rocmPackages_6.hiprand rocmPackages_6.hipsolver rocmPackages_6.hipsparse rocmPackages_6.llvm.flang rocmPackages_6.llvm.mlir ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/27k8clc5clbcbaihz2wj7qyh2gcl86j9-rocm-thunk-6.0.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A rocmPackages.rocm-thunk https://github.com/r-ryantm/nixpkgs/archive/1d109873b4acf196fadbf2b783f09e11d54af47b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1d109873b4acf196fadbf2b783f09e11d54af47b#rocmPackages.rocm-thunk ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/27k8clc5clbcbaihz2wj7qyh2gcl86j9-rocm-thunk-6.0.0 ls -la /nix/store/27k8clc5clbcbaihz2wj7qyh2gcl86j9-rocm-thunk-6.0.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 120m and timed out --- ###### Maintainer pings cc @lovesegfault @Madouura @Flakebi @mschwaig for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/299307