azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

Timeout publish package universal, Azure Artifacts

Open andrelbraga opened this issue 3 years ago • 0 comments

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.

  • Put any pre-requisite steps here...
  • az artifacts universal publish --organization {} --feed {} --name {} --version {} --description {} --path {}

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

andrelbraga avatar Jun 27 '22 15:06 andrelbraga