<!-- Please search existing issues to avoid creating duplicates. --> ## Environment data - VS Code Version: 1.39.2 - Extension version: 2019.10.41019 - OS: Linux x64 4.15.0-65-generic - Python version: 3.6.8 64-bit - Type of virtual environment used: virtualenv - Jedi or Language Server?: Reproducible under both ## Expected behaviour When writing unit tests, changing the signature of an already discovered test should not impact whether or not tests can be run from within the IDE. The change should be detected and taken into account on the next run. ## Actual behaviour As soon as you change the signature of any test method, and reload the tests (either automatically, or manually if you have `python.testing.autoTestDiscoverOnSaveEnabled` set to `false`), the test framework stops working until you reload the Code editor. See https://youtu.be/u3ETUH3XOn8 for a demonstration. ## Steps to reproduce: 1. Open a file containing unit tests 2. Open the test dock in the sidebar 3. Navigate to an existing test and run it: it will either succeed or fail 4. Make a change to the test's signature, e.g. by mocking some object using the `@patch` decorator and adding the corresponding argument to the method signature. 5. Run the test again. A notification appears that no tests ran, and the test status will not be updated from the previous run, even if you introduced changes that would break (or fix) the test. Note: not explicitly shown in the video, but all tests stop working at this point. Even the ones in other test files. 6. Reload the VS Code window. 7. Run the test again. This time, it will run fine and either succeed or fail. <!-- Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ . --> ## Logs <details> <summary>Output for `Python` in the `Output` panel</summary> ``` User belongs to experiment group 'AlwaysDisplayTestExplorer - experiment' User belongs to experiment group 'ShowPlayIcon - start' User belongs to experiment group 'ShowExtensionSurveyPrompt - enabled' > conda --version > pyenv root > python3.7 -c "import sys;print(sys.executable)" > python3.6 -c "import sys;print(sys.executable)" > python3 -c "import sys;print(sys.executable)" > python2 -c "import sys;print(sys.executable)" > python -c "import sys;print(sys.executable)" > ~/.virtualenvs/billing-reporting/bin/python -c "import sys;print(sys.executable)" > conda info --json > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py Starting Microsoft Python language server. > conda info --json > conda --version > ~/.virtualenvs/billing-reporting/bin/python -c " import unittest loader = unittest.TestLoader() suites = loader.discover("./tests", pattern="test_*.py") print("start") #Don't remove this line for suite in suites._tests: for cls in suite._tests: try: for m in cls._tests: print(m.id()) except: pass" cwd: ~/workspaces/cegeka/billing-reporting > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py > ~/.virtualenvs/billing-reporting/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/visualstudio_py_testlauncher.py --us=./tests --up=test_*.py --uvInt=2 --result-port=35945 -ttest_collect.TestCollectData.test_failed_device_source_table --testFile=/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py cwd: ~/workspaces/cegeka/billing-reporting > ~/.virtualenvs/billing-reporting/bin/python -c " import unittest loader = unittest.TestLoader() suites = loader.discover("./tests", pattern="test_*.py") print("start") #Don't remove this line for suite in suites._tests: for cls in suite._tests: try: for m in cls._tests: print(m.id()) except: pass" cwd: ~/workspaces/cegeka/billing-reporting ``` </details> <details> <summary>Output from `Console` under the `Developer Tools` panel</summary> ``` TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.python. Old grammar file: file:///usr/share/code/resources/app/extensions/python/syntaxes/MagicPython.tmLanguage.json. New grammar file: file:///home/nighty/.vscode/extensions/magicstack.magicpython-1.1.0/grammars/MagicPython.tmLanguage register @ TMScopeRegistry.ts:45 TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml. Old grammar file: file:///usr/share/code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json. New grammar file: file:///home/nighty/.vscode/extensions/redhat.vscode-yaml-0.5.3/syntaxes/yaml.tmLanguage.json register @ TMScopeRegistry.ts:45 TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope text.html.django. Old grammar file: file:///home/nighty/.vscode/extensions/batisteo.vscode-django-0.19.0/syntaxes/django-html.tmLanguage.json. New grammar file: file:///home/nighty/.vscode/extensions/thebarkman.vscode-djaneiro-1.4.2/syntaxes/django-html.json register @ TMScopeRegistry.ts:45 console.ts:137 [Extension Host] [vscode-workspace-explorer] 1.2.2 ==> Activated 4console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 console.ts:137 [Extension Host] Congratulations, your extension "django-intellisense" is now active! console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 2ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Create file systemwatcher with pattern */python console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Create file systemwatcher with pattern */*/python console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Get Interpreters in CacheableLocatorService, Class name = m, completed in 10ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [] console.ts:137 [Extension Host] Unable to log remote console arguments Output omitted for a large object that exceeds the limits console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Register Interpreter Watcher, Class name = p, completed in 7ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: undefined console.ts:137 [Extension Host] Unable to log remote console arguments Output omitted for a large object that exceeds the limits console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Get Interpreters in CacheableLocatorService, Class name = m, completed in 5ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Build the workspace interpreter watcher, Class name = d, completed in 21ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: <Return value cannot be serialized for logging> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > conda --version console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > pyenv root console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > python3.7 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Detection of Python Interpreter for Command python3.7 and args failed console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > python3.6 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > python3 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > python2 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > python -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/billing-reporting/bin/python -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:45: [TypeError: Cannot convert object to primitive value at Array.toString (native) at Object.getOwnPropertyNames.forEach.t (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:1:64504) at Array.forEach (<anonymous>) at Object.l [as sendTelemetryEvent] (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:1:64426) at Object.sendSettingsTelemetry (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:75:628394) at Timeout.s.timer.setTimeout [as _onTimeout] (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:1:132931) at ontimeout (timers.js:425:11) at tryOnTimeout (timers.js:289:5) at listOnTimeout (timers.js:252:5) at Timer.processTimers (timers.js:212:10)] t.log @ console.ts:137 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Rule = settings, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Executing next rule from settings console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > conda info --json console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Current value for rule currentPath is {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Current value for rule windowsRegistry is nothing console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:45: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:46: > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fa8e2267740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f4d84b07740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f6076ec0740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f2974041740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f1bbf808740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f0bf83be740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f660d74e740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007ff485bb8740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fca88394740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f17bd555740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fd444d98740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:46: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fb72457a740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f7e521d6740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f32f5770740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fc40f9c4740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fbaa2ab0740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f2d002d2740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fc17dcd5740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:47: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CondaEnvFileService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CondaEnvFileService are [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters, Class name = g, completed in 2041ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","envName":"billing-reporting","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-foo/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-foo","fileHash":"095e89def6b8a1d2b9e849aeb9c590a258e90d918f983e2ad1e6be6e5c641433b26d8cf7d1787977c592043a577264d2907d04a86f505b6cda43747534c4560d","envName":"buildout-foo","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-test/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-test","fileHash":"f122b9c3516efc9881ca6e5d9faaa19c6466f546e08af95a0e6decd0381ec0b85b6981c31bd413428655b2b1c75aba11a22f907f01c90e9c30088cf498112669","envName":"buildout-test","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/capman","fileHash":"f97023835bc25fb287e1a2a9fe2689b042ec5b8679e8cf30ab427ef5bfc3ca6a45882546d112ed0d03a6d45d76e63130c3f950ed4d06145f220358a55be798d5","envName":"capman","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman-FAqayW1o/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/capman-FAqayW1o","fileHash":"eb86eb0b65ff951c55c0451394089c82d7e0e1989007f5b8ce6d049ecca5b624ffa594c2719c9fc7fb9f91af5ccd44dd1305cca6c0fb5aefefddbe11b673c742","envName":"capman-FAqayW1o","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/cgklibs/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/cgklibs","fileHash":"c0e94c5e55ab67be69a2cbc6c37db486ba54c9143a4841ad2f7944809694db333efc974d57d12559e347ec461d7e71739f08ffb00650a3fc368118b52f6721cd","envName":"cgklibs","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.vir console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by PipEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by PipEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CondaEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CondaEnvService are [] 3console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by KnownPathsService are of count 10 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: setGlobalInterpreter, Class name = f, completed in 1643ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = cachedInterpreters, result = exit console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 1683ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 1733ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Checking support of .NET, Class name = c, completed in 1ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = windowsRegistry, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from windowsRegistry console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = settings, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from settings console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Build the workspace interpreter watcher, Class name = d, completed in 2ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: <Return value cannot be serialized for logging> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 3ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Selected Interpreter from currentPath, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true} 2console.ts:137 [Extension Host] Unable to log remote console arguments Output omitted for a large object that exceeds the limits console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}] 3console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters, Class name = g, completed in 11ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","envName":"billing-reporting","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-foo/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-foo","fileHash":"095e89def6b8a1d2b9e849aeb9c590a258e90d918f983e2ad1e6be6e5c641433b26d8cf7d1787977c592043a577264d2907d04a86f505b6cda43747534c4560d","envName":"buildout-foo","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-test/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-test","fileHash":"f122b9c3516efc9881ca6e5d9faaa19c6466f546e08af95a0e6decd0381ec0b85b6981c31bd413428655b2b1c75aba11a22f907f01c90e9c30088cf498112669","envName":"buildout-test","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/capman","fileHash":"f97023835bc25fb287e1a2a9fe2689b042ec5b8679e8cf30ab427ef5bfc3ca6a45882546d112ed0d03a6d45d76e63130c3f950ed4d06145f220358a55be798d5","envName":"capman","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman-FAqayW1o/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/capman-FAqayW1o","fileHash":"eb86eb0b65ff951c55c0451394089c82d7e0e1989007f5b8ce6d049ecca5b624ffa594c2719c9fc7fb9f91af5ccd44dd1305cca6c0fb5aefefddbe11b673c742","envName":"capman-FAqayW1o","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/cgklibs/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/cgklibs","fileHash":"c0e94c5e55ab67be69a2cbc6c37db486ba54c9143a4841ad2f7944809694db333efc974d57d12559e347ec461d7e71739f08ffb00650a3fc368118b52f6721cd","envName":"cgklibs","type":"VirtualEnv","cachedEntry":true},{"architecture":3,"path":"/home/nighty/.virtualenvs/csc-cpo-process console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule currentPath is {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule windowsRegistry is nothing console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 24ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Selected Interpreter from system, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get language server folder name, Class name = f, completed in 31ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: "languageServer.0.4.71" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CurrentPathService are of count 5 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get language server folder name, Class name = f, completed in 2ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: "languageServer.0.4.71" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by WorkspaceVirtualEnvService are of count 177 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"b console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, <No Resource> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Activation Commands received source /home/nighty/.virtualenvs/billing-reporting/bin/activate for shell bash 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Has Custom Env Vars console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Activating Environment to capture Environment variables, . /home/nighty/.virtualenvs/billing-reporting/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/printEnvVariables.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by VirtualEnvService are of count 177 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Interpreters returned by VirtualEnvService are [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[], console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: parseEnvironmentOutput, Class name = _, completed in 0ms console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: getActivatedEnvironmentVariables, Class name = _, completed in 43ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get language server folder name, Class name = f, completed in 9ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py>, Return Value: "languageServer.0.4.71" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: setGlobalInterpreter, Class name = f, completed in 101ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = currentPath, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from currentPath console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 108ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: setGlobalInterpreter, Class name = f, completed in 110ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: setGlobalInterpreter, Class name = f, completed in 99ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = cachedInterpreters, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from cachedInterpreters console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = system, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from system 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 133ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Starting Language Server, Class name = h, completed in 466ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Checking support of .NET, Class name = c, completed in 0ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Activation Commands received source /home/nighty/.virtualenvs/billing-reporting/bin/activate for shell bash 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Has Custom Env Vars console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Activating Environment to capture Environment variables, . /home/nighty/.virtualenvs/billing-reporting/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/printEnvVariables.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = settings, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from settings console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule currentPath is {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Current value for rule windowsRegistry is nothing console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: setGlobalInterpreter, Class name = f, completed in 10ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = cachedInterpreters, result = exit console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 11ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 12ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 13ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = windowsRegistry, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from windowsRegistry console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Rule = settings, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Executing next rule from settings console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: [object Object]. Shell identified as undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Shell path '/bin/bash' console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Shell path identified as shell 'bash' console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Terminal shell path '/bin/bash' identified as shell 'bash' console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: [object Object]. Shell identified as bash console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Shell identified as 'bash' 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: autoSelectInterpreter, Class name = f, completed in 4ms, Arg 1: undefined, Return Value: undefined 3console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelea console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelea console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Cached data exists getEnvironmentVariables, <No Resource> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: Get Interpreters, Class name = g, completed in 21ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","envName":"billing-reporting","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-foo/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-foo","fileHash":"095e89def6b8a1d2b9e849aeb9c590a258e90d918f983e2ad1e6be6e5c641433b26d8cf7d1787977c592043a577264d2907d04a86f505b6cda43747534c4560d","envName":"buildout-foo","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-test/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-test","fileHash":"f122b9c3516efc9881ca6e5d9faaa19c6466f546e08af95a0e6decd0381ec0b85b6981c31bd413428655b2b1c75aba11a22f907f01c90e9c30088cf498112669","envName":"buildout-test","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/capman","fileHash":"f97023835bc25fb287e1a2a9fe2689b042ec5b8679e8cf30ab427ef5bfc3ca6a45882546d112ed0d03a6d45d76e63130c3f950ed4d06145f220358a55be798d5","envName":"capman","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman-FAqayW1o/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/capman-FAqayW1o","fileHash":"eb86eb0b65ff951c55c0451394089c82d7e0e1989007f5b8ce6d049ecca5b624ffa594c2719c9fc7fb9f91af5ccd44dd1305cca6c0fb5aefefddbe11b673c742","envName":"capman-FAqayW1o","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/cgklibs/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/cgklibs","fileHash":"c0e94c5e55ab67be69a2cbc6c37db486ba54c9143a4841ad2f7944809694db333efc974d57d12559e347ec461d7e71739f08ffb00650a3fc368118b52f6721cd","envName":"cgklibs","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/csc-cpo-processes-api/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"b console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:47: > conda info --json console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > conda --version console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Selected Interpreter from currentPath, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Create file systemwatcher with pattern */python console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Create file systemwatcher with pattern */*/python console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Register Interpreter Watcher, Class name = p, completed in 1ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Unable to log remote console arguments Output omitted for a large object that exceeds the limits 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 5ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final", console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"d54db3910462c88d1a6f1412f18da3c68d9002daf5d8b57da5ba7f8c1c2539ac3aed1450e1ca29f96e00ea10943e820d8c42801acf01f3b65659246691cd8254","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters in CacheableLocatorService, Class name = m, completed in 5ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"8605580842cc4c0ce9a3ba27b572dcb5df9de078380f4e08da96f306f81f2bc267f0cfaeaf4bef91f4bf1aeb54c062b088b84e7f7275a51bf0ae359b715c7440","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/usr","fileHash":"c3c3a2e866fdbd0892701c949c02dddc87128626c96793c1c6132fe2363b0d827ecf383946a16a9deab927f85ff287d555011489590b9b6844622a5493574cb8","type":"Unknown"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Build the workspace interpreter watcher, Class name = d, completed in 6ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging> console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Get Interpreters, Class name = g, completed in 16ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","envName":"billing-reporting","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-foo/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-foo","fileHash":"095e89def6b8a1d2b9e849aeb9c590a258e90d918f983e2ad1e6be6e5c641433b26d8cf7d1787977c592043a577264d2907d04a86f505b6cda43747534c4560d","envName":"buildout-foo","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/buildout-test/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/buildout-test","fileHash":"f122b9c3516efc9881ca6e5d9faaa19c6466f546e08af95a0e6decd0381ec0b85b6981c31bd413428655b2b1c75aba11a22f907f01c90e9c30088cf498112669","envName":"buildout-test","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/capman","fileHash":"f97023835bc25fb287e1a2a9fe2689b042ec5b8679e8cf30ab427ef5bfc3ca6a45882546d112ed0d03a6d45d76e63130c3f950ed4d06145f220358a55be798d5","envName":"capman","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/capman-FAqayW1o/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/capman-FAqayW1o","fileHash":"eb86eb0b65ff951c55c0451394089c82d7e0e1989007f5b8ce6d049ecca5b624ffa594c2719c9fc7fb9f91af5ccd44dd1305cca6c0fb5aefefddbe11b673c742","envName":"capman-FAqayW1o","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/cgklibs/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/cgklibs","fileHash":"c0e94c5e55ab67be69a2cbc6c37db486ba54c9143a4841ad2f7944809694db333efc974d57d12559e347ec461d7e71739f08ffb00650a3fc368118b52f6721cd","envName":"cgklibs","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/csc-cpo-processes-api/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Current value for rule currentPath is {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Current value for rule windowsRegistry is nothing console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: autoSelectInterpreter, Class name = f, completed in 86ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: parseEnvironmentOutput, Class name = _, completed in 1ms console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: getActivatedEnvironmentVariables, Class name = _, completed in 139ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Arg 2: undefined, Arg 3: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/billing-reporting/bin/python -c "import unittestloader = unittest.TestLoader()suites = loader.discover("./tests", pattern="test_*.py")print("start") #Don't remove this linefor suite in suites._tests: for cls in suite._tests: try: for m in cls._tests: print(m.id()) except: pass" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: cwd: ~/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Selected Interpreter from system, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"} 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Current value for rule workspaceEnvs is {"architecture":3,"path":"/home/nighty/workspaces/cegeka/usd_api/venv/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/workspaces/cegeka/usd_api/venv","fileHash":"5cd77ea3c0efcaa171c8242591ce739755f6b14c9be860af5d9048f9386070806f81cb8998141016a77f88ff25ae219b8304a17e523e84d59e981f74e35efde3","envName":"venv","type":"VirtualEnv"} console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: setGlobalInterpreter, Class name = f, completed in 182ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Rule = currentPath, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Executing next rule from currentPath console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: autoSelectInterpreter, Class name = f, completed in 245ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/Coinaisseur/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/Coinaisseur/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/Coinaisseur/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/analog/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/analog/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/analog/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/pylint/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/pylint/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/pylint/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/training-material/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/training-material/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/training-material/bin/python3.5 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/xonch/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/xonch/bin/python3 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Cached data exists getEnvironmentVariables, <No Resource> 2console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: > ~/.virtualenvs/xonch/bin/python3.4 ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/interpreterInfo.py console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f8925a71740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f8b95c62740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f1753c00740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/pylint/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f1afb39a740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/analog/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fb1f4022740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f48a9b8b740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/Coinaisseur/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f2c4a406740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Interpreters returned by PipEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Interpreters returned by PipEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: setGlobalInterpreter, Class name = f, completed in 871ms, Arg 1: {"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/nighty/.virtualenvs/billing-reporting","fileHash":"9bd0dd9ac5fd67fabeb92968f14f31fdbae794297a444706d934481ef917489707c7dc4b8b4d72cf2b8a4a25a9cd4766deb45983de22654ecf0024f62cf6c013","type":"Unknown"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Rule = cachedInterpreters, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Executing next rule from cachedInterpreters console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: autoSelectInterpreter, Class name = f, completed in 956ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3.5' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007fcc06e69740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/training-material/bin/python3' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings'Current thread 0x00007f7e96899740 (most recent call first): [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Error Python Extension: 2019-10-17 16:17:48: Failed to parse interpreter information for '/home/nighty/.virtualenvs/xonch/bin/python3.4' with JSON Could not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Fatal Python error: Py_Initialize: Unable to get the locale encodingImportError: No module named 'encodings' [SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at p.getInterpreterInformation (/home/nighty/.vscode/extensions/ms-python.python-2019.10.41019/out/client/extension.js:9:39889)] t.log @ console.ts:137 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: setGlobalInterpreter, Class name = f, completed in 839ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"a0c709a8a1b4c7564280beab28329f77215af7f405cd79152e06fc3ecde7a2ab92e626b1e0e824ccb37ef237a035c54f2137476b6913ef9d60475b4074971456","type":"Unknown","displayName":"Python 3.6.8 64-bit"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Rule = system, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Executing next rule from system console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: autoSelectInterpreter, Class name = f, completed in 970ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Interpreters returned by WorkspaceVirtualEnvService are of count 177 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/RIMS_API/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.6-final","major":2,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"2.7.6-final"},"sysPrefix":"/home/nighty/.virtualenvs/RIMS_API","fileHash":"2bb3783c27efc64b88b42513f8a81cc1ef9cb0cfd9d9e3c6b4a6bf79e55a9ffa4fecbc698893aeb350e00ee0d8c9822e283b960f8f27ed09f336247bca7185ad","envName":"RIMS_API","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"38c1403f7faf964372515aea754010a31b613d38207635f7d8cbf644cd2941614256c8c419f93f5679f520a3938c800b09c523844423faf07e7b029d759af03a","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/apm_gui/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-candidate","major":2,"minor":7,"patch":15,"prerelease":["candidate"],"build":[],"version":"2.7.15-candidate"},"sysPrefix":"/home/nighty/.virtualenvs/apm_gui","fileHash":"5288c94842242b20c68272d6e631de891e728bdbb882378a4f793752c20d1e4fb8e370ebb6c5bae87c7ff69ea8d28331bfc4c82b02086720f924c219d6b50db1","envName":"apm_gui","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"46ab61ed835be3c3bc89b090d1a09d20801cdb79b701bcb4010f8a91ef3f307a4691972fa1534c2b01291e6f41f6d7663332abd4d16f299e5f03e4dcbaa707fe","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.14-final","major":2,"minor":7,"patch":14,"prerelease":["final"],"build":[],"version":"2.7.14-final"},"sysPrefix":"/home/nighty/.virtualenvs/bandit_error_dynamic_imports","fileHash":"f7808cbb38086d009bac8694e73ced19210cb4c1642ecb6e896b645b2ecd297523462e8dcf14cce1df29383f4221f89bbd44579cf63214eb0bed9d0adf804d4e","envName":"bandit_error_dynamic_imports","type":"VirtualEnv"},{"architecture":3,"path":"/home/nighty/.virtualenvs/billing-reporting/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"b console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:17:48: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined 2console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] (node:12656) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. t.log @ console.ts:137 4console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 2console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:21: Cached data exists getEnvironmentVariables, extension-output-#9 4console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:39: Cached data exists ActivatedEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:39: getActivatedEnvironmentVariables, Class name = _, completed in 1ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Arg 2: undefined, Arg 3: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:39: > ~/.virtualenvs/billing-reporting/bin/python ~/.vscode/extensions/ms-python.python-2019.10.41019/pythonFiles/visualstudio_py_testlauncher.py --us=./tests --up=test_*.py --uvInt=2 --result-port=35945 -ttest_collect.TestCollectData.test_failed_device_source_table --testFile=/home/nighty/workspaces/cegeka/billing-reporting/tests/test_collect.py console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:39: cwd: ~/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: TreeError [CustomView] Data tree node not found: [object Object] t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) t.log @ console.ts:137 log.ts:196 ERR TreeError [CustomView] Data tree node not found: [object Object]: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:22:48: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting 2console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:08: Cached data exists ActivatedEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:08: getActivatedEnvironmentVariables, Class name = _, completed in 5ms, Arg 1: <Uri:/home/nighty/workspaces/cegeka/billing-reporting>, Arg 2: undefined, Arg 3: undefined console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:08: > ~/.virtualenvs/billing-reporting/bin/python -c "import unittestloader = unittest.TestLoader()suites = loader.discover("./tests", pattern="test_*.py")print("start") #Don't remove this linefor suite in suites._tests: for cls in suite._tests: try: for m in cls._tests: print(m.id()) except: pass" console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:08: cwd: ~/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: TreeError [CustomView] Data tree node not found: [object Object] t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) t.log @ console.ts:137 log.ts:196 ERR TreeError [CustomView] Data tree node not found: [object Object]: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) 4console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: TreeError [CustomView] Data tree node not found: [object Object] t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) t.log @ console.ts:137 log.ts:196 ERR TreeError [CustomView] Data tree node not found: [object Object]: Error: TreeError [CustomView] Data tree node not found: [object Object] at Y.getDataNode (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1045:675) at Y.rerender (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1043:295) at t.visible.e.map.e (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:446) at Array.map (<anonymous>) at U.doRefresh (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:4974:437) at process._tickCallback (internal/process/next_tick.js:68:7) console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:38: Cached data exists getEnvironmentVariables, extension-output-#9 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:40: Cached data exists getEnvironmentVariables, /home/nighty/workspaces/cegeka/billing-reporting console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:41: Cached data exists getEnvironmentVariables, extension-output-#9 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:23:41: Cached data exists getEnvironmentVariables, Untitled-2 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:30:44: Cached data exists getEnvironmentVariables, extension-output-#9 2console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] Info Python Extension: 2019-10-17 16:30:57: Cached data exists getEnvironmentVariables, Untitled-2 4console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) $onExtensionRuntimeError @ mainThreadExtensionService.ts:66 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 6console.ts:137 [Extension Host] Failed to execute fetch StatusCodeError: 404 - "{\"message\":\"404 Project Not Found\"}" at new StatusCodeError (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1161:10) at Request.emit (events.js:182:13) at IncomingMessage.<anonymous> (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:273:13) at IncomingMessage.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19) console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'hide' of null t.log @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147:26) t.log @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'hide' of null $onExtensionRuntimeError @ mainThreadExtensionService.ts:65 _doInvokeHandler @ rpcProtocol.ts:398 _invokeHandler @ rpcProtocol.ts:383 _receiveRequest @ rpcProtocol.ts:299 _receiveOneMessage @ rpcProtocol.ts:226 _protocol.onMessage.e @ rpcProtocol.ts:101 fire @ event.ts:580 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 _socketDisposables.push._socketReader.onMessage.e @ ipc.net.ts:592 fire @ event.ts:580 acceptChunk @ ipc.net.ts:239 _register._socket.onData.e @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:182 addChunk @ _stream_readable.js:283 readableAddChunk @ _stream_readable.js:264 Readable.push @ _stream_readable.js:219 onStreamRead @ internal/stream_base_commons.js:94 mainThreadExtensionService.ts:66 TypeError: Cannot read property 'hide' of null at fetchBranchMR (/home/nighty/.vscode/extensions/fatihacet.gitlab-workflow-2.1.1/src/status_bar.js:147) ``` </details>