indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

cargo build failed on an empty app #18

Closed deshipu closed 5 years ago

deshipu commented 5 years ago

Hi, I can't even express how happy I am to see this project! I immediately had to give it a try. I compiled the pyoxidizer itself without problems (just had to install libssl-dev), but when I try to compile an app, I get this (I had to remove the modules lists, as it was too long to post):

$ /home/sheep/.cargo/bin/pyoxidizer init oxypyg
[...]
$ cd oxypyg
$ /home/sheep/.cargo/bin/pyoxidizer build
no existing PyOxidizer artifacts found
processing config file /home/sheep/dev/games/pyg/oxypyg/pyoxidizer.toml
resolving Python distribution...
downloading https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-linux64-20190618T0324.tar.zst
Python distribution available at /home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/cpython-3.7.3-linux64-20190618T0324.tar.zst
reading data from Python distribution...
distribution info: PythonDistributionMinimalInfo {
    flavor: "cpython",
    version: "3.7.3",
    os: "linux",
    arch: "x86_64",
    extension_modules: [
...
    ],
    py_module_count: 1921
}
compiling custom importlib modules to support in-memory importing
resolving Python resources (modules, extensions, resource data, etc)...
processing packaging rule: StdlibExtensionsPolicy(PackagingStdlibExtensionsPolicy { policy: "all" })
...
processing packaging rule: WriteLicenseFiles(PackagingWriteLicenseFiles { path: "" })
removing extension module due to incompatibility: _crypt
removing extension module due to incompatibility: nis
resolved 0 embedded Python source modules: []
resolved 999 embedded Python bytecode modules: [
    "__future__",
    "__phello__.foo",
    "_bootlocale",
    "_collections_abc",
    "_compat_pickle",
    "_compression",
    "_dummy_thread",
    "_markupbase",
    "_osx_support",
    "_py_abc",
    "_pydecimal",
    "_pyio",
    "_sitebuiltins",
    "_strptime",
    "_sysconfigdata_m_linux_x86_64-linux-gnu",
    "_threading_local",
    "_weakrefset",
    "abc",
    "aifc",
    "antigravity",
    "argparse",
    "ast",
    "asynchat",
    "asyncio",
    "asyncio.base_events",
    "asyncio.base_futures",
    "asyncio.base_subprocess",
    "asyncio.base_tasks",
    "asyncio.constants",
    "asyncio.coroutines",
    "asyncio.events",
    "asyncio.format_helpers",
    "asyncio.futures",
    "asyncio.locks",
    "asyncio.log",
    "asyncio.proactor_events",
    "asyncio.protocols",
    "asyncio.queues",
    "asyncio.runners",
    "asyncio.selector_events",
    "asyncio.sslproto",
    "asyncio.streams",
    "asyncio.subprocess",
    "asyncio.tasks",
    "asyncio.transports",
    "asyncio.unix_events",
    "asyncio.windows_events",
    "asyncio.windows_utils",
    "asyncore",
    "base64",
    "bdb",
    "binhex",
    "bisect",
    "bz2",
    "cProfile",
    "calendar",
    "cgi",
    "cgitb",
    "chunk",
    "cmd",
    "code",
    "codecs",
    "codeop",
    "collections",
    "collections.abc",
    "colorsys",
    "compileall",
    "concurrent",
    "concurrent.futures",
    "concurrent.futures._base",
    "concurrent.futures.process",
    "concurrent.futures.thread",
    "config-3.7m-x86_64-linux-gnu.python-config",
    "configparser",
    "contextlib",
    "contextvars",
    "copy",
    "copyreg",
    "crypt",
    "csv",
    "ctypes",
    "ctypes._aix",
    "ctypes._endian",
    "ctypes.macholib",
    "ctypes.macholib.dyld",
    "ctypes.macholib.dylib",
    "ctypes.macholib.framework",
    "ctypes.util",
    "ctypes.wintypes",
    "curses",
    "curses.ascii",
    "curses.has_key",
    "curses.panel",
    "curses.textpad",
    "dataclasses",
    "datetime",
    "dbm",
    "dbm.dumb",
    "dbm.gnu",
    "dbm.ndbm",
    "decimal",
    "difflib",
    "dis",
    "distutils",
    "distutils._msvccompiler",
    "distutils.archive_util",
    "distutils.bcppcompiler",
    "distutils.ccompiler",
    "distutils.cmd",
    "distutils.command",
    "distutils.command.bdist",
    "distutils.command.bdist_dumb",
    "distutils.command.bdist_msi",
    "distutils.command.bdist_rpm",
    "distutils.command.bdist_wininst",
    "distutils.command.build",
    "distutils.command.build_clib",
    "distutils.command.build_ext",
    "distutils.command.build_py",
    "distutils.command.build_scripts",
    "distutils.command.check",
    "distutils.command.clean",
    "distutils.command.config",
    "distutils.command.install",
    "distutils.command.install_data",
    "distutils.command.install_egg_info",
    "distutils.command.install_headers",
    "distutils.command.install_lib",
    "distutils.command.install_scripts",
    "distutils.command.register",
    "distutils.command.sdist",
    "distutils.command.upload",
    "distutils.config",
    "distutils.core",
    "distutils.cygwinccompiler",
    "distutils.debug",
    "distutils.dep_util",
    "distutils.dir_util",
    "distutils.dist",
    "distutils.errors",
    "distutils.extension",
    "distutils.fancy_getopt",
    "distutils.file_util",
    "distutils.filelist",
    "distutils.log",
    "distutils.msvc9compiler",
    "distutils.msvccompiler",
    "distutils.spawn",
    "distutils.sysconfig",
    "distutils.text_file",
    "distutils.unixccompiler",
    "distutils.util",
    "distutils.version",
    "distutils.versionpredicate",
    "doctest",
    "dummy_threading",
    "email",
    "email._encoded_words",
    "email._header_value_parser",
    "email._parseaddr",
    "email._policybase",
    "email.base64mime",
    "email.charset",
    "email.contentmanager",
    "email.encoders",
    "email.errors",
    "email.feedparser",
    "email.generator",
    "email.header",
    "email.headerregistry",
    "email.iterators",
    "email.message",
    "email.mime",
    "email.mime.application",
    "email.mime.audio",
    "email.mime.base",
    "email.mime.image",
    "email.mime.message",
    "email.mime.multipart",
    "email.mime.nonmultipart",
    "email.mime.text",
    "email.parser",
    "email.policy",
    "email.quoprimime",
    "email.utils",
    "encodings",
    "encodings.aliases",
    "encodings.ascii",
    "encodings.base64_codec",
    "encodings.big5",
    "encodings.big5hkscs",
    "encodings.bz2_codec",
    "encodings.charmap",
    "encodings.cp037",
    "encodings.cp1006",
    "encodings.cp1026",
    "encodings.cp1125",
    "encodings.cp1140",
    "encodings.cp1250",
    "encodings.cp1251",
    "encodings.cp1252",
    "encodings.cp1253",
    "encodings.cp1254",
    "encodings.cp1255",
    "encodings.cp1256",
    "encodings.cp1257",
    "encodings.cp1258",
    "encodings.cp273",
    "encodings.cp424",
    "encodings.cp437",
    "encodings.cp500",
    "encodings.cp65001",
    "encodings.cp720",
    "encodings.cp737",
    "encodings.cp775",
    "encodings.cp850",
    "encodings.cp852",
    "encodings.cp855",
    "encodings.cp856",
    "encodings.cp857",
    "encodings.cp858",
    "encodings.cp860",
    "encodings.cp861",
    "encodings.cp862",
    "encodings.cp863",
    "encodings.cp864",
    "encodings.cp865",
    "encodings.cp866",
    "encodings.cp869",
    "encodings.cp874",
    "encodings.cp875",
    "encodings.cp932",
    "encodings.cp949",
    "encodings.cp950",
    "encodings.euc_jis_2004",
    "encodings.euc_jisx0213",
    "encodings.euc_jp",
    "encodings.euc_kr",
    "encodings.gb18030",
    "encodings.gb2312",
    "encodings.gbk",
    "encodings.hex_codec",
    "encodings.hp_roman8",
    "encodings.hz",
    "encodings.idna",
    "encodings.iso2022_jp",
    "encodings.iso2022_jp_1",
    "encodings.iso2022_jp_2",
    "encodings.iso2022_jp_2004",
    "encodings.iso2022_jp_3",
    "encodings.iso2022_jp_ext",
    "encodings.iso2022_kr",
    "encodings.iso8859_1",
    "encodings.iso8859_10",
    "encodings.iso8859_11",
    "encodings.iso8859_13",
    "encodings.iso8859_14",
    "encodings.iso8859_15",
    "encodings.iso8859_16",
    "encodings.iso8859_2",
    "encodings.iso8859_3",
    "encodings.iso8859_4",
    "encodings.iso8859_5",
    "encodings.iso8859_6",
    "encodings.iso8859_7",
    "encodings.iso8859_8",
    "encodings.iso8859_9",
    "encodings.johab",
    "encodings.koi8_r",
    "encodings.koi8_t",
    "encodings.koi8_u",
    "encodings.kz1048",
    "encodings.latin_1",
    "encodings.mac_arabic",
    "encodings.mac_centeuro",
    "encodings.mac_croatian",
    "encodings.mac_cyrillic",
    "encodings.mac_farsi",
    "encodings.mac_greek",
    "encodings.mac_iceland",
    "encodings.mac_latin2",
    "encodings.mac_roman",
    "encodings.mac_romanian",
    "encodings.mac_turkish",
    "encodings.mbcs",
    "encodings.oem",
    "encodings.palmos",
    "encodings.ptcp154",
    "encodings.punycode",
    "encodings.quopri_codec",
    "encodings.raw_unicode_escape",
    "encodings.rot_13",
    "encodings.shift_jis",
    "encodings.shift_jis_2004",
    "encodings.shift_jisx0213",
    "encodings.tis_620",
    "encodings.undefined",
    "encodings.unicode_escape",
    "encodings.unicode_internal",
    "encodings.utf_16",
    "encodings.utf_16_be",
    "encodings.utf_16_le",
    "encodings.utf_32",
    "encodings.utf_32_be",
    "encodings.utf_32_le",
    "encodings.utf_7",
    "encodings.utf_8",
    "encodings.utf_8_sig",
    "encodings.uu_codec",
    "encodings.zlib_codec",
    "ensurepip",
    "ensurepip.__main__",
    "ensurepip._uninstall",
    "enum",
    "filecmp",
    "fileinput",
    "fnmatch",
    "formatter",
    "fractions",
    "ftplib",
    "functools",
    "genericpath",
    "getopt",
    "getpass",
    "gettext",
    "glob",
    "gzip",
    "hashlib",
    "heapq",
    "hmac",
    "html",
    "html.entities",
    "html.parser",
    "http",
    "http.client",
    "http.cookiejar",
    "http.cookies",
    "http.server",
    "idlelib",
    "idlelib.__main__",
    "idlelib.autocomplete",
    "idlelib.autocomplete_w",
    "idlelib.autoexpand",
    "idlelib.browser",
    "idlelib.calltip",
    "idlelib.calltip_w",
    "idlelib.codecontext",
    "idlelib.colorizer",
    "idlelib.config",
    "idlelib.config_key",
    "idlelib.configdialog",
    "idlelib.debugger",
    "idlelib.debugger_r",
    "idlelib.debugobj",
    "idlelib.debugobj_r",
    "idlelib.delegator",
    "idlelib.dynoption",
    "idlelib.editor",
    "idlelib.filelist",
    "idlelib.grep",
    "idlelib.help",
    "idlelib.help_about",
    "idlelib.history",
    "idlelib.hyperparser",
    "idlelib.idle",
    "idlelib.iomenu",
    "idlelib.macosx",
    "idlelib.mainmenu",
    "idlelib.multicall",
    "idlelib.outwin",
    "idlelib.paragraph",
    "idlelib.parenmatch",
    "idlelib.pathbrowser",
    "idlelib.percolator",
    "idlelib.pyparse",
    "idlelib.pyshell",
    "idlelib.query",
    "idlelib.redirector",
    "idlelib.replace",
    "idlelib.rpc",
    "idlelib.rstrip",
    "idlelib.run",
    "idlelib.runscript",
    "idlelib.scrolledlist",
    "idlelib.search",
    "idlelib.searchbase",
    "idlelib.searchengine",
    "idlelib.squeezer",
    "idlelib.stackviewer",
    "idlelib.statusbar",
    "idlelib.textview",
    "idlelib.tooltip",
    "idlelib.tree",
    "idlelib.undo",
    "idlelib.window",
    "idlelib.zoomheight",
    "idlelib.zzdummy",
    "imaplib",
    "imghdr",
    "imp",
    "importlib",
    "importlib._bootstrap",
    "importlib._bootstrap_external",
    "importlib.abc",
    "importlib.machinery",
    "importlib.resources",
    "importlib.util",
    "inspect",
    "io",
    "ipaddress",
    "json",
    "json.decoder",
    "json.encoder",
    "json.scanner",
    "json.tool",
    "keyword",
    "lib2to3",
    "lib2to3.__main__",
    "lib2to3.btm_matcher",
    "lib2to3.btm_utils",
    "lib2to3.fixer_base",
    "lib2to3.fixer_util",
    "lib2to3.fixes",
    "lib2to3.fixes.fix_apply",
    "lib2to3.fixes.fix_asserts",
    "lib2to3.fixes.fix_basestring",
    "lib2to3.fixes.fix_buffer",
    "lib2to3.fixes.fix_dict",
    "lib2to3.fixes.fix_except",
    "lib2to3.fixes.fix_exec",
    "lib2to3.fixes.fix_execfile",
    "lib2to3.fixes.fix_exitfunc",
    "lib2to3.fixes.fix_filter",
    "lib2to3.fixes.fix_funcattrs",
    "lib2to3.fixes.fix_future",
    "lib2to3.fixes.fix_getcwdu",
    "lib2to3.fixes.fix_has_key",
    "lib2to3.fixes.fix_idioms",
    "lib2to3.fixes.fix_import",
    "lib2to3.fixes.fix_imports",
    "lib2to3.fixes.fix_imports2",
    "lib2to3.fixes.fix_input",
    "lib2to3.fixes.fix_intern",
    "lib2to3.fixes.fix_isinstance",
    "lib2to3.fixes.fix_itertools",
    "lib2to3.fixes.fix_itertools_imports",
    "lib2to3.fixes.fix_long",
    "lib2to3.fixes.fix_map",
    "lib2to3.fixes.fix_metaclass",
    "lib2to3.fixes.fix_methodattrs",
    "lib2to3.fixes.fix_ne",
    "lib2to3.fixes.fix_next",
    "lib2to3.fixes.fix_nonzero",
    "lib2to3.fixes.fix_numliterals",
    "lib2to3.fixes.fix_operator",
    "lib2to3.fixes.fix_paren",
    "lib2to3.fixes.fix_print",
    "lib2to3.fixes.fix_raise",
    "lib2to3.fixes.fix_raw_input",
    "lib2to3.fixes.fix_reduce",
    "lib2to3.fixes.fix_reload",
    "lib2to3.fixes.fix_renames",
    "lib2to3.fixes.fix_repr",
    "lib2to3.fixes.fix_set_literal",
    "lib2to3.fixes.fix_standarderror",
    "lib2to3.fixes.fix_sys_exc",
    "lib2to3.fixes.fix_throw",
    "lib2to3.fixes.fix_tuple_params",
    "lib2to3.fixes.fix_types",
    "lib2to3.fixes.fix_unicode",
    "lib2to3.fixes.fix_urllib",
    "lib2to3.fixes.fix_ws_comma",
    "lib2to3.fixes.fix_xrange",
    "lib2to3.fixes.fix_xreadlines",
    "lib2to3.fixes.fix_zip",
    "lib2to3.main",
    "lib2to3.patcomp",
    "lib2to3.pgen2",
    "lib2to3.pgen2.conv",
    "lib2to3.pgen2.driver",
    "lib2to3.pgen2.grammar",
    "lib2to3.pgen2.literals",
    "lib2to3.pgen2.parse",
    "lib2to3.pgen2.pgen",
    "lib2to3.pgen2.token",
    "lib2to3.pgen2.tokenize",
    "lib2to3.pygram",
    "lib2to3.pytree",
    "lib2to3.refactor",
    "linecache",
    "locale",
    "logging",
    "logging.config",
    "logging.handlers",
    "lzma",
    "macpath",
    "mailbox",
    "mailcap",
    "mimetypes",
    "modulefinder",
    "multiprocessing",
    "multiprocessing.connection",
    "multiprocessing.context",
    "multiprocessing.dummy",
    "multiprocessing.dummy.connection",
    "multiprocessing.forkserver",
    "multiprocessing.heap",
    "multiprocessing.managers",
    "multiprocessing.pool",
    "multiprocessing.popen_fork",
    "multiprocessing.popen_forkserver",
    "multiprocessing.popen_spawn_posix",
    "multiprocessing.popen_spawn_win32",
    "multiprocessing.process",
    "multiprocessing.queues",
    "multiprocessing.reduction",
    "multiprocessing.resource_sharer",
    "multiprocessing.semaphore_tracker",
    "multiprocessing.sharedctypes",
    "multiprocessing.spawn",
    "multiprocessing.synchronize",
    "multiprocessing.util",
    "netrc",
    "nntplib",
    "ntpath",
    "nturl2path",
    "numbers",
    "opcode",
    "operator",
    "optparse",
    "os",
    "pathlib",
    "pdb",
    "pickle",
    "pickletools",
    "pipes",
    "pkgutil",
    "platform",
    "plistlib",
    "poplib",
    "posixpath",
    "pprint",
    "profile",
    "pstats",
    "pty",
    "py_compile",
    "pyclbr",
    "pydoc",
    "pydoc_data",
    "pydoc_data.topics",
    "queue",
    "quopri",
    "random",
    "re",
    "reprlib",
    "rlcompleter",
    "runpy",
    "sched",
    "secrets",
    "selectors",
    "shelve",
    "shlex",
    "shutil",
    "signal",
    "site",
    "site-packages.pip-19.1.1-py3.7.egg.pip",
    "site-packages.pip-19.1.1-py3.7.egg.pip.__main__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.build_env",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.autocompletion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.base_command",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.cmdoptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.main_parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.status_codes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.completion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.configuration",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.download",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.freeze",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.hash",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.help",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.install",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.list",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.search",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.show",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.uninstall",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.configuration",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.download",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.locations",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.candidate",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.format_control",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.link",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.freeze",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.prepare",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.pep425tags",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.pyproject",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.constructors",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_file",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_install",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_set",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_tracker",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_uninstall",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.resolve",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.appdirs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.deprecation",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.encoding",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.filesystem",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.glibc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.hashes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.logging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.misc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.outdated",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.packaging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.setuptools_build",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.temp_dir",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.typing",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.ui",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.bazaar",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.git",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.mercurial",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.subversion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.appdirs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol._cmd",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.adapter",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches.file_cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches.redis_cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.controller",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.filewrapper",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.heuristics",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.serialize",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.wrapper",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi.__main__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.big5freq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.big5prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.chardistribution",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.charsetgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.charsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cli",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cli.chardetect",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.codingstatemachine",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cp949prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.enums",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.escprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.escsm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.eucjpprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euckrfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euckrprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euctwfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euctwprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.gb2312freq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.gb2312prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.hebrewprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.jisfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.jpcntx",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langbulgarianmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langcyrillicmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langgreekmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langhebrewmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langhungarianmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langthaimodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langturkishmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.latin1prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcharsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcsgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcssm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sbcharsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sbcsgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sjisprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.universaldetector",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.utf8prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.ansi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.ansitowin32",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.initialise",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.win32",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.winterm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.misc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.shutil",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.sysconfig",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.tarfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.database",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.locators",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.manifest",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.markers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.metadata",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.resources",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.scripts",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.util",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distro",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._ihatexml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._inputstream",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._tokenizer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie._base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie.datrie",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie.py",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.constants",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.alphabeticalattributes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.inject_meta_charset",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.lint",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.optionaltags",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.sanitizer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.whitespace",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.html5parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.serializer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters.genshi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters.sax",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.dom",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.etree",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.etree_lxml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.dom",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.etree",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.etree_lxml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.genshi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.codec",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.idnadata",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.intranges",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.package_data",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.uts46data",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.ipaddress",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.linklockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.mkdirlockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.pidlockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.sqlitelockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.symlinklockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack._version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack.fallback",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.__about__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging._compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging._structures",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.markers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.requirements",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.specifiers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517._in_process",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.build",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.colorlog",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.envbuild",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.wrappers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pkg_resources",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pkg_resources.py31compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.bar",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.counter",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.spinner",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pyparsing",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.test",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.writer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.__version__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests._internal_utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.adapters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.api",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.auth",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.certs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.cookies",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.help",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.hooks",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.packages",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.sessions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.status_codes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.structures",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.retrying",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.six",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3._collections",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.connection",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.connectionpool",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._appengine_environ",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport.bindings",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport.low_level",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.appengine",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.ntlmpool",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.pyopenssl",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.securetransport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.socks",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.fields",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.filepost",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.backports",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.backports.makefile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.six",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.ssl_match_hostname",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.ssl_match_hostname._implementation",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.poolmanager",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.request",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.response",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.connection",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.queue",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.request",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.response",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.retry",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.ssl_",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.timeout",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.url",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.wait",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.labels",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.mklabels",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.tests",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.x_user_defined",
    "smtpd",
    "smtplib",
    "sndhdr",
    "socket",
    "socketserver",
    "sqlite3",
    "sqlite3.dbapi2",
    "sqlite3.dump",
    "sre_compile",
    "sre_constants",
    "sre_parse",
    "ssl",
    "stat",
    "statistics",
    "string",
    "stringprep",
    "struct",
    "subprocess",
    "sunau",
    "symbol",
    "symtable",
    "sysconfig",
    "tabnanny",
    "tarfile",
    "telnetlib",
    "tempfile",
    "textwrap",
    "this",
    "threading",
    "timeit",
    "tkinter",
    "tkinter.__main__",
    "tkinter.colorchooser",
    "tkinter.commondialog",
    "tkinter.constants",
    "tkinter.dialog",
    "tkinter.dnd",
    "tkinter.filedialog",
    "tkinter.font",
    "tkinter.messagebox",
    "tkinter.scrolledtext",
    "tkinter.simpledialog",
    "tkinter.tix",
    "tkinter.ttk",
    "token",
    "tokenize",
    "trace",
    "traceback",
    "tracemalloc",
    "tty",
    "turtle",
    "turtledemo",
    "turtledemo.__main__",
    "turtledemo.bytedesign",
    "turtledemo.chaos",
    "turtledemo.clock",
    "turtledemo.colormixer",
    "turtledemo.forest",
    "turtledemo.fractalcurves",
    "turtledemo.lindenmayer",
    "turtledemo.minimal_hanoi",
    "turtledemo.nim",
    "turtledemo.paint",
    "turtledemo.peace",
    "turtledemo.penrose",
    "turtledemo.planet_and_moon",
    "turtledemo.rosette",
    "turtledemo.round_dance",
    "turtledemo.sorting_animate",
    "turtledemo.tree",
    "turtledemo.two_canvases",
    "turtledemo.yinyang",
    "types",
    "typing",
    "unittest",
    "unittest.__main__",
    "unittest.case",
    "unittest.loader",
    "unittest.main",
    "unittest.mock",
    "unittest.result",
    "unittest.runner",
    "unittest.signals",
    "unittest.suite",
    "unittest.util",
    "urllib",
    "urllib.error",
    "urllib.parse",
    "urllib.request",
    "urllib.response",
    "urllib.robotparser",
    "uu",
    "uuid",
    "venv",
    "venv.__main__",
    "warnings",
    "wave",
    "weakref",
    "webbrowser",
    "wsgiref",
    "wsgiref.handlers",
    "wsgiref.headers",
    "wsgiref.simple_server",
    "wsgiref.util",
    "wsgiref.validate",
    "xdrlib",
    "xml",
    "xml.dom",
    "xml.dom.NodeFilter",
    "xml.dom.domreg",
    "xml.dom.expatbuilder",
    "xml.dom.minicompat",
    "xml.dom.minidom",
    "xml.dom.pulldom",
    "xml.dom.xmlbuilder",
    "xml.etree",
    "xml.etree.ElementInclude",
    "xml.etree.ElementPath",
    "xml.etree.ElementTree",
    "xml.etree.cElementTree",
    "xml.parsers",
    "xml.parsers.expat",
    "xml.sax",
    "xml.sax._exceptions",
    "xml.sax.expatreader",
    "xml.sax.handler",
    "xml.sax.saxutils",
    "xml.sax.xmlreader",
    "xmlrpc",
    "xmlrpc.client",
    "xmlrpc.server",
    "zipapp",
    "zipfile"
]
resolved 999 unique embedded Python modules: {
    "__future__",
    "__phello__.foo",
    "_bootlocale",
    "_collections_abc",
    "_compat_pickle",
    "_compression",
    "_dummy_thread",
    "_markupbase",
    "_osx_support",
    "_py_abc",
    "_pydecimal",
    "_pyio",
    "_sitebuiltins",
    "_strptime",
    "_sysconfigdata_m_linux_x86_64-linux-gnu",
    "_threading_local",
    "_weakrefset",
    "abc",
    "aifc",
    "antigravity",
    "argparse",
    "ast",
    "asynchat",
    "asyncio",
    "asyncio.base_events",
    "asyncio.base_futures",
    "asyncio.base_subprocess",
    "asyncio.base_tasks",
    "asyncio.constants",
    "asyncio.coroutines",
    "asyncio.events",
    "asyncio.format_helpers",
    "asyncio.futures",
    "asyncio.locks",
    "asyncio.log",
    "asyncio.proactor_events",
    "asyncio.protocols",
    "asyncio.queues",
    "asyncio.runners",
    "asyncio.selector_events",
    "asyncio.sslproto",
    "asyncio.streams",
    "asyncio.subprocess",
    "asyncio.tasks",
    "asyncio.transports",
    "asyncio.unix_events",
    "asyncio.windows_events",
    "asyncio.windows_utils",
    "asyncore",
    "base64",
    "bdb",
    "binhex",
    "bisect",
    "bz2",
    "cProfile",
    "calendar",
    "cgi",
    "cgitb",
    "chunk",
    "cmd",
    "code",
    "codecs",
    "codeop",
    "collections",
    "collections.abc",
    "colorsys",
    "compileall",
    "concurrent",
    "concurrent.futures",
    "concurrent.futures._base",
    "concurrent.futures.process",
    "concurrent.futures.thread",
    "config-3.7m-x86_64-linux-gnu.python-config",
    "configparser",
    "contextlib",
    "contextvars",
    "copy",
    "copyreg",
    "crypt",
    "csv",
    "ctypes",
    "ctypes._aix",
    "ctypes._endian",
    "ctypes.macholib",
    "ctypes.macholib.dyld",
    "ctypes.macholib.dylib",
    "ctypes.macholib.framework",
    "ctypes.util",
    "ctypes.wintypes",
    "curses",
    "curses.ascii",
    "curses.has_key",
    "curses.panel",
    "curses.textpad",
    "dataclasses",
    "datetime",
    "dbm",
    "dbm.dumb",
    "dbm.gnu",
    "dbm.ndbm",
    "decimal",
    "difflib",
    "dis",
    "distutils",
    "distutils._msvccompiler",
    "distutils.archive_util",
    "distutils.bcppcompiler",
    "distutils.ccompiler",
    "distutils.cmd",
    "distutils.command",
    "distutils.command.bdist",
    "distutils.command.bdist_dumb",
    "distutils.command.bdist_msi",
    "distutils.command.bdist_rpm",
    "distutils.command.bdist_wininst",
    "distutils.command.build",
    "distutils.command.build_clib",
    "distutils.command.build_ext",
    "distutils.command.build_py",
    "distutils.command.build_scripts",
    "distutils.command.check",
    "distutils.command.clean",
    "distutils.command.config",
    "distutils.command.install",
    "distutils.command.install_data",
    "distutils.command.install_egg_info",
    "distutils.command.install_headers",
    "distutils.command.install_lib",
    "distutils.command.install_scripts",
    "distutils.command.register",
    "distutils.command.sdist",
    "distutils.command.upload",
    "distutils.config",
    "distutils.core",
    "distutils.cygwinccompiler",
    "distutils.debug",
    "distutils.dep_util",
    "distutils.dir_util",
    "distutils.dist",
    "distutils.errors",
    "distutils.extension",
    "distutils.fancy_getopt",
    "distutils.file_util",
    "distutils.filelist",
    "distutils.log",
    "distutils.msvc9compiler",
    "distutils.msvccompiler",
    "distutils.spawn",
    "distutils.sysconfig",
    "distutils.text_file",
    "distutils.unixccompiler",
    "distutils.util",
    "distutils.version",
    "distutils.versionpredicate",
    "doctest",
    "dummy_threading",
    "email",
    "email._encoded_words",
    "email._header_value_parser",
    "email._parseaddr",
    "email._policybase",
    "email.base64mime",
    "email.charset",
    "email.contentmanager",
    "email.encoders",
    "email.errors",
    "email.feedparser",
    "email.generator",
    "email.header",
    "email.headerregistry",
    "email.iterators",
    "email.message",
    "email.mime",
    "email.mime.application",
    "email.mime.audio",
    "email.mime.base",
    "email.mime.image",
    "email.mime.message",
    "email.mime.multipart",
    "email.mime.nonmultipart",
    "email.mime.text",
    "email.parser",
    "email.policy",
    "email.quoprimime",
    "email.utils",
    "encodings",
    "encodings.aliases",
    "encodings.ascii",
    "encodings.base64_codec",
    "encodings.big5",
    "encodings.big5hkscs",
    "encodings.bz2_codec",
    "encodings.charmap",
    "encodings.cp037",
    "encodings.cp1006",
    "encodings.cp1026",
    "encodings.cp1125",
    "encodings.cp1140",
    "encodings.cp1250",
    "encodings.cp1251",
    "encodings.cp1252",
    "encodings.cp1253",
    "encodings.cp1254",
    "encodings.cp1255",
    "encodings.cp1256",
    "encodings.cp1257",
    "encodings.cp1258",
    "encodings.cp273",
    "encodings.cp424",
    "encodings.cp437",
    "encodings.cp500",
    "encodings.cp65001",
    "encodings.cp720",
    "encodings.cp737",
    "encodings.cp775",
    "encodings.cp850",
    "encodings.cp852",
    "encodings.cp855",
    "encodings.cp856",
    "encodings.cp857",
    "encodings.cp858",
    "encodings.cp860",
    "encodings.cp861",
    "encodings.cp862",
    "encodings.cp863",
    "encodings.cp864",
    "encodings.cp865",
    "encodings.cp866",
    "encodings.cp869",
    "encodings.cp874",
    "encodings.cp875",
    "encodings.cp932",
    "encodings.cp949",
    "encodings.cp950",
    "encodings.euc_jis_2004",
    "encodings.euc_jisx0213",
    "encodings.euc_jp",
    "encodings.euc_kr",
    "encodings.gb18030",
    "encodings.gb2312",
    "encodings.gbk",
    "encodings.hex_codec",
    "encodings.hp_roman8",
    "encodings.hz",
    "encodings.idna",
    "encodings.iso2022_jp",
    "encodings.iso2022_jp_1",
    "encodings.iso2022_jp_2",
    "encodings.iso2022_jp_2004",
    "encodings.iso2022_jp_3",
    "encodings.iso2022_jp_ext",
    "encodings.iso2022_kr",
    "encodings.iso8859_1",
    "encodings.iso8859_10",
    "encodings.iso8859_11",
    "encodings.iso8859_13",
    "encodings.iso8859_14",
    "encodings.iso8859_15",
    "encodings.iso8859_16",
    "encodings.iso8859_2",
    "encodings.iso8859_3",
    "encodings.iso8859_4",
    "encodings.iso8859_5",
    "encodings.iso8859_6",
    "encodings.iso8859_7",
    "encodings.iso8859_8",
    "encodings.iso8859_9",
    "encodings.johab",
    "encodings.koi8_r",
    "encodings.koi8_t",
    "encodings.koi8_u",
    "encodings.kz1048",
    "encodings.latin_1",
    "encodings.mac_arabic",
    "encodings.mac_centeuro",
    "encodings.mac_croatian",
    "encodings.mac_cyrillic",
    "encodings.mac_farsi",
    "encodings.mac_greek",
    "encodings.mac_iceland",
    "encodings.mac_latin2",
    "encodings.mac_roman",
    "encodings.mac_romanian",
    "encodings.mac_turkish",
    "encodings.mbcs",
    "encodings.oem",
    "encodings.palmos",
    "encodings.ptcp154",
    "encodings.punycode",
    "encodings.quopri_codec",
    "encodings.raw_unicode_escape",
    "encodings.rot_13",
    "encodings.shift_jis",
    "encodings.shift_jis_2004",
    "encodings.shift_jisx0213",
    "encodings.tis_620",
    "encodings.undefined",
    "encodings.unicode_escape",
    "encodings.unicode_internal",
    "encodings.utf_16",
    "encodings.utf_16_be",
    "encodings.utf_16_le",
    "encodings.utf_32",
    "encodings.utf_32_be",
    "encodings.utf_32_le",
    "encodings.utf_7",
    "encodings.utf_8",
    "encodings.utf_8_sig",
    "encodings.uu_codec",
    "encodings.zlib_codec",
    "ensurepip",
    "ensurepip.__main__",
    "ensurepip._uninstall",
    "enum",
    "filecmp",
    "fileinput",
    "fnmatch",
    "formatter",
    "fractions",
    "ftplib",
    "functools",
    "genericpath",
    "getopt",
    "getpass",
    "gettext",
    "glob",
    "gzip",
    "hashlib",
    "heapq",
    "hmac",
    "html",
    "html.entities",
    "html.parser",
    "http",
    "http.client",
    "http.cookiejar",
    "http.cookies",
    "http.server",
    "idlelib",
    "idlelib.__main__",
    "idlelib.autocomplete",
    "idlelib.autocomplete_w",
    "idlelib.autoexpand",
    "idlelib.browser",
    "idlelib.calltip",
    "idlelib.calltip_w",
    "idlelib.codecontext",
    "idlelib.colorizer",
    "idlelib.config",
    "idlelib.config_key",
    "idlelib.configdialog",
    "idlelib.debugger",
    "idlelib.debugger_r",
    "idlelib.debugobj",
    "idlelib.debugobj_r",
    "idlelib.delegator",
    "idlelib.dynoption",
    "idlelib.editor",
    "idlelib.filelist",
    "idlelib.grep",
    "idlelib.help",
    "idlelib.help_about",
    "idlelib.history",
    "idlelib.hyperparser",
    "idlelib.idle",
    "idlelib.iomenu",
    "idlelib.macosx",
    "idlelib.mainmenu",
    "idlelib.multicall",
    "idlelib.outwin",
    "idlelib.paragraph",
    "idlelib.parenmatch",
    "idlelib.pathbrowser",
    "idlelib.percolator",
    "idlelib.pyparse",
    "idlelib.pyshell",
    "idlelib.query",
    "idlelib.redirector",
    "idlelib.replace",
    "idlelib.rpc",
    "idlelib.rstrip",
    "idlelib.run",
    "idlelib.runscript",
    "idlelib.scrolledlist",
    "idlelib.search",
    "idlelib.searchbase",
    "idlelib.searchengine",
    "idlelib.squeezer",
    "idlelib.stackviewer",
    "idlelib.statusbar",
    "idlelib.textview",
    "idlelib.tooltip",
    "idlelib.tree",
    "idlelib.undo",
    "idlelib.window",
    "idlelib.zoomheight",
    "idlelib.zzdummy",
    "imaplib",
    "imghdr",
    "imp",
    "importlib",
    "importlib._bootstrap",
    "importlib._bootstrap_external",
    "importlib.abc",
    "importlib.machinery",
    "importlib.resources",
    "importlib.util",
    "inspect",
    "io",
    "ipaddress",
    "json",
    "json.decoder",
    "json.encoder",
    "json.scanner",
    "json.tool",
    "keyword",
    "lib2to3",
    "lib2to3.__main__",
    "lib2to3.btm_matcher",
    "lib2to3.btm_utils",
    "lib2to3.fixer_base",
    "lib2to3.fixer_util",
    "lib2to3.fixes",
    "lib2to3.fixes.fix_apply",
    "lib2to3.fixes.fix_asserts",
    "lib2to3.fixes.fix_basestring",
    "lib2to3.fixes.fix_buffer",
    "lib2to3.fixes.fix_dict",
    "lib2to3.fixes.fix_except",
    "lib2to3.fixes.fix_exec",
    "lib2to3.fixes.fix_execfile",
    "lib2to3.fixes.fix_exitfunc",
    "lib2to3.fixes.fix_filter",
    "lib2to3.fixes.fix_funcattrs",
    "lib2to3.fixes.fix_future",
    "lib2to3.fixes.fix_getcwdu",
    "lib2to3.fixes.fix_has_key",
    "lib2to3.fixes.fix_idioms",
    "lib2to3.fixes.fix_import",
    "lib2to3.fixes.fix_imports",
    "lib2to3.fixes.fix_imports2",
    "lib2to3.fixes.fix_input",
    "lib2to3.fixes.fix_intern",
    "lib2to3.fixes.fix_isinstance",
    "lib2to3.fixes.fix_itertools",
    "lib2to3.fixes.fix_itertools_imports",
    "lib2to3.fixes.fix_long",
    "lib2to3.fixes.fix_map",
    "lib2to3.fixes.fix_metaclass",
    "lib2to3.fixes.fix_methodattrs",
    "lib2to3.fixes.fix_ne",
    "lib2to3.fixes.fix_next",
    "lib2to3.fixes.fix_nonzero",
    "lib2to3.fixes.fix_numliterals",
    "lib2to3.fixes.fix_operator",
    "lib2to3.fixes.fix_paren",
    "lib2to3.fixes.fix_print",
    "lib2to3.fixes.fix_raise",
    "lib2to3.fixes.fix_raw_input",
    "lib2to3.fixes.fix_reduce",
    "lib2to3.fixes.fix_reload",
    "lib2to3.fixes.fix_renames",
    "lib2to3.fixes.fix_repr",
    "lib2to3.fixes.fix_set_literal",
    "lib2to3.fixes.fix_standarderror",
    "lib2to3.fixes.fix_sys_exc",
    "lib2to3.fixes.fix_throw",
    "lib2to3.fixes.fix_tuple_params",
    "lib2to3.fixes.fix_types",
    "lib2to3.fixes.fix_unicode",
    "lib2to3.fixes.fix_urllib",
    "lib2to3.fixes.fix_ws_comma",
    "lib2to3.fixes.fix_xrange",
    "lib2to3.fixes.fix_xreadlines",
    "lib2to3.fixes.fix_zip",
    "lib2to3.main",
    "lib2to3.patcomp",
    "lib2to3.pgen2",
    "lib2to3.pgen2.conv",
    "lib2to3.pgen2.driver",
    "lib2to3.pgen2.grammar",
    "lib2to3.pgen2.literals",
    "lib2to3.pgen2.parse",
    "lib2to3.pgen2.pgen",
    "lib2to3.pgen2.token",
    "lib2to3.pgen2.tokenize",
    "lib2to3.pygram",
    "lib2to3.pytree",
    "lib2to3.refactor",
    "linecache",
    "locale",
    "logging",
    "logging.config",
    "logging.handlers",
    "lzma",
    "macpath",
    "mailbox",
    "mailcap",
    "mimetypes",
    "modulefinder",
    "multiprocessing",
    "multiprocessing.connection",
    "multiprocessing.context",
    "multiprocessing.dummy",
    "multiprocessing.dummy.connection",
    "multiprocessing.forkserver",
    "multiprocessing.heap",
    "multiprocessing.managers",
    "multiprocessing.pool",
    "multiprocessing.popen_fork",
    "multiprocessing.popen_forkserver",
    "multiprocessing.popen_spawn_posix",
    "multiprocessing.popen_spawn_win32",
    "multiprocessing.process",
    "multiprocessing.queues",
    "multiprocessing.reduction",
    "multiprocessing.resource_sharer",
    "multiprocessing.semaphore_tracker",
    "multiprocessing.sharedctypes",
    "multiprocessing.spawn",
    "multiprocessing.synchronize",
    "multiprocessing.util",
    "netrc",
    "nntplib",
    "ntpath",
    "nturl2path",
    "numbers",
    "opcode",
    "operator",
    "optparse",
    "os",
    "pathlib",
    "pdb",
    "pickle",
    "pickletools",
    "pipes",
    "pkgutil",
    "platform",
    "plistlib",
    "poplib",
    "posixpath",
    "pprint",
    "profile",
    "pstats",
    "pty",
    "py_compile",
    "pyclbr",
    "pydoc",
    "pydoc_data",
    "pydoc_data.topics",
    "queue",
    "quopri",
    "random",
    "re",
    "reprlib",
    "rlcompleter",
    "runpy",
    "sched",
    "secrets",
    "selectors",
    "shelve",
    "shlex",
    "shutil",
    "signal",
    "site",
    "site-packages.pip-19.1.1-py3.7.egg.pip",
    "site-packages.pip-19.1.1-py3.7.egg.pip.__main__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.build_env",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.autocompletion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.base_command",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.cmdoptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.main_parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.cli.status_codes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.completion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.configuration",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.download",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.freeze",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.hash",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.help",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.install",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.list",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.search",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.show",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.uninstall",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.commands.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.configuration",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.download",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.locations",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.candidate",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.format_control",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.models.link",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.freeze",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.operations.prepare",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.pep425tags",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.pyproject",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.constructors",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_file",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_install",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_set",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_tracker",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.req.req_uninstall",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.resolve",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.appdirs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.deprecation",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.encoding",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.filesystem",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.glibc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.hashes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.logging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.misc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.outdated",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.packaging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.setuptools_build",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.temp_dir",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.typing",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.utils.ui",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.bazaar",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.git",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.mercurial",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.vcs.subversion",
    "site-packages.pip-19.1.1-py3.7.egg.pip._internal.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.appdirs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol._cmd",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.adapter",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches.file_cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.caches.redis_cache",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.controller",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.filewrapper",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.heuristics",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.serialize",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.cachecontrol.wrapper",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi.__main__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.certifi.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.big5freq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.big5prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.chardistribution",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.charsetgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.charsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cli",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cli.chardetect",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.codingstatemachine",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.cp949prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.enums",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.escprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.escsm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.eucjpprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euckrfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euckrprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euctwfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.euctwprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.gb2312freq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.gb2312prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.hebrewprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.jisfreq",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.jpcntx",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langbulgarianmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langcyrillicmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langgreekmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langhebrewmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langhungarianmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langthaimodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.langturkishmodel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.latin1prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcharsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcsgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.mbcssm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sbcharsetprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sbcsgroupprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.sjisprober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.universaldetector",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.utf8prober",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.chardet.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.ansi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.ansitowin32",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.initialise",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.win32",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.colorama.winterm",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.misc",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.shutil",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.sysconfig",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib._backport.tarfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.database",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.index",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.locators",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.manifest",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.markers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.metadata",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.resources",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.scripts",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.util",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distlib.wheel",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.distro",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._ihatexml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._inputstream",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._tokenizer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie._base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie.datrie",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._trie.py",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib._utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.constants",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.alphabeticalattributes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.inject_meta_charset",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.lint",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.optionaltags",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.sanitizer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.filters.whitespace",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.html5parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.serializer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters.genshi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treeadapters.sax",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.dom",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.etree",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treebuilders.etree_lxml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.base",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.dom",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.etree",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.etree_lxml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.html5lib.treewalkers.genshi",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.codec",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.idnadata",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.intranges",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.package_data",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.idna.uts46data",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.ipaddress",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.linklockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.mkdirlockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.pidlockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.sqlitelockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.lockfile.symlinklockfile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack._version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.msgpack.fallback",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.__about__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging._compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging._structures",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.markers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.requirements",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.specifiers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.packaging.version",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517._in_process",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.build",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.check",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.colorlog",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.envbuild",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pep517.wrappers",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pkg_resources",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pkg_resources.py31compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.bar",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.counter",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.progress.spinner",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pyparsing",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.core",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.parser",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.test",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.pytoml.writer",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.__version__",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests._internal_utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.adapters",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.api",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.auth",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.certs",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.compat",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.cookies",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.help",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.hooks",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.models",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.packages",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.sessions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.status_codes",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.structures",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.requests.utils",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.retrying",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.six",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3._collections",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.connection",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.connectionpool",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._appengine_environ",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport.bindings",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib._securetransport.low_level",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.appengine",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.ntlmpool",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.pyopenssl",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.securetransport",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.contrib.socks",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.exceptions",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.fields",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.filepost",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.backports",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.backports.makefile",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.six",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.ssl_match_hostname",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.packages.ssl_match_hostname._implementation",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.poolmanager",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.request",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.response",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.connection",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.queue",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.request",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.response",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.retry",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.ssl_",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.timeout",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.url",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.urllib3.util.wait",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.labels",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.mklabels",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.tests",
    "site-packages.pip-19.1.1-py3.7.egg.pip._vendor.webencodings.x_user_defined",
    "smtpd",
    "smtplib",
    "sndhdr",
    "socket",
    "socketserver",
    "sqlite3",
    "sqlite3.dbapi2",
    "sqlite3.dump",
    "sre_compile",
    "sre_constants",
    "sre_parse",
    "ssl",
    "stat",
    "statistics",
    "string",
    "stringprep",
    "struct",
    "subprocess",
    "sunau",
    "symbol",
    "symtable",
    "sysconfig",
    "tabnanny",
    "tarfile",
    "telnetlib",
    "tempfile",
    "textwrap",
    "this",
    "threading",
    "timeit",
    "tkinter",
    "tkinter.__main__",
    "tkinter.colorchooser",
    "tkinter.commondialog",
    "tkinter.constants",
    "tkinter.dialog",
    "tkinter.dnd",
    "tkinter.filedialog",
    "tkinter.font",
    "tkinter.messagebox",
    "tkinter.scrolledtext",
    "tkinter.simpledialog",
    "tkinter.tix",
    "tkinter.ttk",
    "token",
    "tokenize",
    "trace",
    "traceback",
    "tracemalloc",
    "tty",
    "turtle",
    "turtledemo",
    "turtledemo.__main__",
    "turtledemo.bytedesign",
    "turtledemo.chaos",
    "turtledemo.clock",
    "turtledemo.colormixer",
    "turtledemo.forest",
    "turtledemo.fractalcurves",
    "turtledemo.lindenmayer",
    "turtledemo.minimal_hanoi",
    "turtledemo.nim",
    "turtledemo.paint",
    "turtledemo.peace",
    "turtledemo.penrose",
    "turtledemo.planet_and_moon",
    "turtledemo.rosette",
    "turtledemo.round_dance",
    "turtledemo.sorting_animate",
    "turtledemo.tree",
    "turtledemo.two_canvases",
    "turtledemo.yinyang",
    "types",
    "typing",
    "unittest",
    "unittest.__main__",
    "unittest.case",
    "unittest.loader",
    "unittest.main",
    "unittest.mock",
    "unittest.result",
    "unittest.runner",
    "unittest.signals",
    "unittest.suite",
    "unittest.util",
    "urllib",
    "urllib.error",
    "urllib.parse",
    "urllib.request",
    "urllib.response",
    "urllib.robotparser",
    "uu",
    "uuid",
    "venv",
    "venv.__main__",
    "warnings",
    "wave",
    "weakref",
    "webbrowser",
    "wsgiref",
    "wsgiref.handlers",
    "wsgiref.headers",
    "wsgiref.simple_server",
    "wsgiref.util",
    "wsgiref.validate",
    "xdrlib",
    "xml",
    "xml.dom",
    "xml.dom.NodeFilter",
    "xml.dom.domreg",
    "xml.dom.expatbuilder",
    "xml.dom.minicompat",
    "xml.dom.minidom",
    "xml.dom.pulldom",
    "xml.dom.xmlbuilder",
    "xml.etree",
    "xml.etree.ElementInclude",
    "xml.etree.ElementPath",
    "xml.etree.ElementTree",
    "xml.etree.cElementTree",
    "xml.parsers",
    "xml.parsers.expat",
    "xml.sax",
    "xml.sax._exceptions",
    "xml.sax.expatreader",
    "xml.sax.handler",
    "xml.sax.saxutils",
    "xml.sax.xmlreader",
    "xmlrpc",
    "xmlrpc.client",
    "xmlrpc.server",
    "zipapp",
    "zipfile"
}
resolved 0 embedded resource files across 0 packages: {}
resolved 98 embedded extension modules: [
    "_abc",
    "_ast",
    "_asyncio",
    "_bisect",
    "_blake2",
    "_bz2",
    "_codecs",
    "_codecs_cn",
    "_codecs_hk",
    "_codecs_iso2022",
    "_codecs_jp",
    "_codecs_kr",
    "_codecs_tw",
    "_collections",
    "_contextvars",
    "_csv",
    "_ctypes",
    "_ctypes_test",
    "_curses",
    "_curses_panel",
    "_datetime",
    "_dbm",
    "_decimal",
    "_elementtree",
    "_functools",
    "_hashlib",
    "_heapq",
    "_imp",
    "_io",
    "_json",
    "_locale",
    "_lsprof",
    "_lzma",
    "_md5",
    "_multibytecodec",
    "_multiprocessing",
    "_opcode",
    "_operator",
    "_pickle",
    "_posixsubprocess",
    "_queue",
    "_random",
    "_sha1",
    "_sha256",
    "_sha3",
    "_sha512",
    "_signal",
    "_socket",
    "_sqlite3",
    "_sre",
    "_ssl",
    "_stat",
    "_string",
    "_struct",
    "_symtable",
    "_testbuffer",
    "_testcapi",
    "_testimportmultiple",
    "_testmultiphase",
    "_thread",
    "_tracemalloc",
    "_uuid",
    "_warnings",
    "_weakref",
    "_xxtestfuzz",
    "array",
    "atexit",
    "audioop",
    "binascii",
    "builtins",
    "cmath",
    "errno",
    "faulthandler",
    "fcntl",
    "gc",
    "grp",
    "itertools",
    "marshal",
    "math",
    "mmap",
    "ossaudiodev",
    "parser",
    "posix",
    "pwd",
    "pyexpat",
    "readline",
    "resource",
    "select",
    "spwd",
    "sys",
    "syslog",
    "termios",
    "time",
    "unicodedata",
    "xxlimited",
    "xxsubtype",
    "zipimport",
    "zlib"
]
writing packed Python module and resource data...
10862053 bytes of Python module data written to /home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/py-modules
4 bytes of resources data written to /home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python-resources
generating custom link library containing Python...
deriving custom config.c from 98 extension modules
compiling custom config.c to object file
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "/tmp/libpython.33BeAVKbuDiE" "-Wall" "-Wextra" "-std=c99" "-DNDEBUG" "-DPy_BUILD_CORE" "-o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/config.o" "-c" "/tmp/libpython.33BeAVKbuDiE/config.c"
exit code: 0
running: "ar" "crs" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/libpyembeddedconfig.a" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/config.o"
exit code: 0
resolving inputs for custom Python library...
adding 112 object files required by Python core: [
    "build/Modules/config.o",
    "build/Modules/gcmodule.o",
    "build/Modules/getbuildinfo.o",
    "build/Modules/getpath.o",
    "build/Modules/main.o",
    "build/Objects/abstract.o",
    "build/Objects/accu.o",
    "build/Objects/boolobject.o",
    "build/Objects/bytearrayobject.o",
    "build/Objects/bytes_methods.o",
    "build/Objects/bytesobject.o",
    "build/Objects/call.o",
    "build/Objects/capsule.o",
    "build/Objects/cellobject.o",
    "build/Objects/classobject.o",
    "build/Objects/codeobject.o",
    "build/Objects/complexobject.o",
    "build/Objects/descrobject.o",
    "build/Objects/dictobject.o",
    "build/Objects/enumobject.o",
    "build/Objects/exceptions.o",
    "build/Objects/fileobject.o",
    "build/Objects/floatobject.o",
    "build/Objects/frameobject.o",
    "build/Objects/funcobject.o",
    "build/Objects/genobject.o",
    "build/Objects/iterobject.o",
    "build/Objects/listobject.o",
    "build/Objects/longobject.o",
    "build/Objects/memoryobject.o",
    "build/Objects/methodobject.o",
    "build/Objects/moduleobject.o",
    "build/Objects/namespaceobject.o",
    "build/Objects/object.o",
    "build/Objects/obmalloc.o",
    "build/Objects/odictobject.o",
    "build/Objects/rangeobject.o",
    "build/Objects/setobject.o",
    "build/Objects/sliceobject.o",
    "build/Objects/structseq.o",
    "build/Objects/tupleobject.o",
    "build/Objects/typeobject.o",
    "build/Objects/unicodectype.o",
    "build/Objects/unicodeobject.o",
    "build/Objects/weakrefobject.o",
    "build/Parser/acceler.o",
    "build/Parser/bitset.o",
    "build/Parser/firstsets.o",
    "build/Parser/grammar.o",
    "build/Parser/grammar1.o",
    "build/Parser/listnode.o",
    "build/Parser/metagrammar.o",
    "build/Parser/myreadline.o",
    "build/Parser/node.o",
    "build/Parser/parser.o",
    "build/Parser/parsetok.o",
    "build/Parser/pgen.o",
    "build/Parser/tokenizer.o",
    "build/Python/Python-ast.o",
    "build/Python/_warnings.o",
    "build/Python/asdl.o",
    "build/Python/ast.o",
    "build/Python/ast_opt.o",
    "build/Python/ast_unparse.o",
    "build/Python/bltinmodule.o",
    "build/Python/bootstrap_hash.o",
    "build/Python/ceval.o",
    "build/Python/codecs.o",
    "build/Python/compile.o",
    "build/Python/context.o",
    "build/Python/dtoa.o",
    "build/Python/dynamic_annotations.o",
    "build/Python/dynload_shlib.o",
    "build/Python/errors.o",
    "build/Python/fileutils.o",
    "build/Python/formatter_unicode.o",
    "build/Python/frozen.o",
    "build/Python/frozenmain.o",
    "build/Python/future.o",
    "build/Python/getargs.o",
    "build/Python/getcompiler.o",
    "build/Python/getcopyright.o",
    "build/Python/getopt.o",
    "build/Python/getplatform.o",
    "build/Python/getversion.o",
    "build/Python/graminit.o",
    "build/Python/hamt.o",
    "build/Python/import.o",
    "build/Python/importdl.o",
    "build/Python/marshal.o",
    "build/Python/modsupport.o",
    "build/Python/mysnprintf.o",
    "build/Python/mystrtoul.o",
    "build/Python/pathconfig.o",
    "build/Python/peephole.o",
    "build/Python/pyarena.o",
    "build/Python/pyctype.o",
    "build/Python/pyfpe.o",
    "build/Python/pyhash.o",
    "build/Python/pylifecycle.o",
    "build/Python/pymath.o",
    "build/Python/pystate.o",
    "build/Python/pystrcmp.o",
    "build/Python/pystrhex.o",
    "build/Python/pystrtod.o",
    "build/Python/pythonrun.o",
    "build/Python/pytime.o",
    "build/Python/structmember.o",
    "build/Python/symtable.o",
    "build/Python/sysmodule.o",
    "build/Python/thread.o",
    "build/Python/traceback.o"
]
ignoring config.o since it may conflict with our version
resolving libraries required by core distribution...
resolving inputs for 98 extension modules...
adding 1 object files for _abc extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_abc.o"
]
adding 1 object files for _asyncio extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_asynciomodule.o"
]
adding 1 object files for _bisect extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_bisectmodule.o"
]
adding 3 object files for _blake2 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2b_impl.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2module.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2s_impl.o"
]
adding 1 object files for _bz2 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_bz2module.o"
]
static library bz2 required by _bz2
adding 1 object files for _codecs extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecsmodule.o"
]
adding 1 object files for _codecs_cn extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_cn.o"
]
adding 1 object files for _codecs_hk extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_hk.o"
]
adding 1 object files for _codecs_iso2022 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_iso2022.o"
]
adding 1 object files for _codecs_jp extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_jp.o"
]
adding 1 object files for _codecs_kr extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_kr.o"
]
adding 1 object files for _codecs_tw extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_tw.o"
]
adding 1 object files for _collections extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_collectionsmodule.o"
]
adding 1 object files for _contextvars extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_contextvarsmodule.o"
]
adding 1 object files for _csv extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_csv.o"
]
adding 5 object files for _ctypes extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ctypes.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/callbacks.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/callproc.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cfield.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/stgdict.o"
]
system library dl required by _ctypes
static library ffi required by _ctypes
adding 1 object files for _ctypes_test extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ctypes_test.o"
]
system library m required by _ctypes_test
adding 1 object files for _curses extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_cursesmodule.o"
]
static library ncurses required by _curses
adding 1 object files for _curses_panel extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_curses_panel.o"
]
static library ncurses required by _curses_panel
static library panel required by _curses_panel
adding 1 object files for _datetime extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_datetimemodule.o"
]
adding 1 object files for _dbm extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_dbmmodule.o"
]
static library db required by _dbm
adding 15 object files for _decimal extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_decimal.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/basearith.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/constants.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/context.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/convolute.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/crt.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/difradix2.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fnt.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fourstep.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/io.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/memory.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mpdecimal.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/numbertheory.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sixstep.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/transpose.o"
]
adding 1 object files for _elementtree extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_elementtree.o"
]
adding 1 object files for _functools extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_functoolsmodule.o"
]
adding 1 object files for _hashlib extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_hashopenssl.o"
]
static library crypto required by _hashlib
static library ssl required by _hashlib
adding 1 object files for _heapq extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_heapqmodule.o"
]
adding 7 object files for _io extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_iomodule.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/bufferedio.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/bytesio.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fileio.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/iobase.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/stringio.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/textio.o"
]
adding 1 object files for _json extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_json.o"
]
adding 1 object files for _locale extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_localemodule.o"
]
adding 2 object files for _lsprof extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_lsprof.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/rotatingtree.o"
]
adding 1 object files for _lzma extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_lzmamodule.o"
]
static library lzma required by _lzma
adding 1 object files for _md5 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/md5module.o"
]
adding 1 object files for _multibytecodec extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/multibytecodec.o"
]
adding 2 object files for _multiprocessing extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/multiprocessing.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/semaphore.o"
]
adding 1 object files for _opcode extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_opcode.o"
]
adding 1 object files for _operator extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_operator.o"
]
adding 1 object files for _pickle extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_pickle.o"
]
adding 1 object files for _posixsubprocess extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_posixsubprocess.o"
]
adding 1 object files for _queue extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_queuemodule.o"
]
adding 1 object files for _random extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_randommodule.o"
]
adding 1 object files for _sha1 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha1module.o"
]
adding 1 object files for _sha256 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha256module.o"
]
adding 1 object files for _sha3 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha3module.o"
]
adding 1 object files for _sha512 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha512module.o"
]
adding 1 object files for _signal extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/signalmodule.o"
]
adding 1 object files for _socket extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/socketmodule.o"
]
adding 9 object files for _sqlite3 extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cache.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/connection.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cursor.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/microprotocols.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/module.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/prepare_protocol.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/row.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/statement.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/util.o"
]
static library sqlite3 required by _sqlite3
adding 1 object files for _sre extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_sre.o"
]
adding 1 object files for _ssl extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ssl.o"
]
static library crypto required by _ssl
static library ssl required by _ssl
adding 1 object files for _stat extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_stat.o"
]
adding 1 object files for _struct extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_struct.o"
]
adding 1 object files for _symtable extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/symtablemodule.o"
]
adding 1 object files for _testbuffer extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testbuffer.o"
]
adding 1 object files for _testcapi extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testcapimodule.o"
]
adding 1 object files for _testimportmultiple extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testimportmultiple.o"
]
adding 1 object files for _testmultiphase extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testmultiphase.o"
]
adding 1 object files for _thread extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_threadmodule.o"
]
adding 2 object files for _tracemalloc extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_tracemalloc.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/hashtable.o"
]
adding 1 object files for _uuid extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_uuidmodule.o"
]
static library uuid required by _uuid
adding 1 object files for _weakref extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_weakref.o"
]
adding 2 object files for _xxtestfuzz extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_xxtestfuzz.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fuzzer.o"
]
adding 1 object files for array extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/arraymodule.o"
]
adding 1 object files for atexit extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/atexitmodule.o"
]
adding 1 object files for audioop extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/audioop.o"
]
adding 1 object files for binascii extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/binascii.o"
]
adding 2 object files for cmath extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_math.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cmathmodule.o"
]
adding 1 object files for errno extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/errnomodule.o"
]
adding 1 object files for faulthandler extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/faulthandler.o"
]
adding 1 object files for fcntl extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fcntlmodule.o"
]
adding 1 object files for grp extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/grpmodule.o"
]
adding 1 object files for itertools extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/itertoolsmodule.o"
]
adding 2 object files for math extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_math.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mathmodule.o"
]
adding 1 object files for mmap extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mmapmodule.o"
]
adding 1 object files for ossaudiodev extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/ossaudiodev.o"
]
adding 1 object files for parser extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/parsermodule.o"
]
adding 1 object files for posix extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/posixmodule.o"
]
adding 1 object files for pwd extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/pwdmodule.o"
]
adding 4 object files for pyexpat extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/pyexpat.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmlparse.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmlrole.o",
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmltok.o"
]
adding 1 object files for readline extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/readline.o"
]
static library ncurses required by readline
static library readline required by readline
adding 1 object files for resource extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/resource.o"
]
adding 1 object files for select extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/selectmodule.o"
]
adding 1 object files for spwd extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/spwdmodule.o"
]
adding 1 object files for syslog extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/syslogmodule.o"
]
adding 1 object files for termios extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/termios.o"
]
adding 1 object files for time extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/timemodule.o"
]
adding 1 object files for unicodedata extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/unicodedata.o"
]
adding 1 object files for xxlimited extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xxlimited.o"
]
adding 1 object files for xxsubtype extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xxsubtype.o"
]
adding 1 object files for zipimport extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/zipimport.o"
]
adding 1 object files for zlib extension module: [
    "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/zlibmodule.o"
]
static library z required by zlib
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libbz2.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libcrypto.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libdb.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libffi.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/liblzma.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libncurses.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libpanel.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libreadline.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libsqlite3.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libssl.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libuuid.a
/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/lib/libz.a
compiling libpythonXY...
running: "ar" "crs" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/libpythonXY.a" "/tmp/libpython.33BeAVKbuDiE/build/Modules/gcmodule.o" "/tmp/libpython.33BeAVKbuDiE/build/Modules/getbuildinfo.o" "/tmp/libpython.33BeAVKbuDiE/build/Modules/getpath.o" "/tmp/libpython.33BeAVKbuDiE/build/Modules/main.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/abstract.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/accu.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/boolobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/bytearrayobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/bytes_methods.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/bytesobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/call.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/capsule.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/cellobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/classobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/codeobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/complexobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/descrobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/dictobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/enumobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/exceptions.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/fileobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/floatobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/frameobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/funcobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/genobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/iterobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/listobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/longobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/memoryobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/methodobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/moduleobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/namespaceobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/object.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/obmalloc.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/odictobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/rangeobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/setobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/sliceobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/structseq.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/tupleobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/typeobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/unicodectype.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/unicodeobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Objects/weakrefobject.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/acceler.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/bitset.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/firstsets.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/grammar.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/grammar1.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/listnode.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/metagrammar.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/myreadline.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/node.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/parser.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/parsetok.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/pgen.o" "/tmp/libpython.33BeAVKbuDiE/build/Parser/tokenizer.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/Python-ast.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/_warnings.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/asdl.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/ast.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/ast_opt.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/ast_unparse.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/bltinmodule.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/bootstrap_hash.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/ceval.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/codecs.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/compile.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/context.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/dtoa.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/dynamic_annotations.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/dynload_shlib.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/errors.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/fileutils.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/formatter_unicode.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/frozen.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/frozenmain.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/future.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getargs.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getcompiler.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getcopyright.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getopt.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getplatform.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/getversion.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/graminit.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/hamt.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/import.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/importdl.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/marshal.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/modsupport.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/mysnprintf.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/mystrtoul.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pathconfig.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/peephole.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pyarena.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pyctype.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pyfpe.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pyhash.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pylifecycle.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pymath.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pystate.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pystrcmp.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pystrhex.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pystrtod.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pythonrun.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/pytime.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/structmember.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/symtable.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/sysmodule.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/thread.o" "/tmp/libpython.33BeAVKbuDiE/build/Python/traceback.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_abc.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_asynciomodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_bisectmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2b_impl.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/blake2s_impl.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_bz2module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecsmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_cn.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_hk.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_iso2022.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_jp.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_kr.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_codecs_tw.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_collectionsmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_contextvarsmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_csv.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ctypes.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/callbacks.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/callproc.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cfield.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/stgdict.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ctypes_test.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_cursesmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_curses_panel.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_datetimemodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_dbmmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_decimal.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/basearith.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/constants.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/context.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/convolute.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/crt.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/difradix2.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fnt.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fourstep.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/io.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/memory.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mpdecimal.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/numbertheory.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sixstep.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/transpose.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_elementtree.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_functoolsmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_hashopenssl.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_heapqmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_iomodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/bufferedio.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/bytesio.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fileio.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/iobase.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/stringio.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/textio.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_json.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_localemodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_lsprof.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/rotatingtree.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_lzmamodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/md5module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/multibytecodec.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/multiprocessing.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/semaphore.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_opcode.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_operator.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_pickle.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_posixsubprocess.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_queuemodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_randommodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha1module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha256module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha3module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/sha512module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/signalmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/socketmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cache.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/connection.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cursor.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/microprotocols.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/module.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/prepare_protocol.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/row.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/statement.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/util.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_sre.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_ssl.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_stat.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_struct.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/symtablemodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testbuffer.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testcapimodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testimportmultiple.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_testmultiphase.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_threadmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_tracemalloc.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/hashtable.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_uuidmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_weakref.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_xxtestfuzz.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fuzzer.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/arraymodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/atexitmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/audioop.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/binascii.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_math.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/cmathmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/errnomodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/faulthandler.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/fcntlmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/grpmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/itertoolsmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/_math.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mathmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/mmapmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/ossaudiodev.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/parsermodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/posixmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/pwdmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/pyexpat.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmlparse.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmlrole.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xmltok.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/readline.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/resource.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/selectmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/spwdmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/syslogmodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/termios.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/timemodule.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/unicodedata.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xxlimited.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/xxsubtype.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/zipimport.o" "/home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/python.d6b80a9723c1/python/build/Modules/zlibmodule.o"
exit code: 0
libpythonXY created
writing packaging state to /home/sheep/dev/games/pyg/oxypyg/build/target/x86_64-unknown-linux-gnu/debug/pyoxidizer/packaging_state.cbor
    Updating crates.io index
    Updating git repository `https://github.com/indygreg/PyOxidizer.git`
  Downloaded jemallocator-global v0.3.2
  Downloaded jemalloc-sys v0.3.2
  Downloaded jemallocator v0.3.2
  Downloaded fs_extra v1.1.0
   Compiling memchr v2.2.0
   Compiling lazy_static v1.3.0
   Compiling ucd-util v0.1.3
   Compiling regex v1.1.7
   Compiling autocfg v0.1.4
   Compiling utf8-ranges v1.0.3
   Compiling libc v0.2.58
   Compiling cc v1.0.37
   Compiling fs_extra v1.1.0
   Compiling rand_core v0.4.0
   Compiling byteorder v1.3.2
   Compiling cpython v0.2.1 (https://github.com/indygreg/PyOxidizer.git?tag=v0.1.1#97ca4f49)
   Compiling pyembed v0.1.0 (/home/sheep/dev/games/pyg/oxypyg/pyembed)
   Compiling cfg-if v0.1.9
   Compiling thread_local v0.3.6
   Compiling regex-syntax v0.6.7
   Compiling rand_chacha v0.1.1
   Compiling rand_pcg v0.1.2
   Compiling rand v0.6.5
   Compiling num-traits v0.2.8
   Compiling rand_core v0.3.1
   Compiling rand_jitter v0.1.4
   Compiling rand_hc v0.1.0
   Compiling rand_isaac v0.1.1
   Compiling rand_xorshift v0.1.1
   Compiling jemalloc-sys v0.3.2
   Compiling aho-corasick v0.7.3
   Compiling rand_os v0.1.3
   Compiling uuid v0.7.4
   Compiling python3-sys v0.2.1 (https://github.com/indygreg/PyOxidizer.git?tag=v0.1.1#97ca4f49)
   Compiling jemallocator v0.3.2
   Compiling jemallocator-global v0.3.2
error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
  --> pyembed/src/pyinterp.rs:10:5
   |
10 | use std::convert::TryFrom;
   |     ^^^^^^^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
 --> pyembed/src/pystr.rs:9:5
  |
9 | use std::convert::TryFrom;
  |     ^^^^^^^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
  --> pyembed/src/pystr.rs:38:5
   |
38 |     type Error = &'static str;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
  --> pyembed/src/pystr.rs:40:5
   |
40 | /     fn try_from(s: &str) -> Result<Self, Self::Error> {
41 | |         // We need to convert to a C string so there is a terminal NULL
42 | |         // otherwise Py_DecodeLocale() can get confused.
43 | |         let cs = CString::new(s).or_else(|_| Err("source string has NULL bytes"))?;
...  |
52 | |         }
53 | |     }
   | |_____^

error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
  --> pyembed/src/pystr.rs:37:10
   |
37 | impl<'a> TryFrom<&'a str> for OwnedPyStr {
   |          ^^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
  --> pyembed/src/pystr.rs:40:42
   |
40 |     fn try_from(s: &str) -> Result<Self, Self::Error> {
   |                                          ^^^^^^^^^^^

error: aborting due to 6 previous errors

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `pyembed`.

To learn more, run the command again with --verbose.
error: cargo build failed
bernardobelchior commented 5 years ago

What version of Rust are you using? Could you try using Rust nightly and report back if you face the same issue?

indygreg commented 5 years ago

This is almost certainly due to using a Rust that is too old. Apparently try_from requires Rust 1.34. PyOxidizer's docs may be wrong about version requirements. And PyOxidizer should probably verify the Rust version before attempting to invoke it, as this failure mode is unpleasant and confusing to people who don't know Rust.

deshipu commented 5 years ago
$ rustc --version
rustc 1.32.0

How do I use the nightly? I'm very much not familiar with Rust, mostly a Python developer, sorry. I saw that "--explain" for that error recommends using "rustup" command, but it doesn't exist on my system and I can't find it in the repos.

bernardobelchior commented 5 years ago

It seems you installed rust from a package manager. The recommended way to install Rust is to use rustup. As such, I'd recommend you uninstall Rust using the package manager and then follow the instructions to install rustup. As @indygreg mentioned, you don't need nightly after all, so installing rustup should be enough.

deshipu commented 5 years ago

Oh, that's a shame. I'd rather not clobber my system by piping unknown scripts to a shell. I guess I will have to wait. Thank you for your help.

devxpy commented 5 years ago

Isn't rustup an official Rust tool, maintained by the rust core team itself?

donovankeith commented 5 years ago

I ran into a similar issue. Perhaps make a note in the docs that Rust must be installed following Rust's documentation not using a package manager like scoop on Windows?

indygreg commented 5 years ago

The referenced commits address the feedback I received in this issue.

I removed a TryFrom and reduced the minimum Rust version required from 1.34 to 1.33. I also updated the documentation on how to install Rust. Finally, pyoxidizer build (and anything that calls the functionality under the hood) now verifies the minimum Rust version requirements before invoking Rust.