python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

ModuleNotFoundError: No module named 'setuptools'

Open gklasen opened this issue 5 years ago • 5 comments

Versions

  • Python: 3.6.9
  • OS: Ubuntu 18.08
  • Kivy: -
  • Cython: 0.29.15

Description

Created an own recipe which i wanted to add to my --requirements during build. Although setuptool is installed, it is not found as module in my new recipe.

from pythonforandroid.recipe import PythonRecipe

class PyKaldiRecipe(PythonRecipe):

    version = '0.5.2'
    url = 'https://files.pythonhosted.org/packages/b5/bb/0082185cfa67d63068358de9b1a65661c8dcdbe97e935809427d5881ea17/py-kaldi-asr-{version}.tar.gz'
    depends = ['setuptools']

recipe = PyKaldiRecipe()

buildozer.spec

Command:

python3 -m pythonforandroid.toolchain apk     --debug     --bootstrap=library     --local-recipes=recipes     --requirements=python3,pyjnius,pykaldi --dist_name kaldi     --name "kaldi"     --version 0.1     --package kaldi     --android_api 27     --minsdk 21     --private $HOME/p4a/exampleapp     --service kaldi:kaldi_service.py     --copy-libs     --color=always     --storage-dir="$HOME/storage"     --blacklist-requirements=sqlite3,libffi,android,openssl

Spec file:

None, as plain python-for-android build

Logs

[INFO]:    Building setuptools for armeabi-v7a
[INFO]:    setuptools apparently isn't already in site-packages
[INFO]:    Installing setuptools into site-packages
[INFO]:    -> directory context /root/storage/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools
[DEBUG]:   -> running python setup.py install -O2 --root=/root/storage/build/python-installs/kaldi --install-lib=.
[DEBUG]:        running install
[DEBUG]:        running build
[DEBUG]:        running build_py
[DEBUG]:        creating build
[DEBUG]:        creating build/lib
[DEBUG]:        copying easy_install.py -> build/lib
[DEBUG]:        creating build/lib/setuptools
[DEBUG]:        copying setuptools/site-patch.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/installer.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/_imp.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/archive_util.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/build_meta.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/py27compat.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/windows_support.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/extension.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/sandbox.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/glob.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/namespaces.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/lib2to3_ex.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/package_index.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/wheel.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/_deprecation_warning.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/unicode_utils.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/dep_util.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/monkey.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/config.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/version.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/py34compat.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/depends.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/msvc.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/py33compat.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/errors.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/dist.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/launch.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/ssl_support.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/py31compat.py -> build/lib/setuptools
[DEBUG]:        copying setuptools/__init__.py -> build/lib/setuptools
[DEBUG]:        creating build/lib/pkg_resources
[DEBUG]:        copying pkg_resources/py2_warn.py -> build/lib/pkg_resources
[DEBUG]:        copying pkg_resources/py31compat.py -> build/lib/pkg_resources
[DEBUG]:        copying pkg_resources/__init__.py -> build/lib/pkg_resources
[DEBUG]:        creating build/lib/setuptools/extern
[DEBUG]:        copying setuptools/extern/__init__.py -> build/lib/setuptools/extern
[DEBUG]:        creating build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/rotate.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/saveopts.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/upload.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/register.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/alias.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/setopt.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/build_ext.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/dist_info.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/build_py.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/install_lib.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/egg_info.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/install_scripts.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/upload_docs.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/install.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/develop.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/sdist.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/test.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/build_clib.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/__init__.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/easy_install.py -> build/lib/setuptools/command
[DEBUG]:        copying setuptools/command/py36compat.py -> build/lib/setuptools/command
[DEBUG]:        creating build/lib/setuptools/_vendor
[DEBUG]:        copying setuptools/_vendor/six.py -> build/lib/setuptools/_vendor
[DEBUG]:        copying setuptools/_vendor/pyparsing.py -> build/lib/setuptools/_vendor
[DEBUG]:        copying setuptools/_vendor/ordered_set.py -> build/lib/setuptools/_vendor
[DEBUG]:        copying setuptools/_vendor/__init__.py -> build/lib/setuptools/_vendor
[DEBUG]:        creating build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/utils.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/requirements.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/version.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/_structures.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/_compat.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/__about__.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/specifiers.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/markers.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/tags.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        copying setuptools/_vendor/packaging/__init__.py -> build/lib/setuptools/_vendor/packaging
[DEBUG]:        creating build/lib/pkg_resources/extern
[DEBUG]:        copying pkg_resources/extern/__init__.py -> build/lib/pkg_resources/extern
[DEBUG]:        creating build/lib/pkg_resources/_vendor
[DEBUG]:        copying pkg_resources/_vendor/appdirs.py -> build/lib/pkg_resources/_vendor
[DEBUG]:        copying pkg_resources/_vendor/six.py -> build/lib/pkg_resources/_vendor
[DEBUG]:        copying pkg_resources/_vendor/pyparsing.py -> build/lib/pkg_resources/_vendor
[DEBUG]:        copying pkg_resources/_vendor/__init__.py -> build/lib/pkg_resources/_vendor
[DEBUG]:        creating build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/utils.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/requirements.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/version.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/_structures.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/_compat.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/__about__.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/specifiers.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/markers.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying pkg_resources/_vendor/packaging/__init__.py -> build/lib/pkg_resources/_vendor/packaging
[DEBUG]:        copying setuptools/script (dev).tmpl -> build/lib/setuptools
[DEBUG]:        copying setuptools/script.tmpl -> build/lib/setuptools
[DEBUG]:        copying setuptools/gui-64.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/gui.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/cli-64.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/gui-32.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/cli-32.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/cli.exe -> build/lib/setuptools
[DEBUG]:        copying setuptools/command/launcher manifest.xml -> build/lib/setuptools/command
[DEBUG]:        running install_lib
[DEBUG]:        creating /root/storage/build/python-installs/kaldi
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/setuptools
[DEBUG]:        copying build/lib/setuptools/site-patch.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/installer.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/_imp.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/archive_util.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/build_meta.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/script.tmpl -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/py27compat.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/windows_support.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/extension.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/sandbox.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/glob.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/namespaces.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/lib2to3_ex.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/package_index.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/wheel.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/_deprecation_warning.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/unicode_utils.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/dep_util.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/monkey.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/config.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/version.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/gui-64.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/setuptools/extern
[DEBUG]:        copying build/lib/setuptools/extern/__init__.py -> /root/storage/build/python-installs/kaldi/./setuptools/extern
[DEBUG]:        copying build/lib/setuptools/py34compat.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/launcher manifest.xml -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/rotate.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/saveopts.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/upload.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/register.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/alias.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/setopt.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_ext.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_egg_info.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_egg.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/dist_info.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_py.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_wininst.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_lib.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_rpm.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/egg_info.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_scripts.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/upload_docs.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/develop.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/sdist.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/test.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_clib.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/__init__.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/easy_install.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/py36compat.py -> /root/storage/build/python-installs/kaldi/./setuptools/command
[DEBUG]:        copying build/lib/setuptools/gui.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/depends.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/cli-64.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/msvc.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/gui-32.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/py33compat.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/script (dev).tmpl -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/six.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/utils.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/requirements.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/version.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/_structures.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/_compat.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/__about__.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/specifiers.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/markers.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/tags.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/__init__.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/pyparsing.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/ordered_set.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/__init__.py -> /root/storage/build/python-installs/kaldi/./setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/cli-32.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/errors.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/dist.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/cli.exe -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/launch.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/ssl_support.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/py31compat.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        copying build/lib/setuptools/__init__.py -> /root/storage/build/python-installs/kaldi/./setuptools
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/pkg_resources
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/pkg_resources/extern
[DEBUG]:        copying build/lib/pkg_resources/extern/__init__.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/extern
[DEBUG]:        copying build/lib/pkg_resources/py2_warn.py -> /root/storage/build/python-installs/kaldi/./pkg_resources
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/appdirs.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/six.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor
[DEBUG]:        creating /root/storage/build/python-installs/kaldi/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/utils.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/version.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/_compat.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/markers.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/pyparsing.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/__init__.py -> /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/py31compat.py -> /root/storage/build/python-installs/kaldi/./pkg_resources
[DEBUG]:        copying build/lib/pkg_resources/__init__.py -> /root/storage/build/python-installs/kaldi/./pkg_resources
[DEBUG]:        copying build/lib/easy_install.py -> /root/storage/build/python-installs/kaldi/.
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/site-patch.py to site-patch.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/installer.py to installer.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_imp.py to _imp.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/archive_util.py to archive_util.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/build_meta.py to build_meta.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/py27compat.py to py27compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/windows_support.py to windows_support.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/extension.py to extension.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/sandbox.py to sandbox.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/glob.py to glob.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/namespaces.py to namespaces.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/lib2to3_ex.py to lib2to3_ex.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/package_index.py to package_index.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/wheel.py to wheel.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_deprecation_warning.py to _deprecation_warning.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/unicode_utils.py to unicode_utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/dep_util.py to dep_util.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/monkey.py to monkey.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/config.py to config.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/extern/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/py34compat.py to py34compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/rotate.py to rotate.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/saveopts.py to saveopts.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/upload.py to upload.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/register.py to register.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/alias.py to alias.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/setopt.py to setopt.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/build_ext.py to build_ext.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/install_egg_info.py to install_egg_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/bdist_egg.py to bdist_egg.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/dist_info.py to dist_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/build_py.py to build_py.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/bdist_wininst.py to bdist_wininst.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/install_lib.py to install_lib.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/bdist_rpm.py to bdist_rpm.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/egg_info.py to egg_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/install_scripts.py to install_scripts.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/upload_docs.py to upload_docs.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/install.py to install.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/develop.py to develop.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/sdist.py to sdist.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/test.py to test.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/build_clib.py to build_clib.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/easy_install.py to easy_install.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/command/py36compat.py to py36compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/depends.py to depends.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/msvc.py to msvc.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/py33compat.py to py33compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/six.py to six.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/utils.py to utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/requirements.py to requirements.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/_structures.py to _structures.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/_compat.py to _compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/__about__.py to __about__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/specifiers.py to specifiers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/markers.py to markers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/tags.py to tags.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/packaging/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/pyparsing.py to pyparsing.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/ordered_set.py to ordered_set.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/_vendor/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/errors.py to errors.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/dist.py to dist.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/launch.py to launch.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/ssl_support.py to ssl_support.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/py31compat.py to py31compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./setuptools/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/extern/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/py2_warn.py to py2_warn.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/appdirs.py to appdirs.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/six.py to six.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/utils.py to utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/requirements.py to requirements.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/_structures.py to _structures.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/_compat.py to _compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/__about__.py to __about__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/specifiers.py to specifiers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/markers.py to markers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/packaging/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/pyparsing.py to pyparsing.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/_vendor/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/py31compat.py to py31compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./pkg_resources/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/python-installs/kaldi/./easy_install.py to easy_install.cpython-37.pyc
[DEBUG]:        writing byte-compilation script '/tmp/tmpt0s_6o4w.py'
[DEBUG]:        /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/python /tmp/tmpt0s_6o4w.py
[DEBUG]:        removing /tmp/tmpt0s_6o4w.py
[DEBUG]:        running install_egg_info
[DEBUG]:        running egg_info
[DEBUG]:        writing setuptools.egg-info/PKG-INFO
[DEBUG]:        writing dependency_links to setuptools.egg-info/dependency_links.txt
[DEBUG]:        writing entry points to setuptools.egg-info/entry_points.txt
[DEBUG]:        writing requirements to setuptools.egg-info/requires.txt
[DEBUG]:        writing top-level names to setuptools.egg-info/top_level.txt
[DEBUG]:        reading manifest file 'setuptools.egg-info/SOURCES.txt'
[DEBUG]:        reading manifest template 'MANIFEST.in'
[DEBUG]:        warning: no files found matching '*.py' under directory 'tests'
[DEBUG]:        warning: no previously-included files found matching 'pyproject.toml'
[DEBUG]:        writing manifest file 'setuptools.egg-info/SOURCES.txt'
[DEBUG]:        Copying setuptools.egg-info to /root/storage/build/python-installs/kaldi/./setuptools-45.2.0-py3.7.egg-info
[DEBUG]:        running install_scripts
[DEBUG]:        Installing easy_install script to /root/storage/build/python-installs/kaldi/usr/local/bin
[DEBUG]:        Installing easy_install-3.7 script to /root/storage/build/python-installs/kaldi/usr/local/bin
[DEBUG]:   -> running python setup.py install -O2 --root=/root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build --install-lib=Lib/site-packages
[DEBUG]:        running install
[DEBUG]:        running build
[DEBUG]:        running build_py
[DEBUG]:        running install_lib
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/site-patch.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/installer.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/_imp.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/archive_util.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/build_meta.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/script.tmpl -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/py27compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/windows_support.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/extension.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/sandbox.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/glob.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/namespaces.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/lib2to3_ex.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/package_index.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/wheel.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/_deprecation_warning.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/unicode_utils.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/dep_util.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/monkey.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/config.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/version.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/gui-64.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/extern
[DEBUG]:        copying build/lib/setuptools/extern/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/extern
[DEBUG]:        copying build/lib/setuptools/py34compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/launcher manifest.xml -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/rotate.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/saveopts.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/upload.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/register.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/alias.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/setopt.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_ext.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_egg_info.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_egg.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/dist_info.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_py.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_wininst.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_lib.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/bdist_rpm.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/egg_info.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install_scripts.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/upload_docs.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/install.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/develop.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/sdist.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/test.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/build_clib.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/easy_install.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/command/py36compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command
[DEBUG]:        copying build/lib/setuptools/gui.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/depends.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/cli-64.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/msvc.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/gui-32.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/py33compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/script (dev).tmpl -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/six.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/utils.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/requirements.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/version.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/_structures.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/_compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/__about__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/specifiers.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/markers.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/tags.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/packaging/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging
[DEBUG]:        copying build/lib/setuptools/_vendor/pyparsing.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/ordered_set.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/_vendor/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor
[DEBUG]:        copying build/lib/setuptools/cli-32.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/errors.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/dist.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/cli.exe -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/launch.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/ssl_support.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/py31compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        copying build/lib/setuptools/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/extern
[DEBUG]:        copying build/lib/pkg_resources/extern/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/extern
[DEBUG]:        copying build/lib/pkg_resources/py2_warn.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/appdirs.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/six.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor
[DEBUG]:        creating /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/utils.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/version.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/_compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/markers.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging
[DEBUG]:        copying build/lib/pkg_resources/_vendor/pyparsing.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/_vendor/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor
[DEBUG]:        copying build/lib/pkg_resources/py31compat.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources
[DEBUG]:        copying build/lib/pkg_resources/__init__.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources
[DEBUG]:        copying build/lib/easy_install.py -> /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/site-patch.py to site-patch.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/installer.py to installer.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_imp.py to _imp.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/archive_util.py to archive_util.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/build_meta.py to build_meta.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/py27compat.py to py27compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/windows_support.py to windows_support.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/extension.py to extension.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/sandbox.py to sandbox.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/glob.py to glob.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/namespaces.py to namespaces.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/lib2to3_ex.py to lib2to3_ex.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/package_index.py to package_index.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/wheel.py to wheel.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_deprecation_warning.py to _deprecation_warning.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/unicode_utils.py to unicode_utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/dep_util.py to dep_util.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/monkey.py to monkey.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/config.py to config.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/extern/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/py34compat.py to py34compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/rotate.py to rotate.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/saveopts.py to saveopts.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/upload.py to upload.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/register.py to register.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/alias.py to alias.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/setopt.py to setopt.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/build_ext.py to build_ext.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/install_egg_info.py to install_egg_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/bdist_egg.py to bdist_egg.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/dist_info.py to dist_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/build_py.py to build_py.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/bdist_wininst.py to bdist_wininst.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/install_lib.py to install_lib.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/bdist_rpm.py to bdist_rpm.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/egg_info.py to egg_info.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/install_scripts.py to install_scripts.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/upload_docs.py to upload_docs.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/install.py to install.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/develop.py to develop.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/sdist.py to sdist.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/test.py to test.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/build_clib.py to build_clib.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/easy_install.py to easy_install.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/command/py36compat.py to py36compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/depends.py to depends.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/msvc.py to msvc.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/py33compat.py to py33compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/six.py to six.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/utils.py to utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/requirements.py to requirements.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/_structures.py to _structures.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/_compat.py to _compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/__about__.py to __about__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py to specifiers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/markers.py to markers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/tags.py to tags.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/packaging/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/pyparsing.py to pyparsing.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/ordered_set.py to ordered_set.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/_vendor/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/errors.py to errors.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/dist.py to dist.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/launch.py to launch.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/ssl_support.py to ssl_support.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/py31compat.py to py31compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/extern/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/py2_warn.py to py2_warn.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/appdirs.py to appdirs.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/six.py to six.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py to utils.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py to requirements.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/version.py to version.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py to _structures.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.py to _compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py to __about__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py to specifiers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py to markers.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/pyparsing.py to pyparsing.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/_vendor/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/py31compat.py to py31compat.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/pkg_resources/__init__.py to __init__.cpython-37.pyc
[DEBUG]:        byte-compiling /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/easy_install.py to easy_install.cpython-37.pyc
[DEBUG]:        writing byte-compilation script '/tmp/tmpb0nbh8d4.py'
[DEBUG]:        /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/python /tmp/tmpb0nbh8d4.py
[DEBUG]:        removing /tmp/tmpb0nbh8d4.py
[DEBUG]:        running install_egg_info
[DEBUG]:        running egg_info
[DEBUG]:        writing setuptools.egg-info/PKG-INFO
[DEBUG]:        writing dependency_links to setuptools.egg-info/dependency_links.txt
[DEBUG]:        writing entry points to setuptools.egg-info/entry_points.txt
[DEBUG]:        writing requirements to setuptools.egg-info/requires.txt
[DEBUG]:        writing top-level names to setuptools.egg-info/top_level.txt
[DEBUG]:        reading manifest file 'setuptools.egg-info/SOURCES.txt'
[DEBUG]:        reading manifest template 'MANIFEST.in'
[DEBUG]:        warning: no files found matching '*.py' under directory 'tests'
[DEBUG]:        warning: no previously-included files found matching 'pyproject.toml'
[DEBUG]:        writing manifest file 'setuptools.egg-info/SOURCES.txt'
[DEBUG]:        Copying setuptools.egg-info to /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages/setuptools-45.2.0-py3.7.egg-info
[DEBUG]:        running install_scripts
[DEBUG]:        Installing easy_install script to /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/usr/local/bin
[DEBUG]:        Installing easy_install-3.7 script to /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/usr/local/bin
[INFO]:    <- directory context /root/p4a
[INFO]:    Building pykaldi for armeabi-v7a
[INFO]:    pykaldi apparently isn't already in site-packages
[INFO]:    Installing pykaldi into site-packages
[INFO]:    -> directory context /root/storage/build/other_builds/pykaldi-python3/armeabi-v7a__ndk_target_21/pykaldi
[DEBUG]:   -> running python setup.py install -O2 --root=/root/storage/build/python-installs/kaldi --install-lib=.
[DEBUG]:        Traceback (most recent call last):
[DEBUG]:          File "setup.py", line 2, in <module>
[DEBUG]:            from setuptools import setup, Extension
[DEBUG]:        ModuleNotFoundError: No module named 'setuptools'
Exception in thread background thread for pid 16419:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 1540, in wrap
    fn(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2459, in background_thread
    handle_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2157, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1:

  RAN: /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/root/storage/build/python-installs/kaldi --install-lib=.

  STDOUT:
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'


  STDERR:


Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/root/p4a/pythonforandroid/toolchain.py", line 1199, in <module>
    main()
  File "/root/p4a/pythonforandroid/entrypoints.py", line 18, in main
    ToolchainCL()
  File "/root/p4a/pythonforandroid/toolchain.py", line 668, in __init__
    getattr(self, args.subparser_name.replace('-', '_'))(args)
  File "/root/p4a/pythonforandroid/toolchain.py", line 153, in wrapper_func
    build_dist_from_args(ctx, dist, args)
  File "/root/p4a/pythonforandroid/toolchain.py", line 206, in build_dist_from_args
    args, "ignore_setup_py", False
  File "/root/p4a/pythonforandroid/build.py", line 577, in build_recipes
    recipe.build_arch(arch)
  File "/root/p4a/pythonforandroid/recipe.py", line 844, in build_arch
    self.install_python_package(arch)
  File "/root/p4a/pythonforandroid/recipe.py", line 863, in install_python_package
    _env=hpenv, *self.setup_extra_args)
  File "/root/p4a/pythonforandroid/logger.py", line 180, in shprint
    for line in output:
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 863, in next
    self.wait()
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 792, in wait
    self.handle_command_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1:

  RAN: /root/storage/build/other_builds/hostpython3/desktop/hostpython3/native-build/python setup.py install -O2 --root=/root/storage/build/python-installs/kaldi --install-lib=.

  STDOUT:
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'


  STDERR:

gklasen avatar Mar 02 '20 14:03 gklasen

Have you tried installing setuptools under python3? pip3 install setuptools

Whatnoww avatar Apr 21 '20 08:04 Whatnoww

I had exactly the same issue. The problem is that hostpython3 is built without any modules.

I first launched 'hostpython -m site' command :

/home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 -m site

sys.path = [ '/home/eric/DEV/Python/games/kivy/wordguess/wordguess', '/usr/local/lib/python38.zip', '/home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib', '/home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.8', ] USER_BASE: '/home/eric/.local' (exists) USER_SITE: '/home/eric/.local/lib/python3.8/site-packages' (doesn't exist) ENABLE_USER_SITE: True

Then I looked at given path and I couldn't see setuptools. 'site-package' folder is even empty.

(envkivy) $ ls /home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib

abc.py _collections_abc.py doctest.py hmac.py msilib pprint.py shlex.py sunau.py types.py aifc.py colorsys.py dummy_threading.py html multiprocessing profile.py shutil.py symbol.py typing.py antigravity.py _compat_pickle.py _dummy_thread.py http netrc.py pstats.py signal.py symtable.py unittest argparse.py compileall.py email idlelib nntplib.py pty.py _sitebuiltins.py sysconfig.py urllib ast.py _compression.py encodings imaplib.py ntpath.py _py_abc.py site-packages tabnanny.py uuid.py asynchat.py concurrent ensurepip imghdr.py nturl2path.py __pycache__ site.py tarfile.py uu.py asyncio configparser.py enum.py importlib numbers.py pyclbr.py smtpd.py telnetlib.py venv asyncore.py contextlib.py filecmp.py imp.py opcode.py py_compile.py smtplib.py tempfile.py warnings.py base64.py contextvars.py fileinput.py inspect.py operator.py _pydecimal.py sndhdr.py test wave.py bdb.py copy.py fnmatch.py io.py optparse.py pydoc_data socket.py textwrap.py weakref.py binhex.py copyreg.py formatter.py ipaddress.py os.py pydoc.py socketserver.py this.py _weakrefset.py bisect.py cProfile.py fractions.py json _osx_support.py _pyio.py sqlite3 _threading_local.py webbrowser.py _bootlocale.py crypt.py ftplib.py keyword.py pathlib.py queue.py sre_compile.py threading.py wsgiref bz2.py csv.py functools.py lib2to3 pdb.py quopri.py sre_constants.py timeit.py xdrlib.py calendar.py ctypes __future__.py linecache.py __phello__.foo.py random.py sre_parse.py tkinter xml cgi.py curses genericpath.py locale.py pickle.py reprlib.py ssl.py tokenize.py xmlrpc cgitb.py dataclasses.py getopt.py logging pickletools.py re.py statistics.py token.py zipapp.py chunk.py datetime.py getpass.py lzma.py pipes.py rlcompleter.py stat.py traceback.py zipfile.py cmd.py dbm gettext.py mailbox.py pkgutil.py runpy.py stringprep.py tracemalloc.py zipimport.py codecs.py decimal.py glob.py mailcap.py platform.py sched.py string.py trace.py codeop.py difflib.py gzip.py _markupbase.py plistlib.py secrets.py _strptime.py tty.py code.py dis.py hashlib.py mimetypes.py poplib.py selectors.py struct.py turtledemo collections distutils heapq.py modulefinder.py posixpath.py shelve.py subprocess.py turtle.py

(envkivy) $ ls /home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/site-packages/

README.txt

Is there a way to configure buildozer so that it builds hostpython3 with setuptools ?

Thanks Rgds Eric

ermitz avatar Jun 17 '20 19:06 ermitz

After some investigations, I found that setuptools and other hostpython3 packages were installed here:

/home/eric/DEV/Python/games/kivy/wordguess/wordguess/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages

which is not in sys.path.

ermitz avatar Jun 17 '20 20:06 ermitz

After adding following line:

hpenv['PYTHONPATH'] = join(dirname(self.real_hostpython_location), 'Lib', 'site-packages')

in function install_python_package, just after hpenv = env.copy() in pythonforandroid/recipe.py file, I was able to build.

ermitz avatar Jun 17 '20 21:06 ermitz

I think you need call_hostpython_via_targetpython = False when you depend on setuptools.

obfusk avatar Jan 04 '21 20:01 obfusk

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

github-actions[bot] avatar Nov 19 '23 14:11 github-actions[bot]