2022-11-18T19:38:35 hip 0 -> 1 2022-11-18T19:38:37 attrpath: hip 2022-11-18T19:38:37 Checking auto update branch... 2022-11-18T19:38:41 [version] 2022-11-18T19:38:41 [version] generic version rewriter does not support multiple hashes 2022-11-18T19:38:41 [rustCrateVersion] 2022-11-18T19:38:41 [rustCrateVersion] No cargoSha256 found 2022-11-18T19:38:41 [golangModuleVersion] 2022-11-18T19:38:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-18T19:38:41 [updateScript] 2022-11-18T19:38:50 [updateScript] Success 2022-11-18T19:38:50 [updateScript] these 2 derivations will be built: /nix/store/7p0dpcj0123v5b1930zn66wdfqjan305-update.sh.drv /nix/store/i97lrv8c8pm2n37d74s5j7v2d46dsg4c-packages.json.drv building '/nix/store/7p0dpcj0123v5b1930zn66wdfqjan305-update.sh.drv'... building '/nix/store/i97lrv8c8pm2n37d74s5j7v2d46dsg4c-packages.json.drv'... Going to be running update for following packages: - hip-5.3.1 Press Enter key to continue... Running update for: - hip-5.3.1: UPDATING ... - hip-5.3.1: DONE. Packages updated! 2022-11-18T19:38:50 2022-11-18T19:38:50 [quotedUrls] 2022-11-18T19:38:51 [quotedUrls] nothing found to replace 2022-11-18T19:38:51 Diff after rewrites: diff --git a/pkgs/development/compilers/hip/default.nix b/pkgs/development/compilers/hip/default.nix index 60400f38bb7..60420b95f13 100644 --- a/pkgs/development/compilers/hip/default.nix +++ b/pkgs/development/compilers/hip/default.nix @@ -30,7 +30,7 @@ let hip = stdenv.mkDerivation rec { pname = "hip"; - version = "5.3.1"; + version = "5.3.3"; src = fetchFromGitHub { owner = "ROCm-Developer-Tools"; @@ -110,7 +110,7 @@ let in stdenv.mkDerivation rec { pname = "hip"; - version = "5.3.1"; + version = "5.3.3"; src = fetchFromGitHub { owner = "ROCm-Developer-Tools"; 2022-11-18T19:40:21 An auto update branch exists with message `hip: 5.3.1 -> 5.3.2`. New version is 5.3.3. 2022-11-18T19:40:21 The auto update branch does not match or exceed the new version. 2022-11-18T19:42:20 Successfully finished processing 2022-11-18T19:42:20 cachix "/nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3" 2022-11-18T19:42:28 [check][nixpkgs-review] 2022-11-18T20:27:28 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-18T20:27:28 nixpkgs-review took longer than 45m and timed out 2022-11-18T20:27:32 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 hip is: "C++ Heterogeneous-Compute Interface for Portability" meta.homepage for hip is: "https://github.com/ROCm-Developer-Tools/hipamd" meta.changelog for hip is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/ROCm-Developer-Tools/hipamd/releases/tag/rocm-5.3.3) - [Compare changes on GitHub](https://github.com/ROCm-Developer-Tools/hipamd/compare/rocm-5.3.1...rocm-5.3.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.3.3 with grep in /nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3 - found 5.3.3 in filename of file in /nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3 ---
Rebuild report (if merged into master) (click to expand) ``` 11 total rebuild path(s) 11 package rebuild(s) First fifty rebuilds by attrpath blender-hip composable_kernel hip hipcub hipsparse rccl rocblas rocmlir rocprim rocsparse rocthrust ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3 \ --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 hip https://github.com/r-ryantm/nixpkgs/archive/bac25b87ff8e23504fe70fe06fe7c92f27e859dd.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3 ls -la /nix/store/75xjcjkb6j36xabvdglsx3vil77issf6-hip-5.3.3/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 45m and timed out --- ###### Maintainer pings cc @lovesegfault @Flakebi 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). 2022-11-18T20:27:34 Updated existing PR 2022-11-18T20:27:34 https://api.github.com/repos/NixOS/nixpkgs/pulls/200479