azure-cli 0 -> 1 attrpath: azure-cli 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] this derivation will be built: /nix/store/w2cihcn88dpqxj1z952vxai17qrpd61x-packages.json.drv building '/nix/store/w2cihcn88dpqxj1z952vxai17qrpd61x-packages.json.drv'... Going to be running update for following packages: - azure-cli-2.56.0 Press Enter key to continue... Running update for: - azure-cli-2.56.0: UPDATING ... - azure-cli-2.56.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/azure-cli/default.nix b/pkgs/tools/admin/azure-cli/default.nix index 71c478d61216..12de93e27148 100644 --- a/pkgs/tools/admin/azure-cli/default.nix +++ b/pkgs/tools/admin/azure-cli/default.nix @@ -5,14 +5,14 @@ }: let - version = "2.56.0"; + version = "2.58.0"; src = fetchFromGitHub { name = "azure-cli-${version}-src"; owner = "Azure"; repo = "azure-cli"; - rev = "azure-cli-${version}"; - hash = "sha256-rlyBp0aVjmOCIb000PdvU7nJlC9vvk+nVmIEtMTKEG8="; + rev = "refs/tags/azure-cli-${version}"; + hash = "sha256-2KLjPzxtHeuH0/+Sge1wTmGimOiaTWr8EI+xkFBrPD0="; }; # put packages that needs to be overridden in the py package scope No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A azure-cli nix build failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 664, in execute raise ex File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 731, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 701, in _run_job result = cmd_copy(params) ^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 334, in __call__ return self.handler(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler return op(**command_args) ^^^^^^^^^^^^^^^^^^ File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/profile/custom.py", line 183, in check_cli raise ex File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/profile/custom.py", line 178, in check_cli create_invoker_and_load_cmds_and_args(cmd.cli_ctx) File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/file_util.py", line 74, in create_invoker_and_load_cmds_and_args invoker.commands_loader.load_arguments() File "/nix/store/9jpq0a4glg4xawn5xjwvqa2jmsif0716-python3.11-azure-cli-core-2.58.0/lib/python3.11/site-packages/azure/cli/core/__init__.py", line 518, in load_arguments loader.load_arguments('') # this adds entries to the argument registries ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/vm/__init__.py", line 58, in load_arguments load_arguments(self, command) File "/build/azure-cli-2.58.0-src/src/azure-cli/azure/cli/command_modules/vm/_params.py", line 390, in load_arguments from azure.mgmt.imagebuilder.models import OnBuildError ImportError: cannot import name 'OnBuildError' from 'azure.mgmt.imagebuilder.models' (/nix/store/ccylqvbs0rk5xw7vapnfcsgpv0ahjpx3-python3.11-azure-mgmt-imagebuilder-1.2.0/lib/python3.11/site-packages/azure/mgmt/imagebuilder/models/__init__.py) To check existing issues, please visit: https://github.com/Azure/azure-cli/issues