Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

${workspaceFolder} does not work in .env file #2002

Closed
brasswood opened this issue Apr 20, 2020 · 1 comment
Closed

${workspaceFolder} does not work in .env file #2002

brasswood opened this issue Apr 20, 2020 · 1 comment

Comments

@brasswood
Copy link

Environment data

  • Language Server version: 0.5.45.0
  • OS and version: WSLv1 on Windows 10 Enterprise version 10.0.17763 Build 17763
  • Python version (& distribution if applicable, e.g. Anaconda): 3.6

Expected behaviour

Assume ${workspaceFolder} = /home/user/workspace.
In .env, setting PYTHONPATH=${workspaceFolder}/lib should cause /home/user/workspace/lib to appear in the Python Language Server's search paths (according to https://code.visualstudio.com/docs/python/environments#_variable-substitution)

Actual behaviour

Setting PYTHONPATH=${workspaceFolder}/lib causes /lib to appear in the Python Language Server's search path

Logs

[Info  - 12:19:11 PM] Analysis cache path: /home/a401r833/.cache/Microsoft/Python Language Server
[Info  - 12:19:11 PM] Microsoft Python Language Server version 0.5.45.0
[Info  - 12:19:11 PM] Workspace root: /home/a401r833/workspace/ansible-workspace
[Info  - 12:19:12 PM] GetCurrentSearchPaths /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
[Info  - 12:19:12 PM] Interpreter search paths:
[Info  - 12:19:12 PM]     /usr/lib/python3.6
[Info  - 12:19:12 PM]     /usr/lib/python3.6/lib-dynload
[Info  - 12:19:12 PM]     /ansible-devel/lib
[Info  - 12:19:12 PM]     /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/lib/python3.6/site-packages
[Info  - 12:19:12 PM] User search paths:
[Info  - 12:19:15 PM] Initializing for /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3
[Info  - 12:19:15 PM] Analysis caching mode: None.
Opening document file:///home/a401r833/workspace/ansible-workspace/ansible-devel/lib/ansible/constants.py
Analysis of constants (User) queued. Dependencies: __future__, os, re, ast, string, sys
Import:  __future__ /usr/lib/python3.6/__future__.py 
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Import:  os /usr/lib/python3.6/os.py 
Import:  re /usr/lib/python3.6/re.py 
Import:  ast /usr/lib/python3.6/ast.py 
Import:  string /usr/lib/python3.6/string.py 
Create built-in compiled (scraped) module:  sys /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis version 9 of 1 entries has started.
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Import:  abc /usr/lib/python3.6/abc.py 
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Create built-in compiled (scraped) module:  errno /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  stat /usr/lib/python3.6/stat.py 
Create built-in compiled (scraped) module:  posix /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  posixpath /usr/lib/python3.6/posixpath.py 
Import:  ntpath /usr/lib/python3.6/ntpath.py 
Import:  warnings /usr/lib/python3.6/warnings.py 
Import:  _collections_abc /usr/lib/python3.6/_collections_abc.py 
Import:  subprocess /usr/lib/python3.6/subprocess.py 
Import:  io /usr/lib/python3.6/io.py 
Import:  enum /usr/lib/python3.6/enum.py 
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Import:  sre_compile /usr/lib/python3.6/sre_compile.py 
Analysis of constants (User) on depth 0 completed in 12.74 ms.
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Import:  sre_parse /usr/lib/python3.6/sre_parse.py 
Analysis version 9 of 1 entries has been completed in 28.3 ms.
Import:  functools /usr/lib/python3.6/functools.py 
Create built-in compiled (scraped) module:  _locale /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  copyreg /usr/lib/python3.6/copyreg.py 
Import:  sre_constants /usr/lib/python3.6/sre_constants.py 
Analysis version 31 of 14 entries has started.
Create built-in compiled (scraped) module:  _io /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of posix (Stub) queued. Dependencies: 
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of abc (Stub) queued. Dependencies: 
Analysis of re (Stub) on depth 2 completed in 6.13 ms.
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis version 44 of 36 entries has started.
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Analysis of posixpath(Library) canceled (no AST yet).
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, functools, operator, _collections, collections
Analysis of ntpath(Library) canceled (no AST yet).
Analysis of warnings(Library) canceled (no AST yet).
Analysis of _collections_abc(Library) canceled (no AST yet).
Analysis of subprocess(Library) canceled (no AST yet).
Analysis of re (Library) on depth 1 completed in 12.01 ms.
Analysis of abc(Library) canceled (no AST yet).
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of abc (Library) queued. Dependencies: abc (stub), _weakrefset
Import:  types /usr/lib/python3.6/types.py 
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of posix (Stub) on depth 3 completed in 7.72 ms.
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Import:  operator /usr/lib/python3.6/operator.py 
Create built-in compiled (scraped) module:  _collections /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  collections /usr/lib/python3.6/collections/__init__.py 
Analysis of os.path (Stub) on depth 3 completed in 3.24 ms.
Import:  _weakrefset /usr/lib/python3.6/_weakrefset.py 
Create built-in compiled (scraped) module:  _ast /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of string (Stub) queued. Dependencies: 
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Import:  inspect /usr/lib/python3.6/inspect.py 
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, _posixsubprocess, select, selectors, dummy_threading
Create built-in compiled (scraped) module:  _weakref /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Analysis of io (Stub) on depth 3 completed in 13.09 ms.
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Create built-in compiled (scraped) module:  time /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  signal /usr/lib/python3.6/signal.py 
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants
Import:  threading /usr/lib/python3.6/threading.py 
Create built-in compiled (scraped) module:  _posixsubprocess /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of enum (Library) on depth 2 completed in 32.78 ms.
Create built-in compiled (scraped) module:  _sre /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Create built-in compiled (scraped) module:  select /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  selectors /usr/lib/python3.6/selectors.py 
Import:  dummy_threading /usr/lib/python3.6/dummy_threading.py 
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Import:  _dummy_thread /usr/lib/python3.6/_dummy_thread.py 
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Import:  traceback /usr/lib/python3.6/traceback.py 
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Create built-in compiled (scraped) module:  itertools /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of sre_compile (Library) on depth 2 completed in 19.36 ms.
Analysis of sre_parse(Library) canceled (no AST yet).
Analysis of functools(Library) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of copyreg(Library) canceled (no AST yet).
Analysis of sre_constants(Library) canceled (no AST yet).
Analysis of os (Stub) on depth 2 completed in 29.3 ms.
Analysis of __future__ (Stub) on depth 2 completed in 0.52 ms.
Import:  linecache /usr/lib/python3.6/linecache.py 
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Import:  tokenize /usr/lib/python3.6/tokenize.py 
Analysis of __future__ (Library) on depth 1 completed in 29.57 ms.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, _warnings
Import:  tracemalloc /usr/lib/python3.6/tracemalloc.py 
Create built-in compiled (scraped) module:  _warnings /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, ast, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, argparse
Analysis of _warnings (CompiledBuiltin) queued. Dependencies: _warnings (stub)
Import:  dis /usr/lib/python3.6/dis.py 
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Import:  collections.abc /usr/lib/python3.6/collections/abc.py 
Analysis of _io (CompiledBuiltin) on depth 3 completed in 47.49 ms.
Import:  importlib /usr/lib/python3.6/importlib/__init__.py 
Import:  importlib.machinery /usr/lib/python3.6/importlib/machinery.py 
Import:  token /usr/lib/python3.6/token.py 
Import:  argparse /usr/lib/python3.6/argparse.py 
Import:  codecs /usr/lib/python3.6/codecs.py 
Analysis of _warnings (Stub) queued. Dependencies: 
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Analysis of codecs (Stub) on depth 4 completed in 10.28 ms.
Analysis of mmap (Stub) on depth 4 completed in 11.03 ms.
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Create built-in compiled (scraped) module:  _codecs /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Analysis of os (Library) on depth 1 completed in 40.28 ms.
Analysis of string(Library) canceled (no AST yet).
Import:  encodings /usr/lib/python3.6/encodings/__init__.py 
Import:  fnmatch /usr/lib/python3.6/fnmatch.py 
Import:  pickle /usr/lib/python3.6/pickle.py 
Create built-in compiled (scraped) module:  _tracemalloc /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of types (Stub) on depth 4 completed in 6.85 ms.
Analysis of abc (Stub) on depth 4 completed in 0.41 ms.
Analysis of ast (Library) on depth 1 completed in 4.98 ms.
Create built-in compiled (scraped) module:  _stat /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Analysis version 31 has been completed in 150.23 ms with 13 entries analyzed and 1 entries skipped.
Analysis version 109 of 76 entries has started.
Analysis of sre_parse(Library) canceled (no AST yet).
Analysis of functools(Library) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of copyreg(Library) canceled (no AST yet).
Analysis of sre_constants(Library) canceled (no AST yet).
Analysis of itertools (Stub) queued. Dependencies: 
Analysis of _tracemalloc (Stub) queued. Dependencies: 
Analysis of _stat (CompiledBuiltin) queued. Dependencies: _stat (stub)
Analysis of _stat (Stub) queued. Dependencies: 
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of enum (Stub) on depth 3 completed in 11.56 ms.
Analysis of _sre (CompiledBuiltin) queued. Dependencies: 
Analysis of argparse (Library) queued. Dependencies: argparse (stub), collections, copy, os, re, sys, textwrap, gettext
Analysis of _dummy_thread (Stub) queued. Dependencies: 
Import:  copy /usr/lib/python3.6/copy.py 
Import:  textwrap /usr/lib/python3.6/textwrap.py 
Import:  gettext /usr/lib/python3.6/gettext.py 
Analysis of posix (CompiledBuiltin) queued. Dependencies: posix (stub), os
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, collections, collections.abc
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, copy, io, os, re, struct, sys, errno
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Import:  locale /usr/lib/python3.6/locale.py 
Import:  struct /usr/lib/python3.6/struct.py 
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, math, select, sys
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Create built-in compiled (scraped) module:  math /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Create built-in compiled (scraped) module:  _struct /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of math (CompiledBuiltin) queued. Dependencies: math (stub)
Import:  _compat_pickle /usr/lib/python3.6/_compat_pickle.py 
Analysis of _struct (CompiledBuiltin) queued. Dependencies: struct
Create built-in compiled (scraped) module:  _pickle /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, pwd, re
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of math (Stub) queued. Dependencies: sys (stub)
Import:  doctest /usr/lib/python3.6/doctest.py 
Analysis of _ast (Stub) on depth 3 completed in 37.84 ms.
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Import:  pprint /usr/lib/python3.6/pprint.py 
Import:  genericpath /usr/lib/python3.6/genericpath.py 
Create built-in compiled (scraped) module:  pwd /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of pwd (CompiledBuiltin) queued. Dependencies: pwd (stub)
Analysis of types (Library) on depth 3 completed in 15.58 ms.
Analysis of operator(Library) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of collections(Library) canceled (no AST yet).
Analysis of pwd (Stub) queued. Dependencies: 
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of sre_parse (Stub) on depth 4 completed in 6.47 ms.
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Analysis of select (CompiledBuiltin) queued. Dependencies: select (stub)
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, collections, functools, _locale, os, _bootlocale
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of errno (Stub) on depth 3 completed in 25.38 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed in 0.45 ms.
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of signal(Library) canceled (no AST yet).
Analysis of threading(Library) canceled (no AST yet).
Analysis of _posixsubprocess(CompiledBuiltin) canceled (no AST yet).
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of select (CompiledBuiltin) on depth 3 completed in 1.34 ms.
Import:  encodings.aliases /usr/lib/python3.6/encodings/aliases.py 
Import:  _bootlocale /usr/lib/python3.6/_bootlocale.py 
Analysis of encodings.aliases (Library) queued. Dependencies: 
Analysis of _posixsubprocess (CompiledBuiltin) queued. Dependencies: _posixsubprocess (stub)
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, argparse, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections
Analysis of _posixsubprocess (Stub) queued. Dependencies: 
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of decimal (Stub) queued. Dependencies: 
Import:  difflib /usr/lib/python3.6/difflib.py 
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Import:  pdb /usr/lib/python3.6/pdb.py 
Import:  unittest /usr/lib/python3.6/unittest/__init__.py 
Analysis of selectors (Library) on depth 3 completed in 19.68 ms.
Analysis of _sre (CompiledBuiltin) on depth 3 completed in 0.11 ms.
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of _pickle (CompiledBuiltin) queued. Dependencies: 
Analysis of gettext (Stub) queued. Dependencies: 
Import:  unittest.result /usr/lib/python3.6/unittest/result.py 
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, warnings, string
Import:  unittest.case /usr/lib/python3.6/unittest/case.py 
Analysis of itertools (CompiledBuiltin) on depth 3 completed in 5.99 ms.
Import:  unittest.suite /usr/lib/python3.6/unittest/suite.py 
Analysis of linecache (Stub) on depth 4 completed in 0.49 ms.
Import:  unittest.loader /usr/lib/python3.6/unittest/loader.py 
Import:  unittest.main /usr/lib/python3.6/unittest/main.py 
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc, io
Import:  unittest.runner /usr/lib/python3.6/unittest/runner.py 
Import:  unittest.signals /usr/lib/python3.6/unittest/signals.py 
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Analysis of tracemalloc (Library) on depth 3 completed in 8.3 ms.
Analysis of dis(Library) canceled (no AST yet).
Analysis of collections.abc(Library) canceled (no AST yet).
Analysis of importlib(Library) canceled (no AST yet).
Analysis of importlib.machinery(Library) canceled (no AST yet).
Analysis of token(Library) canceled (no AST yet).
Analysis of _compat_pickle (Library) queued. Dependencies: 
Import:  weakref /usr/lib/python3.6/weakref.py 
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of textwrap (Stub) queued. Dependencies: 
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Analysis of copy (Stub) queued. Dependencies: 
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, collections, sys, itertools, copy, atexit, gc
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Create built-in compiled (scraped) module:  atexit /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Create built-in compiled (scraped) module:  gc /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, types, weakref, reprlib, _thread
Analysis of fnmatch (Stub) queued. Dependencies: 
Analysis of gc (CompiledBuiltin) queued. Dependencies: gc (stub)
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Analysis of gc (Stub) queued. Dependencies: 
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Analysis of atexit (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  _functools /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, _bootlocale, encodings.mbcs
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Import:  reprlib /usr/lib/python3.6/reprlib.py 
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Create built-in compiled (scraped) module:  _thread /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Create built-in compiled (scraped) module:  _imp /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  importlib._bootstrap /usr/lib/python3.6/importlib/_bootstrap.py 
Import:  importlib._bootstrap_external /usr/lib/python3.6/importlib/_bootstrap_external.py 
Import:  encodings.mbcs /usr/lib/python3.6/encodings/mbcs.py 
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Analysis of argparse (Library) queued. Dependencies: argparse (stub), collections, copy, os, re, sys, textwrap, gettext, io
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of _codecs (CompiledBuiltin) queued. Dependencies: _codecs (stub)
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Analysis of copyreg (Library) queued. Dependencies: 
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Import:  opcode /usr/lib/python3.6/opcode.py 
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Create compiled (scraped):  _opcode /usr/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of importlib._bootstrap (Library) queued. Dependencies: 
Analysis of _opcode (Compiled) queued. Dependencies: 
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Import:  unittest.util /usr/lib/python3.6/unittest/util.py 
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of _thread (Stub) queued. Dependencies: 
Analysis of _functools (CompiledBuiltin) queued. Dependencies: functools
Analysis of sre_constants (Stub) queued. Dependencies: 
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread, _dummy_thread
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections, warnings
Analysis of argparse (Library) on depth 3 completed in 89.23 ms.
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of _warnings (Stub) on depth 4 completed in 0.43 ms.
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
Create built-in compiled (scraped) module:  _string /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Analysis of _string (CompiledBuiltin) queued. Dependencies: 
Create built-in compiled (scraped) module:  _operator /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Analysis of _weakrefset (Stub) queued. Dependencies: 
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of __future__ (Stub) on depth 2 completed in 0.45 ms.
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Import:  logging /usr/lib/python3.6/logging/__init__.py 
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Import:  contextlib /usr/lib/python3.6/contextlib.py 
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Analysis of string (Library) on depth 1 completed in 15.18 ms.
Analysis of codecs (Library) on depth 4 completed in 26.63 ms.
Analysis of posix (Stub) on depth 3 completed in 0.77 ms.
Analysis of sre_compile (Stub) on depth 3 completed in 1.1 ms.
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Analysis of stat (Library) on depth 2 completed in 4.17 ms.
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Analysis of ast(Library) canceled. Version: 44, current: 18.
Analysis of string(Library) canceled. Version: 44, current: 109.
Import:  keyword /usr/lib/python3.6/keyword.py 
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Analysis of ast (Stub) on depth 2 completed in 11.78 ms.
Analysis of _weakrefset (Library) on depth 3 completed in 19.94 ms.
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of _importlib_modulespec (Stub) on depth 5 completed in 4.34 ms.
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of keyword (Stub) queued. Dependencies: 
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Import:  heapq /usr/lib/python3.6/heapq.py 
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, string, threading, atexit
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of __future__(Stub) canceled. Version: 44, current: 109.
Analysis of posix(Stub) canceled. Version: 44, current: 109.
Analysis of stat(Library) canceled. Version: 44, current: 109.
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Analysis of posix (CompiledBuiltin) on depth 2 completed in 56.03 ms.
Analysis of _warnings (CompiledBuiltin) on depth 3 completed in 9.93 ms.
Analysis of posixpath (Library) on depth 2 completed in 55.14 ms.
Analysis of tokenize (Stub) on depth 4 completed in 24.53 ms.
Analysis of ntpath (Library) on depth 2 completed in 68.82 ms.
Analysis of threading (Library) queued. Dependencies: threading (stub), sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, _threading_local
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of abc (Library) on depth 2 completed in 33.96 ms.
Create built-in compiled (scraped) module:  _signal /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of abc (Library) on depth 2 completed in 39.68 ms.
Import:  _threading_local /usr/lib/python3.6/_threading_local.py 
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Create built-in compiled (scraped) module:  _heapq /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of _heapq (Stub) queued. Dependencies: 
Analysis of subprocess (Stub) on depth 3 completed in 58.97 ms.
Analysis of _heapq (CompiledBuiltin) queued. Dependencies: _heapq (stub)
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Analysis of _signal (CompiledBuiltin) queued. Dependencies: signal
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, pydoc, getopt
Import:  cmd /usr/lib/python3.6/cmd.py 
Import:  bdb /usr/lib/python3.6/bdb.py 
Analysis of cmd (Stub) queued. Dependencies: 
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys, readline
Import:  code /usr/lib/python3.6/code.py 
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  glob /usr/lib/python3.6/glob.py 
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Create compiled (scraped):  readline /usr/lib/python3.6/lib-dynload/readline.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, argparse, codeop, readline
Import:  shlex /usr/lib/python3.6/shlex.py 
Analysis of io (Library) on depth 2 completed in 63.44 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed in 127.69 ms.
Analysis of _collections_abc (Library) on depth 2 completed in 67.98 ms.
Import:  pydoc /usr/lib/python3.6/pydoc.py 
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Import:  getopt /usr/lib/python3.6/getopt.py 
Analysis of getopt (Stub) queued. Dependencies: 
Import:  codeop /usr/lib/python3.6/codeop.py 
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of errno (CompiledBuiltin) on depth 2 completed in 156.53 ms.
Analysis version 44 has been completed in 577.91 ms with 28 entries analyzed and 8 entries skipped.
Analysis version 343 of 211 entries has started.
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, time, tokenize, urllib, urllib.parse, warnings, collections, reprlib, traceback, tempfile, subprocess, tty, pydoc_data, pydoc_data.topics, textwrap, http, http.server, email, email.message, select, threading, webbrowser, getopt
Analysis of _warnings (Stub) on depth 4 completed in 0.62 ms.
Analysis of posix (Stub) on depth 3 completed in 2.91 ms.
Import:  importlib.util /usr/lib/python3.6/importlib/util.py 
Analysis of copyreg (Library) on depth 2 completed in 6.67 ms.
Import:  pkgutil /usr/lib/python3.6/pkgutil.py 
Analysis of itertools (Stub) on depth 4 completed in 10.29 ms.
Analysis of abc (Stub) on depth 3 completed in 0.85 ms.
Import:  platform /usr/lib/python3.6/platform.py 
Import:  urllib /usr/lib/python3.6/urllib/__init__.py 
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, functools, sys, types, warnings
Analysis of gettext (Stub) on depth 5 completed in 3.08 ms.
Import:  urllib.parse /usr/lib/python3.6/urllib/parse.py 
Import:  tempfile /usr/lib/python3.6/tempfile.py 
Analysis of sre_constants (Stub) on depth 3 completed in 4.71 ms.
Analysis of _pickle (CompiledBuiltin) on depth 5 completed in 4.56 ms.
Import:  tty /usr/lib/python3.6/tty.py 
Analysis of pwd (Stub) on depth 4 completed in 0.78 ms.
Import:  pydoc_data /usr/lib/python3.6/pydoc_data/__init__.py 
Analysis of string (Stub) on depth 2 completed in 7.83 ms.
Import:  pydoc_data.topics /usr/lib/python3.6/pydoc_data/topics.py 
Analysis of modules loop on depth 2 in 151.63 ms:
Analysis of _weakrefset (Stub) on depth 4 completed in 3.16 ms.
Analysis of _sre (CompiledBuiltin) on depth 3 completed in 0.21 ms.
    io(Library)
    _io(CompiledBuiltin)
Analysis of _dummy_thread (Stub) on depth 5 completed in 0.76 ms.
Analysis of _tracemalloc (Stub) on depth 5 completed in 0.34 ms.
Analysis of decimal (Stub) on depth 5 completed in 13.24 ms.
Analysis of atexit (Stub) on depth 5 completed in 0.64 ms.
Analysis of _stat (Stub) on depth 4 completed in 3.37 ms.
Import:  http /usr/lib/python3.6/http/__init__.py 
Analysis of _compat_pickle (Library) on depth 5 completed in 13.48 ms.
Import:  http.server /usr/lib/python3.6/http/server.py 
Import:  email /usr/lib/python3.6/email/__init__.py 
Analysis of encodings.aliases (Library) on depth 4 completed in 5.47 ms.
Analysis of _posixsubprocess (Stub) on depth 4 completed in 0.41 ms.
Import:  email.message /usr/lib/python3.6/email/message.py 
Import:  webbrowser /usr/lib/python3.6/webbrowser.py 
Analysis of textwrap (Stub) on depth 5 completed in 3.09 ms.
Analysis of copy (Stub) on depth 4 completed in 0.4 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.28 ms.
Analysis of tokenize (Library) on depth 3 completed in 26.45 ms.
Analysis of gc (Stub) on depth 5 completed in 0.89 ms.
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, copy, glob, pwd, socket, tempfile, getopt
Import:  importlib.abc /usr/lib/python3.6/importlib/abc.py 
Import:  shutil /usr/lib/python3.6/shutil.py 
Import:  socket /usr/lib/python3.6/socket.py 
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of importlib._bootstrap (Library) on depth 4 completed in 36.61 ms.
Analysis of urllib (Stub) queued. Dependencies: 
Analysis of _opcode (Compiled) on depth 5 completed in 0.19 ms.
Analysis of _thread (Stub) on depth 4 completed in 0.38 ms.
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of _string (CompiledBuiltin) on depth 2 completed in 1.03 ms.
Analysis of pydoc_data (Library) queued. Dependencies: 
Analysis of keyword (Stub) on depth 4 completed in 1.12 ms.
Analysis of tty (Stub) queued. Dependencies: 
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Create built-in compiled (scraped) module:  marshal /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Create built-in compiled (scraped) module:  zipimport /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of marshal (Stub) queued. Dependencies: 
Analysis of _heapq (Stub) on depth 5 completed in 19.91 ms.
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Analysis of getopt (Stub) on depth 7 completed in 21.66 ms.
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Import:  email.parser /usr/lib/python3.6/email/parser.py 
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of cmd (Stub) on depth 7 completed in 38.75 ms.
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of zipimport (CompiledBuiltin) queued. Dependencies: zipimport (stub)
Create built-in compiled (scraped) module:  _socket /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections, unicodedata
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Analysis of email.charset (Stub) queued. Dependencies: 
Analysis of email.errors (Stub) queued. Dependencies: 
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Analysis of http.server (Library) queued. Dependencies: http.server (stub), email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, copy, argparse, pwd, base64, binascii, subprocess
Create compiled (scraped):  termios /usr/lib/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Import:  email.feedparser /usr/lib/python3.6/email/feedparser.py 
Analysis of email.message (Library) queued. Dependencies: email.message (stub), re, uu, quopri, io, email, email.utils, email.errors, email._policybase, email.charset, email._encoded_words, email.generator, email.iterators, email.policy
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, pwd, grp, tarfile, zipfile
Import:  email._policybase /usr/lib/python3.6/email/_policybase.py 
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, sys, stat, errno, random, weakref, _thread, _dummy_thread
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Create built-in compiled (scraped) module:  unicodedata /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of unicodedata (Stub) queued. Dependencies: 
Analysis of termios (Stub) queued. Dependencies: 
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, plistlib, socket, struct
Analysis of _socket (CompiledBuiltin) queued. Dependencies: 
Import:  email.utils /usr/lib/python3.6/email/utils.py 
Analysis of unicodedata (CompiledBuiltin) queued. Dependencies: unicodedata (stub)
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Import:  html /usr/lib/python3.6/html/__init__.py 
Analysis of html (Stub) queued. Dependencies: 
Import:  http.client /usr/lib/python3.6/http/client.py 
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Import:  mimetypes /usr/lib/python3.6/mimetypes.py 
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Import:  socketserver /usr/lib/python3.6/socketserver.py 
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, getopt
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, errno, sys, threading, dummy_threading, io, time, traceback
Import:  base64 /usr/lib/python3.6/base64.py 
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, os, re, socket, collections, urllib.parse, ssl, warnings
Create built-in compiled (scraped) module:  binascii /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Import:  uu /usr/lib/python3.6/uu.py 
Import:  quopri /usr/lib/python3.6/quopri.py 
Analysis of binascii (CompiledBuiltin) queued. Dependencies: binascii (stub)
Import:  email.errors /usr/lib/python3.6/email/errors.py 
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of _ast (CompiledBuiltin) on depth 2 completed in 412.94 ms.
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Import:  email.charset /usr/lib/python3.6/email/charset.py 
Analysis of pydoc_data.topics (Library) queued. Dependencies: 
Import:  email._encoded_words /usr/lib/python3.6/email/_encoded_words.py 
Analysis of quopri (Stub) queued. Dependencies: 
Import:  email.generator /usr/lib/python3.6/email/generator.py 
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Import:  email.iterators /usr/lib/python3.6/email/iterators.py 
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Import:  email.policy /usr/lib/python3.6/email/policy.py 
Create built-in compiled (scraped) module:  zlib /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Import:  bz2 /usr/lib/python3.6/bz2.py 
Import:  lzma /usr/lib/python3.6/lzma.py 
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Create built-in compiled (scraped) module:  grp /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Import:  tarfile /usr/lib/python3.6/tarfile.py 
Analysis of grp (CompiledBuiltin) queued. Dependencies: grp (stub)
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of pydoc (Library) on depth 6 completed in 208.22 ms.
Analysis of zlib (CompiledBuiltin) queued. Dependencies: zlib (stub)
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, dummy_threading, _bz2
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Import:  zipfile /usr/lib/python3.6/zipfile.py 
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Analysis of grp (Stub) queued. Dependencies: 
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of modules loop on depth 2 in 217.12 ms:
    sys(Stub)
    os(Stub)
    io(Stub)
    os.path(Stub)
Import:  random /usr/lib/python3.6/random.py 
    codecs(Stub)
    mmap(Stub)
    types(Stub)
    _importlib_modulespec(Stub)
    importlib.abc(Stub)
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of _heapq (CompiledBuiltin) on depth 4 completed in 0.34 ms.
Import:  email.header /usr/lib/python3.6/email/header.py 
Analysis of _posixsubprocess (CompiledBuiltin) on depth 3 completed in 0.29 ms.
Analysis of atexit (CompiledBuiltin) on depth 4 completed in 1.54 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed in 1.87 ms.
Analysis of pwd (CompiledBuiltin) on depth 3 completed in 3.21 ms.
Import:  plistlib /usr/lib/python3.6/plistlib.py 
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Import:  html.entities /usr/lib/python3.6/html/entities.py 
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of html.entities (Stub) queued. Dependencies: 
Import:  datetime /usr/lib/python3.6/datetime.py 
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Import:  email._parseaddr /usr/lib/python3.6/email/_parseaddr.py 
Analysis of _weakref (Stub) on depth 4 completed in 49.36 ms.
Analysis of stat (Stub) on depth 3 completed in 1.16 ms.
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, pwd, grp, warnings, zlib, bz2, lzma, gzip, argparse
Analysis of posixpath (Stub) on depth 3 completed in 7.58 ms.
Analysis of _thread (CompiledBuiltin) on depth 3 completed in 56.49 ms.
Analysis of gc (CompiledBuiltin) on depth 4 completed in 69.77 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 24.4 ms.
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of token (Stub) on depth 4 completed in 35.5 ms.
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Import:  ssl /usr/lib/python3.6/ssl.py 
Analysis of _stat (CompiledBuiltin) on depth 3 completed in 86.5 ms.
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, re, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, dummy_threading, zlib, bz2, lzma, warnings, py_compile, textwrap
Analysis of pickle (Stub) on depth 5 completed in 37.62 ms.
Analysis of math (Stub) on depth 5 completed in 39.39 ms.
Import:  email.base64mime /usr/lib/python3.6/email/base64mime.py 
Analysis of pprint (Stub) on depth 6 completed in 0.89 ms.
Analysis of ntpath (Stub) on depth 3 completed in 1.17 ms.
Analysis of array (Stub) on depth 5 completed in 2.65 ms.
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Import:  email.quoprimime /usr/lib/python3.6/email/quoprimime.py 
Analysis of functools (Stub) on depth 3 completed in 7.1 ms.
Analysis of opcode (Stub) on depth 5 completed in 5.68 ms.
Analysis of pdb (Stub) on depth 6 completed in 6.97 ms.
Analysis of heapq (Stub) on depth 4 completed in 8.76 ms.
Import:  email.encoders /usr/lib/python3.6/email/encoders.py 
Analysis of glob (Stub) on depth 7 completed in 1.96 ms.
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Import:  optparse /usr/lib/python3.6/optparse.py 
Analysis of shlex (Stub) on depth 7 completed in 16.31 ms.
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, _strptime, _datetime
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of sre_constants (Library) on depth 2 completed in 131.75 ms.
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Analysis of argparse (Stub) on depth 4 completed in 82.63 ms.
Analysis of difflib (Stub) on depth 6 completed in 29.94 ms.
Import:  email.headerregistry /usr/lib/python3.6/email/headerregistry.py 
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of locale (Stub) on depth 4 completed in 57.37 ms.
Analysis of operator (Stub) on depth 4 completed in 54.56 ms.
Analysis of readline (Stub) on depth 7 completed in 45.84 ms.
Analysis of ssl (Library) queued. Dependencies: ssl (stub), ipaddress, textwrap, re, sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Analysis of select (Stub) on depth 4 completed in 61.42 ms.
Analysis of modules loop on depth 1 in 397.73 ms:
    os(Library)
    warnings(Library)
    subprocess(Library)
    dummy_threading(Library)
    _dummy_thread(Library)
    traceback(Library)
    linecache(Library)
Import:  email.contentmanager /usr/lib/python3.6/email/contentmanager.py 
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Create compiled (scraped):  _lzma /usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Import:  _compression /usr/lib/python3.6/_compression.py 
Create compiled (scraped):  _bz2 /usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Import:  hashlib /usr/lib/python3.6/hashlib.py 
Import:  bisect /usr/lib/python3.6/bisect.py 
Create built-in compiled (scraped) module:  _random /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Import:  xml.parsers.expat /usr/lib/python3.6/xml/parsers/expat.py 
Import:  gzip /usr/lib/python3.6/gzip.py 
Analysis of modules loop on depth 3 in 50.64 ms:
    collections.abc(Stub)
    collections(Stub)
Import:  calendar /usr/lib/python3.6/calendar.py 
Import:  py_compile /usr/lib/python3.6/py_compile.py 
Analysis of code (Stub) on depth 7 completed in 6.5 ms.
Analysis of codeop (Stub) on depth 8 completed in 0.5 ms.
Import:  _strptime /usr/lib/python3.6/_strptime.py 
Create built-in compiled (scraped) module:  _datetime /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of _datetime (CompiledBuiltin) queued. Dependencies: datetime
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Import:  ipaddress /usr/lib/python3.6/ipaddress.py 
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Create compiled (scraped):  _ssl /usr/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of modules loop on depth 4 in 12.6 ms:
    importlib.machinery(Stub)
    importlib(Stub)
    importlib.util(Stub)
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread, _dummy_thread
Analysis of _lzma (Compiled) queued. Dependencies: 
Import:  email._header_value_parser /usr/lib/python3.6/email/_header_value_parser.py 
Analysis of _ssl (Compiled) queued. Dependencies: 
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of socket (Stub) on depth 5 completed in 52.6 ms.
Analysis of _bz2 (Compiled) queued. Dependencies: 
Analysis of signal (Stub) on depth 4 completed in 2.81 ms.
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of weakref (Stub) on depth 4 completed in 12.5 ms.
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Analysis of bisect (Stub) queued. Dependencies: 
Analysis of math (CompiledBuiltin) on depth 4 completed in 3.82 ms.
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Analysis of struct (Stub) on depth 6 completed in 2.18 ms.
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of _random (CompiledBuiltin) queued. Dependencies: _random (stub)
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Analysis of reprlib (Stub) on depth 4 completed in 4.4 ms.
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Create built-in compiled (scraped) module:  _sha1 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of dis (Stub) on depth 4 completed in 9.28 ms.
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Create built-in compiled (scraped) module:  _md5 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Create built-in compiled (scraped) module:  _sha256 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of encodings (Stub) on depth 5 completed in 0.25 ms.
Analysis of opcode (Library) on depth 4 completed in 3.5 ms.
Analysis of readline (Compiled) on depth 6 completed in 1.36 ms.
Analysis of _imp (Stub) on depth 5 completed in 1.02 ms.
Create built-in compiled (scraped) module:  _sha512 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of codeop (Library) on depth 7 completed in 1.46 ms.
Analysis of _codecs (Stub) on depth 6 completed in 4.94 ms.
Analysis of _sha1 (CompiledBuiltin) queued. Dependencies: 
Create built-in compiled (scraped) module:  _blake2 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Create built-in compiled (scraped) module:  _sha3 /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Create compiled (scraped):  _hashlib /usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so /usr/lib/python3.6/lib-dynload 
Analysis of traceback (Stub) on depth 5 completed in 5.21 ms.
Create built-in compiled (scraped) module:  _bisect /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of selectors (Stub) on depth 4 completed in 7.84 ms.
Analysis of warnings (Stub) on depth 3 completed in 2.26 ms.
Analysis of _imp (CompiledBuiltin) on depth 4 completed in 0.89 ms.
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Create built-in compiled (scraped) module:  pyexpat /home/a401r833/workspace/ansible-workspace/ansible-devel/venv/bin/python3 
Analysis of contextlib (Stub) on depth 6 completed in 2.99 ms.
Analysis of pyexpat.model (Stub) queued. Dependencies: 
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of time (Stub) on depth 4 completed in 11.16 ms.
Analysis of inspect (Stub) on depth 3 completed in 25.48 ms.
Analysis of _operator (Stub) on depth 5 completed in 0.44 ms.
Analysis of pyexpat (CompiledBuiltin) queued. Dependencies: pyexpat (stub)
Analysis of threading (Stub) on depth 4 completed in 5.59 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 3.02 ms.
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of modules loop on depth 5 in 1.03 ms:
    struct(Library)
    _struct(CompiledBuiltin)
Analysis of _md5 (CompiledBuiltin) queued. Dependencies: 
Analysis of _bisect (CompiledBuiltin) queued. Dependencies: _bisect (stub)
Analysis of _sha256 (CompiledBuiltin) queued. Dependencies: 
Analysis of _sha512 (CompiledBuiltin) queued. Dependencies: 
Analysis of _bisect (Stub) queued. Dependencies: 
Analysis of _blake2 (CompiledBuiltin) queued. Dependencies: 
Analysis of _codecs (CompiledBuiltin) on depth 5 completed in 1.43 ms.
Analysis of _hashlib (Compiled) queued. Dependencies: 
Analysis of _sha3 (CompiledBuiltin) queued. Dependencies: 
Analysis of modules loop on depth 2 in 72.12 ms:
    io(Library)
    _io(CompiledBuiltin)
Analysis of time (CompiledBuiltin) on depth 3 completed in 6.56 ms.
Analysis of logging (Stub) on depth 7 completed in 16.42 ms.
Analysis of unittest (Stub) on depth 6 completed in 20.88 ms.
Analysis of doctest (Stub) on depth 5 completed in 7.12 ms.
Analysis of modules loop on depth 1 in 264.57 ms:
    ast(Library)
    inspect(Library)
Analysis version 109 has been completed in 1194.62 ms with 62 entries analyzed and 14 entries skipped.
Analysis version 582 of 355 entries has started.
Analysis of _warnings (Stub) on depth 4 completed in 0.8 ms.
Analysis of abc (Stub) on depth 3 completed in 0.83 ms.
Analysis of posix (Stub) on depth 3 completed in 0.84 ms.
Analysis of string (Stub) on depth 2 completed in 4.1 ms.
Analysis of copyreg (Library) on depth 2 completed for library in 5 ms.
Analysis of _sre (CompiledBuiltin) on depth 3 completed for library in 0.25 ms.
Analysis of _stat (Stub) on depth 4 completed in 4.74 ms.
Analysis of _dummy_thread (Stub) on depth 5 completed in 0.49 ms.
Analysis of pwd (Stub) on depth 4 completed in 0.3 ms.
Analysis of sre_constants (Stub) on depth 3 completed in 6.06 ms.
Analysis of _tracemalloc (Stub) on depth 5 completed in 0.33 ms.
Analysis of _weakrefset (Stub) on depth 4 completed in 2.89 ms.
Analysis of itertools (Stub) on depth 4 completed in 5.38 ms.
Analysis of _compat_pickle (Library) on depth 5 completed for library in 3.74 ms.
Analysis of gettext (Stub) on depth 5 completed in 4.66 ms.
Analysis of _pickle (CompiledBuiltin) on depth 5 completed for library in 1.51 ms.
Analysis of encodings.aliases (Library) on depth 4 completed for library in 3.44 ms.
Analysis of decimal (Stub) on depth 5 completed for library in 10.7 ms.
Analysis of _posixsubprocess (Stub) on depth 4 completed in 0.38 ms.
Analysis of _thread (Stub) on depth 4 completed in 0.41 ms.
Analysis of _string (CompiledBuiltin) on depth 2 completed for library in 0.13 ms.
Analysis of copy (Stub) on depth 4 completed in 0.64 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.27 ms.
Analysis of _heapq (Stub) on depth 5 completed in 0.46 ms.
Analysis of pydoc_data (Library) on depth 7 completed for library in 0.04 ms.
Analysis of atexit (Stub) on depth 5 completed in 0.28 ms.
Analysis of urllib (Stub) on depth 8 completed in 0.02 ms.
Analysis of tty (Stub) on depth 8 completed in 0.49 ms.
Analysis of textwrap (Stub) on depth 5 completed in 2.01 ms.
Analysis of _opcode (Compiled) on depth 5 completed for library in 0.27 ms.
Analysis of keyword (Stub) on depth 4 completed in 0.41 ms.
Analysis of cmd (Stub) on depth 7 completed in 1.75 ms.
Analysis of getopt (Stub) on depth 7 completed in 0.51 ms.
Analysis of pydoc_data.topics (Library) on depth 7 completed for library in 0.38 ms.
Analysis of gc (Stub) on depth 5 completed in 5.98 ms.
Analysis of _socket (CompiledBuiltin) on depth 9 completed for library in 6.53 ms.
Analysis of email.charset (Stub) on depth 9 completed in 1.44 ms.
Analysis of marshal (Stub) on depth 9 completed in 0.42 ms.
Analysis of email.errors (Stub) on depth 9 completed in 1.97 ms.
Analysis of _lzma (Compiled) on depth 10 completed for library in 2.41 ms.
Analysis of unicodedata (Stub) on depth 9 completed in 8.25 ms.
Analysis of html (Stub) on depth 9 completed in 0.2 ms.
Analysis of quopri (Stub) on depth 9 completed in 0.3 ms.
Analysis of grp (Stub) on depth 10 completed in 0.31 ms.
Analysis of importlib._bootstrap (Library) on depth 4 completed for library in 20.3 ms.
Analysis of _bz2 (Compiled) on depth 10 completed for library in 1.11 ms.
Analysis of html.entities (Stub) on depth 10 completed in 0.24 ms.
Analysis of termios (Stub) on depth 9 completed in 18.43 ms.
Analysis of _ssl (Compiled) on depth 10 completed for library in 27.39 ms.
Analysis of pyexpat.model (Stub) on depth 11 completed for library in 0.13 ms.
Analysis of _md5 (CompiledBuiltin) on depth 10 completed for library in 0.21 ms.
Analysis of _sha256 (CompiledBuiltin) on depth 10 completed for library in 0.21 ms.
Analysis of _sha512 (CompiledBuiltin) on depth 10 completed for library in 0.2 ms.
Analysis of _bisect (Stub) on depth 11 completed in 0.53 ms.
Analysis of _sha1 (CompiledBuiltin) on depth 10 completed for library in 1.08 ms.
Analysis of _blake2 (CompiledBuiltin) on depth 10 completed for library in 1.07 ms.
Analysis of pwd (CompiledBuiltin) on depth 3 completed for library in 0.98 ms.
Analysis of _hashlib (Compiled) on depth 10 completed for library in 0.86 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed for library in 0.27 ms.
Analysis of bisect (Stub) on depth 10 completed in 0.54 ms.
Analysis of _warnings (CompiledBuiltin) on depth 3 completed for library in 0.92 ms.
Analysis of _sha3 (CompiledBuiltin) on depth 10 completed for library in 14.12 ms.
Analysis of sre_constants (Library) on depth 2 completed for library in 9.34 ms.
Analysis of itertools (CompiledBuiltin) on depth 3 completed for library in 25.1 ms.
Analysis of gc (CompiledBuiltin) on depth 4 completed for library in 2.58 ms.
Analysis of sre_parse (Stub) on depth 3 completed in 4.17 ms.
Analysis of email.header (Stub) on depth 9 completed in 0.85 ms.
Analysis of marshal (CompiledBuiltin) on depth 8 completed for library in 2.87 ms.
Analysis of _thread (CompiledBuiltin) on depth 3 completed for library in 4.11 ms.
Analysis of _posixsubprocess (CompiledBuiltin) on depth 3 completed for library in 0.12 ms.
Analysis of _heapq (CompiledBuiltin) on depth 4 completed for library in 0.29 ms.
Analysis of atexit (CompiledBuiltin) on depth 4 completed for library in 0.19 ms.
Analysis of unicodedata (CompiledBuiltin) on depth 8 completed for library in 1.7 ms.
Analysis of urllib (Library) on depth 7 completed for library in 0.04 ms.
Analysis of _bisect (CompiledBuiltin) on depth 10 completed for library in 0.18 ms.
Analysis of bisect (Library) on depth 9 completed for library in 0.27 ms.
Analysis of _stat (CompiledBuiltin) on depth 3 completed for library in 35.85 ms.
Analysis of grp (CompiledBuiltin) on depth 9 completed for library in 0.99 ms.
Analysis of email.errors (Library) on depth 8 completed for library in 34.57 ms.
Analysis of modules loop on depth 2 in 84.85 ms:
    sys(Stub)
    os(Stub)
    io(Stub)
    types(Stub)
    importlib.abc(Stub)
    os.path(Library)
    codecs(Stub)
    mmap(Library)
    _importlib_modulespec(Library)
Analysis of html.entities (Library) on depth 9 completed for library in 51.04 ms.
Analysis of sre_compile (Stub) on depth 3 completed in 0.45 ms.
Analysis of __future__ (Stub) on depth 2 completed in 1.38 ms.
Analysis of linecache (Stub) on depth 4 completed in 1.44 ms.
Analysis of stat (Stub) on depth 3 completed in 0.64 ms.
Analysis of _weakref (Stub) on depth 4 completed in 3.85 ms.
Analysis of enum (Stub) on depth 3 completed in 5.01 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 7.76 ms.
Analysis of token (Stub) on depth 4 completed in 9.2 ms.
Analysis of errno (Stub) on depth 3 completed in 12.12 ms.
Analysis of argparse (Stub) on depth 4 completed in 12.75 ms.
Analysis of opcode (Stub) on depth 5 completed in 0.92 ms.
Analysis of pprint (Stub) on depth 6 completed in 0.87 ms.
Analysis of pickle (Stub) on depth 5 completed in 7.3 ms.
Analysis of math (Stub) on depth 5 completed in 8.36 ms.
Analysis of array (Stub) on depth 5 completed for library in 8.59 ms.
Analysis of posixpath (Stub) on depth 3 completed in 2.79 ms.
Analysis of ntpath (Stub) on depth 3 completed in 8.38 ms.
Analysis of select (Stub) on depth 4 completed in 6.53 ms.
Analysis of locale (Stub) on depth 4 completed in 12.85 ms.
Analysis of pdb (Stub) on depth 6 completed in 0.51 ms.
Analysis of readline (Stub) on depth 7 completed in 1.01 ms.
Analysis of heapq (Stub) on depth 4 completed in 0.67 ms.
Analysis of glob (Stub) on depth 7 completed in 0.37 ms.
Analysis of _ast (Stub) on depth 3 completed in 31.28 ms.
Analysis of shlex (Stub) on depth 7 completed in 3.89 ms.
Analysis of operator (Stub) on depth 4 completed in 6.5 ms.
Analysis of difflib (Stub) on depth 6 completed in 7.51 ms.
Analysis of functools (Stub) on depth 3 completed in 8.71 ms.
Analysis of termios (Compiled) on depth 8 completed for library in 93.41 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 8.42 ms.
Analysis of uu (Stub) on depth 9 completed in 0.43 ms.
Analysis of py_compile (Stub) on depth 11 completed in 0.68 ms.
Analysis of base64 (Stub) on depth 9 completed in 1.06 ms.
Analysis of _random (Stub) on depth 10 completed in 0.51 ms.
Analysis of zlib (Stub) on depth 10 completed in 1.57 ms.
Analysis of binascii (Stub) on depth 9 completed in 2.84 ms.
Analysis of mimetypes (Stub) on depth 9 completed in 3.19 ms.
Analysis of hashlib (Stub) on depth 10 completed in 1.95 ms.
Analysis of urllib.parse (Stub) on depth 8 completed in 4.25 ms.
Analysis of optparse (Stub) on depth 10 completed in 12 ms.
Analysis of ipaddress (Stub) on depth 11 completed in 14.12 ms.
Analysis of pyexpat.errors (Stub) on depth 11 completed for library in 4.07 ms.
Analysis of platform (Stub) on depth 8 completed in 4.25 ms.
Analysis of _compression (Stub) on depth 11 completed in 0.7 ms.
Analysis of bz2 (Stub) on depth 10 completed in 1.77 ms.
Analysis of subprocess (Stub) on depth 3 completed in 6.17 ms.
Analysis of shutil (Stub) on depth 9 completed in 7.08 ms.
Analysis of warnings (Stub) on depth 3 completed in 1.58 ms.
Analysis of lzma (Stub) on depth 10 completed in 7.52 ms.
Analysis of contextlib (Stub) on depth 6 completed in 11.89 ms.
Analysis of zipimport (Stub) on depth 9 completed in 0.73 ms.
Analysis of traceback (Stub) on depth 5 completed in 15.17 ms.
Analysis of time (Stub) on depth 4 completed in 1.86 ms.
Analysis of code (Stub) on depth 7 completed in 1.1 ms.
Analysis of codeop (Stub) on depth 8 completed in 0.64 ms.
Analysis of tempfile (Stub) on depth 8 completed in 3.31 ms.
Analysis of encodings (Stub) on depth 5 completed in 0.17 ms.
Analysis of modules loop on depth 8 in 23.81 ms:
    email.message(Stub)
    email.policy(Stub)
    email.contentmanager(Stub)
Analysis of pkgutil (Stub) on depth 8 completed in 1.06 ms.
Analysis of _codecs (Stub) on depth 6 completed in 2.83 ms.
Analysis of inspect (Stub) on depth 3 completed in 18.51 ms.
Analysis of zipfile (Stub) on depth 10 completed in 4.49 ms.
Analysis of threading (Stub) on depth 4 completed in 7.8 ms.
Analysis of re (Stub) on depth 2 completed in 11.84 ms.
Analysis of __future__ (Library) on depth 1 completed for library in 12.36 ms.
Analysis of plistlib (Stub) on depth 9 completed in 2.57 ms.
Analysis of modules loop on depth 3 in 45.98 ms:
Analysis of _weakref (CompiledBuiltin) on depth 3 completed for library in 5.1 ms.
    collections.abc(Stub)
    collections(Stub)
Analysis of signal (Stub) on depth 4 completed in 10.41 ms.
Analysis of weakref (Stub) on depth 4 completed in 10.02 ms.
Analysis of modules loop on depth 4 in 29.4 ms:
    importlib.util(Stub)
Analysis of tarfile (Stub) on depth 10 completed in 32.63 ms.
    importlib.machinery(Stub)
    importlib(Stub)
Analysis of dis (Stub) on depth 4 completed in 5.41 ms.
Analysis of tokenize (Stub) on depth 4 completed in 6.05 ms.
Analysis of reprlib (Stub) on depth 4 completed in 1.45 ms.
Analysis of struct (Stub) on depth 6 completed in 1.19 ms.
Analysis of readline (Compiled) on depth 6 completed for library in 0.92 ms.
Analysis of math (CompiledBuiltin) on depth 4 completed for library in 2.02 ms.
Analysis of opcode (Library) on depth 4 completed for library in 3.18 ms.
Analysis of _operator (Stub) on depth 5 completed in 1.07 ms.
Analysis of ast (Stub) on depth 2 completed in 1.36 ms.
Analysis of http (Stub) on depth 8 completed in 20.12 ms.
Analysis of random (Stub) on depth 9 completed in 4.08 ms.
Analysis of _random (CompiledBuiltin) on depth 9 completed for library in 11.73 ms.
Analysis of binascii (CompiledBuiltin) on depth 8 completed for library in 13.53 ms.
Analysis of pyexpat (Stub) on depth 11 completed in 1.9 ms.
Analysis of gzip (Stub) on depth 11 completed in 2.38 ms.
Analysis of tty (Library) on depth 7 completed for library in 21.33 ms.
Analysis of zipimport (CompiledBuiltin) on depth 8 completed for library in 3.23 ms.
Analysis of socket (Stub) on depth 5 completed in 56.64 ms.
Analysis of stat (Library) on depth 2 completed for library in 70.58 ms.
Analysis of zlib (CompiledBuiltin) on depth 9 completed for library in 34.59 ms.
Analysis of time (CompiledBuiltin) on depth 3 completed for library in 19.02 ms.
Analysis of email.iterators (Stub) on depth 9 completed in 3.85 ms.
Analysis of email.encoders (Stub) on depth 10 completed in 3.85 ms.
Analysis of email (Stub) on depth 8 completed in 0.52 ms.
Analysis of email.generator (Stub) on depth 9 completed in 4.58 ms.
Analysis of email.feedparser (Stub) on depth 10 completed in 0.69 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 0.63 ms.
Analysis of _codecs (CompiledBuiltin) on depth 5 completed for library in 0.91 ms.
Analysis of codeop (Library) on depth 7 completed for library in 1.36 ms.
Analysis of select (CompiledBuiltin) on depth 3 completed for library in 47.79 ms.
Analysis of _imp (Stub) on depth 5 completed in 2.09 ms.
Analysis of _weakrefset (Library) on depth 3 completed for library in 2.64 ms.
Analysis of modules loop on depth 5 in 12.31 ms:
    struct(Library)
    _struct(Library)
Analysis of datetime (Stub) on depth 10 completed in 20.73 ms.
Analysis of xml.parsers.expat (Stub) on depth 10 completed in 12.93 ms.
Analysis of pyexpat (CompiledBuiltin) on depth 10 completed for library in 13.15 ms.
Analysis of selectors (Stub) on depth 4 completed in 14.71 ms.
Analysis of _imp (CompiledBuiltin) on depth 4 completed for library in 1.2 ms.
Analysis of email.utils (Stub) on depth 9 completed in 3.43 ms.
Analysis of email.parser (Stub) on depth 9 completed in 3.14 ms.
Analysis of logging (Stub) on depth 7 completed in 30.24 ms.
Analysis of socketserver (Stub) on depth 9 completed in 12.73 ms.
Analysis of abc (Library) on depth 2 completed for library in 13.18 ms.
Analysis of calendar (Stub) on depth 11 completed in 14.57 ms.
Analysis of ssl (Stub) on depth 10 completed in 17.52 ms.
Analysis of email.headerregistry (Stub) on depth 10 completed in 15.63 ms.
Analysis of http.server (Stub) on depth 8 completed in 8.61 ms.
Analysis of http.client (Stub) on depth 9 completed in 14.32 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed for library in 112.21 ms.
Analysis of unittest (Stub) on depth 6 completed in 27.2 ms.
Analysis of doctest (Stub) on depth 5 completed in 5.29 ms.
Analysis of modules loop on depth 2 in 43.08 ms:
    io(Library)
    _io(Library)
Analysis of _compression (Library) on depth 10 completed for library in 4.18 ms.
Analysis of _ast (CompiledBuiltin) on depth 2 completed for library in 163.08 ms.
Analysis of modules loop on depth 1 in 985.02 ms:
    os(Library)
    re(Library)
    ast(Library)
    string(Library)
    sys(CompiledBuiltin)
    posix(CompiledBuiltin)
    posixpath(Library)
    ntpath(Library)
    warnings(Library)
    _collections_abc(Library)
    subprocess(Library)
    enum(Library)
    sre_compile(Library)
    sre_parse(Library)
    functools(Library)
    _locale(CompiledBuiltin)
    types(Library)
    operator(Library)
    _collections(CompiledBuiltin)
    collections(Library)
    inspect(Library)
    signal(Library)
    threading(Library)
    selectors(Library)
    dummy_threading(Library)
    _dummy_thread(Library)
    traceback(Library)
    linecache(Library)
    tokenize(Library)
    tracemalloc(Library)
    dis(Library)
    collections.abc(Library)
    importlib(Library)
    importlib.machinery(Library)
    token(Library)
    argparse(Library)
    codecs(Library)
    encodings(Library)
    fnmatch(Library)
    pickle(Library)
    copy(Library)
    textwrap(Library)
    gettext(Library)
    locale(Library)
    doctest(Library)
    pprint(Library)
    genericpath(Library)
    _bootlocale(Library)
    difflib(Library)
    pdb(Library)
    unittest(Library)
    unittest.result(Library)
    unittest.case(Library)
    unittest.suite(Library)
    unittest.loader(Library)
    unittest.main(Library)
    unittest.runner(Library)
    unittest.signals(Library)
    weakref(Library)
    _functools(CompiledBuiltin)
    reprlib(Library)
    importlib._bootstrap_external(Library)
    encodings.mbcs(Library)
    unittest.util(Library)
    _operator(CompiledBuiltin)
    logging(Library)
    contextlib(Library)
    keyword(Library)
    heapq(Library)
    _signal(CompiledBuiltin)
    _threading_local(Library)
    cmd(Library)
    bdb(Library)
    code(Library)
    glob(Library)
    shlex(Library)
    getopt(Library)
Analysis version 343 has been completed in 1706.21 ms with 189 entries analyzed and 22 entries skipped.
Analysis of modules loop on depth 1 in 1183.44 ms:
    os(Library)
    re(Library)
    ast(Library)
    string(Library)
    sys(Library)
    posix(Library)
    posixpath(Library)
    ntpath(Library)
    warnings(Library)
    _collections_abc(Library)
    subprocess(Library)
    enum(Library)
    sre_compile(Library)
    sre_parse(Library)
    functools(Library)
    _locale(Library)
    types(Library)
    operator(Library)
    _collections(Library)
    collections(Library)
    inspect(Library)
    signal(Library)
    threading(Library)
    selectors(Library)
    dummy_threading(Library)
    _dummy_thread(Library)
    traceback(Library)
    linecache(Library)
    tokenize(Library)
    tracemalloc(Library)
    dis(Library)
    collections.abc(Library)
    importlib(Library)
    importlib.machinery(Library)
    token(Library)
    argparse(Library)
    codecs(Library)
    encodings(Library)
    fnmatch(Library)
    pickle(Library)
    copy(Library)
    textwrap(Library)
    gettext(Library)
    locale(Library)
    doctest(Library)
    pprint(Library)
    genericpath(Library)
    _bootlocale(Library)
    difflib(Library)
    pdb(Library)
    unittest(Library)
    unittest.result(Library)
    unittest.case(Library)
    unittest.suite(Library)
    unittest.loader(Library)
    unittest.main(Library)
    unittest.runner(Library)
    unittest.signals(Library)
    weakref(Library)
    _functools(Library)
    reprlib(Library)
    importlib._bootstrap_external(Library)
    encodings.mbcs(Library)
    unittest.util(Library)
    _operator(Library)
    logging(Library)
    contextlib(Library)
    keyword(Library)
    heapq(Library)
    _signal(Library)
    _threading_local(Library)
    cmd(Library)
    bdb(Library)
    code(Library)
    glob(Library)
    shlex(Library)
    pydoc(Library)
    getopt(Library)
    importlib.util(Library)
    pkgutil(Library)
    platform(Library)
    urllib.parse(Library)
    tempfile(Library)
    http(Library)
    http.server(Library)
    email(Library)
    email.message(Library)
    webbrowser(Library)
    importlib.abc(Library)
    shutil(Library)
    socket(Library)
    email.parser(Library)
    email.feedparser(Library)
    email._policybase(Library)
    email.utils(Library)
    html(Library)
    http.client(Library)
    mimetypes(Library)
    socketserver(Library)
    base64(Library)
    uu(Library)
    quopri(Library)
    email.charset(Library)
    email._encoded_words(Library)
    email.generator(Library)
    email.iterators(Library)
    email.policy(Library)
    bz2(Library)
    lzma(Library)
    tarfile(Library)
    zipfile(Library)
    random(Library)
    email.header(Library)
    plistlib(Library)
    datetime(Library)
    email._parseaddr(Library)
    ssl(Library)
    email.base64mime(Library)
    email.quoprimime(Library)
    email.encoders(Library)
    optparse(Library)
    email.headerregistry(Library)
    email.contentmanager(Library)
    hashlib(Library)
    xml.parsers.expat(Library)
    gzip(Library)
    calendar(Library)
    py_compile(Library)
    _strptime(Library)
    _datetime(Library)
    ipaddress(Library)
    email._header_value_parser(Library)
Analysis of constants (User) on depth 0 completed in 4.71 ms.
Indexing libraries.
Analysis complete: 355 modules in 3036.04 ms.
Analysis version 582 of 355 entries has been completed in 1619.31 ms.

Code Snippet / Additional lnformation

The folder I have open in VSCode is ~/workspace/ansible-workspace.

~/workspace/ansible-workspace/.vscode/settings.json:

{
    "python.pythonPath": "${workspaceFolder}/ansible-devel/venv/bin/python3",
    "python.analysis.logLevel": "Trace",
    "python.envFile": "${workspaceFolder}/ansible.env",
}

~/workspace/ansible-workspace/ansible.env:

PYTHONPATH=${workspaceFolder}/ansible-devel/lib:${PYTHONPATH}
@jakebailey
Copy link
Member

Duplicate of #1974.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants