question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] `az devops login` fails the first time unless run as admin

See original GitHub issue

Describe the bug The first time you run az devops login, it tries to install the Python keyring~=13.2.1 package. This fails unless you run it as admin.

Because of this issue, I’m not able to use az artifacts to download upacks in an ADO pipeline (unless I run my own agent).

To Reproduce Azure Cli Version: 2.0.58

Azure-Devops extension version: 0.2.0

Steps to reproduce the behavior:

  1. Start from a fresh install of az
  2. az extension add --name azure-devops
  3. az devops login from a non-elevated/root terminal

Debug logs Output from my ADO pipeline running echo $SYSTEM_ACCESSTOKEN | az devops login --debug 2019-02-13T05:56:31.4146271Z ++ az devops login --debug 2019-02-13T05:56:31.4167794Z ++ echo *** 2019-02-13T05:56:31.8287609Z DEBUG: Command arguments: [‘devops’, ‘login’, ‘–debug’] 2019-02-13T05:56:31.8288435Z DEBUG: Event: Cli.PreExecute [] 2019-02-13T05:56:31.8298166Z DEBUG: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x7fd13a200c80>, <function OutputProducer.on_global_arguments at 0x7fd13a23a2f0>, <function CLIQuery.on_global_arguments at 0x7fd13a1eed90>] 2019-02-13T05:56:31.8312364Z DEBUG: Event: CommandInvoker.OnPreCommandTableCreate [] 2019-02-13T05:56:31.8358920Z 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’] 2019-02-13T05:56:31.8400880Z DEBUG: Loaded module ‘acr’ in 0.004 seconds. 2019-02-13T05:56:32.4828794Z DEBUG: Loaded module ‘acs’ in 0.003 seconds. 2019-02-13T05:56:32.4829124Z DEBUG: Loaded module ‘advisor’ in 0.001 seconds. 2019-02-13T05:56:32.4829232Z DEBUG: Event: CommandLoader.OnLoadCommandTable [] 2019-02-13T05:56:32.4829471Z DEBUG: Loaded module ‘ams’ in 0.005 seconds. 2019-02-13T05:56:32.4829708Z DEBUG: Loaded module ‘appservice’ in 0.017 seconds. 2019-02-13T05:56:32.4829935Z DEBUG: Loaded module ‘backup’ in 0.002 seconds. 2019-02-13T05:56:32.4835183Z DEBUG: Event: CommandLoader.OnLoadCommandTable [] 2019-02-13T05:56:32.4835538Z DEBUG: Loaded module ‘batch’ in 0.008 seconds. 2019-02-13T05:56:32.4835768Z DEBUG: Loaded module ‘batchai’ in 0.002 seconds. 2019-02-13T05:56:32.4835996Z DEBUG: Loaded module ‘billing’ in 0.001 seconds. 2019-02-13T05:56:32.4836352Z DEBUG: Loaded module ‘botservice’ in 0.003 seconds. 2019-02-13T05:56:32.4836400Z DEBUG: Event: CommandLoader.OnLoadCommandTable [] 2019-02-13T05:56:32.4836621Z DEBUG: Loaded module ‘cdn’ in 0.002 seconds. 2019-02-13T05:56:32.4838222Z DEBUG: Loaded module ‘cloud’ in 0.001 seconds. 2019-02-13T05:56:32.4841506Z DEBUG: Loaded module ‘cognitiveservices’ in 0.001 seconds. 2019-02-13T05:56:32.4842244Z DEBUG: Loaded module ‘configure’ in 0.001 seconds. 2019-02-13T05:56:32.4842501Z DEBUG: Loaded module ‘consumption’ in 0.002 seconds. 2019-02-13T05:56:32.4842735Z DEBUG: Loaded module ‘container’ in 0.002 seconds. 2019-02-13T05:56:32.4843043Z DEBUG: Loaded module ‘cosmosdb’ in 0.003 seconds. 2019-02-13T05:56:32.4843270Z DEBUG: Loaded module ‘dla’ in 0.004 seconds. 2019-02-13T05:56:32.4843496Z DEBUG: Loaded module ‘dls’ in 0.003 seconds. 2019-02-13T05:56:32.4843719Z DEBUG: Loaded module ‘dms’ in 0.002 seconds. 2019-02-13T05:56:32.4844000Z DEBUG: Loaded module ‘eventgrid’ in 0.001 seconds. 2019-02-13T05:56:32.4844622Z DEBUG: Loaded module ‘eventhubs’ in 0.003 seconds. 2019-02-13T05:56:32.4844853Z DEBUG: Loaded module ‘extension’ in 0.001 seconds. 2019-02-13T05:56:32.4845081Z DEBUG: Loaded module ‘feedback’ in 0.001 seconds. 2019-02-13T05:56:32.4845380Z DEBUG: Loaded module ‘find’ in 0.001 seconds. 2019-02-13T05:56:32.4845611Z DEBUG: Loaded module ‘hdinsight’ in 0.002 seconds. 2019-02-13T05:56:32.4845842Z DEBUG: Loaded module ‘interactive’ in 0.000 seconds. 2019-02-13T05:56:32.4846065Z DEBUG: Loaded module ‘iot’ in 0.004 seconds. 2019-02-13T05:56:32.4846349Z DEBUG: Loaded module ‘iotcentral’ in 0.001 seconds. 2019-02-13T05:56:32.4846577Z DEBUG: Loaded module ‘keyvault’ in 0.006 seconds. 2019-02-13T05:56:32.4846800Z DEBUG: Loaded module ‘lab’ in 0.003 seconds. 2019-02-13T05:56:32.4847098Z DEBUG: Loaded module ‘maps’ in 0.001 seconds. 2019-02-13T05:56:32.4847328Z DEBUG: Loaded module ‘monitor’ in 0.006 seconds. 2019-02-13T05:56:32.4847556Z DEBUG: Loaded module ‘network’ in 0.027 seconds. 2019-02-13T05:56:32.4847958Z DEBUG: Loaded module ‘policyinsights’ in 0.001 seconds. 2019-02-13T05:56:32.4848247Z DEBUG: Loaded module ‘profile’ in 0.001 seconds. 2019-02-13T05:56:32.4848636Z DEBUG: Loaded module ‘rdbms’ in 0.005 seconds. 2019-02-13T05:56:32.4848908Z DEBUG: Loaded module ‘redis’ in 0.002 seconds. 2019-02-13T05:56:32.4849130Z DEBUG: Loaded module ‘relay’ in 0.004 seconds. 2019-02-13T05:56:32.4849419Z DEBUG: Loaded module ‘reservations’ in 0.002 seconds. 2019-02-13T05:56:32.4849648Z DEBUG: Loaded module ‘resource’ in 0.008 seconds. 2019-02-13T05:56:32.4849870Z DEBUG: Loaded module ‘role’ in 0.004 seconds. 2019-02-13T05:56:32.4850359Z DEBUG: Loaded module ‘search’ in 0.001 seconds. 2019-02-13T05:56:32.4850698Z DEBUG: Loaded module ‘security’ in 0.002 seconds. 2019-02-13T05:56:32.4850934Z DEBUG: Loaded module ‘servicebus’ in 0.004 seconds. 2019-02-13T05:56:32.4851168Z DEBUG: Loaded module ‘servicefabric’ in 0.002 seconds. 2019-02-13T05:56:32.4851397Z DEBUG: Loaded module ‘signalr’ in 0.001 seconds. 2019-02-13T05:56:32.4851704Z DEBUG: Loaded module ‘sql’ in 0.007 seconds. 2019-02-13T05:56:32.4851751Z DEBUG: Event: CommandLoader.OnLoadCommandTable [] 2019-02-13T05:56:32.4851974Z DEBUG: Loaded module ‘storage’ in 0.035 seconds. 2019-02-13T05:56:32.4852196Z DEBUG: Loaded module ‘vm’ in 0.013 seconds. 2019-02-13T05:56:32.4852541Z DEBUG: Loaded all modules in 0.218 seconds. (note: there’s always an overhead with the first module loaded) 2019-02-13T05:56:32.4852790Z DEBUG: Extensions directory: ‘/home/vsts/.azure/cliextensions’ 2019-02-13T05:56:32.4853019Z DEBUG: Found 1 extensions: [‘azure-devops’] 2019-02-13T05:56:32.4853301Z DEBUG: Extensions directory: ‘/home/vsts/.azure/cliextensions’ 2019-02-13T05:56:32.4853549Z DEBUG: Loaded extension ‘azure-devops’ in 0.328 seconds. 2019-02-13T05:56:32.4853594Z DEBUG: Event: CommandInvoker.OnPreCommandTableTruncate [] 2019-02-13T05:56:32.4853642Z DEBUG: Event: CommandInvoker.OnPostCommandTableCreate [<function register_global_subscription_argument.<locals>.add_subscription_parameter at 0x7fd139efb1e0>, <function register_ids_argument.<locals>.add_ids_arguments at 0x7fd139f26b70>] 2019-02-13T05:56:32.4853776Z DEBUG: Event: CommandInvoker.OnCommandTableLoaded [] 2019-02-13T05:56:32.4853821Z DEBUG: Event: CommandInvoker.OnPreParseArgs [<function _documentdb_deprecate at 0x7fd1377f9378>] 2019-02-13T05:56:32.4853879Z DEBUG: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x7fd13a23a378>, <function CLIQuery.handle_query_parameter at 0x7fd13a1eee18>, <function register_ids_argument.<locals>.parse_ids_arguments at 0x7fd139f26bf8>, <function handler at 0x7fd1376dd7b8>, <function DevCommandsLoader.post_parse_args at 0x7fd137057c80>] 2019-02-13T05:56:32.4854181Z DEBUG: Extensions directory: ‘/home/vsts/.azure/cliextensions’ 2019-02-13T05:56:32.4854425Z DEBUG: Extensions directory: ‘/home/vsts/.azure/cliextensions’ 2019-02-13T05:56:32.4854515Z DEBUG: No tty available. 2019-02-13T05:56:32.4854744Z INFO: Getting PAT token in non-interactive mode. 2019-02-13T05:56:32.4854942Z DEBUG: installing keyring~=13.2.1 2019-02-13T05:56:32.4855291Z DEBUG: Running: [‘/opt/az/bin/python3’, ‘-m’, ‘pip’, ‘install’, ‘keyring~=13.2.1’, ‘-vv’, ‘–disable-pip-version-check’, ‘–no-cache-dir’] 2019-02-13T05:56:34.5671069Z DEBUG: Collecting keyring~=13.2.1 2019-02-13T05:56:34.5671743Z 1 location(s) to search for versions of keyring: 2019-02-13T05:56:34.5672019Z * https://pypi.python.org/simple/keyring/ 2019-02-13T05:56:34.5672162Z Getting page https://pypi.python.org/simple/keyring/ 2019-02-13T05:56:34.5672304Z Starting new HTTPS connection (1): pypi.python.org 2019-02-13T05:56:34.5672496Z https://pypi.python.org:443 “GET /simple/keyring/ HTTP/1.1” 301 122 2019-02-13T05:56:34.5672638Z Starting new HTTPS connection (1): pypi.org 2019-02-13T05:56:34.5672779Z https://pypi.org:443 “GET /simple/keyring/ HTTP/1.1” 200 18268 2019-02-13T05:56:34.5672962Z Analyzing links from page https://pypi.org/simple/keyring/ 2019-02-13T05:56:34.5675018Z Found link https://files.pythonhosted.org/packages/aa/bc/8f61aa1822e419dc65c22c9b9bc6044f298f14e30b820c35c2a09efbf6b7/keyring-0.1.tar.gz#sha256=c5e19bfd138034a8d3193a5c5314493e51a90a0c4bb78db87c0a0451aa7327a8 (from https://pypi.org/simple/keyring/), version: 0.1 2019-02-13T05:56:34.5677845Z Skipping link https://files.pythonhosted.org/packages/71/ed/4d9bfa1a8051b0f9fd18c987461f86fdd061a5c053278ca4dd4c2b889c68/keyring-0.1.win32-py2.6.exe#sha256=c06cf99019f73d9935d3526f8c2be7d21f18985d5ea724fee31c6aef1f38fc18 (from https://pypi.org/simple/keyring/); unsupported archive format: .exe 2019-02-13T05:56:34.5678727Z Found link https://files.pythonhosted.org/packages/f8/da/903dfa345aff02ac332084f9cbb722db38ff1f87aa34a7ab8b5c1fea74d5/keyring-0.2.tar.gz#sha256=05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13 (from https://pypi.org/simple/keyring/), version: 0.2 2019-02-13T05:56:34.5679497Z Skipping link https://files.pythonhosted.org/packages/83/cc/17488a0b5b033efecc428ffb674312a16beffa59d5d1874ccac0a7af967e/keyring-0.2.win32-py2.6.exe#sha256=fb55a7d57522937203113c8613fd5634349a6226f1cd65094f6ab675055b0c1f (from https://pypi.org/simple/keyring/); unsupported archive format: .exe 2019-02-13T05:56:34.5680272Z Found link https://files.pythonhosted.org/packages/96/20/8405a1bcfff3add71f18654f4954950361d1385bd67e121c0b1f08d2492c/keyring-0.3.tar.gz#sha256=bb9fcb99dbf5d89a9ca242def888810b6bbd7b3d08486c8f85750a38e7d71d84 (from https://pypi.org/simple/keyring/), version: 0.3 2019-02-13T05:56:34.5681017Z Found link https://files.pythonhosted.org/packages/1c/6b/0ec6e6ba676ccb99dcfdf535c9e34ca7563ea467ce2a1277edd5bed66d20/keyring-0.4.tar.gz#sha256=01caeb7a388e13b9a93f9f8b912274e14a70c2882b0730ef6ead6303ec8f60be (from https://pypi.org/simple/keyring/), version: 0.4 2019-02-13T05:56:34.5681679Z Found link https://files.pythonhosted.org/packages/0c/b2/c4403909fc7353f415375b3ff54b4bb48989dd67fbc9c055aa533ca26f2b/keyring-0.5.tar.gz#sha256=dd943b344f3f4748a12936337e1b974ce713cda177c7cdaeed2a1c912fe660c8 (from https://pypi.org/simple/keyring/), version: 0.5 2019-02-13T05:56:34.5682498Z Found link https://files.pythonhosted.org/packages/4b/f5/c205560410b66ef53a26ccf6b2598ebb9c523161a5273c72dbc38faa751b/keyring-0.5.1.tar.gz#sha256=b604aa35a488a726140033c0278ee419c1acd13d40905bb4c471c30378c04219 (from https://pypi.org/simple/keyring/), version: 0.5.1 2019-02-13T05:56:34.5683160Z Found link https://files.pythonhosted.org/packages/ab/08/16e0d89ff30b52faf73c9d213b862bd162657b48ff3e70a7a352cff03443/keyring-0.6.2.tar.gz#sha256=67958427296147bf66560627578857ad4202deca419576aacc2dd67939b17ef8 (from https://pypi.org/simple/keyring/), version: 0.6.2 2019-02-13T05:56:34.5684311Z Found link https://files.pythonhosted.org/packages/db/e1/c68e7dbdce926c84a0949b0145a4cba0bae092d420019655c0ab1c277c19/keyring-0.7.zip#sha256=af49710b8d3effdf462078568b376ff51e84469b91da33f6f139c63d234faf68 (from https://pypi.org/simple/keyring/), version: 0.7 2019-02-13T05:56:34.5685078Z Found link https://files.pythonhosted.org/packages/dc/04/93d0c5c54520ae1cd209c12455e96210fffc530383315b17884b610b5ba8/keyring-0.7.1.zip#sha256=11487ff2549adfdb1203c113fca56f778aee54e9a0cec2e5d8cbb7289179cf1f (from https://pypi.org/simple/keyring/), version: 0.7.1 2019-02-13T05:56:34.5686077Z Found link https://files.pythonhosted.org/packages/89/5f/b570dece7d918e7203b77a05f664d16f01104193811084ff9a252edac828/keyring-0.8.zip#sha256=0880615b5e5250d5a6dc75069a40f40e1234eac3d4ed709022deb0b977d5f5a6 (from https://pypi.org/simple/keyring/), version: 0.8 2019-02-13T05:56:34.5686739Z Found link https://files.pythonhosted.org/packages/c8/d3/323e25640e7e7a9265bd50727d33e0b758806cbffb92873b56a82e8df345/keyring-0.8.1.zip#sha256=634539e25028e053103432ad4054ea305ffc4424a2e9334ecb1de76b343682b7 (from https://pypi.org/simple/keyring/), version: 0.8.1 2019-02-13T05:56:34.5687658Z Found link https://files.pythonhosted.org/packages/21/cf/b4fb44b996ef3f9d88af428bae93e2a6d946a89dbc81f3fa64b601216ad7/keyring-0.9.zip#sha256=a4d3d7b78cadb261ba1130ad03456f5a09c530e0b0aa5268d02e3ce57d0eef9f (from https://pypi.org/simple/keyring/), version: 0.9 2019-02-13T05:56:34.5688685Z Found link https://files.pythonhosted.org/packages/41/82/9a4ab76a46fa4d8cd84f6dd52add506a5b76d3ccc52f6a3df8c2d0976203/keyring-0.9.1.zip#sha256=ef9fad76daeadd4ea2f8992e768d8dd873c812dd4c226cae1e64ccca4627377b (from https://pypi.org/simple/keyring/), version: 0.9.1 2019-02-13T05:56:34.5691192Z Found link https://files.pythonhosted.org/packages/7d/34/a0caa8c29fa3db34ad143ed0a038e5e2330c4a676b49964eb3b89165d26b/keyring-0.9.2.zip#sha256=3495c72ec6fdefd6da3a7271acac89903e6ffdfb984a71a3e087c49538351c30 (from https://pypi.org/simple/keyring/), version: 0.9.2 2019-02-13T05:56:34.5691890Z Found link https://files.pythonhosted.org/packages/22/ee/48cca8b51704a420280570e209cfa43e4ec433a9fb08a02a3e5e7d50226c/keyring-0.9.3.zip#sha256=57fe0a7155fba97589db169df09bd4eb68e920348baca39705aab17ad4da99da (from https://pypi.org/simple/keyring/), version: 0.9.3 2019-02-13T05:56:34.5692969Z Found link https://files.pythonhosted.org/packages/45/94/6a28a95091641bb4706fcb2c02ddcc324ab4b9c3ebbbb9efad889ea8574d/keyring-0.10.zip#sha256=4bac76401aa749746c122e57f50e6bc430596229636caa99a6fb791d0fcaab9d (from https://pypi.org/simple/keyring/), version: 0.10 2019-02-13T05:56:34.5694569Z Found link https://files.pythonhosted.org/packages/a4/38/e3b315df1ed3cbe01ebd1bf09c808cf6b39d3cca723364329dbde87c512a/keyring-0.10.1.zip#sha256=18967a5c25fc73b4d14205e3897a8ee13c97f072070f63620c785592801b375c (from https://pypi.org/simple/keyring/), version: 0.10.1 2019-02-13T05:56:34.5695705Z Found link https://files.pythonhosted.org/packages/c9/e8/ec8dae086c35390184c620615af723781fc18f7b9b43643b4b0c2fbff0dc/keyring-1.0.zip#sha256=628070bfb2daa080c98ddb3057a2f802cd1d15720ca40e54bdb2aa39d97485f9 (from https://pypi.org/simple/keyring/), version: 1.0 2019-02-13T05:56:34.5696472Z Found link https://files.pythonhosted.org/packages/cb/5b/6fb39f446bb7b477aa329b6d59fef7ea476a111aeff9b5817e4e837d29a4/keyring-1.1.zip#sha256=67d482063ff5374042a9878aa9185a7f6a5b06a9ec33312c0c3231583eedae2c (from https://pypi.org/simple/keyring/), version: 1.1 2019-02-13T05:56:34.5697291Z Found link https://files.pythonhosted.org/packages/e5/31/d737e8dc2fd4dbe0ea539bb2f65b321ea787dd4da8d3f68035eb14bf7d70/keyring-1.1.1.zip#sha256=786550cf8afdea5ede9811ba714775af706b3c61bd8232c7064da2ec54818ba2 (from https://pypi.org/simple/keyring/), version: 1.1.1 2019-02-13T05:56:34.5698063Z Found link https://files.pythonhosted.org/packages/5f/66/b2b79f481e435f70a495c741ba96a7af8b0dce71b552d76cadcd73cb2925/keyring-1.1.2.zip#sha256=2317b2d62979c697344630b05e572272d2c7239421acba1d990d4b01cd00d522 (from https://pypi.org/simple/keyring/), version: 1.1.2 2019-02-13T05:56:34.5698814Z Found link https://files.pythonhosted.org/packages/07/38/1bbc3fc985359e2724bfbdaca421f49b73d8d32b6655687ed1d635540c8c/keyring-1.2dev.zip#sha256=ac63a7499c0de7dbfd401546b204834899f2659540e1ab6610294e1a3690e324 (from https://pypi.org/simple/keyring/), version: 1.2dev 2019-02-13T05:56:34.5699787Z Found link https://files.pythonhosted.org/packages/02/85/95339b93974671b83458d940badc3ef26be9945cb737efeb9809991c1d88/keyring-1.2.zip#sha256=1a4b17ade8ce4e21f8ffcd860afa99fc6c6732c55a65407432c98b4e2e0358be (from https://pypi.org/simple/keyring/), version: 1.2 2019-02-13T05:56:34.5700512Z Found link https://files.pythonhosted.org/packages/36/40/47ea62271b9f4138d075d783f9404700555ba4e4c2c35161c73e3ed26ac7/keyring-1.2.1.zip#sha256=5adf2df816d40ef2d06f45141919cc01689b124e54cab2ecf25d23bac816cb86 (from https://pypi.org/simple/keyring/), version: 1.2.1 2019-02-13T05:56:34.5701260Z Found link https://files.pythonhosted.org/packages/5c/fb/b6bf830ffd3ab57faab562852056c5131818dbddebdc96eab684d8c24d26/keyring-1.2.2.zip#sha256=20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab (from https://pypi.org/simple/keyring/), version: 1.2.2 2019-02-13T05:56:34.5701957Z Found link https://files.pythonhosted.org/packages/3c/e0/4d54e225b526ffda9476e6a7721b6bf39476feb0f84eee99faf789ea961c/keyring-1.2.3.zip#sha256=68d83ee3cd7e1bd24a9f8fbd39919fefa1f05f1329f24f0a086b100b6fb085aa (from https://pypi.org/simple/keyring/), version: 1.2.3 2019-02-13T05:56:34.5703168Z Found link https://files.pythonhosted.org/packages/19/e1/68762c41e0dea7848417d8273e02dbd1567a1f61d71aa01d09f27bf44f76/keyring-1.3.zip#sha256=8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961 (from https://pypi.org/simple/keyring/), version: 1.3 2019-02-13T05:56:34.5704410Z Found link https://files.pythonhosted.org/packages/6c/c9/ab61133a051a241b2cb07569df4e294b17f5403e5b780a32a3a0677499e4/keyring-1.4.zip#sha256=9cd0212067475f47ec8dbcd9b6a11407a61da080cd80747ede0547a108781a0d (from https://pypi.org/simple/keyring/), version: 1.4 2019-02-13T05:56:34.5705234Z Found link https://files.pythonhosted.org/packages/16/d9/76bebb1726ae12ca5814fe357c9916f18b09801b87943f468ac68da725a0/keyring-1.5.zip#sha256=e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda (from https://pypi.org/simple/keyring/), version: 1.5 2019-02-13T05:56:34.5706290Z Found link https://files.pythonhosted.org/packages/25/c5/ef4161d754da1145f468787169337d2f6c8933ac905c174eecf36101ebad/keyring-1.6.zip#sha256=a44a8c0010ddcd8bedb37bc9315e79e9dce6b4873ef9164d202c0ce88a7c7d4c (from https://pypi.org/simple/keyring/), version: 1.6 2019-02-13T05:56:34.5706941Z Found link https://files.pythonhosted.org/packages/98/cb/5b95701059ffa5a4c1b3fe1fa98556842325dda9cae407823420361cdb68/keyring-1.6.1.zip#sha256=720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 (from https://pypi.org/simple/keyring/), version: 1.6.1 2019-02-13T05:56:34.5707433Z Found link https://files.pythonhosted.org/packages/5a/5a/79a6216fac1d974be9b49a518485e7c20cdb68723046181166d0f0f9577f/keyring-2.0.zip#sha256=a6acb1a367d4b74affa75da26325dc661bbcc2615d63cd6d07a3a979e4cbe23d (from https://pypi.org/simple/keyring/), version: 2.0 2019-02-13T05:56:34.5707969Z Found link https://files.pythonhosted.org/packages/42/22/5bcb7734980c85473a5e293f33fc0c92307ac5f0eb79bfbd38a60c5bf1d9/keyring-2.0.1.zip#sha256=580dc2d454fc67e8f1c2586e579c0ce615cdb8e261fa1c355fc359559ca4b4be (from https://pypi.org/simple/keyring/), version: 2.0.1 2019-02-13T05:56:34.5708564Z Found link https://files.pythonhosted.org/packages/12/9f/255827101f46ae6b889529626fc80084ed4e9cf218ff4ef0b027ed28ce97/keyring-2.0.2.zip#sha256=d7519c84159aa4b387bbe7cfa37555b6b1c067e301d2ae01af7da0191d58f9e7 (from https://pypi.org/simple/keyring/), version: 2.0.2 2019-02-13T05:56:34.5709047Z Found link https://files.pythonhosted.org/packages/4e/bd/b92a36b1f01f519ef48eff5ad7d0cbba28365bf1f33c13a5ff99a64b7cb5/keyring-2.0.3.zip#sha256=f992b2a7efd7e9b3e874c4c94b58f5b2edcc39fc05946be891a3bf5d9e750f18 (from https://pypi.org/simple/keyring/), version: 2.0.3 2019-02-13T05:56:34.5712505Z Found link https://files.pythonhosted.org/packages/d0/52/1c6e91d312dd0abd852d32f5df863dc0ff236e3cf96f4b2fe78346ea6dec/keyring-2.1.zip#sha256=bafafc762f9e569fcc39befcdcd3ad0dd7df3ceb76d95a1d549f3070e8cb6d27 (from https://pypi.org/simple/keyring/), version: 2.1 2019-02-13T05:56:34.5714255Z Found link https://files.pythonhosted.org/packages/80/1d/6a90607ef136ea861ef23b56290ce8c41ec230032deb04f4762c71b1b126/keyring-2.1.1.zip#sha256=087f400522b426eabce096407975b42c30b0bf6b6c5b06c7a2410a0e95b2fd51 (from https://pypi.org/simple/keyring/), version: 2.1.1 2019-02-13T05:56:34.5715820Z Found link https://files.pythonhosted.org/packages/ea/66/75c278abdf7a756e77cb27683389901a3d5e36ea2236385c872ddcc27e0a/keyring-3.0.zip#sha256=f55f33d57678820cf18e96931597040371aa81761558d5c82888bf27c0490ffb (from https://pypi.org/simple/keyring/), version: 3.0 2019-02-13T05:56:34.5716846Z Found link https://files.pythonhosted.org/packages/94/bc/1c15d9f0a60c181a0ff19dfb10fe4afc4447acf4bcbd78154855cce6619a/keyring-3.0.1.zip#sha256=9033fc36f48cbf6d9c193c9d1bad53da358f326ad23a710e99a8fada0e232555 (from https://pypi.org/simple/keyring/), version: 3.0.1 2019-02-13T05:56:34.5717818Z Found link https://files.pythonhosted.org/packages/50/06/3be814a645b19a158f9d4336db36a50f4277954b5e5a9e908a55d28cfb31/keyring-3.0.2.zip#sha256=42f8492472e70eeaf2ff0212a8e8d8d5d47650e12645317a5c90f827a55b161b (from https://pypi.org/simple/keyring/), version: 3.0.2 2019-02-13T05:56:34.5718537Z Found link https://files.pythonhosted.org/packages/30/d2/efd8a67df6189b310d1b9740e0ab43664fedc83371faa1db3356803aecd9/keyring-3.0.3.zip#sha256=f73c17824247e4ccf35f85058dfc1c2aae4905e5e93ceb0e75e6d48784aa4821 (from https://pypi.org/simple/keyring/), version: 3.0.3 2019-02-13T05:56:34.5719103Z Found link https://files.pythonhosted.org/packages/ec/69/a05f9165971ed2e54fde4848ac300419910f13e9518bcb79e74ca962109c/keyring-3.0.4.zip#sha256=dc1991077953a24b4a1f69ccb7bafe800a1d38050e39474132de407805357860 (from https://pypi.org/simple/keyring/), version: 3.0.4 2019-02-13T05:56:34.5719592Z Found link https://files.pythonhosted.org/packages/ca/e0/c271455c4c3de0fcfb81b507c29227b5b31761cfd851cb988e7abb0e5145/keyring-3.0.5.zip#sha256=c3f0665ee2d969170dcd6b9e83e76cc7fca2be5a40943700ce2624a0a02f9658 (from https://pypi.org/simple/keyring/), version: 3.0.5 2019-02-13T05:56:34.5720158Z Found link https://files.pythonhosted.org/packages/d9/89/f578def6b6cf091b002072914e48411b724109a5882aece0d5c2a3cddcbf/keyring-3.1.zip#sha256=4aa49fa03e6d7b79e1490278c7610f6ff224f58ea8dd90b07541b69d0d178fa0 (from https://pypi.org/simple/keyring/), version: 3.1 2019-02-13T05:56:34.5720638Z Found link https://files.pythonhosted.org/packages/fe/cc/8f767fb1bceca498a2c885ccbd1f97b96d104b8e3fd5b53e535126410bd8/keyring-3.2.zip#sha256=0eb739976a31d607e8af52ce735a09e6b9b18516d809951bf268657fe1658cba (from https://pypi.org/simple/keyring/), version: 3.2 2019-02-13T05:56:34.5721216Z Found link https://files.pythonhosted.org/packages/6f/96/7cd7363664c1f5480e3e45a0a731225df680f3db32929f40aa65a5f2cb9c/keyring-3.2.1.zip#sha256=047962a774393e60b4cf9d119400c7e83b99fa57f1bda898b4f5b4f7a228ab59 (from https://pypi.org/simple/keyring/), version: 3.2.1 2019-02-13T05:56:34.5723300Z Found link https://files.pythonhosted.org/packages/04/8d/279a1592e33e00b23a4d66d3a98ea02a929a5005426f44b29e2b013203ae/keyring-3.3.zip#sha256=b42e0d335102cb2cace64289c86faa6686b6addad803b032bf564046e24d1936 (from https://pypi.org/simple/keyring/), version: 3.3 2019-02-13T05:56:34.5724258Z Found link https://files.pythonhosted.org/packages/e7/15/825eb08ed8f749e535179c6e4c943a072988159c28b2ef3eba46bf67927d/keyring-3.4.zip#sha256=a80a3e1662982d358a9c662cda24c87fe040dd4fb640aa20733fdde1d6768169 (from https://pypi.org/simple/keyring/), version: 3.4 2019-02-13T05:56:34.5724837Z Found link https://files.pythonhosted.org/packages/a1/ec/9175874b9e783f4588ff8cce620e9b8bf737e36f3d511e2f9dc40b1a7ed3/keyring-3.5.zip#sha256=a1baec708ce73671201675db5000a19961c8be70cbc426f0eb945311a9f38ece (from https://pypi.org/simple/keyring/), version: 3.5 2019-02-13T05:56:34.5725321Z Found link https://files.pythonhosted.org/packages/dd/1b/e60611da99b591a0c1a628c6fb22ab7ecaa31a41a4c1ea1989b73a4daa7c/keyring-3.6.zip#sha256=0729f7219af2e38fe095de9c1369efb398407c94c8938c7a4b6a532941983a34 (from https://pypi.org/simple/keyring/), version: 3.6 2019-02-13T05:56:34.5726052Z Found link https://files.pythonhosted.org/packages/23/0e/6a35ee8a07c55d8ad1b7c5e00c7d3e931bab8c160383db1f5ba521695d62/keyring-3.7.zip#sha256=e187358e6a9b8e63cc2e223f6f9d4c40c972c0076f4aa0d65b8c9eb75edbea02 (from https://pypi.org/simple/keyring/), version: 3.7 2019-02-13T05:56:34.5726530Z Found link https://files.pythonhosted.org/packages/1e/a4/8bbb6053d0a2ea07cff4463876a34c4860014ff3d01febfa9207e1589b76/keyring-3.8.zip#sha256=ef0b1a18aaf6792b73a6a6ce8c2f9c1a01dd27d4a5c0aab277fe3dce96fbaaef (from https://pypi.org/simple/keyring/), version: 3.8 2019-02-13T05:56:34.5727059Z Found link https://files.pythonhosted.org/packages/84/e7/169f583a34af9972590ed2f88b8274f618a08af42da1017b679ff4b5a648/keyring-4.0.zip#sha256=ea93c3cd9666c648263df4daadc5f34aeb27415dbf8e4d76579a8a737f1741cf (from https://pypi.org/simple/keyring/), version: 4.0 2019-02-13T05:56:34.5727549Z Found link https://files.pythonhosted.org/packages/28/74/e01b8862e1877e471bbd2bbf74901bc87daa7cc205ddde043709101c54c8/keyring-4.1.zip#sha256=613087be1a0ad2870181ecc145b88459a576b6f434251cd559d41fc7f007760e (from https://pypi.org/simple/keyring/), version: 4.1 2019-02-13T05:56:34.5728229Z Found link https://files.pythonhosted.org/packages/6e/c5/ea523c2adb86cc77c5ebc7e9b5faa138814bd449d93e4a3a9a8cb4e0cccc/keyring-4.1.1.zip#sha256=34f4b7c5359e275c241e5f91e3e94d5df7e1c5c5e208a411d85dc78ad0081a7d (from https://pypi.org/simple/keyring/), version: 4.1.1 2019-02-13T05:56:34.5728884Z Found link https://files.pythonhosted.org/packages/b6/5d/efaca4e2bcb3b6c1063fc608e7c5be50923857751090f7bf96a8007541e1/keyring-5.0.zip#sha256=66acfc292b5df51facc8b1926054dff1282f61a100fc740a7bdd33baa94f981e (from https://pypi.org/simple/keyring/), version: 5.0 2019-02-13T05:56:34.5729377Z Found link https://files.pythonhosted.org/packages/40/a6/0b1f67282ba7adf4db8fb3d051d01bc3b00f26eddc032669e4bcd20369c8/keyring-5.1.zip#sha256=e704a5f416870f7baeddff21deccdaf7c0702597379e45bbc35d14403855e4a0 (from https://pypi.org/simple/keyring/), version: 5.1 2019-02-13T05:56:34.5730078Z Found link https://files.pythonhosted.org/packages/ab/fd/fdc964a12c9a886793da4b1a04a167b0df1c1c70a0e82a71095b097d0121/keyring-5.2.zip#sha256=388019fface10f8e4099327a895f446de56c4c3e6117f5b70d69e591358f5b07 (from https://pypi.org/simple/keyring/), version: 5.2 2019-02-13T05:56:34.5730615Z Found link https://files.pythonhosted.org/packages/79/ce/2c2d06954fe7f8a5a2908d3baacdbe0135e7b6e160ceab97e7fc7416cc81/keyring-5.2.1.zip#sha256=8e6145bd0f42e297115836d7021085fb8e1eedcef226bc289a7e79fb3c44b599 (from https://pypi.org/simple/keyring/), version: 5.2.1 2019-02-13T05:56:34.5731095Z Found link https://files.pythonhosted.org/packages/98/10/ba3c0179f98e0598873bd41312c476aecee41dafac527ab74e68e24927ab/keyring-5.3.zip#sha256=ac2b4dc17e6edfb804b09ade15df79f251522e442976ea0c8ea0051474502cf5 (from https://pypi.org/simple/keyring/), version: 5.3 2019-02-13T05:56:34.5731651Z Found link https://files.pythonhosted.org/packages/06/4d/f37953c655e42c38fb9eeeec5d868ba517cda958d21e09da02e13c7c6c74/keyring-5.4-py3-none-any.whl#sha256=adfb02dc602737b27781d1d8017a33d6d1e3f292af261aad802a1459240fff1c (from https://pypi.org/simple/keyring/), version: 5.4 2019-02-13T05:56:34.5732164Z Found link https://files.pythonhosted.org/packages/52/80/5bd3fa775cbafd9674afa07892fb19f16a45c1a1bd472e2c74feb5d45366/keyring-5.4.tar.gz#sha256=45891cd0af4c4af70fbed7ec6e3964d0261c14188de9ab31030c9d02272e22d2 (from https://pypi.org/simple/keyring/), version: 5.4 2019-02-13T05:56:34.5732701Z Found link https://files.pythonhosted.org/packages/20/cf/c2e94f4510a4d40b7cf3dc23180533428ab962c2022c4c048362c2f44d12/keyring-5.5.tar.gz#sha256=622be1072e92b855e6621f9e4b0298afdfbc2f388fb6f099605547b4268388f7 (from https://pypi.org/simple/keyring/), version: 5.5 2019-02-13T05:56:34.5733197Z Found link https://files.pythonhosted.org/packages/61/c3/86f282e76b446c184c9cbc3accb96f6c1ae2e4af9d5e67ee292eea77d8a6/keyring-5.5.1.tar.gz#sha256=e4171401e0dd9a285a95e6323568001ed1cb039e598e6ea47754cb9855355d33 (from https://pypi.org/simple/keyring/), version: 5.5.1 2019-02-13T05:56:34.5734293Z Found link https://files.pythonhosted.org/packages/6a/31/47978c83d5b1365f1ccef5a984f3fa4f5cbf823f5440a8d4e91b335047eb/keyring-5.6.tar.gz#sha256=862e8c7ae689bd1e50bf5940c88317c3afad4b71d7c0e0748b273ef769c66adf (from https://pypi.org/simple/keyring/), version: 5.6 2019-02-13T05:56:34.5734809Z Found link https://files.pythonhosted.org/packages/97/0f/795c733afdc3ca5c053d2e365a218012773475fc963b14e5780139e00a52/keyring-5.7.tar.gz#sha256=5d388e459bb18da2e3540e475f5ac4e45eb8da0926c776ee117b5c098af43bc0 (from https://pypi.org/simple/keyring/), version: 5.7 2019-02-13T05:56:34.5735377Z Found link https://files.pythonhosted.org/packages/3f/eb/61c251c35d85423a3a7185c1c20e82ee86f679256e72c0136715978608cd/keyring-5.7.1-py2.py3-none-any.whl#sha256=488da7cb8ffdc598fdd22cc8472b59c0cfbafdd6cc672cdf5c3ddd1fbe6d794c (from https://pypi.org/simple/keyring/), version: 5.7.1 2019-02-13T05:56:34.5736034Z Found link https://files.pythonhosted.org/packages/bd/1a/aee31bcdabf380dfdecae296c07b8059870b5ae30dc027ff0db2b4a3e35f/keyring-5.7.1.tar.gz#sha256=3df352616b856a3aebd699ab2e946d4a6e3b0219e696d5416bfc4c16530eeac0 (from https://pypi.org/simple/keyring/), version: 5.7.1 2019-02-13T05:56:34.5736576Z Found link https://files.pythonhosted.org/packages/e0/9e/a96cfcee3ef3f220b8d3cc04384e66933d87083b2e525fe1e79a8033c98b/keyring-6.0.tar.gz#sha256=002b835cb20983804745e980439578d998903be8a8d7768556e86b2d79a22e6f (from https://pypi.org/simple/keyring/), version: 6.0 2019-02-13T05:56:34.5737081Z Found link https://files.pythonhosted.org/packages/5e/77/63b35324bf5a570a02a47aa4d03ba22665174a794ed7be447c23b6b9442e/keyring-6.1-py2.py3-none-any.whl#sha256=4c747fe8d75d3219a839372425df274dc3b1e9c6bdb4bddcf43324e31f29d31c (from https://pypi.org/simple/keyring/), version: 6.1 2019-02-13T05:56:34.5737667Z Found link https://files.pythonhosted.org/packages/d8/02/e92054a24281f2f27833ac3dfca4c173d4c26778b4acd6023424f6d126ba/keyring-6.1.tar.gz#sha256=128256aa92f0bb810b0b55a611c7b3f895cbdbc5fae6947948339107417f71ca (from https://pypi.org/simple/keyring/), version: 6.1 2019-02-13T05:56:34.5738194Z Found link https://files.pythonhosted.org/packages/1b/d4/f816fb602d1319173c343a5fe4ff75fccd849f5f9832ab10f94736971a5d/keyring-6.1.1-py2.py3-none-any.whl#sha256=22ae655193353543d3765194e515a12795cc8bef3d4d1bd02b33f2a6342680b7 (from https://pypi.org/simple/keyring/), version: 6.1.1 2019-02-13T05:56:34.5738737Z Found link https://files.pythonhosted.org/packages/8e/16/736bdd209d373350e84616888a67f344d32f503a08295c08d3415e1c69ae/keyring-6.1.1.tar.gz#sha256=2ed19c67e4c4d32ef4ff60dfd16b80a5eabb6e980a77b4355787af3e26492a1c (from https://pypi.org/simple/keyring/), version: 6.1.1 2019-02-13T05:56:34.5739235Z Found link https://files.pythonhosted.org/packages/5e/6f/af56f2320d6f4ddfdb6c29c0abee4ed4d12084b41fdcfb2044dd0f76f3c3/keyring-7.0-py2.py3-none-any.whl#sha256=a0fbdd14e1184dd6f14717b6637fb6aa181ba12c2f38f2e86e1b242700b25a71 (from https://pypi.org/simple/keyring/), version: 7.0 2019-02-13T05:56:34.5739800Z Found link https://files.pythonhosted.org/packages/c0/49/acfc10759a113451257fae897d3f8b4eaa8f66b2c239c5f671a7d42cf97a/keyring-7.0.tar.gz#sha256=0531ea4f7a5942de7ff4d527b69cd95e3d97c75e2350591d8ec6452dc99bbf32 (from https://pypi.org/simple/keyring/), version: 7.0 2019-02-13T05:56:34.5740308Z Found link https://files.pythonhosted.org/packages/7f/7d/22139da7aac2d8d635d93271c8f22c3bd5452d4459b40f50376a10ef35bb/keyring-7.0.1-py2.py3-none-any.whl#sha256=b0eb7f262338fbef94550837982c7f5dee0de7b54032da6a38745914ef35ae32 (from https://pypi.org/simple/keyring/), version: 7.0.1 2019-02-13T05:56:34.5740850Z Found link https://files.pythonhosted.org/packages/d5/b8/6e4e246915555bac04688a5600a7998ee3f67bea0598e77c43aa22dab73b/keyring-7.0.1.tar.gz#sha256=610bd659bbb34cca9f45c3cb448639d8b502669c6a1a89b270a9c91ad97c742b (from https://pypi.org/simple/keyring/), version: 7.0.1 2019-02-13T05:56:34.5741355Z Found link https://files.pythonhosted.org/packages/13/18/ac6ec29707c9a57d3ee940d3ef222353220281d5813a25b5c59d104e96d4/keyring-7.0.2-py2.py3-none-any.whl#sha256=2958b83d401aae4d575e0e8000170eda3055784724bae144cd15c69ab110131b (from https://pypi.org/simple/keyring/), version: 7.0.2 2019-02-13T05:56:34.5742203Z Found link https://files.pythonhosted.org/packages/b7/d6/7b9c159773ddfb7674dd2a6732c9cc9b4fe07c0a05eba37f824a5a31dfb8/keyring-7.0.2.tar.gz#sha256=e98c3d51d0e17efa1e7d4b2698dd7862f7bde54c5ef717b1ab17acb0ed4ff625 (from https://pypi.org/simple/keyring/), version: 7.0.2 2019-02-13T05:56:34.5742784Z Found link https://files.pythonhosted.org/packages/7d/02/882a74f08cabdb0c35eea6267fa722a82e3ac9cd196a640928f01fb0ea27/keyring-7.1.tar.gz#sha256=043af5b846821584a199d6dcdfa060a10b985a50c5d457405d866fd455a442a0 (from https://pypi.org/simple/keyring/), version: 7.1 2019-02-13T05:56:34.5743307Z Found link https://files.pythonhosted.org/packages/88/87/3945dc6f9fc2dc6f9f8733b129a803f90977d6983ecf47ef0cc8a736b4c5/keyring-7.1.1-py2.py3-none-any.whl#sha256=09299d7ec587314e93e18713f84a9a7346ba951b1fdff29702bf66e8d1729ecb (from https://pypi.org/simple/keyring/), version: 7.1.1 2019-02-13T05:56:34.5744390Z Found link https://files.pythonhosted.org/packages/35/90/a0cc112031621c77665781343f87740a1cdc25dd20ade7d82449ad8d2159/keyring-7.1.1.tar.gz#sha256=9c213501d51d0a67c242d64525f362f5499712d2ed49c443d441ab82979d016a (from https://pypi.org/simple/keyring/), version: 7.1.1 2019-02-13T05:56:34.5744986Z Found link https://files.pythonhosted.org/packages/04/4a/962809ca8bc5a9d87572a0ca040611cde7841a9c59ba44397edd507d7dad/keyring-7.1.2-py2.py3-none-any.whl#sha256=0f61bc0abf5a5c59a3d2a78b8b94a91c692e21f092b54ac125e3f4705b118c22 (from https://pypi.org/simple/keyring/), version: 7.1.2 2019-02-13T05:56:34.5745533Z Found link https://files.pythonhosted.org/packages/d3/c7/988b82ebeebf914baad50ab86b819bf2ecb31c8ee198ff2187fc2795fc96/keyring-7.1.2.tar.gz#sha256=79ea3184aa7d76ba6d70bfe088c2696dd2c15d52edabf4f08cd7e40ad4e0c5e1 (from https://pypi.org/simple/keyring/), version: 7.1.2 2019-02-13T05:56:34.5746061Z Found link https://files.pythonhosted.org/packages/44/38/ee6296109dcc30053956d68099d33b08c3d9e3ec355418a355be51c30217/keyring-7.2-py2.py3-none-any.whl#sha256=96ec55b3afcc33a8c90ac048eae11f070333e295a9c450975dc84e5748bb3e17 (from https://pypi.org/simple/keyring/), version: 7.2 2019-02-13T05:56:34.5746608Z Found link https://files.pythonhosted.org/packages/92/19/a7baf8b245729c7798af6bf00b02d92e1e6a5286a4aa032c9f703baebc28/keyring-7.2.tar.gz#sha256=681776a0b3971bb4334f16c31f42698120ca60dcd2d7cfd10f1d4e2176f7f4c2 (from https://pypi.org/simple/keyring/), version: 7.2 2019-02-13T05:56:34.5747109Z Found link https://files.pythonhosted.org/packages/49/66/a0b691aa62e3ac3c5f84ebccb7f6615abfe95c95356c36be7fa4ca1a6000/keyring-7.3-py2.py3-none-any.whl#sha256=fdc42ec815afa306cdf6f4e32be450d340837d43f95949ddd45bf606e15ef794 (from https://pypi.org/simple/keyring/), version: 7.3 2019-02-13T05:56:34.5747660Z Found link https://files.pythonhosted.org/packages/ad/9d/a0ca8198f05d7ba223a7b3e3c4b35fbc115d40963989b2c021ce7322dab7/keyring-7.3.tar.gz#sha256=b42cd886c025fb86c09963d6fdb4010b508a5d6dbe278d6c2d8e7cef533b566d (from https://pypi.org/simple/keyring/), version: 7.3 2019-02-13T05:56:34.5748187Z Found link https://files.pythonhosted.org/packages/fc/6e/6c0ccae4ab14f71bca287780ea5c99a0003ecf87ce1abcace064510c1e42/keyring-7.3.1-py2.py3-none-any.whl#sha256=c0785fc681bbd93291f6d281d8ba7fb69f2371ecece0356da613946ac2810943 (from https://pypi.org/simple/keyring/), version: 7.3.1 2019-02-13T05:56:34.5748734Z Found link https://files.pythonhosted.org/packages/7d/a9/8c6bf60710781ce13a9987c0debda8adab35eb79c6b5525f7fe5240b7a8a/keyring-7.3.1.tar.gz#sha256=2e4d925e49e48a44da836d2dcae42b8e0f899f7386131275708c27452d92b265 (from https://pypi.org/simple/keyring/), version: 7.3.1 2019-02-13T05:56:34.5749233Z Found link https://files.pythonhosted.org/packages/50/11/3bb8fd87acdd7f74b49165a0ca1a24d68a4c577891afa03e2d57cd20e4d5/keyring-8.0-py2.py3-none-any.whl#sha256=77b5fcf6b896a8f7f6e149638709b9b877909586fa338fe2a889c95bd4754d3b (from https://pypi.org/simple/keyring/), version: 8.0 2019-02-13T05:56:34.5749928Z Found link https://files.pythonhosted.org/packages/7e/70/a39057f2ae0e27319d237fb39e71f1ef89272fd8d6513421324d461f573c/keyring-8.0.tar.gz#sha256=85bf5c6ebc6f216fe80fec0f109ff0c411ab68951298a6d013a7b5dffcd81961 (from https://pypi.org/simple/keyring/), version: 8.0 2019-02-13T05:56:34.5750485Z Found link https://files.pythonhosted.org/packages/a3/17/d55bcbb3b1b2af50118953231a6cbc255efba9d9dae2257c0f6658c5c471/keyring-8.0.1-py2.py3-none-any.whl#sha256=149aab5fe1342a43cbae3d6cce7c2a562c86895a46f1f8696bb75a7a6aee70ee (from https://pypi.org/simple/keyring/), version: 8.0.1 2019-02-13T05:56:34.5750983Z Found link https://files.pythonhosted.org/packages/dd/cf/d782016512764ab7713d881a30d73d2f5399cc545b79c46d4e5a295cf334/keyring-8.0.1.tar.gz#sha256=48fe4d51a3cd84145a0dcb926268e82cb75a93cf5b111f41081fef6ec507443a (from https://pypi.org/simple/keyring/), version: 8.0.1 2019-02-13T05:56:34.5751649Z Found link https://files.pythonhosted.org/packages/26/aa/a928e07125f2ae4c38c24b37f2ca0913ddd60dbd01f91e126473214db35e/keyring-8.1-py2.py3-none-any.whl#sha256=5c2761f1cb200c6d25d2c3a86c996fa643f016d9624b58da6afe6167782b13fb (from https://pypi.org/simple/keyring/), version: 8.1 2019-02-13T05:56:34.5752140Z Found link https://files.pythonhosted.org/packages/03/63/1df8d54834f6ce2b16cfbc67314b06714fd46cf266f1c77562f9c604fef9/keyring-8.1.tar.gz#sha256=a8af5dc445514f577fd9d6fbf7bc247dee951755458891b678abaee05937a83f (from https://pypi.org/simple/keyring/), version: 8.1 2019-02-13T05:56:34.5752702Z Found link https://files.pythonhosted.org/packages/43/79/26e925714ed4ca093ecf771a81b0a12b05ae17da60679bee1f805b23c44d/keyring-8.1.1-py2.py3-none-any.whl#sha256=8040efe5d2fbc6eed46b733e261994e67a800f62500f804ed39eb4fe51323362 (from https://pypi.org/simple/keyring/), version: 8.1.1 2019-02-13T05:56:34.5753196Z Found link https://files.pythonhosted.org/packages/9a/dc/6dc86267f181635540b05757ff1d817ecc84de7f5f00a71b6f244ed309fb/keyring-8.1.1.tar.gz#sha256=4b86b72ad2ba99b9e385e15a774aa420d7b39336aad5da05f7074167e1540f58 (from https://pypi.org/simple/keyring/), version: 8.1.1 2019-02-13T05:56:34.5754145Z Found link https://files.pythonhosted.org/packages/06/8e/51e0bf04dab8f93df00f1eabcd3af6ba31a21a3610964587fcdf4551aa81/keyring-8.2-py2.py3-none-any.whl#sha256=24a3aa4697c0e7861b706cfffa5afd6e74b963965f8071a1645428be47759a2d (from https://pypi.org/simple/keyring/), version: 8.2 2019-02-13T05:56:34.5754655Z Found link https://files.pythonhosted.org/packages/7f/dc/d02ac2ea8eb028eeab752181029b0fdfc5152283355a3992fa123769fb46/keyring-8.2.tar.gz#sha256=89d5392dfb82dce6610845a8dc52541ec7e46204fafe242d5c6994216cdc3580 (from https://pypi.org/simple/keyring/), version: 8.2 2019-02-13T05:56:34.5755221Z Found link https://files.pythonhosted.org/packages/84/91/347ca6096d477db00f00fb3a02d27acdae52f9818a926ce33b32aea539cb/keyring-8.3.tar.gz#sha256=284f754d86bd176cd44f57fdc33b9d0decc0cdfc38f06eec649b5b1f93e40dc2 (from https://pypi.org/simple/keyring/), version: 8.3 2019-02-13T05:56:34.5755742Z Found link https://files.pythonhosted.org/packages/c6/6e/ec9c9a149e14f1ea1412b11890f664215fc1f951e23a79451caefc0744be/keyring-8.4-py2.py3-none-any.whl#sha256=2c3d6e3bbff4527d4bf0bd71062497f6f94b00484acf419c86ebc460adeaeefd (from https://pypi.org/simple/keyring/), version: 8.4 2019-02-13T05:56:34.5756285Z Found link https://files.pythonhosted.org/packages/df/4c/3f4fc0fe1c4e03697169582732e23a59ec474abc66beaa307771136c40db/keyring-8.4.tar.gz#sha256=45c54d972515514bc2464d9eae51e83cdd5955ccb8f6443541b03f0ea6d5196c (from https://pypi.org/simple/keyring/), version: 8.4 2019-02-13T05:56:34.5756794Z Found link https://files.pythonhosted.org/packages/48/bc/321a970e320010a4bc4cdd100d4fd1b3d0548f94043e732bcf1348af5267/keyring-8.4.1-py2.py3-none-any.whl#sha256=15f2116207767f497a8eaf15a189e17ed60e8537dd5beafcf3592d311ebb8121 (from https://pypi.org/simple/keyring/), version: 8.4.1 2019-02-13T05:56:34.5758462Z Found link https://files.pythonhosted.org/packages/60/4a/2b59bf55c0a94d9bc727e2fe3cc8710a4bdc10e235271c570ec49a22425e/keyring-8.4.1.tar.gz#sha256=59054102b7454704cf22040e2a41a320b2a46d5de511ba3a46268cf20ad40689 (from https://pypi.org/simple/keyring/), version: 8.4.1 2019-02-13T05:56:34.5759760Z Found link https://files.pythonhosted.org/packages/72/e7/08525ad61c34bb0952a6753e990919990dba89467d6b3e27e8282ef1003a/keyring-8.5-py2.py3-none-any.whl#sha256=1ccced29551069cac340eb7a1722ca0893ad94cad59e6a17d639c9b0ba117625 (from https://pypi.org/simple/keyring/), version: 8.5 2019-02-13T05:56:34.5760394Z Found link https://files.pythonhosted.org/packages/46/99/eecc8bcb4bfc40061bf79e4c520c7393eb3feccebd7397d5e76153f8c824/keyring-8.5.tar.gz#sha256=0f203b6b63aabbdabc5f7dac365ee71fd96e28f06ca2c12053d85f0b90472f2a (from https://pypi.org/simple/keyring/), version: 8.5 2019-02-13T05:56:34.5760961Z Found link https://files.pythonhosted.org/packages/54/24/ddcd0e555e2b94766f435aa184807247e864a1d04aadf418eb298bed9b15/keyring-8.5.1-py2.py3-none-any.whl#sha256=d555bf636a76e1d1f7939ac15ae6962aa7b25176ad424d245485edbf8ac2efc3 (from https://pypi.org/simple/keyring/), version: 8.5.1 2019-02-13T05:56:34.5761692Z Found link https://files.pythonhosted.org/packages/ac/a8/dcac1c3f8684dc9c3c2b4ea700e50e34da3dfc146d1f8edd30f72f96c73d/keyring-8.5.1.tar.gz#sha256=1e04dc88c868eb8a1bee020ec34edf597c65fe4e8d57828fe8345a6174cbffab (from https://pypi.org/simple/keyring/), version: 8.5.1 2019-02-13T05:56:34.5762260Z Found link https://files.pythonhosted.org/packages/07/88/2d7cfadb4d2f8742382cc8acc8c44b33d2bca1bb83f8e4b8c2d415f39e8e/keyring-8.6-py2.py3-none-any.whl#sha256=ee9006a2b046c2b4b20be6a27633512a373fee20b447308521ca3ea4dfa6bdaa (from https://pypi.org/simple/keyring/), version: 8.6 2019-02-13T05:56:34.5762752Z Found link https://files.pythonhosted.org/packages/4a/59/d8c08a8a42637b102ac70c9d5e175683c247ad13a7e55f9c0ddc8651faf9/keyring-8.6.tar.gz#sha256=92b28d9713ed77bc157680e95a3643a5777f5c3e0690e772c2f2da7df81ce46d (from https://pypi.org/simple/keyring/), version: 8.6 2019-02-13T05:56:34.5763339Z Found link https://files.pythonhosted.org/packages/3d/45/8336c2ca59a99979abef799cae3f017561ecaf348fcbc84e3885601b73ed/keyring-8.6.1-py2.py3-none-any.whl#sha256=b2bf77bad79d8bebdecae59ae7c45d146dc4bc79dcdb48432e00ac65f56b9022 (from https://pypi.org/simple/keyring/), version: 8.6.1 2019-02-13T05:56:34.5764231Z Found link https://files.pythonhosted.org/packages/80/bd/4925618784cb8017f96a3ca6432f8b024278210fc00d8631223cce7f533f/keyring-8.6.1.tar.gz#sha256=c9c8376201ed10522104b45b6786e2d5c3ba72148c7f49cefcbf2f1dd8da9018 (from https://pypi.org/simple/keyring/), version: 8.6.1 2019-02-13T05:56:34.5764824Z Found link https://files.pythonhosted.org/packages/49/9c/83cb89bfc097b889461f39adce88465b0eb926027faf916e091971d3546f/keyring-8.7-py2.py3-none-any.whl#sha256=2510768eedf6a8fb4fe7a392cb1161e7ca8c93f4349c4757881850c2118a1f98 (from https://pypi.org/simple/keyring/), version: 8.7 2019-02-13T05:56:34.5765317Z Found link https://files.pythonhosted.org/packages/54/21/0aee36637f48110b3ac524e9aabf70c004c3d4841cc64242ff0b19cdadd7/keyring-8.7.tar.gz#sha256=dd7dd8f9dc24abf7dae9655beed6d2e1f720b0ff18fd292847e79a2e62cd0211 (from https://pypi.org/simple/keyring/), version: 8.7 2019-02-13T05:56:34.5765898Z Found link https://files.pythonhosted.org/packages/29/cb/481e2d556b1d90baa43f6be87e75dbf1ac8df632dd511404c96399606f79/keyring-9.0-py2.py3-none-any.whl#sha256=6f13727245d460aebacad80f358e89d6850afa2c36c7e4bc91e3ca25ad08e072 (from https://pypi.org/simple/keyring/), version: 9.0 2019-02-13T05:56:34.5766439Z Found link https://files.pythonhosted.org/packages/b3/57/570bd1ae514dbe2c2764fed003f0118cc2218af3d2576d24fe30e2e959c7/keyring-9.0.tar.gz#sha256=1c1222298da2100128f821c57096c69cb6cec0d22ba3b66c2859ae95ae473799 (from https://pypi.org/simple/keyring/), version: 9.0 2019-02-13T05:56:34.5766950Z Found link https://files.pythonhosted.org/packages/9a/1e/8b0290dc98de928b04c6fc73c301faebf52b9479a3c772edc77b92b4d6f6/keyring-9.1-py2.py3-none-any.whl#sha256=2054a7c7528e6d4cde947a2e0711c117e79a32a49bb1082f66a856edfd31cbd1 (from https://pypi.org/simple/keyring/), version: 9.1 2019-02-13T05:56:34.5767653Z Found link https://files.pythonhosted.org/packages/c2/8d/a71bba3b79bc602763e57e5295a0e6e56b80ec9390c5eab1f042030de9e2/keyring-9.1.tar.gz#sha256=a5812697e2cfbe7ca7eafe1906790e6d97418daa9e7e6cede9f2eadd69c5cbe7 (from https://pypi.org/simple/keyring/), version: 9.1 2019-02-13T05:56:34.5768156Z Found link https://files.pythonhosted.org/packages/52/91/3f91c138d19fe96334b5c6b4f20d0ffa9a23311be3a9f51d5c422811268a/keyring-9.2-py2.py3-none-any.whl#sha256=b571fbc91c1b36ad0bc9d58b9c978b27b2a84f717f8e21cd6be936ab19c6d235 (from https://pypi.org/simple/keyring/), version: 9.2 2019-02-13T05:56:34.5768864Z Found link https://files.pythonhosted.org/packages/25/ef/a52b82ed4260cd36594ada4895c5495f5b0f9c908ef2bb45161f536eb8e6/keyring-9.2.tar.gz#sha256=d518c33897fa3aa02a2afb14fbf371280f1883d62b51f22608479e2787c2676f (from https://pypi.org/simple/keyring/), version: 9.2 2019-02-13T05:56:34.5769523Z Found link https://files.pythonhosted.org/packages/2b/81/1ff4d9498652149bb00967f7d52420fc06da12f6cf69e28301bb308abe36/keyring-9.2.1-py2.py3-none-any.whl#sha256=6698a8ef77c13f6ef8ec90a24262d2967b5f6e63665f361abe13dbffe02457b2 (from https://pypi.org/simple/keyring/), version: 9.2.1 2019-02-13T05:56:34.5770090Z Found link https://files.pythonhosted.org/packages/0a/48/f39b89ff3156ef61902faf16a74c917097a40b2eb3e03420c388f4a65ed7/keyring-9.2.1.tar.gz#sha256=c742a3684a5e4f41793fa079eee8e1299d749979ea44a20a5a83db7cbc742a3b (from https://pypi.org/simple/keyring/), version: 9.2.1 2019-02-13T05:56:34.5770596Z Found link https://files.pythonhosted.org/packages/8e/a3/f9079d245b6dba78618c8fea4961f0e3acba9973657c470cb7be3a46503c/keyring-9.3-py2.py3-none-any.whl#sha256=b29c2775d41f30c6fef928d2b6bc4eda857062a42d4e0c8186d1e5048f5801c1 (from https://pypi.org/simple/keyring/), version: 9.3 2019-02-13T05:56:34.5771135Z Found link https://files.pythonhosted.org/packages/ff/58/f3393b41852c1a1b12a9fcdfb468f638d0808c3520f23cc7c13f8f6c14e0/keyring-9.3.tar.gz#sha256=5c6cc42902c2135e4cb674b9108fc7a9ddb9550466dc332640ca89034984f7c2 (from https://pypi.org/simple/keyring/), version: 9.3 2019-02-13T05:56:34.5771657Z Found link https://files.pythonhosted.org/packages/45/7b/de9c4c0217529d8099e27c935364b84437fd24f1354e8c0151395d28e3ae/keyring-9.3.1-py2.py3-none-any.whl#sha256=72860d1f9837739b3d37be63f167eac2d2c125a0c7a4a690dcd74b09225e9486 (from https://pypi.org/simple/keyring/), version: 9.3.1 2019-02-13T05:56:34.5772204Z Found link https://files.pythonhosted.org/packages/7e/84/65816c2936cf7191bcb5b3e3dc4fb87def6f8a38be25b3a78131bbb08594/keyring-9.3.1.tar.gz#sha256=3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 (from https://pypi.org/simple/keyring/), version: 9.3.1 2019-02-13T05:56:34.5772703Z Found link https://files.pythonhosted.org/packages/c8/80/94658454893feddfc6170d189f998e9b7b4414a329dd0a953508a795315d/keyring-10.0-py2.py3-none-any.whl#sha256=c21bad3a0ba015e14352e7182b8a338adbb400eb4779dd9227767cb8e39e5eed (from https://pypi.org/simple/keyring/), version: 10.0 2019-02-13T05:56:34.5773268Z Found link https://files.pythonhosted.org/packages/38/c3/dfbc0ff5799a7e382d6ea2096579a29ab0fcff8d0dc8632c204e3a0ef0fe/keyring-10.0.tar.gz#sha256=cf1426d120fcceb6e0ca0ced7aafe6f96a72c1c2a43dd06123c28f5782fea061 (from https://pypi.org/simple/keyring/), version: 10.0 2019-02-13T05:56:34.5774303Z Found link https://files.pythonhosted.org/packages/4d/d1/63b51d6bc7813975ad14312941b0583b97c105c57e38fe4465dc536800cf/keyring-10.0.1-py2.py3-none-any.whl#sha256=1b5883888fdad1615f9151d34315af3355c9bd25a5c17c543785ea33c243db96 (from https://pypi.org/simple/keyring/), version: 10.0.1 2019-02-13T05:56:34.5774837Z Found link https://files.pythonhosted.org/packages/ee/3a/d9602993c5b82230d7bb736dc7253f2841613d37c7abf1afc3a5269d208e/keyring-10.0.1.tar.gz#sha256=18a993fa6aee746ca588972294ab8ab556507cb5421921bdcacd503009fae95f (from https://pypi.org/simple/keyring/), version: 10.0.1 2019-02-13T05:56:34.5775568Z Found link https://files.pythonhosted.org/packages/52/17/d3902a471afe368105f09f7c80bac395d05524439b7d6ad35d9edc2eacd4/keyring-10.0.2-py2.py3-none-any.whl#sha256=c84c508bd355381d39d054c30f6155cfe775997d7f2b0942b52335a949b3bd67 (from https://pypi.org/simple/keyring/), version: 10.0.2 2019-02-13T05:56:34.5776073Z Found link https://files.pythonhosted.org/packages/2b/b2/ccc3d598524a179b9ebbb9887885c8e1e428bd21b892a1f83cf774b1378c/keyring-10.0.2.tar.gz#sha256=91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 (from https://pypi.org/simple/keyring/), version: 10.0.2 2019-02-13T05:56:34.5776627Z Found link https://files.pythonhosted.org/packages/89/1a/c8a755e54c91cd4106c17fe72f0389d5403164acad9a44e9171209f8fb0f/keyring-10.1-py2.py3-none-any.whl#sha256=ba85e0038ebe14fa9ee41d33df09cd25c2d7cd956f88ee9699cd30fdea8393a4 (from https://pypi.org/simple/keyring/), version: 10.1 2019-02-13T05:56:34.5777118Z Found link https://files.pythonhosted.org/packages/85/de/be0737da02d869d5c354385ee65a7bbd0c7587cad011d3603d34a8902e4c/keyring-10.1.tar.gz#sha256=af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f (from https://pypi.org/simple/keyring/), version: 10.1 2019-02-13T05:56:34.5777790Z Found link https://files.pythonhosted.org/packages/0b/73/2ccc32bfeeddafc13439683c60311b2e97969146a533e3bd263542ba513b/keyring-10.2-py2.py3-none-any.whl#sha256=679e0f163289aae50128815d60894e631bfafc5d10d76cf4e4cae8322c544e07 (from https://pypi.org/simple/keyring/), version: 10.2 2019-02-13T05:56:34.5778289Z Found link https://files.pythonhosted.org/packages/66/30/288e93e950f5b41bc93046094744814f178e96e9fe36441d7253c8df66e4/keyring-10.2.tar.gz#sha256=bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572 (from https://pypi.org/simple/keyring/), version: 10.2 2019-02-13T05:56:34.5778849Z Found link https://files.pythonhosted.org/packages/27/e4/5e009777b5338487e5030be878e6363f0d1fd6132ed88f18858b7bd77117/keyring-10.3-py2.py3-none-any.whl#sha256=a1450c92de1c1807d3538fb42d3241a02945efb45851163bc75ce16a2b273ec2 (from https://pypi.org/simple/keyring/), version: 10.3 2019-02-13T05:56:34.5779359Z Found link https://files.pythonhosted.org/packages/d2/2f/b70bf3068b5964e4c45507e03652da0743c72460ff929e70aef201ed5ffb/keyring-10.3.tar.gz#sha256=220a92af8119eb38e7f9afbdf8c2c93eef8186cc39e9ab2a0e4c80807df00e45 (from https://pypi.org/simple/keyring/), version: 10.3 2019-02-13T05:56:34.5779924Z Found link https://files.pythonhosted.org/packages/23/12/e8961817ff7d66f97de09af3e81e69cada03b20f62c69e276c9381af35d8/keyring-10.3.1-py2.py3-none-any.whl#sha256=5539fdf1baefddccf799a0c861dde9e0fa0edcd20624d473c1d535787eeffb4e (from https://pypi.org/simple/keyring/), version: 10.3.1 2019-02-13T05:56:34.5780463Z Found link https://files.pythonhosted.org/packages/cf/d1/e7528de4bf610fcdf371692fd0c260a08d279b3b090a80b6fab2caae4771/keyring-10.3.1.tar.gz#sha256=9a0b7780653a69ce058212ece2a58539c6fd1b06965823a6c1d97d7af0e267c7 (from https://pypi.org/simple/keyring/), version: 10.3.1 2019-02-13T05:56:34.5781000Z Found link https://files.pythonhosted.org/packages/ea/a6/3f38adb61681b1c74fcca65e278c1d0de7fde6351f624c58975b07b8618f/keyring-10.3.2-py2.py3-none-any.whl#sha256=9ab1b9efe140783ae87c721c6ed4525080725472e5ff62355544568ef5716b18 (from https://pypi.org/simple/keyring/), version: 10.3.2 2019-02-13T05:56:34.5781550Z Found link https://files.pythonhosted.org/packages/83/4a/3599cd149394faf96c4b9c548e3dc7e14c488945f1676348e1ab741d65d6/keyring-10.3.2.tar.gz#sha256=f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6 (from https://pypi.org/simple/keyring/), version: 10.3.2 2019-02-13T05:56:34.5782054Z Found link https://files.pythonhosted.org/packages/dc/1c/029a77513458161ab4f7623ab590047efba954d91809ee15e10a1066ede2/keyring-10.3.3-py2.py3-none-any.whl#sha256=3812b6215120ef3fd4b90e4cfe2ea4304af45ee05b992e4078b631587dee87aa (from https://pypi.org/simple/keyring/), version: 10.3.3 2019-02-13T05:56:34.5782597Z Found link https://files.pythonhosted.org/packages/6b/38/4032c9767db98701384184ad973219172f785d58a686bb80eec58d9d6b62/keyring-10.3.3.tar.gz#sha256=86a7db0ed1026853d1235f4901efbcaafdba52357f2a0b0347ec1adbdc9b9026 (from https://pypi.org/simple/keyring/), version: 10.3.3 2019-02-13T05:56:34.5783240Z Found link https://files.pythonhosted.org/packages/64/6a/07415e4c23d4a162337aff8219f70d2677187c798cb2e0333dabac553e3f/keyring-10.4.0-py2.py3-none-any.whl#sha256=4fd131d854f9517c921f7c55a574727df4a66c61f76d715fe976ca27d6913c8a (from https://pypi.org/simple/keyring/), version: 10.4.0 2019-02-13T05:56:34.5784156Z Found link https://files.pythonhosted.org/packages/37/0c/034139cd798dac3ceb4fcb4ed85e20c27f3e579c25cdaf066aad1552da3d/keyring-10.4.0.tar.gz#sha256=901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26 (from https://pypi.org/simple/keyring/), version: 10.4.0 2019-02-13T05:56:34.5784717Z Found link https://files.pythonhosted.org/packages/72/2a/5ffde45db53af8128e5e2ee1a39d3ca376da160151988d056a069963c7b3/keyring-10.5.0-py2.py3-none-any.whl#sha256=a1c9572049e33e54fd78a924cefda856efda9fe47c67b462fa2913e635d638c3 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.5.0 2019-02-13T05:56:34.5785462Z Found link https://files.pythonhosted.org/packages/42/2e/51bd1739fe335095a2174db3f2f230346762e7e572471059540146a521f6/keyring-10.5.0.tar.gz#sha256=0e6129e8c5bc80da34cc1942d30daad79ed40419fcaaa538278c3b2ff235b313 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.5.0 2019-02-13T05:56:34.5785999Z Found link https://files.pythonhosted.org/packages/c8/fd/a8e1277d1a688d2d5a5a6686096c3f7545ce0062e90b823c3d4c070b8f94/keyring-10.5.1-py2.py3-none-any.whl#sha256=94bf8b929cc0b9ee99654b6f7e99865a40340b66417a8345645fd5838495e0c5 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.5.1 2019-02-13T05:56:34.5786582Z Found link https://files.pythonhosted.org/packages/bf/f8/275eb20a232d8d9558abfb32a98abc074b4c31b07fa148b1db5ca73f5b54/keyring-10.5.1.tar.gz#sha256=f10674bb6ecbf82e2b713627c48ad0e84178e1c9d3dc1f0373261a0765402fb2 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.5.1 2019-02-13T05:56:34.5787187Z Found link https://files.pythonhosted.org/packages/b1/4a/89ab7aa2cf501a5e715c7bbb0df11af0c0b2b1d918cdfabca74984dd2c34/keyring-10.6.0-py2.py3-none-any.whl#sha256=5b5cfd4dc67889f40de93d3f2987cf8ec0f4de08d262dbdc1017f11457266d58 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.6.0 2019-02-13T05:56:34.5787710Z Found link https://files.pythonhosted.org/packages/47/d2/0cf275bd931f62c5f496b2e36fe9d16ed75fbbe608f881792ce6abb58e32/keyring-10.6.0.tar.gz#sha256=69c2b69d66a0db1165c6875c1833c52f4dc62179959692b30c8c4a4b8390d895 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 10.6.0 2019-02-13T05:56:34.5788294Z Found link https://files.pythonhosted.org/packages/d3/35/2e033dbf7b7506f0fba12dfe15a501f4e2f9ce533d160931b9ac15e08a20/keyring-11.0.0-py2.py3-none-any.whl#sha256=72f6c4eab94239550ce38ba0d687da3e595376bf7ccfdf61d8a42f43c7cb2fb7 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 11.0.0 2019-02-13T05:56:34.5788833Z Found link https://files.pythonhosted.org/packages/5e/f8/ac0b545c716ed7bab54d11669328e34a6f1eb4a5d8b188d443a7b234861f/keyring-11.0.0.tar.gz#sha256=b4607520a7c97be96be4ddc00f4b9dac65f47a45af4b4cd13ed5a8879641d646 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 11.0.0 2019-02-13T05:56:34.5789414Z Found link https://files.pythonhosted.org/packages/86/cd/16a6a69134f0e52bbffc514a938297769d219482cfcb57ed1998bb4997e8/keyring-11.1.0-py2.py3-none-any.whl#sha256=17caf6e84054c619c357270c1a2c929b0a96f3548fccbdf8aa9f95310c8ef4b2 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 11.1.0 2019-02-13T05:56:34.5789978Z Found link https://files.pythonhosted.org/packages/9d/cf/06a97de45534320de4216f65763b9d50a21aff8ac79b04fb9dbc312aeddd/keyring-11.1.0.tar.gz#sha256=6509925b5b16f2b6c705e954df8f5ab4a6416ee6da5059ff62560499311fd72d (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 11.1.0 2019-02-13T05:56:34.5790633Z Found link https://files.pythonhosted.org/packages/bb/7a/5ae985341091b026f4c628655ad0911102a61ac758e1a0ff1cc4490b730a/keyring-12.0.0-py2.py3-none-any.whl#sha256=c232ec21a7efd2e7602d1f3aff80e1c022432b2ded0edbe441303bd1b59abf25 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.0 2019-02-13T05:56:34.5791209Z Found link https://files.pythonhosted.org/packages/d6/bb/aae5ea03a60f15b000a36b8822d401ef15589dcf7d93b566007e442246c5/keyring-12.0.0.tar.gz#sha256=fe8ae61626476c554af55036d48360b422a3d32c7c429a93f972219399987b38 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.0 2019-02-13T05:56:34.5791739Z Found link https://files.pythonhosted.org/packages/df/62/2b91a6f701a5117d574a17a17ac45ae7713b17defe96cde76b09406c5faf/keyring-12.0.1-py2.py3-none-any.whl#sha256=2a0f9e386488f3bbd66927be4f77740873f2948a3a833f6237a0e595926fbfbc (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.1 2019-02-13T05:56:34.5792419Z Found link https://files.pythonhosted.org/packages/b9/f5/26c0d2195b2d3c2f3ecf11eff0903d5eca3a53d3999da2a7d4a2035cc769/keyring-12.0.1.tar.gz#sha256=846c9c709ee1203bac5444abec19b5228f4601377686f33cba672aa0ba313abd (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.1 2019-02-13T05:56:34.5792952Z Found link https://files.pythonhosted.org/packages/ba/a0/a42643ba6f8417bdd22b186f1bb27bae3c0fd6be365eea0ffeb1c1d29051/keyring-12.0.2-py2.py3-none-any.whl#sha256=26edbe23dd0d79682b9c2cf825e58376fa87412ba4c94018edbbcabb7dcedfcf (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.2 2019-02-13T05:56:34.5793846Z Found link https://files.pythonhosted.org/packages/53/3c/418da48e76dd6ec171b6ad086bc6216d3c0eae13fcec96861fe83128f016/keyring-12.0.2.tar.gz#sha256=445d9521b4fcf900e51c075112e25ddcf8af1db7d1d717380b64eda2cda84abc (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.0.2 2019-02-13T05:56:34.5794471Z Found link https://files.pythonhosted.org/packages/48/c6/1925d51e81b7e37c445f87fc180077ced85f8916058ebd9778db920b9488/keyring-12.1.0-py2.py3-none-any.whl#sha256=f9f9d969115f4427775273fabbcf029d5b6809181752659fc07ea2df63b598fa (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.1.0 2019-02-13T05:56:34.5795065Z Found link https://files.pythonhosted.org/packages/af/2c/bc380af0b877ccea570aadd428ae4f8f277782c4b9a11d1236ec6a2d822e/keyring-12.1.0.tar.gz#sha256=4b098f23d78e1bf8517b75a808bb0150c31c7c105bb86e159245e493acbd22aa (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.1.0 2019-02-13T05:56:34.5795708Z Found link https://files.pythonhosted.org/packages/42/fc/b2729f018c400d67a02f753111bc26a26dd02cd38116a5239031b212eb8b/keyring-12.2.0-py2.py3-none-any.whl#sha256=34886447c5a96605208c4da9bec886c5c9a38c3f6033dc5f927deb14923d241a (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.2.0 2019-02-13T05:56:34.5796252Z Found link https://files.pythonhosted.org/packages/a9/67/b2b53b157abf5973f795d6859f892a1dc2ac4ab1a232f57b34547be558eb/keyring-12.2.0.tar.gz#sha256=4a639773932525ff25225cace20e74580403715b3e00a8ea94a7b121dad1cfac (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.2.0 2019-02-13T05:56:34.5796847Z Found link https://files.pythonhosted.org/packages/47/c0/4dfeeedaa233a12c3e5eb1e079b4dce96bbcbf0d030abc5e9a6b771e5812/keyring-12.2.1-py2.py3-none-any.whl#sha256=fd597e72df7240ec5a4215c50957e41c3d4bd321d97bf163f4a8e75ca287d77b (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.2.1 2019-02-13T05:56:34.5797369Z Found link https://files.pythonhosted.org/packages/d8/07/e862b57168e088f3ba880fba2471f05f78c19e75b1632be0143d116e7fa3/keyring-12.2.1.tar.gz#sha256=4498eaa2e32fc69a8b36749116b670c379d36a1a9ad4ab107df1e19c8a120ffe (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 12.2.1 2019-02-13T05:56:34.5797955Z Found link https://files.pythonhosted.org/packages/a6/2a/f262337da5acd435e1013189e1cab16c40da2c79fc663477efb19156cdf9/keyring-13.0.0-py2.py3-none-any.whl#sha256=6849b41e69f77cdb122f026f78797675248252775a1db6ebc47610b769772b23 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.0.0 2019-02-13T05:56:34.5798689Z Found link https://files.pythonhosted.org/packages/b9/4d/fcfebaffd107d73dc7105625fde6f0682f0c7d1d783edf8211c5a2cdad06/keyring-13.0.0.tar.gz#sha256=dd188c7d40e6778e18d330a96d0bef77bffc109dad82270133e3969908016862 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.0.0 2019-02-13T05:56:34.5799221Z Found link https://files.pythonhosted.org/packages/33/f4/0b90a69cd0d06e783d0b8b2951050839af7da2d3d153a5a7eaf605e9fb2c/keyring-13.1.0-py2.py3-none-any.whl#sha256=fb6ad22365c2e4cbec065fd26551646405d0eed651be929e5d826dec78049dcb (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.1.0 2019-02-13T05:56:34.5799795Z Found link https://files.pythonhosted.org/packages/79/84/c8b8f4711b40196b6ba44bb98348717122326bb8167dc05293bf74c608a2/keyring-13.1.0.tar.gz#sha256=971699318f8a882da4193f0c2f87ae974e34c777fdfb59f89b50105cd678f4d9 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.1.0 2019-02-13T05:56:34.5800437Z Found link https://files.pythonhosted.org/packages/ed/d0/eb9b638aa87c608e00921b0e0698f1367b6189c59c738c19f8808447438d/keyring-13.2.0-py2.py3-none-any.whl#sha256=d620c706654cbb272beacacd3205336dccb2d6f63e5f1628069d6b40873cd2f8 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.2.0 2019-02-13T05:56:34.5801014Z Found link https://files.pythonhosted.org/packages/0e/52/d850ee9c44e337ddc235bddd6fe5cc25adac8420cbe6e28f79e1fd679b9a/keyring-13.2.0.tar.gz#sha256=31bb08c1acd9baeba6cc26586064c8210f5a6f1d5604197a6ce1b7e46b714ce7 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.2.0 2019-02-13T05:56:34.5801595Z Found link https://files.pythonhosted.org/packages/88/a8/341fa4686e98bf10289eb4eaea89e8176b93c1e38de52e3c42d9112baae1/keyring-13.2.1-py2.py3-none-any.whl#sha256=6e01954fd3e404820e1fade262ee661974051551ed08c899ffc5e88bb9df288e (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.2.1 2019-02-13T05:56:34.5802147Z Found link https://files.pythonhosted.org/packages/a0/c9/c08bf10bd057293ff385abaef38e7e548549bbe81e95333157684e75ebc6/keyring-13.2.1.tar.gz#sha256=6364bb8c233f28538df4928576f4e051229e0451651073ab20b315488da16a58 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 13.2.1 2019-02-13T05:56:34.5802731Z Found link https://files.pythonhosted.org/packages/ff/a6/9a679b52304900703aea0f0fed81d95fed509097c694451ff7069d296e77/keyring-15.0.0-py2.py3-none-any.whl#sha256=79403339cf426da7da272457decca44cd23dae454d30e038b8eab33be165ba97 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.0.0 2019-02-13T05:56:34.5803254Z Found link https://files.pythonhosted.org/packages/7e/48/e634c10c7034033f53791e297b0fd7ea23a0d79fffae06bc690d79903b31/keyring-15.0.0.tar.gz#sha256=b49511f64a945e37d83f9fe926bf828945d43989d4c1c522ccce61748df0386d (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.0.0 2019-02-13T05:56:34.5804345Z Found link https://files.pythonhosted.org/packages/6c/3f/7a3f780dfa9ee5708507090ce15d6707aded2865f9e6999f48fa88b65bf3/keyring-15.1.0-py2.py3-none-any.whl#sha256=16dddc3edaeb2703aaf5588a0b488b62f162e26f1877b6faf3a3db4b7712df61 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.1.0 2019-02-13T05:56:34.5804893Z Found link https://files.pythonhosted.org/packages/7c/c0/4f48b2b1ff9eec624624142e9be28a6c91b494fd1513df4ef7544da3886c/keyring-15.1.0.tar.gz#sha256=6232b972dfbd44fd9bd649242dbf17f616988b152d4268f9ca1dcc704b467381 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.1.0 2019-02-13T05:56:34.5805500Z Found link https://files.pythonhosted.org/packages/2d/2a/c003dd0812deb375819e3476300aebc47b6034bb4f1fb75dcd830c1153e9/keyring-15.2.0-py2.py3-none-any.whl#sha256=1279f917e42ad71046cf464cc3d04b0bbf83f478c10296a0200e93883791fe64 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.2.0 2019-02-13T05:56:34.5806239Z Found link https://files.pythonhosted.org/packages/29/3e/87b1f121e369e8772ccfa231da1e91dc308f0278a92a30f1a74ce77e1953/keyring-15.2.0.tar.gz#sha256=1d972d995e184166589018224a9d994400f8b500a7178c87d4a4bdab15106186 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 15.2.0 2019-02-13T05:56:34.5806782Z Found link https://files.pythonhosted.org/packages/85/25/55798660a50bd2fd7a8ef58a4394fd4fbb474e6b87d55a8d3e49e300d2a4/keyring-16.0.0-py2.py3-none-any.whl#sha256=229ab6e4f1babf9e9dc02db36db291fe020795c8d584801a09450d3bef666a01 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.0 2019-02-13T05:56:34.5807352Z Found link https://files.pythonhosted.org/packages/d5/04/cec2bbdd31057c554ef97769bf8ed3bc014ce01e3b60e13799f26dc5640d/keyring-16.0.0.tar.gz#sha256=8a9b0c2c2abc3e7326559f840e1f05e6d010ccaf397d09f450485920ba08e443 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.0 2019-02-13T05:56:34.5808005Z Found link https://files.pythonhosted.org/packages/17/e6/d477b367d3c598f107e22e1abcc93d6e742c3686d94ea5b4174174418ec1/keyring-16.0.1-py2.py3-none-any.whl#sha256=b1ee90571b4fa1db66e99b7e8ccb0fec5e9669a63d80c41ed152dcd05f599178 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.1 2019-02-13T05:56:34.5808796Z Found link https://files.pythonhosted.org/packages/6b/a4/d4e11968867e3def2056fc4cf090ae41a3625ed67376233fa9bcf2efbeba/keyring-16.0.1.tar.gz#sha256=a86499736e2e6555618606c2fbc98147e803fa276f990ddba7011eb29a01b5ad (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.1 2019-02-13T05:56:34.5809373Z Found link https://files.pythonhosted.org/packages/5f/cb/dc7b2215cd82b77e7b8b48abd8989c1b09990d4c91a3ccfdc18a61157b36/keyring-16.0.2-py2.py3-none-any.whl#sha256=2a5cf5e596cbf8b66b98b8df2c214adfe21e6e18baa82006b2c482bd0c4be94c (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.2 2019-02-13T05:56:34.5809983Z Found link https://files.pythonhosted.org/packages/ee/79/744da3470d832b776a37ccf2b277339f165ff75827606b073dd653b26bba/keyring-16.0.2.tar.gz#sha256=95e4f1d0342d0bf5d137d1d2352d59f7abbebb1507bec1ac26831c411ac23150 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.0.2 2019-02-13T05:56:34.5810561Z Found link https://files.pythonhosted.org/packages/15/43/d97fe201586beca0a4bb24541f71036a16a7fc1d712e8eab850a7ede818f/keyring-16.1.0-py2.py3-none-any.whl#sha256=e605f00553c083eaaa8620b29edeea40323c5c5117b64267654f529951e3245c (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.1.0 2019-02-13T05:56:34.5811089Z Found link https://files.pythonhosted.org/packages/b6/e1/bf843116bb42251a78e05e2ab7edfe99721e19af8933c8b0d63a5d1fd1a2/keyring-16.1.0.tar.gz#sha256=e9d58fcb4e559f13ae7d10df301cef45ef2786ef8162a648373f8566b1761eb0 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.1.0 2019-02-13T05:56:34.5811692Z Found link https://files.pythonhosted.org/packages/c6/75/75d9d3f45ff56e4d39a954d5694463887b24ef639c1befb5da027c5a0f0e/keyring-16.1.1-py2.py3-none-any.whl#sha256=0209a8a0109b09c729a322ff0448054d32368fc7c53dbf0351b115cefed753b2 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.1.1 2019-02-13T05:56:34.5812212Z Found link https://files.pythonhosted.org/packages/82/48/21c3a86ac664918f6d41a6fccc64cbd732cacca5c9dbc8620b5e12527124/keyring-16.1.1.tar.gz#sha256=e663a36c46ecd5070d6a019d0046ed331e2830363d8b7ef0f510a6497f65abe0 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 16.1.1 2019-02-13T05:56:34.5812795Z Found link https://files.pythonhosted.org/packages/c8/4d/e1f19eebda5cd58030ecc1f61321f71661cfdb9d911d0b1053ab0ca7351c/keyring-17.0.0-py2.py3-none-any.whl#sha256=f3d6a02f513546ca13b6cd3418d769e8fe1932dc7c00bd0c2a342b5eee370f15 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.0.0 2019-02-13T05:56:34.5813794Z Found link https://files.pythonhosted.org/packages/d2/fc/08b607c6870b20fc2aa9ef5b7c49293c3134d57563e57d27d9a8b753816c/keyring-17.0.0.tar.gz#sha256=d3744d22e398c19405d819d3c2d3bb82dc05a96513f577411c8847bb207dc289 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.0.0 2019-02-13T05:56:34.5814468Z Found link https://files.pythonhosted.org/packages/7b/be/72de28759133f5a62cd82bea40bc0d09c1d8a336b7022c79eacbca5c1ba8/keyring-17.1.0-py2.py3-none-any.whl#sha256=92e046f2e8d6e90f31bb533f05cbcf3ecc3b87c8cecc05cf91e52a9625273eb9 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.1.0 2019-02-13T05:56:34.5815142Z Found link https://files.pythonhosted.org/packages/e4/e8/c05a5b8214df5f6ddcc7dcb562c9203c78a103e8c1f4907df474c89a71ce/keyring-17.1.0.tar.gz#sha256=128def5daa14a38d87bf814dbe19cf584ab810649d253bee7b4a98bbe97ed978 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.1.0 2019-02-13T05:56:34.5815836Z Found link https://files.pythonhosted.org/packages/28/01/06f2e55264994a89d543ee37f2cfc4af85800824a8ca5c6532f715ff41a9/keyring-17.1.1-py2.py3-none-any.whl#sha256=d71368b9a10dc096c8a1b69a46fc23f0a551f709b9a55b4d4deb7d2fbd809b68 (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.1.1 2019-02-13T05:56:34.5816413Z Found link https://files.pythonhosted.org/packages/b2/aa/71f2e7990a33a23dfcb3a96b87a9b3029664553f3dae4ec08a6f536183ea/keyring-17.1.1.tar.gz#sha256=8f683fa6c8886da58b28c7d8e3819b1a4bf193741888e33a6e00944b673a22cf (from https://pypi.org/simple/keyring/) (requires-python:>=2.7), version: 17.1.1 2019-02-13T05:56:34.5816464Z Using version 13.2.1 (newest of versions: 13.2.1) 2019-02-13T05:56:34.5816552Z Starting new HTTPS connection (1): files.pythonhosted.org 2019-02-13T05:56:34.5816941Z https://files.pythonhosted.org:443 “GET /packages/88/a8/341fa4686e98bf10289eb4eaea89e8176b93c1e38de52e3c42d9112baae1/keyring-13.2.1-py2.py3-none-any.whl HTTP/1.1” 200 33431 2019-02-13T05:56:34.5817325Z Downloading https://files.pythonhosted.org/packages/88/a8/341fa4686e98bf10289eb4eaea89e8176b93c1e38de52e3c42d9112baae1/keyring-13.2.1-py2.py3-none-any.whl 2019-02-13T05:56:34.5817891Z Downloading from URL https://files.pythonhosted.org/packages/88/a8/341fa4686e98bf10289eb4eaea89e8176b93c1e38de52e3c42d9112baae1/keyring-13.2.1-py2.py3-none-any.whl#sha256=6e01954fd3e404820e1fade262ee661974051551ed08c899ffc5e88bb9df288e (from https://pypi.org/simple/keyring/) (requires-python:>=2.7) 2019-02-13T05:56:34.5817943Z Collecting secretstorage; sys_platform == “linux” and python_version >= “3.5” (from keyring~=13.2.1) 2019-02-13T05:56:34.5817986Z 1 location(s) to search for versions of secretstorage: 2019-02-13T05:56:34.5818072Z * https://pypi.python.org/simple/secretstorage/ 2019-02-13T05:56:34.5818112Z Getting page https://pypi.python.org/simple/secretstorage/ 2019-02-13T05:56:34.5818153Z Resetting dropped connection: pypi.python.org 2019-02-13T05:56:34.5818269Z https://pypi.python.org:443 “GET /simple/secretstorage/ HTTP/1.1” 301 122 2019-02-13T05:56:34.5818311Z https://pypi.org:443 “GET /simple/secretstorage/ HTTP/1.1” 200 1867 2019-02-13T05:56:34.5818393Z Analyzing links from page https://pypi.org/simple/secretstorage/ 2019-02-13T05:56:34.5818902Z Found link https://files.pythonhosted.org/packages/7b/c5/21b286157e635b18482f6273d9607e179f1cccdc8d9551543ca6cf77f7f5/SecretStorage-1.0.0.tar.gz#sha256=27c441f2cf524edaa0cf39abb4a9f65cde6ab99bb1471a9e2cdb11ffcfbc0081 (from https://pypi.org/simple/secretstorage/), version: 1.0.0 2019-02-13T05:56:34.5819408Z Found link https://files.pythonhosted.org/packages/a3/bc/215912d37144b160b72cd44b5d84127dac35095988272a79cd18b3afeed1/SecretStorage-1.1.0.tar.gz#sha256=439d23ef00abb673a9a119c58bb8733e8ce6f57f82afc016547af4b742d49383 (from https://pypi.org/simple/secretstorage/), version: 1.1.0 2019-02-13T05:56:34.5819965Z Found link https://files.pythonhosted.org/packages/87/92/79f47441388efe911b7b089d68e50fc2d853aa4656b583472d780baa39f4/SecretStorage-2.0.0.tar.gz#sha256=77229e2593d60ae431e753795051dcbbfc49ab9a4129b98b2353878ab82fbe11 (from https://pypi.org/simple/secretstorage/), version: 2.0.0 2019-02-13T05:56:34.5820580Z Found link https://files.pythonhosted.org/packages/7e/a4/dddc188fb1f6d11222698771e9e498f9d5cc08d17f5a942bc1b4a569374b/SecretStorage-2.1.0.tar.gz#sha256=445302d4fd44fe631e3cd6b251f78fab8fc9ece9d70021d2347f7ab980a4ffee (from https://pypi.org/simple/secretstorage/), version: 2.1.0 2019-02-13T05:56:34.5821130Z Found link https://files.pythonhosted.org/packages/06/7c/fdee84b316a339df5fda71bd6ecdbb26506ac16e9070477bf49e90e8038e/SecretStorage-2.1.1.tar.gz#sha256=89da767e6e13bebac7ddb88f2c39cb1d0eaf2a5776e9f77afb1eb77cc193d5b5 (from https://pypi.org/simple/secretstorage/), version: 2.1.1 2019-02-13T05:56:34.5821630Z Found link https://files.pythonhosted.org/packages/58/82/812a795597e069b759cf80c7da8047e55a861870f438d71f4389838b7979/SecretStorage-2.1.2.tar.gz#sha256=61da7f2ff9d44abf7b053f58360fa844de0a35b16de4efdc0b545c286cecc082 (from https://pypi.org/simple/secretstorage/), version: 2.1.2 2019-02-13T05:56:34.5822231Z Found link https://files.pythonhosted.org/packages/7f/57/00249a6fa1bc70d729cf00dfd810a6b364c5256318a94af95d05da014bf0/SecretStorage-2.1.3.tar.gz#sha256=406d0f5211d60a34ddff4df76cb8623b5ba5ff18bd18758595549e571ed10eff (from https://pypi.org/simple/secretstorage/), version: 2.1.3 2019-02-13T05:56:34.5822786Z Found link https://files.pythonhosted.org/packages/c9/b0/833d13a07319ff9b9815d1683c5ece719f6e467b8217c1c6a42bc37a3aa9/SecretStorage-2.1.4.tar.gz#sha256=9d9e9bdb3f8798ae237f89c5543cba4244dfb358415fd4152858f395c5d84907 (from https://pypi.org/simple/secretstorage/), version: 2.1.4 2019-02-13T05:56:34.5823284Z Found link https://files.pythonhosted.org/packages/2a/8a/99c669b67b0649ab8ff5d1e8b435c152986ee2ca54c339ae226b38339ce7/SecretStorage-2.2.0.tar.gz#sha256=d55b7372b9c2d8c55bdb341679595c8e5753056c773f98001c09cdba7e981923 (from https://pypi.org/simple/secretstorage/), version: 2.2.0 2019-02-13T05:56:34.5824288Z Found link https://files.pythonhosted.org/packages/24/af/50f2324784ee65e2b752624144249c7710e761be437dd82815ff86d3021f/SecretStorage-2.2.1.tar.gz#sha256=d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6 (from https://pypi.org/simple/secretstorage/), version: 2.2.1 2019-02-13T05:56:34.5824806Z Found link https://files.pythonhosted.org/packages/26/11/ea157f449dbb360849616b2200ed760b03e9ba84f6989f2619e88622d99a/SecretStorage-2.3.0.tar.gz#sha256=afe42fc80398fb315f2188c2dfeea13e752e348deaaf3b3259969f3454c55ef6 (from https://pypi.org/simple/secretstorage/), version: 2.3.0 2019-02-13T05:56:34.5825371Z Found link https://files.pythonhosted.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz#sha256=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 (from https://pypi.org/simple/secretstorage/), version: 2.3.1 2019-02-13T05:56:34.5825930Z Found link https://files.pythonhosted.org/packages/f3/40/3cbd8b15c8f98b5c6d2480fb0087b06eb39b87992e61c966775156e1a693/SecretStorage-3.0.1-py3-none-any.whl#sha256=1bbf5b85a718854916d1c151fa33e6f667e3c005e033ea46d4123384d233b137 (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.0.1 2019-02-13T05:56:34.5826501Z Found link https://files.pythonhosted.org/packages/65/02/1f0d2a7b1221bc9a15f8b8d4de2c8ad8272c4d0af76cbdc72e2cf51d42e0/SecretStorage-3.0.1.tar.gz#sha256=819087ca89c0d6c5711692f41fb26f786af9dcc5bb89d567722a66edfbb2a689 (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.0.1 2019-02-13T05:56:34.5827054Z Found link https://files.pythonhosted.org/packages/d8/e8/80975fd281764c80b2eb581a7f25d2109786e273b8925e8161bd2d06d10a/SecretStorage-3.1.0-py3-none-any.whl#sha256=20196abd1a9d1310df7573d58ca6e7ed9292218c98ca3638eea07beb16080343 (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.1.0 2019-02-13T05:56:34.5827789Z Found link https://files.pythonhosted.org/packages/17/7a/683ce8d41b0b392199f1f6273a5cc81a0583b886e799786b7add5750817f/SecretStorage-3.1.0.tar.gz#sha256=29aa3cbd36dd5e54ac17d69161f9a150548f4ffba21fa8b5fdd5add854fe7d8b (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.1.0 2019-02-13T05:56:34.5828327Z Found link https://files.pythonhosted.org/packages/82/59/cb226752e20d83598d7fdcabd7819570b0329a61db07cfbdd21b2ef546e3/SecretStorage-3.1.1-py3-none-any.whl#sha256=7a119fb52a88e398dbb22a4b3eb39b779bfbace7e4153b7bc6e5954d86282a8a (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.1.1 2019-02-13T05:56:34.5828916Z Found link https://files.pythonhosted.org/packages/a6/89/df343dbc2957a317127e7ff2983230dc5336273be34f2e1911519d85aeb5/SecretStorage-3.1.1.tar.gz#sha256=20c797ae48a4419f66f8d28fc221623f11fc45b6828f96bdb1ad9990acb59f92 (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5), version: 3.1.1 2019-02-13T05:56:34.5829061Z Using version 3.1.1 (newest of versions: 1.0.0, 1.1.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 3.0.1, 3.1.0, 3.1.1) 2019-02-13T05:56:34.5829517Z https://files.pythonhosted.org:443 “GET /packages/82/59/cb226752e20d83598d7fdcabd7819570b0329a61db07cfbdd21b2ef546e3/SecretStorage-3.1.1-py3-none-any.whl HTTP/1.1” 200 14376 2019-02-13T05:56:34.5829878Z Downloading https://files.pythonhosted.org/packages/82/59/cb226752e20d83598d7fdcabd7819570b0329a61db07cfbdd21b2ef546e3/SecretStorage-3.1.1-py3-none-any.whl 2019-02-13T05:56:34.5830447Z Downloading from URL https://files.pythonhosted.org/packages/82/59/cb226752e20d83598d7fdcabd7819570b0329a61db07cfbdd21b2ef546e3/SecretStorage-3.1.1-py3-none-any.whl#sha256=7a119fb52a88e398dbb22a4b3eb39b779bfbace7e4153b7bc6e5954d86282a8a (from https://pypi.org/simple/secretstorage/) (requires-python:>=3.5) 2019-02-13T05:56:34.5830499Z Collecting entrypoints (from keyring~=13.2.1) 2019-02-13T05:56:34.5830542Z 1 location(s) to search for versions of entrypoints: 2019-02-13T05:56:34.5830644Z * https://pypi.python.org/simple/entrypoints/ 2019-02-13T05:56:34.5830685Z Getting page https://pypi.python.org/simple/entrypoints/ 2019-02-13T05:56:34.5830725Z Resetting dropped connection: pypi.python.org 2019-02-13T05:56:34.5830766Z https://pypi.python.org:443 “GET /simple/entrypoints/ HTTP/1.1” 301 122 2019-02-13T05:56:34.5830847Z https://pypi.org:443 “GET /simple/entrypoints/ HTTP/1.1” 200 971 2019-02-13T05:56:34.5830888Z Analyzing links from page https://pypi.org/simple/entrypoints/ 2019-02-13T05:56:34.5831429Z Found link https://files.pythonhosted.org/packages/4c/2e/dee591288e72200f9fda6c0e76738ad831ff8d13be77289700017b4a9671/entrypoints-0.1-py2.py3-none-any.whl#sha256=8aa8df92bdc1c7091113f6400e2565cc4e6cb719763d4a30d59c3e46e52683bb (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.1 2019-02-13T05:56:34.5832010Z Found link https://files.pythonhosted.org/packages/31/af/4c6109fc91cd12b4d3fe63890f5ff2cde40f0d9eb7c2f4d8ec6f5bda73d3/entrypoints-0.2-py2.py3-none-any.whl#sha256=0bb0ddf7ce6e9984dd5c00ab51bfe2c1117695a10e6c133ee8be4341d6a9dfad (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.2 2019-02-13T05:56:34.5832566Z Found link https://files.pythonhosted.org/packages/a5/2d/26548d66d58f7775cb332fcf3f864987c05f5e3f800b0b22b9919dacf653/entrypoints-0.2.1-py2.py3-none-any.whl#sha256=fcffda409defe4e8930d54cedf6942477853b5657c9959640a9a564a9b195684 (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.2.1 2019-02-13T05:56:34.5833160Z Found link https://files.pythonhosted.org/packages/f8/ad/0e77a853c745a15981ab51fa9a0cb4eca7a7a007b4c1970106ee6ba01e0c/entrypoints-0.2.2-py2.py3-none-any.whl#sha256=0a0685962ee5ac303f470acbb659f0f97aef5b9deb6b85d059691c706ef6e45e (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.2.2 2019-02-13T05:56:34.5839539Z Found link https://files.pythonhosted.org/packages/cc/8b/4eefa9b47f1910b3d2081da67726b066e379b04ca897acfe9f92bac56147/entrypoints-0.2.3-py2.py3-none-any.whl#sha256=10ad569bb245e7e2ba425285b9fa3e8178a0dc92fc53b1e1c553805e15a8825b (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.2.3 2019-02-13T05:56:34.5840353Z Found link https://files.pythonhosted.org/packages/27/e8/607697e6ab8a961fc0b141a97ea4ce72cd9c9e264adeb0669f6d194aa626/entrypoints-0.2.3.tar.gz#sha256=d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.2.3 2019-02-13T05:56:34.5842049Z Found link https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl#sha256=589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19 (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.3 2019-02-13T05:56:34.5847506Z Found link https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c/entrypoints-0.3.tar.gz#sha256=c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451 (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7), version: 0.3 2019-02-13T05:56:34.5847712Z Using version 0.3 (newest of versions: 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.3) 2019-02-13T05:56:34.5848123Z https://files.pythonhosted.org:443 “GET /packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl HTTP/1.1” 200 11100 2019-02-13T05:56:34.5848878Z Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl 2019-02-13T05:56:34.5849445Z Downloading from URL https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl#sha256=589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19 (from https://pypi.org/simple/entrypoints/) (requires-python:>=2.7) 2019-02-13T05:56:34.5849891Z Requirement already satisfied: cryptography in /opt/az/lib/python3.6/site-packages (from secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5850189Z Collecting jeepney (from secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5850235Z 1 location(s) to search for versions of jeepney: 2019-02-13T05:56:34.5850275Z * https://pypi.python.org/simple/jeepney/ 2019-02-13T05:56:34.5850361Z Getting page https://pypi.python.org/simple/jeepney/ 2019-02-13T05:56:34.5850401Z Resetting dropped connection: pypi.python.org 2019-02-13T05:56:34.5850441Z https://pypi.python.org:443 “GET /simple/jeepney/ HTTP/1.1” 301 122 2019-02-13T05:56:34.5850522Z https://pypi.org:443 “GET /simple/jeepney/ HTTP/1.1” 200 1056 2019-02-13T05:56:34.5850565Z Analyzing links from page https://pypi.org/simple/jeepney/ 2019-02-13T05:56:34.5851081Z Found link https://files.pythonhosted.org/packages/c0/ba/a089c17236974be12c767d8d8b149cad2397032c7beba4c1fb0cc025a46a/jeepney-0.1-py3-none-any.whl#sha256=10eadae5938a45221deebb999df65303e93cda823bf3c7cb3b18efba8460af41 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.1 2019-02-13T05:56:34.5851621Z Found link https://files.pythonhosted.org/packages/22/f6/bc4605d5ad6366c2bf7505e78ad11f877fce52dab91ea6601259e339347e/jeepney-0.2-py3-none-any.whl#sha256=d606a8733e5aedac83f83135896fd8c31aecf6e720e768478d32bff1e52408d0 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.2 2019-02-13T05:56:34.5852183Z Found link https://files.pythonhosted.org/packages/41/f3/da5f5b127f61fee4b034cd5f1c74690ef2600e5681afefb5069a38be7129/jeepney-0.2.tar.gz#sha256=8a2ebef38e7ec87450976275a324c096cd452b1529e0b984a37f3537dae664a2 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.2 2019-02-13T05:56:34.5852699Z Found link https://files.pythonhosted.org/packages/c6/22/f5a41b3e9f89366dec67f281371c9dc304cd1ec8ff991d11240bbbf36183/jeepney-0.3-py3-none-any.whl#sha256=fea4894c47bb38b030f06bcdbd3c905bc8ff27b0cbb689afcfd0edb893daf766 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.3 2019-02-13T05:56:34.5853401Z Found link https://files.pythonhosted.org/packages/b5/ff/62cbdd3437902fc408093a7ceb328f6733b41c2649a25f58e03c5b4b6e6d/jeepney-0.3.tar.gz#sha256=086015a09f81a33417eb2d5afb740b93d417f6525bb2513013a56d41623884be (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.3 2019-02-13T05:56:34.5854298Z Found link https://files.pythonhosted.org/packages/a9/21/c07060fac57d8d4932ccb19f96b244ff056f13192993d2d1253fb87d6784/jeepney-0.3.1-py3-none-any.whl#sha256=e7b961fe9dfa1ed4c576d3bb2d70a9276dace0e16ebed9da09e4d288fe1d3b2a (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.3.1 2019-02-13T05:56:34.5854897Z Found link https://files.pythonhosted.org/packages/18/17/7dbc70bc13dc9c8ba8c9b25fbc8b75dffb6bc7e56c3d7cecd87e6b563e5f/jeepney-0.3.1.tar.gz#sha256=a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.3.1 2019-02-13T05:56:34.5855571Z Found link https://files.pythonhosted.org/packages/2b/f7/ff23b9b59534f501d47c327576aadda59da5b83d76ff837e6075bc325b9f/jeepney-0.4-py3-none-any.whl#sha256=f6f8b1428403b4afad04b6b82f9ab9fc426c253d7504c9031c41712a2c01dc74 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.4 2019-02-13T05:56:34.5856131Z Found link https://files.pythonhosted.org/packages/16/1d/74adf3b164a8d19a60d0fcf706a751ffa2a1eaa8e5bbb1b6705c92a05263/jeepney-0.4.tar.gz#sha256=6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5), version: 0.4 2019-02-13T05:56:34.5856182Z Using version 0.4 (newest of versions: 0.1, 0.2, 0.3, 0.3.1, 0.4) 2019-02-13T05:56:34.5856560Z https://files.pythonhosted.org:443 “GET /packages/2b/f7/ff23b9b59534f501d47c327576aadda59da5b83d76ff837e6075bc325b9f/jeepney-0.4-py3-none-any.whl HTTP/1.1” 200 59574 2019-02-13T05:56:34.5856981Z Downloading https://files.pythonhosted.org/packages/2b/f7/ff23b9b59534f501d47c327576aadda59da5b83d76ff837e6075bc325b9f/jeepney-0.4-py3-none-any.whl (59kB) 2019-02-13T05:56:34.5857501Z Downloading from URL https://files.pythonhosted.org/packages/2b/f7/ff23b9b59534f501d47c327576aadda59da5b83d76ff837e6075bc325b9f/jeepney-0.4-py3-none-any.whl#sha256=f6f8b1428403b4afad04b6b82f9ab9fc426c253d7504c9031c41712a2c01dc74 (from https://pypi.org/simple/jeepney/) (requires-python:>=3.5) 2019-02-13T05:56:34.5857871Z Requirement already satisfied: six>=1.4.1 in /opt/az/lib/python3.6/site-packages (from cryptography->secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5858288Z Requirement already satisfied: idna>=2.1 in /opt/az/lib/python3.6/site-packages (from cryptography->secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5858683Z Requirement already satisfied: asn1crypto>=0.21.0 in /opt/az/lib/python3.6/site-packages (from cryptography->secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5859058Z Requirement already satisfied: cffi!=1.11.3,>=1.7 in /opt/az/lib/python3.6/site-packages (from cryptography->secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5859500Z Requirement already satisfied: pycparser in /opt/az/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.7->cryptography->secretstorage; sys_platform == “linux” and python_version >= “3.5”->keyring~=13.2.1) 2019-02-13T05:56:34.5859547Z Installing collected packages: jeepney, secretstorage, entrypoints, keyring 2019-02-13T05:56:34.5859574Z 2019-02-13T05:56:34.5859612Z Cleaning up… 2019-02-13T05:56:34.5859696Z Exception: 2019-02-13T05:56:34.5859733Z Traceback (most recent call last): 2019-02-13T05:56:34.5860003Z File “/opt/az/lib/python3.6/site-packages/pip/basecommand.py”, line 215, in main 2019-02-13T05:56:34.5860139Z status = self.run(options, args) 2019-02-13T05:56:34.5860477Z File “/opt/az/lib/python3.6/site-packages/pip/commands/install.py”, line 342, in run 2019-02-13T05:56:34.5860522Z prefix=options.prefix_path, 2019-02-13T05:56:34.5860784Z File “/opt/az/lib/python3.6/site-packages/pip/req/req_set.py”, line 784, in install 2019-02-13T05:56:34.5860828Z **kwargs 2019-02-13T05:56:34.5861143Z File “/opt/az/lib/python3.6/site-packages/pip/req/req_install.py”, line 851, in install 2019-02-13T05:56:34.5861187Z self.move_wheel_files(self.source_dir, root=root, prefix=prefix) 2019-02-13T05:56:34.5861464Z File “/opt/az/lib/python3.6/site-packages/pip/req/req_install.py”, line 1064, in move_wheel_files 2019-02-13T05:56:34.5861551Z isolated=self.isolated, 2019-02-13T05:56:34.5861821Z File “/opt/az/lib/python3.6/site-packages/pip/wheel.py”, line 345, in move_wheel_files 2019-02-13T05:56:34.5861863Z clobber(source, lib_dir, True) 2019-02-13T05:56:34.5862212Z File “/opt/az/lib/python3.6/site-packages/pip/wheel.py”, line 316, in clobber 2019-02-13T05:56:34.5862304Z ensure_dir(destdir) 2019-02-13T05:56:34.5862574Z File “/opt/az/lib/python3.6/site-packages/pip/utils/init.py”, line 83, in ensure_dir 2019-02-13T05:56:34.5862617Z os.makedirs(path) 2019-02-13T05:56:34.5862657Z File “/opt/az/lib/python3.6/os.py”, line 220, in makedirs 2019-02-13T05:56:34.5862740Z mkdir(name, mode) 2019-02-13T05:56:34.5863028Z PermissionError: [Errno 13] Permission denied: ‘/opt/az/lib/python3.6/site-packages/jeepney-0.4.dist-info’ 2019-02-13T05:56:34.5863058Z 2019-02-13T05:56:34.5863405Z DEBUG: Command ‘[’/opt/az/bin/python3’, ‘-m’, ‘pip’, ‘install’, ‘keyring~=13.2.1’, ‘-vv’, ‘–disable-pip-version-check’, ‘–no-cache-dir’]’ returned non-zero exit status 2. 2019-02-13T05:56:34.5927270Z ERROR: An error occurred. Pip failed with status code 2 for package keyring~=13.2.1. Use --debug for more information. 2019-02-13T05:56:34.5968268Z INFO: Suppress exception There are no active accounts. 2019-02-13T05:56:34.5968997Z INFO: Suppress exception Please run ‘az login’ to setup account. 2019-02-13T05:56:34.6020078Z INFO: telemetry.save : Save telemetry record of length 2337 in cache 2019-02-13T05:56:34.6020675Z WARNING: telemetry.check : Negative: The /home/vsts/.azure/telemetry.txt was modified at 2019-02-13 05:56:31.674330, which in less than 600.000000 s

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gauravsaralMscommented, Feb 21, 2019

@DivineOps : Apologies for the issue. we are just about to do a release fixing this issue. but in the mean time to unblock you for development, you can install from our edge build (please note this is not production ready) but we will be releasing the same thing very soon

az extension add --source https://azuredevopscli.blob.core.windows.net/azuredevopscli/azure_devops-0.3.0-py2.py3-none-any.whl -y

can you please give this a try till next new release is available?

0reactions
bjblk1commented, Oct 9, 2019

I am getting this message the first time I open a Powershell session and run az devops login:

Before you can run Azure DevOps commands, you need to run the login command(az login if using AAD/MSA identity else az devops login if using PAT token) to setup credentials.

Once I run az devops login again in the same PowerShell session, I do not get the message. Is this related to the issue in this post?

Read more comments on GitHub >

github_iconTop Results From Across the Web

az devops login hangs - Stack Overflow
Issue on GitHub: [Bug] az devops login fails the first time unless run as admin · Issue #438 · Azure/azure-devops-cli-extension.
Read more >
Troubleshoot access, permission issues - Azure DevOps
Find helpful troubleshooting information for resolving access and permission issues in Azure DevOps.
Read more >
Azure DevOps integration - SonarQube Documentation
Analyze projects with Azure Pipelines - Integrate analysis into your build pipeline. Starting in Developer Edition , the SonarQube Extension running in Azure ......
Read more >
Artifactory Azure DevOps Extension - JFrog Documentation
The extension automatically downloads and installs the JFrog CLI on the build agent the first time it's required. However, if your build ...
Read more >
Getting Started with the Azure CLI - Adam the Automator
But first, you must log in to Azure, using the command, az login . If you have multiple Azure subscriptions, run the az...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found