Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created February 7, 2019 17:13
Show Gist options
  • Save jaraco/ce354b016106a7d370f5e6d769aef7a9 to your computer and use it in GitHub Desktop.
Save jaraco/ce354b016106a7d370f5e6d769aef7a9 to your computer and use it in GitHub Desktop.
DEBUG: Command arguments: ['pipelines', 'build', 'list', '--organization', 'jaraco', '--project', 'pip-run', '--debug']
DEBUG: Event: Cli.PreExecute []
DEBUG: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x10e87bbf8>, <function OutputProducer.on_global_arguments at 0x10e9511e0>, <function CLIQuery.on_global_arguments at 0x10e976840>]
DEBUG: Event: CommandInvoker.OnPreCommandTableCreate []
DEBUG: Installed command modules ['acr', 'acs', 'advisor', 'ams', 'appservice', 'backup', 'batch', 'batchai', 'billing', 'botservice', 'cdn', 'cloud', 'cognitiveservices', 'configure', 'consumption', 'container', 'cosmosdb', 'dla', 'dls', 'dms', 'eventgrid', 'eventhubs', 'extension', 'feedback', 'find', 'hdinsight', 'interactive', 'iot', 'iotcentral', 'keyvault', 'lab', 'maps', 'monitor', 'network', 'policyinsights', 'profile', 'rdbms', 'redis', 'relay', 'reservations', 'resource', 'role', 'search', 'security', 'servicebus', 'servicefabric', 'signalr', 'sql', 'storage', 'vm']
DEBUG: Loaded module 'acr' in 0.003 seconds.
DEBUG: Loaded module 'acs' in 0.002 seconds.
DEBUG: Loaded module 'advisor' in 0.001 seconds.
DEBUG: Event: CommandLoader.OnLoadCommandTable []
DEBUG: Loaded module 'ams' in 0.004 seconds.
DEBUG: Loaded module 'appservice' in 0.006 seconds.
DEBUG: Loaded module 'backup' in 0.002 seconds.
DEBUG: Event: CommandLoader.OnLoadCommandTable []
DEBUG: Loaded module 'batch' in 0.006 seconds.
DEBUG: Loaded module 'batchai' in 0.003 seconds.
DEBUG: Loaded module 'billing' in 0.002 seconds.
DEBUG: Loaded module 'botservice' in 0.002 seconds.
DEBUG: Event: CommandLoader.OnLoadCommandTable []
DEBUG: Loaded module 'cdn' in 0.002 seconds.
DEBUG: Loaded module 'cloud' in 0.001 seconds.
DEBUG: Loaded module 'cognitiveservices' in 0.001 seconds.
DEBUG: Loaded module 'configure' in 0.000 seconds.
DEBUG: Loaded module 'consumption' in 0.002 seconds.
DEBUG: Loaded module 'container' in 0.001 seconds.
DEBUG: Loaded module 'cosmosdb' in 0.002 seconds.
DEBUG: Loaded module 'dla' in 0.003 seconds.
DEBUG: Loaded module 'dls' in 0.004 seconds.
DEBUG: Loaded module 'dms' in 0.002 seconds.
DEBUG: Loaded module 'eventgrid' in 0.001 seconds.
DEBUG: Loaded module 'eventhubs' in 0.002 seconds.
DEBUG: Loaded module 'extension' in 0.001 seconds.
DEBUG: Loaded module 'feedback' in 0.000 seconds.
DEBUG: Loaded module 'find' in 0.001 seconds.
DEBUG: Loaded module 'hdinsight' in 0.001 seconds.
DEBUG: Loaded module 'interactive' in 0.000 seconds.
DEBUG: Loaded module 'iot' in 0.003 seconds.
DEBUG: Loaded module 'iotcentral' in 0.001 seconds.
DEBUG: Loaded module 'keyvault' in 0.012 seconds.
DEBUG: Loaded module 'lab' in 0.002 seconds.
DEBUG: Loaded module 'maps' in 0.001 seconds.
DEBUG: Loaded module 'monitor' in 0.003 seconds.
DEBUG: Loaded module 'network' in 0.017 seconds.
DEBUG: Loaded module 'policyinsights' in 0.001 seconds.
DEBUG: Loaded module 'profile' in 0.001 seconds.
DEBUG: Loaded module 'rdbms' in 0.004 seconds.
DEBUG: Loaded module 'redis' in 0.001 seconds.
DEBUG: Loaded module 'relay' in 0.003 seconds.
DEBUG: Loaded module 'reservations' in 0.001 seconds.
DEBUG: Loaded module 'resource' in 0.004 seconds.
DEBUG: Loaded module 'role' in 0.002 seconds.
DEBUG: Loaded module 'search' in 0.001 seconds.
DEBUG: Loaded module 'security' in 0.002 seconds.
DEBUG: Loaded module 'servicebus' in 0.003 seconds.
DEBUG: Loaded module 'servicefabric' in 0.001 seconds.
DEBUG: Loaded module 'signalr' in 0.001 seconds.
DEBUG: Loaded module 'sql' in 0.005 seconds.
DEBUG: Event: CommandLoader.OnLoadCommandTable []
DEBUG: Loaded module 'storage' in 0.020 seconds.
DEBUG: Loaded module 'vm' in 0.008 seconds.
DEBUG: Loaded all modules in 0.151 seconds. (note: there's always an overhead with the first module loaded)
DEBUG: Extensions directory: '/Users/jaraco/.azure/cliextensions'
DEBUG: Found 1 extensions: ['azure-devops']
DEBUG: Extensions directory: '/Users/jaraco/.azure/cliextensions'
DEBUG: Loaded extension 'azure-devops' in 0.020 seconds.
DEBUG: Event: CommandInvoker.OnPreCommandTableTruncate []
DEBUG: Event: CommandInvoker.OnPostCommandTableCreate [<function register_global_subscription_argument.<locals>.add_subscription_parameter at 0x10ed42400>, <function register_ids_argument.<locals>.add_ids_arguments at 0x10ed7f378>]
DEBUG: Event: CommandInvoker.OnCommandTableLoaded []
DEBUG: Event: CommandInvoker.OnPreParseArgs [<function _documentdb_deprecate at 0x10ffe1598>]
DEBUG: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x10e951268>, <function CLIQuery.handle_query_parameter at 0x10e9768c8>, <function register_ids_argument.<locals>.parse_ids_arguments at 0x10ed7f2f0>, <function handler at 0x1100c2d08>, <function DevCommandsLoader.post_parse_args at 0x1109e07b8>]
DEBUG: Extensions directory: '/Users/jaraco/.azure/cliextensions'
DEBUG: Extensions directory: '/Users/jaraco/.azure/cliextensions'
ERROR: list index out of range
Traceback (most recent call last):
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 328, in execute
raise ex
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 386, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 379, in _run_job
six.reraise(*sys.exc_info())
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/six.py", line 693, in reraise
raise value
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 356, in _run_job
result = cmd_copy(params)
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/commands/__init__.py", line 171, in __call__
return self.handler(*args, **kwargs)
File "/usr/local/Cellar/azure-cli/2.0.55/libexec/lib/python3.7/site-packages/azure/cli/core/__init__.py", line 441, in default_command_handler
return op(**command_args)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/pipelines/build.py", line 135, in build_list
client = get_build_client(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/services.py", line 155, in get_build_client
connection = get_vss_connection(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/services.py", line 32, in get_vss_connection
credentials = _get_credentials(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/services.py", line 45, in _get_credentials
if PAT_ENV_VARIABLE_NAME in os.environ or get_credential(organization) is not None:
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/_credentials.py", line 17, in get_credential
token = _get_credential(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/_credentials.py", line 24, in _get_credential
key = _get_service_name(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/_credentials.py", line 76, in _get_service_name
return 'azdevops-cli:' + normalize_url_for_key(organization)
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/_credentials.py", line 85, in normalize_url_for_key
organization_name = organization_name.split('/')[1]
IndexError: list index out of range
INFO: telemetry.save : Save telemetry record of length 2678 in cache
WARNING: telemetry.check : Negative: The /Users/jaraco/.azure/telemetry.txt was modified at 2019-02-07 12:12:40.673893, which in less than 600.000000 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment