Created temporary directory: /tmp/pip-ephem-wheel-cache-ys5jmc4m Created temporary directory: /tmp/pip-req-tracker-8jtoiysi Created requirements tracker '/tmp/pip-req-tracker-8jtoiysi' Created temporary directory: /tmp/pip-wheel-y7x5ywac Collecting wai.test==0.0.3 1 location(s) to search for versions of wai.test: * https://pypi.org/simple/wai-test/ Getting page https://pypi.org/simple/wai-test/ Analyzing links from page https://pypi.org/simple/wai-test/ Found link https://files.pythonhosted.org/packages/cf/71/de2361349c5c00326c82a7b5450bd74f4a260cfbaf38af8927f0a5664097/wai.test-0.0.1.tar.gz#sha256=a11c31620d5d228cf4990d9327e9dee4f6a7f3921901a153e3868503beec4859 (from https://pypi.org/simple/wai-test/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/5c/b4/076452066ba9f1aee704a8d875c578dca6a77a6b32a5c1948d4f9ad95411/wai.test-0.0.2.tar.gz#sha256=b21e5877c541b94912a004ed013c7d7e1ac0a67e20b78b442ed797c63f61aaed (from https://pypi.org/simple/wai-test/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz#sha256=7f6492a80be96766502c0e16cd4a3e9422fa869d0ebe5f06c1879bc73e888d5c (from https://pypi.org/simple/wai-test/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Created temporary directory: /tmp/pip-unpack-_wv8zybk Downloading https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz#sha256=7f6492a80be96766502c0e16cd4a3e9422fa869d0ebe5f06c1879bc73e888d5c (from https://pypi.org/simple/wai-test/) Added wai.test==0.0.3 from https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz#sha256=7f6492a80be96766502c0e16cd4a3e9422fa869d0ebe5f06c1879bc73e888d5c to build tracker '/tmp/pip-req-tracker-8jtoiysi' Running setup.py (path:/tmp/pip-wheel-y7x5ywac/wai.test/setup.py) egg_info for package wai.test Running command python setup.py egg_info running egg_info creating pip-egg-info/wai.test.egg-info writing pip-egg-info/wai.test.egg-info/PKG-INFO writing top-level names to pip-egg-info/wai.test.egg-info/top_level.txt writing dependency_links to pip-egg-info/wai.test.egg-info/dependency_links.txt writing namespace_packages to pip-egg-info/wai.test.egg-info/namespace_packages.txt writing manifest file 'pip-egg-info/wai.test.egg-info/SOURCES.txt' package init file 'src/wai/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/wai.test.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/wai.test.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-y7x5ywac/wai.test has version 0.0.3, which satisfies requirement wai.test==0.0.3 from https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz#sha256=7f6492a80be96766502c0e16cd4a3e9422fa869d0ebe5f06c1879bc73e888d5c Removed wai.test==0.0.3 from https://files.pythonhosted.org/packages/e6/46/4ecd401cdea28ceb51759aa1ed9d06579907865dc994777d49e54b445e7c/wai.test-0.0.3.tar.gz#sha256=7f6492a80be96766502c0e16cd4a3e9422fa869d0ebe5f06c1879bc73e888d5c from build tracker '/tmp/pip-req-tracker-8jtoiysi' Building wheels for collected packages: wai.test Created temporary directory: /tmp/pip-wheel-6p8bivw9 Running setup.py bdist_wheel for wai.test: started Destination directory: /tmp/pip-wheel-6p8bivw9 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-y7x5ywac/wai.test/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-6p8bivw9 running bdist_wheel running build running build_py package init file 'src/wai/__init__.py' not found (or not a regular file) creating build creating build/lib creating build/lib/wai creating build/lib/wai/test copying src/wai/test/_functions.py -> build/lib/wai/test copying src/wai/test/_AbstractTest.py -> build/lib/wai/test copying src/wai/test/_AbstractTestMeta.py -> build/lib/wai/test copying src/wai/test/__init__.py -> build/lib/wai/test copying src/wai/test/_constants.py -> build/lib/wai/test creating build/lib/wai/test/serialisation copying src/wai/test/serialisation/_BytesSerialiser.py -> build/lib/wai/test/serialisation copying src/wai/test/serialisation/_StringSerialiser.py -> build/lib/wai/test/serialisation copying src/wai/test/serialisation/__init__.py -> build/lib/wai/test/serialisation copying src/wai/test/serialisation/_RegressionSerialiser.py -> build/lib/wai/test/serialisation creating build/lib/wai/test/decorators copying src/wai/test/decorators/_Skip.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_ExpectedFailure.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_SubjectArgs.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_Test.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_ExceptionTest.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/__init__.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_RegressionTest.py -> build/lib/wai/test/decorators copying src/wai/test/decorators/_WithSerialiser.py -> build/lib/wai/test/decorators running egg_info writing namespace_packages to src/wai.test.egg-info/namespace_packages.txt writing src/wai.test.egg-info/PKG-INFO writing top-level names to src/wai.test.egg-info/top_level.txt writing dependency_links to src/wai.test.egg-info/dependency_links.txt reading manifest file 'src/wai.test.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/wai.test.egg-info/SOURCES.txt' installing to build/bdist.linux-armv7l/wheel running install running install_lib copying wai/test/_functions.py -> build/bdist.linux-armv7l/wheel/wai/test copying wai/test/_AbstractTest.py -> build/bdist.linux-armv7l/wheel/wai/test copying wai/test/_AbstractTestMeta.py -> build/bdist.linux-armv7l/wheel/wai/test copying wai/test/__init__.py -> build/bdist.linux-armv7l/wheel/wai/test copying wai/test/_constants.py -> build/bdist.linux-armv7l/wheel/wai/test copying wai/test/serialisation/_BytesSerialiser.py -> build/bdist.linux-armv7l/wheel/wai/test/serialisation copying wai/test/serialisation/_StringSerialiser.py -> build/bdist.linux-armv7l/wheel/wai/test/serialisation copying wai/test/serialisation/__init__.py -> build/bdist.linux-armv7l/wheel/wai/test/serialisation copying wai/test/serialisation/_RegressionSerialiser.py -> build/bdist.linux-armv7l/wheel/wai/test/serialisation copying wai/test/decorators/_Skip.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_ExpectedFailure.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_SubjectArgs.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_Test.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_ExceptionTest.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/__init__.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_RegressionTest.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators copying wai/test/decorators/_WithSerialiser.py -> build/bdist.linux-armv7l/wheel/wai/test/decorators running install_egg_info Copying src/wai.test.egg-info to build/bdist.linux-armv7l/wheel/wai.test-0.0.3-py3.4.egg-info Installing build/bdist.linux-armv7l/wheel/wai.test-0.0.3-py3.4-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/wai.test-0.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-6p8bivw9/wai.test-0.0.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'wai.test-0.0.3-py3.4-nspkg.pth' adding 'wai/test/_AbstractTest.py' adding 'wai/test/_AbstractTestMeta.py' adding 'wai/test/__init__.py' adding 'wai/test/_constants.py' adding 'wai/test/_functions.py' adding 'wai/test/decorators/_ExceptionTest.py' adding 'wai/test/decorators/_ExpectedFailure.py' adding 'wai/test/decorators/_RegressionTest.py' adding 'wai/test/decorators/_Skip.py' adding 'wai/test/decorators/_SubjectArgs.py' adding 'wai/test/decorators/_Test.py' adding 'wai/test/decorators/_WithSerialiser.py' adding 'wai/test/decorators/__init__.py' adding 'wai/test/serialisation/_BytesSerialiser.py' adding 'wai/test/serialisation/_RegressionSerialiser.py' adding 'wai/test/serialisation/_StringSerialiser.py' adding 'wai/test/serialisation/__init__.py' adding 'wai.test-0.0.3.dist-info/METADATA' adding 'wai.test-0.0.3.dist-info/WHEEL' adding 'wai.test-0.0.3.dist-info/namespace_packages.txt' adding 'wai.test-0.0.3.dist-info/top_level.txt' adding 'wai.test-0.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for wai.test: finished with status 'done' Stored in directory: /tmp/tmpxvex_16g Successfully built wai.test Cleaning up... Removing source in /tmp/pip-wheel-y7x5ywac/wai.test Removed build tracker '/tmp/pip-req-tracker-8jtoiysi'