Testing always raises "Unable to read file"
See original GitHub issueEnvironment data
- VS Code version: February 2020 (version 1.43)
- Extension version (available under the Extensions sidebar): ms-python.python 2020.2.64397
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): python 3.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): virtualenv
- Relevant/affected Python packages and their versions: N/A
- Relevant/affected Python-related VS Code extensions and their versions: ms-python.python 2020.2.64397
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info #3977): jedi - Value of the
python.languageServer
setting: Microsoft
Expected behaviour
Launching a test should not raise any Unable to read file
error.
Actual behaviour
When launching a test (pytest is enabled as testing framework) and it fails, an error is raised:
Error: Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:\.scripts\vcm\c' (Error: Unable to resolve non-existing file 'd:\.scripts\vcm\c')
.
The route of the workspace is d:\.scripts\vcm
, but there is no file named c
. If I create a file named c
, the error changes to Error: Error: Illegal value for 'line'
.
If at first all tests are ok, no error is raised. But when the first tests fail, then after every test (even if it doesn’t fail) the error of the c
file appears again.
The Unable to read file
error was mentioned in #6548, and the Illegal value for line
error was mentioned in #4334.
I have tried to disable all extensions except for vscode-python, but the bug is still there.
Also, running tests with pytests shows the PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue] I tried to create a blank project with a similar structure as mine, but I can’t recreate the bug
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
> d:\.scripts\vcm\venv\Scripts\python.exe -m pytest --rootdir d:\.scripts\vcm --junitxml=C:\Users\srall\AppData\Local\Temp\tmp-12408mm77DQybLnUH.xml ./tests/test_core/test_time_operations.py::TestSecondsToStr::test_ok
cwd: d:\.scripts\vcm
[And other meaningless lines calling pylint]
Output of Python Test Log
:
platform win32 -- Python 3.7.0, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
rootdir: d:\.scripts\vcm
collected 1 item
tests\test_downloader\test_will_fail.py F [100%]
================================== FAILURES ===================================
______________________________ test_i_will_fail _______________________________
def test_i_will_fail():
> assert 0, "I will fail"
E AssertionError: I will fail
E assert 0
tests\test_downloader\test_will_fail.py:2: AssertionError
============================== warnings summary ===============================
venv\lib\site-packages\_pytest\junitxml.py:417
d:\.scripts\vcm\venv\lib\site-packages\_pytest\junitxml.py:417: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.
_issue_warning_captured(deprecated.JUNIT_XML_DEFAULT_FAMILY, config.hook, 2)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file: C:\Users\srall\AppData\Local\Temp\tmp-12408ljKLa2Om8uIB.xml -
=========================== short test summary info ===========================
FAILED tests/test_downloader/test_will_fail.py::test_i_will_fail - AssertionE...
======================== 1 failed, 1 warning in 0.45s =========================
Error: Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:\.scripts\vcm\c' (Error: Unable to resolve non-existing file 'd:\.scripts\vcm\c')
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`; turn on source maps to make any tracebacks be useful by running `Enable source map support for extension debugging`)
[Extension Host] [vscode-icons] v10.0.0 activated!
console.ts:137 [Extension Host] Starting express server on port: 18299
console.ts:137 [Extension Host] [Warn] no library available after trying files Array(22)
console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'close' of null
t.log @ console.ts:137
console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'close' of null at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\bindings.js:27:19) at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749) at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10) at Module.load (internal/modules/cjs/loader.js:735:32) at Module._load (internal/modules/cjs/loader.js:648:12) at Module._load (electron/js2c/asar.js:717:26) at Function.Module._load (electron/js2c/asar.js:717:26) at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718) at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628) at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969) at Module.require (internal/modules/cjs/loader.js:775:19) at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251) at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524) at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\detector.js:1:79) at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749) at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10) at Module.load (internal/modules/cjs/loader.js:735:32) at Module._load (internal/modules/cjs/loader.js:648:12) at Module._load (electron/js2c/asar.js:717:26) at Function.Module._load (electron/js2c/asar.js:717:26) at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718) at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628) at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969) at Module.require (internal/modules/cjs/loader.js:775:19) at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251) at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524) at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\index.js:1:82) at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749) at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10) at Module.load (internal/modules/cjs/loader.js:735:32) at Module._load (internal/modules/cjs/loader.js:648:12) at Module._load (electron/js2c/asar.js:717:26) at Function.Module._load (electron/js2c/asar.js:717:26) at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718) at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628) at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969) at Module.require (internal/modules/cjs/loader.js:775:19) at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251) at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524) at UsbDetector.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:45:33) at Generator.next (<anonymous>) at c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:9:71 at new Promise (<anonymous>) at __awaiter (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:5:12) at UsbDetector.startListening (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:40:16) at Timeout._onTimeout (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\extension.js:347:57) at listOnTimeout (internal/timers.js:531:17) at processTimers (internal/timers.js:475:7)
t.log @ console.ts:137
mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'close' of null
$onExtensionRuntimeError @ mainThreadExtensionService.ts:65
mainThreadExtensionService.ts:66 TypeError: Cannot read property 'close' of null
at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\bindings.js:27:19)
at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718)
at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628)
at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969)
at Module.require (internal/modules/cjs/loader.js:775:19)
at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251)
at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524)
at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\detector.js:1:79)
at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718)
at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628)
at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969)
at Module.require (internal/modules/cjs/loader.js:775:19)
at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251)
at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524)
at Object.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\vendor\node-usb-native\lib\index.js:1:82)
at Module.o._compile (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:749)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
at Module.load (internal/modules/cjs/loader.js:735:32)
at Module._load (internal/modules/cjs/loader.js:648:12)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Function.t._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:849:718)
at Function.i._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:819:628)
at Function.n._load (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:815:969)
at Module.require (internal/modules/cjs/loader.js:775:19)
at Module.require (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\node_modules\vscode-extension-telemetry.js:1:10251)
at n (c:\Users\srall\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:15:524)
at UsbDetector.<anonymous> (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:45:33)
at Generator.next (<anonymous>)
at c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:9:71
at new Promise (<anonymous>)
at __awaiter (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:5:12)
at UsbDetector.startListening (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\serialmonitor\usbDetector.js:40:16)
at Timeout._onTimeout (c:\Users\srall\.vscode\extensions\vsciot-vscode.vscode-arduino-0.2.29\out\src\extension.js:347:57)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:66
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 6ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 6ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 50ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 27ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 25ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 24ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Register Interpreter Watcher, Class name = p, completed in 18ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 19ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Build the workspace interpreter watcher, Class name = h, completed in 21ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters, Class name = m, completed in 137ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Executing next rule from settings
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:42: Failed to create File hash for interpreter (valor no establecido)\python.exe [Error: ENOENT: no such file or directory, lstat 'C:\Users\srall\AppData\Local\Programs\Microsoft VS Code\(valor no establecido)\python.exe'] { errno: -4058, code: 'ENOENT', syscall: 'lstat', path: 'C:\\Users\\srall\\AppData\\Local\\Programs\\Microsoft VS Code\\(valor no establecido)\\python.exe'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > d:\.scripts\vcm\venv\Scripts\python.exe -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3.7 and args failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3.6 and args failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3 and args failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python2 and args failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, , Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found!
-3.7-64 does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command py and args -3.6 failed as file Python 3.6 not found!
-3.7-64 does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule system is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule currentPath is {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"11c021319b485a7fde56054d7570469f4ba5e5cb661ff0106783d32cd8abb211cdc3f0ec826ad795a32a23d88ce191a5434b08df45ae3f09b2ed916c9a13ae9b","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Activation Commands received d:/.scripts/vcm/venv/Scripts/activate.bat for shell cmd
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Activating Environment to capture Environment variables, d:/.scripts/vcm/venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/srall/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\InfusedApps" [Error: EPERM: operation not permitted, lstat 'C:\Windows\InfusedApps'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\LiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:\Windows\LiveKernelReports'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\Minidump" [Error: EPERM: operation not permitted, lstat 'C:\Windows\Minidump'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\ModemLogs" [Error: EPERM: operation not permitted, lstat 'C:\Windows\ModemLogs'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\Prefetch" [Error: EPERM: operation not permitted, lstat 'C:\Windows\Prefetch'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\ServiceState" [Error: EPERM: operation not permitted, lstat 'C:\Windows\ServiceState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\diagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:\Windows\diagerr.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\diagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:\Windows\diagwrn.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\LiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\LiveKernelReports'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\InfusedApps" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\InfusedApps'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\ModemLogs" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\ModemLogs'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\Minidump" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\Minidump'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\Prefetch" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\Prefetch'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\ServiceState" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\ServiceState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\diagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\diagerr.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\diagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\diagwrn.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\System32\Wbem\MOF" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\System32\Wbem\MOF'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\System32\\Wbem\\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\System32\Wbem\MOF" [Error: EPERM: operation not permitted, lstat 'C:\Windows\System32\Wbem\MOF'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\System32\\Wbem\\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\InfusedApps" [Error: EPERM: operation not permitted, lstat 'C:\Windows\InfusedApps'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\LiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:\Windows\LiveKernelReports'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\Minidump" [Error: EPERM: operation not permitted, lstat 'C:\Windows\Minidump'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\ModemLogs" [Error: EPERM: operation not permitted, lstat 'C:\Windows\ModemLogs'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\Prefetch" [Error: EPERM: operation not permitted, lstat 'C:\Windows\Prefetch'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\ServiceState" [Error: EPERM: operation not permitted, lstat 'C:\Windows\ServiceState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\diagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:\Windows\diagerr.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\diagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:\Windows\diagwrn.xml'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\System32\Wbem\MOF" [Error: EPERM: operation not permitted, lstat 'C:\Windows\System32\Wbem\MOF'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\System32\\Wbem\\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\Configuration" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\Configuration'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\DriverState" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\DriverState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\MsDtc" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\MsDtc'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\SleepStudy'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\WDI" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\WDI'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\ias" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\ias'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\networklist" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\networklist'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\sru" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\sru'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\Configuration" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\Configuration'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\DriverState" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\DriverState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\MsDtc" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\MsDtc'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\SleepStudy'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\WDI" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\WDI'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\ias" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\ias'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\networklist" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\networklist'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\WINDOWS\system32\sru" [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\sru'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\WINDOWS\\system32\\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\Configuration" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\Configuration'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\DriverState" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\DriverState'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\MsDtc" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\MsDtc'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\SleepStudy'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\WDI" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\WDI'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\ias" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\ias'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\networklist" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\networklist'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:\Windows\system32\sru" [Error: EPERM: operation not permitted, lstat 'C:\Windows\system32\sru'] { errno: -4048, code: 'EPERM', syscall: 'lstat', path: 'C:\\Windows\\system32\\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 704ms, has a truthy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 819ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 2268ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 2278ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\.vscode\settings.json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 5ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Build the workspace interpreter watcher, Class name = h, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm\.vscode\settings.json>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Found interpreter for d:\.scripts\vcm\venv\Scripts\python.exe c:\Users\srall\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\interpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2626ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: Failed to get interpreter information for '(valor no establecido)\python.exe' Error: Command failed: "(valor no establecido)\\python.exe" "c:\Users\srall\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\interpreterInfo.py"El sistema no puede encontrar la ruta especificada.
at ChildProcess.exithandler (child_process.js:308:12) at ChildProcess.emit (events.js:203:13) at maybeClose (internal/child_process.js:1021:16) at Socket.<anonymous> (internal/child_process.js:430:11) at Socket.emit (events.js:203:13) at Pipe.<anonymous> (net.js:588:12) { killed: false, code: 1, signal: null, cmd: '"(valor no establecido)\\\\python.exe" "c:\\Users\\srall\\.vscode\\extensions\\ms-python.python-2020.2.64397\\pythonFiles\\interpreterInfo.py"'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Found interpreter for d:\.scripts\vcm\venv\Scripts\python.exe c:\Users\srall\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\interpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule system is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule currentPath is {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"11c021319b485a7fde56054d7570469f4ba5e5cb661ff0106783d32cd8abb211cdc3f0ec826ad795a32a23d88ce191a5434b08df45ae3f09b2ed916c9a13ae9b","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from currentPath, {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from workspaceEnvs
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 27ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\.vscode\settings.json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by KnownPathsService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WindowsRegistryService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WindowsRegistryService are [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 48ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 47ms, has a falsy return value, Arg 1: {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from currentPath
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 73ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 54ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 102ms, has a falsy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by CurrentPathService are of count 4
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WorkspaceVirtualEnvService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activation Commands received d:/.scripts/vcm/venv/Scripts/activate.bat for shell cmd
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activating Environment to capture Environment variables, d:/.scripts/vcm/venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/srall/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/printEnvVariables.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2662ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2663ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: > C:\Python\python.exe -c "import jupyter"
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: > C:\Python\python.exe -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule system is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule currentPath is {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 11ms, has a truthy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 35ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 46ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: [object Object]. Shell identified as undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell path 'C:\WINDOWS\System32\cmd.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell path identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Terminal shell path 'C:\WINDOWS\System32\cmd.exe' identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: [object Object]. Shell identified as commandPrompt
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell identified as 'commandPrompt'
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
4console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 262ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Arg 2: undefined, Arg 3: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > d:\.scripts\vcm\venv\Scripts\python.exe c:\Users\srall\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\testing_tools\run_adapter.py discover pytest -- --rootdir d:\.scripts\vcm -s --cache-clear tests
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule system is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule currentPath is {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Register Interpreter Watcher, Class name = p, completed in 6ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from currentPath, {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 13ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 38ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Build the workspace interpreter watcher, Class name = h, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters, Class name = m, completed in 15ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule workspaceEnvs is {"architecture":3,"path":"d:\\Sistema\\Desktop\\ribera\\resultados-simulacion-6\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\Sistema\\Desktop\\ribera\\resultados-simulacion-6\\venv","fileHash":"0241931e1287114652bb66202728411f275bf9eff8847655cc3eb7cd3abc96d6872958b88d04149b5f4e72e4f635911f3385060afc31eb65ae3f0515791c937f","envName":"venv","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 44ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 43ms, has a falsy return value, Arg 1: {"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from currentPath
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 80ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 81ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 43ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 91ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by WorkspaceVirtualEnvService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"d:\\.scripts\\vcm\\venv\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\\.scripts\\vcm\\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > C:\Python\python.exe -m jupyter kernelspec --version
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Python\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
2console.ts:137 [Extension Host] (node:12408) [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
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:\.scripts\vcm>, Arg 2: undefined, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: > d:\.scripts\vcm\venv\Scripts\python.exe -m pytest --rootdir d:\.scripts\vcm --junitxml=C:\Users\srall\AppData\Local\Temp\tmp-12408UJBYr3jo92Zc.xml tests
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:\.scripts\vcm\tests\test_core\test_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:\.scripts\vcm\venv\Scripts\python.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\.scripts\vcm\tests\test_core\test_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:\.scripts\vcm
notificationsAlerts.ts:40 There was an error in running the tests.
onDidChangeNotification @ notificationsAlerts.ts:40
notificationsAlerts.ts:38 Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:\.scripts\vcm\c' (Error: Unable to resolve non-existing file 'd:\.scripts\vcm\c')
at mainThreadDocuments.ts:192
onDidChangeNotification @ notificationsAlerts.ts:38
To provide more information, these are my settings: Global settings:
{
"code-runner.clearPreviousOutput": true,
"code-runner.executorMap": {
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"python": "$pythonPath -u $fullFileName",
},
"editor.multiCursorModifier": "ctrlCmd",
"editor.wordWrapColumn": 100,
"editor.mouseWheelScrollSensitivity": 0.3,
"terminal.integrated.mouseWheelScrollSensitivity": 0.3,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.exclude": {
".idea": true,
"**/__pycache__/": true,
"venv": true
},
"git.autofetch": true,
"importMagic.multiline": "parentheses",
"python.dataScience.debugJustMyCode": false,
"python.formatting.provider": "black",
"python.linting.pylintArgs": [
"--enable=W0614",
"--disable=C0330",
],
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"workbench.statusBar.visible": true,
"editor.minimap.enabled": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"diffEditor.renderSideBySide": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"python.insidersChannel": "off",
"workbench.tree.indent": 15,
"git-graph.dialog.merge.noFastForward": false,
"diffEditor.ignoreTrimWhitespace": false,
"git.suggestSmartCommit": false,
"vsicons.dontShowNewVersionMessage": true,
// Arduino
"arduino.path": "C:\\Arduino",
// "arduino.logLevel": "info",
"arduino.additionalUrls": [
"http://arduino.esp8266.com/stable/package_esp8266com_index.json"
],
// "arduino.enableUSBDetection": true,
"arduino.defaultBaudRate": 9600,
"arduino.skipHeaderProvider": false,
"C_Cpp.default.defines": [
"USBCON",
"ARDUINO=10810"
],
// "C_Cpp.default.intelliSenseMode": "gcc-x64"
"C_Cpp.default.includePath": [
"${workspaceRoot}",
"D:\\Sistema\\Documents\\Arduino\\libraries\\**"
],
"arduino.ignoreBoards": [
"WeMos D1"
],
"workbench.startupEditor": "welcomePage",
"extensions.autoUpdate": false,
"python.experiments.enabled": false,
"bookmarks.navigateThroughAllFiles": true,
"files.autoSave": "afterDelay",
"git.confirmSync": false,
"autoDocstring.docstringFormat": "google",
"git-graph.fetchAndPrune": true,
"workbench.editor.limit.enabled": true,
"python.diagnostics.sourceMapsEnabled": true,
// "C_Cpp.intelliSenseEngine": "Tag Parser",
}
Workspace settings:
{
"python.pythonPath": "venv\\Scripts\\python.exe",
"autoDocstring.docstringFormat": "google",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:9
Top GitHub Comments
Is there a fix for this yet? I think one was proposed here: https://github.com/microsoft/vscode-python/issues/12403
This just makes it difficult to work. Thanks!
Thank you for investigating the issue and providing a sample repro case!
Seems like there’s an issue with how we parse pytest’s output 🔍