cudaPackages.nccl 0 -> 1 attrpath: cudaPackages.nccl 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: - nccl-2.20.5-1 Press Enter key to continue... Running update for: - nccl-2.20.5-1: UPDATING ... - nccl-2.20.5-1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix index 9db08c722acd..8043adae4d1e 100644 --- a/pkgs/development/cuda-modules/nccl/default.nix +++ b/pkgs/development/cuda-modules/nccl/default.nix @@ -24,13 +24,13 @@ let in backendStdenv.mkDerivation (finalAttrs: { pname = "nccl"; - version = "2.20.5-1"; + version = "2.21.5-1"; src = fetchFromGitHub { owner = "NVIDIA"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-ModIjD6RaRD/57a/PA1oTgYhZsAQPrrvhl5sNVXnO6c="; + hash = "sha256-IF2tILwW8XnzSmfn7N1CO7jXL95gUp02guIW5n1eaig="; }; strictDeps = true; No auto update branch exists Successfully finished processing cachix "/nix/store/nkp74garblkk1igd5v79dq47klwqrny5-nccl-2.21.5-1" [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 cudaPackages.nccl is: Multi-GPU and multi-node collective communication primitives for NVIDIA GPUs meta.homepage for cudaPackages.nccl is: https://developer.nvidia.com/nccl ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/NVIDIA/nccl/compare/v2.20.5-1...v2.21.5-1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.21.5-1 in filename of file in /nix/store/nkp74garblkk1igd5v79dq47klwqrny5-nccl-2.21.5-1 ---
Rebuild report (if merged into master) (click to expand) ``` 20 total rebuild path(s) 20 package rebuild(s) First fifty rebuilds by attrpath cudaPackages.nccl cudaPackages.nccl-tests cudaPackagesGoogle.nccl cudaPackagesGoogle.nccl-tests cudaPackages_10.nccl cudaPackages_10.nccl-tests cudaPackages_11.nccl cudaPackages_11.nccl-tests python311Packages.cupy python311Packages.encodec python311Packages.jaxlibWithCuda python311Packages.tensorflowWithCuda python311Packages.torchWithCuda python311Packages.torchaudio-bin python311Packages.torchvision-bin python312Packages.cupy python312Packages.jaxlibWithCuda python312Packages.tensorflowWithCuda python312Packages.torchWithCuda tts ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nkp74garblkk1igd5v79dq47klwqrny5-nccl-2.21.5-1 \ --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 cudaPackages.nccl https://github.com/r-ryantm/nixpkgs/archive/2c49d257dada28bab02c978681a7da8f9234e658.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2c49d257dada28bab02c978681a7da8f9234e658#cudaPackages.nccl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nkp74garblkk1igd5v79dq47klwqrny5-nccl-2.21.5-1 ls -la /nix/store/nkp74garblkk1igd5v79dq47klwqrny5-nccl-2.21.5-1/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 @mdaiter @orivej @connorbaker @samuela @SomeoneSerge for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/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/304112