Created temporary directory: /tmp/pip-ephem-wheel-cache-jbtnr__s Created temporary directory: /tmp/pip-req-tracker-af71a29f Created requirements tracker '/tmp/pip-req-tracker-af71a29f' Created temporary directory: /tmp/pip-wheel-isazymc0 Collecting buildmaster==0.19.0 1 location(s) to search for versions of buildmaster: * https://pypi.org/simple/buildmaster/ Getting page https://pypi.org/simple/buildmaster/ Analyzing links from page https://pypi.org/simple/buildmaster/ Found link https://files.pythonhosted.org/packages/13/6d/0612b091a3837feb71d45d345ddabd2a5cda9577c094a9cf5e427c40275c/buildmaster-0.18.0.zip#sha256=91ce8ce1caed1558a864faa80b8eac4fb8f06945e15d9293e281d5565532b2c6 (from https://pypi.org/simple/buildmaster/), version: 0.18.0 Found link https://files.pythonhosted.org/packages/0a/c8/5847aa4d4cf95366d7b5655565cea785b3eba9b37e79f10779e33e0dcb43/buildmaster-0.18.1.zip#sha256=4240f25327ce2fce5fb63ae0947d068fc038370c11528eeba4d50ab0ce633f66 (from https://pypi.org/simple/buildmaster/), version: 0.18.1 Found link https://files.pythonhosted.org/packages/12/5e/d69248eeeba9c93a4987d31e29324a1fe9fc3a613287b1167672119a52bd/buildmaster-0.18.2.zip#sha256=55e393e1ac1065ecd1c58da00b822e1b56ab03b1ceee6ed357fb31aa8e066c59 (from https://pypi.org/simple/buildmaster/), version: 0.18.2 Found link https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip#sha256=e795b6f07021b467ebf9b7282f09efdbff38ede657952826ec6b2bccddb52767 (from https://pypi.org/simple/buildmaster/), version: 0.19.0 Using version 0.19.0 (newest of versions: 0.19.0) Created temporary directory: /tmp/pip-unpack-h1sbpzrs Downloading https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip (2.1MB) Downloading from URL https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip#sha256=e795b6f07021b467ebf9b7282f09efdbff38ede657952826ec6b2bccddb52767 (from https://pypi.org/simple/buildmaster/) Added buildmaster==0.19.0 from https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip#sha256=e795b6f07021b467ebf9b7282f09efdbff38ede657952826ec6b2bccddb52767 to build tracker '/tmp/pip-req-tracker-af71a29f' Running setup.py (path:/tmp/pip-wheel-isazymc0/buildmaster/setup.py) egg_info for package buildmaster Running command python setup.py egg_info running egg_info creating pip-egg-info/buildmaster.egg-info writing requirements to pip-egg-info/buildmaster.egg-info/requires.txt writing pip-egg-info/buildmaster.egg-info/PKG-INFO writing dependency_links to pip-egg-info/buildmaster.egg-info/dependency_links.txt writing top-level names to pip-egg-info/buildmaster.egg-info/top_level.txt writing manifest file 'pip-egg-info/buildmaster.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/buildmaster.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'buildmaster/db/_dbplus.py' writing manifest file 'pip-egg-info/buildmaster.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-isazymc0/buildmaster has version 0.19.0, which satisfies requirement buildmaster==0.19.0 from https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip#sha256=e795b6f07021b467ebf9b7282f09efdbff38ede657952826ec6b2bccddb52767 Removed buildmaster==0.19.0 from https://files.pythonhosted.org/packages/94/c7/d06dcf97c2bba322180b30b9de562569f4b95aa0b263d4928c23b4e6c2b0/buildmaster-0.19.0.zip#sha256=e795b6f07021b467ebf9b7282f09efdbff38ede657952826ec6b2bccddb52767 from build tracker '/tmp/pip-req-tracker-af71a29f' Building wheels for collected packages: buildmaster Created temporary directory: /tmp/pip-wheel-dbf2xl68 Running setup.py bdist_wheel for buildmaster: started Destination directory: /tmp/pip-wheel-dbf2xl68 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-isazymc0/buildmaster/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-dbf2xl68 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/buildmaster copying buildmaster/utils.py -> build/lib/buildmaster copying buildmaster/log.py -> build/lib/buildmaster copying buildmaster/__init__.py -> build/lib/buildmaster copying buildmaster/session.py -> build/lib/buildmaster copying buildmaster/app.py -> build/lib/buildmaster creating build/lib/buildmaster/upload copying buildmaster/upload/api.py -> build/lib/buildmaster/upload copying buildmaster/upload/__init__.py -> build/lib/buildmaster/upload copying buildmaster/upload/dto.py -> build/lib/buildmaster/upload creating build/lib/buildmaster/db copying buildmaster/db/xlsx.py -> build/lib/buildmaster/db copying buildmaster/db/keywords.py -> build/lib/buildmaster/db copying buildmaster/db/db.py -> build/lib/buildmaster/db copying buildmaster/db/dbplus.py -> build/lib/buildmaster/db copying buildmaster/db/jsql.py -> build/lib/buildmaster/db copying buildmaster/db/__init__.py -> build/lib/buildmaster/db creating build/lib/buildmaster/user copying buildmaster/user/api.py -> build/lib/buildmaster/user copying buildmaster/user/utils.py -> build/lib/buildmaster/user copying buildmaster/user/__init__.py -> build/lib/buildmaster/user copying buildmaster/user/dto.py -> build/lib/buildmaster/user creating build/lib/buildmaster/openapi copying buildmaster/openapi/auth.py -> build/lib/buildmaster/openapi copying buildmaster/openapi/__init__.py -> build/lib/buildmaster/openapi creating build/lib/buildmaster/generic copying buildmaster/generic/api.py -> build/lib/buildmaster/generic copying buildmaster/generic/__init__.py -> build/lib/buildmaster/generic copying buildmaster/generic/dto.py -> build/lib/buildmaster/generic running egg_info writing top-level names to buildmaster.egg-info/top_level.txt writing dependency_links to buildmaster.egg-info/dependency_links.txt writing requirements to buildmaster.egg-info/requires.txt writing buildmaster.egg-info/PKG-INFO reading manifest file 'buildmaster.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'buildmaster/db/_dbplus.py' writing manifest file 'buildmaster.egg-info/SOURCES.txt' copying buildmaster/db/_dbplus.cp37-win_amd64.pyd -> build/lib/buildmaster/db copying buildmaster/db/_dbplus.cpython-37m-darwin.so -> build/lib/buildmaster/db copying buildmaster/db/_dbplus.cpython-37m-x86_64-linux-gnu.so -> build/lib/buildmaster/db installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/buildmaster creating build/bdist.linux-armv7l/wheel/buildmaster/upload copying build/lib/buildmaster/upload/api.py -> build/bdist.linux-armv7l/wheel/buildmaster/upload copying build/lib/buildmaster/upload/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster/upload copying build/lib/buildmaster/upload/dto.py -> build/bdist.linux-armv7l/wheel/buildmaster/upload creating build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/xlsx.py -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/keywords.py -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/db.py -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/_dbplus.cpython-37m-darwin.so -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/dbplus.py -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/_dbplus.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/jsql.py -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/_dbplus.cp37-win_amd64.pyd -> build/bdist.linux-armv7l/wheel/buildmaster/db copying build/lib/buildmaster/db/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster/db creating build/bdist.linux-armv7l/wheel/buildmaster/user copying build/lib/buildmaster/user/api.py -> build/bdist.linux-armv7l/wheel/buildmaster/user copying build/lib/buildmaster/user/utils.py -> build/bdist.linux-armv7l/wheel/buildmaster/user copying build/lib/buildmaster/user/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster/user copying build/lib/buildmaster/user/dto.py -> build/bdist.linux-armv7l/wheel/buildmaster/user copying build/lib/buildmaster/utils.py -> build/bdist.linux-armv7l/wheel/buildmaster copying build/lib/buildmaster/log.py -> build/bdist.linux-armv7l/wheel/buildmaster creating build/bdist.linux-armv7l/wheel/buildmaster/openapi copying build/lib/buildmaster/openapi/auth.py -> build/bdist.linux-armv7l/wheel/buildmaster/openapi copying build/lib/buildmaster/openapi/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster/openapi copying build/lib/buildmaster/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster copying build/lib/buildmaster/session.py -> build/bdist.linux-armv7l/wheel/buildmaster creating build/bdist.linux-armv7l/wheel/buildmaster/generic copying build/lib/buildmaster/generic/api.py -> build/bdist.linux-armv7l/wheel/buildmaster/generic copying build/lib/buildmaster/generic/__init__.py -> build/bdist.linux-armv7l/wheel/buildmaster/generic copying build/lib/buildmaster/generic/dto.py -> build/bdist.linux-armv7l/wheel/buildmaster/generic copying build/lib/buildmaster/app.py -> build/bdist.linux-armv7l/wheel/buildmaster running install_egg_info Copying buildmaster.egg-info to build/bdist.linux-armv7l/wheel/buildmaster-0.19.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/buildmaster-0.19.0.dist-info/WHEEL creating '/tmp/pip-wheel-dbf2xl68/buildmaster-0.19.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'buildmaster/__init__.py' adding 'buildmaster/app.py' adding 'buildmaster/log.py' adding 'buildmaster/session.py' adding 'buildmaster/utils.py' adding 'buildmaster/db/__init__.py' adding 'buildmaster/db/_dbplus.cp37-win_amd64.pyd' adding 'buildmaster/db/_dbplus.cpython-37m-darwin.so' adding 'buildmaster/db/_dbplus.cpython-37m-x86_64-linux-gnu.so' adding 'buildmaster/db/db.py' adding 'buildmaster/db/dbplus.py' adding 'buildmaster/db/jsql.py' adding 'buildmaster/db/keywords.py' adding 'buildmaster/db/xlsx.py' adding 'buildmaster/generic/__init__.py' adding 'buildmaster/generic/api.py' adding 'buildmaster/generic/dto.py' adding 'buildmaster/openapi/__init__.py' adding 'buildmaster/openapi/auth.py' adding 'buildmaster/upload/__init__.py' adding 'buildmaster/upload/api.py' adding 'buildmaster/upload/dto.py' adding 'buildmaster/user/__init__.py' adding 'buildmaster/user/api.py' adding 'buildmaster/user/dto.py' adding 'buildmaster/user/utils.py' adding 'buildmaster-0.19.0.dist-info/METADATA' adding 'buildmaster-0.19.0.dist-info/WHEEL' adding 'buildmaster-0.19.0.dist-info/top_level.txt' adding 'buildmaster-0.19.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for buildmaster: finished with status 'done' Stored in directory: /tmp/tmp8fn29bap Successfully built buildmaster Cleaning up... Removing source in /tmp/pip-wheel-isazymc0/buildmaster Removed build tracker '/tmp/pip-req-tracker-af71a29f'