Closed YoniChechik closed 4 years ago
Hi @YoniChechik ,
Thanks for reporting this, we'll look into it.
Hey @YoniChechik, can you provide us a cell that repro's this problem?
Very strange. You're also not showing a 'breakpoint' in the first line of the executed code. We have a bug where it adds a 'breakpoint' line into the code executed:
@ychechik can you run this command from the input box and report the results?
import ptvsd
ptvsd.__version__
Additionally could you upload your console log? (Help | Toggle Developer Tools, click on the console tab, right click save as)
Thanks
first I'll say that this problem sometimes doesn't happens. meaning the debugger in interactive window is sometimes working...
ptvsd version is 4.3.2
I'm using this in my .code-workspace:
"python.dataScience.stopOnFirstLineWhileDebugging": false,
and this is the log (final lines are hen the debugger doesn't work...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > conda --version
console.ts:137 [Extension Host] Error Python Extension: 2019-12-10 10:03:02: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/ychechik/.config/Code/User/settings.json') at _handleError (/home/ychechik/.vscode-server/bin/f359dd69833dd8800b54d458f6d37ab7c78df520/out/vs/server/remoteExtensionHostProcess.js:570:466) at processTicksAndRejections (internal/process/task_queues.js:89:5) at async _.readText (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:302406) at async h.doesFileNeedToBeFixed (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1261233) at async /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1260235 at async Promise.all (index 0) at async h.getFilesToBeFixed (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1260175) at async h.updateTestSettings (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1259802)] { name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2019-12-10 10:03:02: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/ychechik/dev/calibration/.vscode/settings.json') at _handleError (/home/ychechik/.vscode-server/bin/f359dd69833dd8800b54d458f6d37ab7c78df520/out/vs/server/remoteExtensionHostProcess.js:570:466) at processTicksAndRejections (internal/process/task_queues.js:89:5) at async _.readText (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:302406) at async h.doesFileNeedToBeFixed (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1261233) at async /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1260235 at async Promise.all (index 1) at async h.getFilesToBeFixed (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1260175) at async h.updateTestSettings (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:1259802)] { name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Current value for rule system is {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv","displayName":"Python 3.6.8 64-bit ('3.6.8': pyenv)"}
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Current value for rule currentPath is {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Selected Interpreter from currentPath, {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters, Class name = m, completed in 5ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Selected Interpreter from system, {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv","cachedEntry":true,"displayName":"Python 3.6.8 64-bit ('3.6.8': pyenv)"}
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by VirtualEnvService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by VirtualEnvService are [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: setGlobalInterpreter, Class name = f, completed in 16ms, Arg 1: {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: setGlobalInterpreter, Class name = f, completed in 15ms, Arg 1: {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: setGlobalInterpreter, Class name = f, completed in 12ms, Arg 1: {"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv","cachedEntry":true,"displayName":"Python 3.6.8 64-bit ('3.6.8': pyenv)"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 80ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: autoSelectInterpreter, Class name = f, completed in 81ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: autoSelectInterpreter, Class name = f, completed in 81ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: autoSelectInterpreter, Class name = f, completed in 81ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get language server folder name, Class name = f, completed in 71ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: "languageServer.0.4.127"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters, Class name = m, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters, Class name = m, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get language server folder name, Class name = f, completed in 14ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: "languageServer.0.4.127"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 149ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Hide locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: All locators have completed locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: autoSelectInterpreter, Class name = f, completed in 151ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:02: Get Interpreters, Class name = m, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
log.ts:196 ERR Error: [File Watcher (chokidar)] Inotify limit reached (ENOSPC)
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Activation Commands received source /home/ychechik/dev/calibration/.venv/bin/activate for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Activating Environment to capture Environment variables, . /home/ychechik/dev/calibration/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get Interpreters, Class name = m, completed in 2ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: parseEnvironmentOutput, Class name = b, completed in 1ms
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: getActivatedEnvironmentVariables, Class name = b, completed in 90ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:03:03: Get language server folder name, Class name = f, completed in 7ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: "languageServer.0.4.127"
notificationsAlerts.ts:40 Couldn't start client Python Tools
onDidNotificationChange @ notificationsAlerts.ts:40
log.ts:196 ERR spawn /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/languageServer.0.4.127/Microsoft.Python.LanguageServer EACCES: Error: spawn /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/languageServer.0.4.127/Microsoft.Python.LanguageServer EACCES
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:84:9)
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Launching server using command /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/languageServer.0.4.127/Microsoft.Python.LanguageServer failed.
t.log @ console.ts:137
log.ts:196 ERR Launching server using command /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/languageServer.0.4.127/Microsoft.Python.LanguageServer failed.
console.ts:137 [Extension Host] (node:21139) [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: 2019-12-10 10:04:31: Shell path 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Terminal name 'bash' identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: [object Object]. Shell identified as bash (Terminal name is bash)
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Shell identified as 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration/test_open3d.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters, Class name = m, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:31: Get Interpreters, Class name = m, completed in 2ms, Arg 1: <Uri:/home/ychechik/dev/calibration/test_open3d.py>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Gathering tools have been activated
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Loading web panel. Panel is notset
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Loading web view...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Web view created.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Notify locators are locating, Class name = p, completed in 3ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Detected refreshing of Interpreters, Class name = p, completed in 3ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Register Interpreter Watcher, Class name = p, completed in 2ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Build the workspace interpreter watcher, Class name = h, completed in 4ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Get Interpreters, Class name = m, completed in 9ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:38: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
webviewElement.ts:241 [Embedded Page] Posting message started to extension.
webviewElement.ts:241 [Embedded Page] Posting message get_css_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message get_monaco_theme_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message load_onigasm_assembly_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message load_tmlanguage_request to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Request for onigasm file at /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/node_modules/onigasm/lib/onigasm.wasm
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:39: Request for tmlanguage file.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Attempting search for colors ...
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:40: Color theme Default Dark+ not found. Using default colors.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Attempting search for colors ...
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:40: Color theme Default Dark+ not found. Using default colors.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Attempting search for colors ...
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:40: Color theme Default Dark+ not found. Using default colors.
t.log @ console.ts:137
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:40: Color theme Default Dark+ not found. Using default colors.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:40: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
webviewElement.ts:241 [Embedded Page] Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq
webviewElement.ts:241 [Embedded Page] Failed to construct 'Worker': Script at 'vscode-resource://file///home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/datascience-ui/editor.worker.js' cannot be accessed from origin 'null'.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Activation Commands received source /home/ychechik/dev/calibration/.venv/bin/activate for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Activating Environment to capture Environment variables, . /home/ychechik/dev/calibration/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: parseEnvironmentOutput, Class name = b, completed in 0ms
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: getActivatedEnvironmentVariables, Class name = b, completed in 110ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/ychechik/dev/calibration/.venv/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/dev/calibration/.venv","fileHash":"1831910fb7d76c56dd1b58692936e32dcc2fcd9ccb39e5d655b41f7c5a8f0beeef7affaab7aa59c51173198adf6df09dfe5787251d8fb333fbde57f655bd4720","type":"Venv","envName":".venv","displayName":"Python 3.6.8 64-bit ('.venv': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:41: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Activation Commands received source /home/ychechik/dev/calibration/.venv/bin/activate for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Activating Environment to capture Environment variables, . /home/ychechik/dev/calibration/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: parseEnvironmentOutput, Class name = b, completed in 0ms
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: getActivatedEnvironmentVariables, Class name = b, completed in 114ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:42: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/ychechik/dev/calibration/.venv/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/dev/calibration/.venv","fileHash":"1831910fb7d76c56dd1b58692936e32dcc2fcd9ccb39e5d655b41f7c5a8f0beeef7affaab7aa59c51173198adf6df09dfe5787251d8fb333fbde57f655bd4720","type":"Venv","envName":".venv","displayName":"Python 3.6.8 64-bit ('.venv': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 -m datascience.daemon --daemon-module=datascience.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 -m datascience.daemon --daemon-module=datascience.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 -m datascience.daemon --daemon-module=datascience.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 (daemon) -m jupyter notebook --version
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Exec in DS Daemon jupyter with args ['notebook', '--version']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: check base class stuff
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Exec module jupyter with args ['notebook', '--version']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: getting module_version notebook
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:43: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: Getting jupyter server options ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: Connecting to jupyter server ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:44: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:45: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:46: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Connecting to history server
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:47: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Launching history server
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Starting Notebook
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Searching for best interpreter
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Best interpreter is /home/ychechik/dev/calibration/.venv/bin/python3
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:48: Generating custom default config at /tmp/d83cb105-2757-4f1a-a394-6d7417905025/jupyter_notebook_config.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/ychechik/dev/calibration/.venv/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/dev/calibration/.venv","fileHash":"1831910fb7d76c56dd1b58692936e32dcc2fcd9ccb39e5d655b41f7c5a8f0beeef7affaab7aa59c51173198adf6df09dfe5787251d8fb333fbde57f655bd4720","type":"Venv","envName":".venv","displayName":"Python 3.6.8 64-bit ('.venv': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:49: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:50: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: > ~/dev/calibration/.venv/bin/python3 (daemon) -m jupyter kernelspec --version
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Exec in DS Daemon jupyter with args ['kernelspec', '--version']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Asking for kernelspecs from jupyter
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:51: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: > ~/dev/calibration/.venv/bin/python3 (daemon) -m jupyter kernelspec list --json
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Exec in DS Daemon jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: check base class stuff
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Exec module jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: execute module jupyter
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:52: Daemon Connection Closed
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: > ~/dev/calibration/.venv/bin/python3 -m datascience.daemon --daemon-module=datascience.jupyter_daemon -v
console.ts:137 [Extension Host] Error Python Extension: 2019-12-10 10:04:52: Failed to list kernels [p [Error]: Daemon Connection Closed at e (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:287706) at /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:287852 at r.invoke (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330269) at i.fire (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330999) at $ (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:127775) at r.invoke (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330269) at i.fire (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330999) at h.fireClose (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:386140) at Socket.<anonymous> (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:386897) at Socket.emit (events.js:205:15) at Pipe.<anonymous> (net.js:586:12)] { message: 'Daemon Connection Closed'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:52: Daemon Processed died with exit code
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:52: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/ychechik/dev/calibration/.venv/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/dev/calibration/.venv","fileHash":"1831910fb7d76c56dd1b58692936e32dcc2fcd9ccb39e5d655b41f7c5a8f0beeef7affaab7aa59c51173198adf6df09dfe5787251d8fb333fbde57f655bd4720","type":"Venv","envName":".venv","displayName":"Python 3.6.8 64-bit ('.venv': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:53: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:54: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: > ~/dev/calibration/.venv/bin/python3 (daemon) -m ipykernel --version
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Exec in DS Daemon ipykernel with args ['--version']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: check base class stuff
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Exec module ipykernel with args ['--version']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: getting module_version ipykernel
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: getActivatedEnvironmentVariables, Class name = b, completed in 2ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:55: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: > ~/dev/calibration/.venv/bin/python3 (daemon) -m ipykernel install --user --name ec25f6f6-4137-44d8-8342-4e87dd0fdabc --display-name 'Python Interactive'
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: Exec in DS Daemon ipykernel with args ['install', '--user', '--name', 'ec25f6f6-4137-44d8-8342-4e87dd0fdabc', '--display-name', "'Python Interactive'"]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: check base class stuff
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: Exec module ipykernel with args ['install', '--user', '--name', 'ec25f6f6-4137-44d8-8342-4e87dd0fdabc', '--display-name', "'Python Interactive'"]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:56: execute module ipykernel
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Searching for a kernelspec match
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:57: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Asking for kernelspecs from jupyter
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: > ~/dev/calibration/.venv/bin/python3 (daemon) -m jupyter kernelspec list --json
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Execute rpc method exec_module in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Execute rpc method exec_module
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Exec in DS Daemon jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: check base class stuff
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Exec module jupyter with args ['kernelspec', 'list', '--json']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: execute module jupyter
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:58: Daemon Connection Closed
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: > ~/dev/calibration/.venv/bin/python3 -m datascience.daemon --daemon-module=datascience.jupyter_daemon -v
console.ts:137 [Extension Host] Error Python Extension: 2019-12-10 10:04:58: Failed to list kernels [p [Error]: Daemon Connection Closed at e (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:287706) at /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:75:287852 at r.invoke (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330269) at i.fire (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330999) at $ (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:127775) at r.invoke (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330269) at i.fire (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:330999) at h.fireClose (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:386140) at Socket.<anonymous> (/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/out/client/extension.js:1:386897) at Socket.emit (events.js:205:15) at Pipe.<anonymous> (net.js:586:12)] { message: 'Daemon Connection Closed'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Found kernelspec match undefined
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Starting Jupyter Notebook
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: > ~/dev/calibration/.venv/bin/python3 (daemon) -m jupyter notebook --no-browser --notebook-dir=/tmp/d83cb105-2757-4f1a-a394-6d7417905025 --config=/tmp/d83cb105-2757-4f1a-a394-6d7417905025/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Waiting for Jupyter Notebook
console.ts:137 [Extension Host] Warn Python Extension: 2019-12-10 10:04:58: Daemon Processed died with exit code
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Execute rpc method exec_module_observable in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Execute rpc method exec_module_observable
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Exec in DS Daemon (observable) jupyter with args ['notebook', '--no-browser', '--notebook-dir=/tmp/d83cb105-2757-4f1a-a394-6d7417905025', '--config=/tmp/d83cb105-2757-4f1a-a394-6d7417905025/jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:58: Starting notebook with args ['--no-browser', '--notebook-dir=/tmp/d83cb105-2757-4f1a-a394-6d7417905025', '--config=/tmp/d83cb105-2757-4f1a-a394-6d7417905025/jupyter_notebook_config.py', '--NotebookApp.iopub_data_rate_limit=10000000000.0']
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: getting attr for stdout: encoding
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.120 NotebookApp] The port 8888 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.120 NotebookApp] The port 8888 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.121 NotebookApp] The port 8889 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.121 NotebookApp] The port 8889 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.121 NotebookApp] The port 8890 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.121 NotebookApp] The port 8890 is already in use, trying another port.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.124 NotebookApp] Serving notebooks from local directory: /tmp/d83cb105-2757-4f1a-a394-6d7417905025
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.124 NotebookApp] Serving notebooks from local directory: /tmp/d83cb105-2757-4f1a-a394-6d7417905025
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.124 NotebookApp] The Jupyter Notebook is running at:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.124 NotebookApp] The Jupyter Notebook is running at:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.124 NotebookApp] http://localhost:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.124 NotebookApp] http://localhost:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.124 NotebookApp] or http://127.0.0.1:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.124 NotebookApp] or http://127.0.0.1:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [I 10:04:59.125 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [I 10:04:59.125 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr: [C 10:04:59.134 NotebookApp] To access the notebook, open this file in a browser: file:///home/ychechik/.local/share/jupyter/runtime/nbserver-22134-open.html Or copy and paste one of these URLs: http://localhost:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312 or http://127.0.0.1:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: [C 10:04:59.134 NotebookApp] To access the notebook, open this file in a browser: file:///home/ychechik/.local/share/jupyter/runtime/nbserver-22134-open.html Or copy and paste one of these URLs: http://localhost:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312 or http://127.0.0.1:8891/?token=6b8f220e4373ddcdf1375fc4a46ca0dea86d9e280e252312
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters, Class name = m, completed in 5ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:04:59: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: getActivatedEnvironmentVariables, Class name = b, completed in 0ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists ActivatedEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: undefined, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:00: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: > ~/dev/calibration/.venv/bin/python3 (daemon) ~/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Exec file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: execute file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: > ~/dev/calibration/.venv/bin/python3 (daemon) ~/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Exec file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: execute file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Getting kernel specs for history server
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Searching for a kernelspec match
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: > ~/dev/calibration/.venv/bin/python3 (daemon) ~/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method exec_file
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Exec file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py with args []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: execute file /home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/datascience/getServerInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Get Interpreters, Class name = m, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: Execute rpc method ping
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:01: pinged with hello
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:02: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: Found kernelspec match ec25f6f6-4137-44d8-8342-4e87dd0fdabc' '/home/ychechik/dev/calibration/.venv/bin/python3
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: SessionManager - dispose contents manager
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: ShutdownSessionAndConnection - dispose session manager
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: Connecting to process for history server
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: Connecting server 09213bd1-ac9f-41fe-aafa-7376788457ea kernelSpec ec25f6f6-4137-44d8-8342-4e87dd0fdabc
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: write to stderr: [I 10:05:03.461 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: [I 10:05:03.461 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: write to stderr: [I 10:05:03.533 NotebookApp] Kernel started: c68bd861-c520-40a9-b874-309294c552db
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: [I 10:05:03.533 NotebookApp] Kernel started: c68bd861-c520-40a9-b874-309294c552db
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03:
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8891/api/kernels/c68bd861-c520-40a9-b874-309294c552db
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:03: Waiting for idle on (kernel): c68bd861-c520-40a9-b874-309294c552db -> unknown
console.ts:137 [Extension Host] Kernel: connected (c68bd861-c520-40a9-b874-309294c552db)
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Finished waiting for idle on (kernel): c68bd861-c520-40a9-b874-309294c552db -> idle
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Connection complete for history server
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:04: Get Interpreters, Class name = m, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Started session 09213bd1-ac9f-41fe-aafa-7376788457ea
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Cached data exists getEnvironmentVariables,
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Waiting for idle (session) 09213bd1-ac9f-41fe-aafa-7376788457ea
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Waiting for idle on (kernel): c68bd861-c520-40a9-b874-309294c552db -> idle
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Finished waiting for idle on (kernel): c68bd861-c520-40a9-b874-309294c552db -> idle
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Initialize matplotlib for history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: write to stderr: [I 10:05:05.229 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: [I 10:05:05.229 NotebookApp] Creating new notebook in /
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters, Class name = m, completed in 2ms, Arg 1: {"$mid":1,"external":"history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b","scheme":"history","authority":"EC155B3B-DC18-49DC-9E99-9A948AA2F27B"}, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: write to stderr: [I 10:05:05.280 NotebookApp] Kernel started: d9fcb8bd-42af-46e8-a335-873104b1bd7b
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: [I 10:05:05.280 NotebookApp] Kernel started: d9fcb8bd-42af-46e8-a335-873104b1bd7b
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: write to stderr:
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05:
console.ts:137 [Extension Host] Starting WebSocket: ws://localhost:8891/api/kernels/d9fcb8bd-42af-46e8-a335-873104b1bd7b
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Waiting for idle on (kernel): d9fcb8bd-42af-46e8-a335-873104b1bd7b -> unknown
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Initial setup complete for history://ec155b3b-dc18-49dc-9e99-9a948aa2f27b
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Finished connecting 09213bd1-ac9f-41fe-aafa-7376788457ea
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Connected to jupyter server.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Adding sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0 complete
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: enable debugger attach
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Appending paths Output: {"text/plain":"['/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles',\n '/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/lib/python',\n '/home/ychechik/.pyenv/versions/3.6.8/lib/python36.zip',\n '/home/ychechik/.pyenv/versions/3.6.8/lib/python3.6',\n '/home/ychechik/.pyenv/versions/3.6.8/lib/python3.6/lib-dynload',\n '',\n '/home/ychechik/dev/calibration/.venv/lib/python3.6/site-packages',\n '/home/ychechik/dev/calibration',\n '/home/ychechik/dev/calibration/.venv/lib/python3.6/site-packages/IPython/extensions',\n '/home/ychechik/.ipython',\n '/home/ychechik/.vscode-server/extensions/ms-python.python-2019.12.52049-dev/pythonFiles/lib/python/old_ptvsd']"}
console.ts:137 [Extension Host] Kernel: connected (d9fcb8bd-42af-46e8-a335-873104b1bd7b)
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:05: Finished waiting for idle on (kernel): d9fcb8bd-42af-46e8-a335-873104b1bd7b -> idle
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:06: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Adding hash for 1 = 983cfb749471 with 7 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Finished execution for 0eb2fb2f-fbd9-4c6e-9afd-e2c5b3878249
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: stop debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:07: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:08: Adding hash for 2 = 7a999ef2c381 with 21 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:11: Finished execution for a9f51314-a226-4d08-a6b4-264356a58be4
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:11: stop debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Adding hash for 3 = 2f094003e47d with 9 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: Finished execution for e5ae453e-f7e2-4e85-a5da-2cb0dc2d29c1
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:13: stop debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:17: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:18: Adding hash for 4 = a9fa634fc0f5 with 13 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:19: Finished execution for 6fcdecde-87da-4fef-bc2f-2d14514196cf
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:19: stop debugging
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_completion_items_request to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:43: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_completion_items_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message submit_new_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:45: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:45: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:45: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:45: Finished execution for dfe6ee51-bb3e-418a-8c5c-a7fe9b0a42cd
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message submit_new_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:56: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:56: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:56: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:05:56: Finished execution for 3dc037b2-d98e-43f1-9284-4f6e24595136
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_completion_items_request to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:15: Get Interpreters, Class name = m, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message edit_cell to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message provide_signature_help_request to extension.
webviewElement.ts:241 [Embedded Page] Posting message cancel_completion_items_request to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: Cached data exists getEnvironmentVariables, /home/ychechik/dev/calibration
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: > ~/dev/calibration/.venv/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:19: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Get Interpreters, Class name = m, completed in 3ms, Arg 1: <Uri:/home/ychechik/dev/calibration>, Return Value: [{"architecture":3,"path":"/home/ychechik/.pyenv/versions/3.6.8/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/home/ychechik/.pyenv/versions/3.6.8","fileHash":"b00e260ae51e1f99b3bc9c5e500a962a318876ee639ace29213cc2555240d7d1a10d92d0e114b3319c1cd04ce67933bceb4ba044e5e35fb6075c1b9c008d1640","envName":"3.6.8","type":"Pyenv"}]
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Adding hash for 7 = 2f094003e47d with 9 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: Finished execution for 41cbebba-9d40-4e62-ab5e-7238cb6b2c60
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:20: stop debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Adding hash for 8 = 2f094003e47d with 9 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: Finished execution for 758c895e-58c1-484d-a010-4c151bad7897
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:24: stop debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: Submitting code for bced048f-03ab-4bef-8089-f667bcf774d6
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: Wait for sys info for bced048f-03ab-4bef-8089-f667bcf774d6 0
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: start debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:50: connected to notebook during debugging
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:51: Adding hash for 9 = 2f094003e47d with 9 lines
webviewElement.ts:241 [Embedded Page] Posting message send_info to extension.
webviewElement.ts:241 [Embedded Page] Posting message add_cell to extension.
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:51: Finished execution for 7c657163-8d52-4e70-90fd-0540f3712d08
console.ts:137 [Extension Host] Info Python Extension: 2019-12-10 10:06:51: stop debugging
I would hazard a guess that our hash computation is failing. If you turn this value to true:
"python.dataScience.stopOnFirstLineWhileDebugging": false,
Does it at least stop on the first line but sometimes open another file with just the cell in it?
If that's the case can you share your entire source? Or at least a minimal example?
I think it had something to do with the new language server (?) or something else you are A/B testing because I did a fresh installation and it's gone
cc @Anapo14 as he could repro this as well
Sounds like this issue no longer repros? If it still does, please reopen or create a new issue.
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
Your Jupyter and/or Python environment
Please provide as much info as you readily know Please provide as much info as you readily know
Jupyter server running: Local VS Code version: 1.40.2 Extension version (available under the Extensions sidebar): 2019.11.50794 OS and version: windos host, linux remote Python version (& distribution if applicable, e.g. Anaconda): 3.6.8 64b Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info microsoft/vscode-python#3977): XXX
Developer Tools Console Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer