Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
628 stars 241 forks source link

Timeout publish package universal, Azure Artifacts #1281

Open andrelbraga opened 2 years ago

andrelbraga commented 2 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az artifacts universal publish Extension Name: azure-devops. Version: 0.17.0.

Errors:

_sigint_handler() takes 1 positional argument but 3 were given
Traceback (most recent call last):
python3/dist-packages/knack/cli.py, ln 206, in invoke
    cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 608, in execute
    raise ex
cli/core/commands/__init__.py, ln 666, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
...
azext_devops/dev/common/artifacttool.py, ln 68, in run_artifacttool
    proc = self._tool_invoker.run(command_args, new_env, initial_progress_message, _process_stderr)
azext_devops/dev/common/external_tool.py, ln 73, in run
    for bline in iter(self._proc.stderr.readline, b''):
TypeError: _sigint_handler() takes 1 positional argument but 3 were given

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

Environment Summary

Linux-5.13.0-51-generic-x86_64-with-glibc2.29
Python 3.8.10
Shell: bash

azure-cli 2.0.81

Extensions:
azure-devops 0.17.0

Additional Context