Created temporary directory: /tmp/pip-ephem-wheel-cache-xcs5fg86 Created temporary directory: /tmp/pip-req-tracker-1o3_3mbk Created requirements tracker '/tmp/pip-req-tracker-1o3_3mbk' Created temporary directory: /tmp/pip-wheel-btmtk79h Collecting factories==1.2.0 1 location(s) to search for versions of factories: * https://pypi.org/simple/factories/ Getting page https://pypi.org/simple/factories/ Analyzing links from page https://pypi.org/simple/factories/ Found link https://files.pythonhosted.org/packages/80/44/9640352dc7a47fdc7b292abb71e430737481632bd856581e75b9d697800a/factories-1.0.0.zip#sha256=b914cdc83e629896b8d949e4c946303a86e040bb85e7d3e9347438bdcb1cc7d3 (from https://pypi.org/simple/factories/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/ee/43/78ab80c7333bc1b2a4799224bbef748739a6496b0145db96f462b3b8bb82/factories-1.0.1.tar.gz#sha256=205c185570e60d0ae2bd01d1e4f88976410c07582cf54f4cf1a8a66ae7e79568 (from https://pypi.org/simple/factories/), version: 1.0.1 Found link https://files.pythonhosted.org/packages/6f/02/cad5afa9e2114da46e19ca6764028da226fd1bc300ef7324481d4c082506/factories-1.1.0.tar.gz#sha256=3cbb8f37cca772ea04a7fcf470ec92320e9151117673fb041e787dc6e53d19c1 (from https://pypi.org/simple/factories/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz#sha256=13a91a486bcf9bd5fdf5563417215403b2f60ec2ab95f94be5e3988b6ca5e1a6 (from https://pypi.org/simple/factories/), version: 1.2.0 Using version 1.2.0 (newest of versions: 1.2.0) Created temporary directory: /tmp/pip-unpack-yx43qcwe Downloading https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz#sha256=13a91a486bcf9bd5fdf5563417215403b2f60ec2ab95f94be5e3988b6ca5e1a6 (from https://pypi.org/simple/factories/) Added factories==1.2.0 from https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz#sha256=13a91a486bcf9bd5fdf5563417215403b2f60ec2ab95f94be5e3988b6ca5e1a6 to build tracker '/tmp/pip-req-tracker-1o3_3mbk' Running setup.py (path:/tmp/pip-wheel-btmtk79h/factories/setup.py) egg_info for package factories Running command python setup.py egg_info running egg_info creating pip-egg-info/factories.egg-info writing dependency_links to pip-egg-info/factories.egg-info/dependency_links.txt writing pip-egg-info/factories.egg-info/PKG-INFO writing top-level names to pip-egg-info/factories.egg-info/top_level.txt writing manifest file 'pip-egg-info/factories.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/factories.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/factories.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-btmtk79h/factories has version 1.2.0, which satisfies requirement factories==1.2.0 from https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz#sha256=13a91a486bcf9bd5fdf5563417215403b2f60ec2ab95f94be5e3988b6ca5e1a6 Removed factories==1.2.0 from https://files.pythonhosted.org/packages/b1/0d/7641a21a17b3f1f43a5b73a6167d9f2a939d949862c5d7b3fbc8618cb854/factories-1.2.0.tar.gz#sha256=13a91a486bcf9bd5fdf5563417215403b2f60ec2ab95f94be5e3988b6ca5e1a6 from build tracker '/tmp/pip-req-tracker-1o3_3mbk' Building wheels for collected packages: factories Created temporary directory: /tmp/pip-wheel-o8u76q_t Running setup.py bdist_wheel for factories: started Destination directory: /tmp/pip-wheel-o8u76q_t Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-btmtk79h/factories/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-o8u76q_t running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/factories copying factories/constants.py -> build/lib/factories copying factories/factory.py -> build/lib/factories copying factories/__init__.py -> build/lib/factories creating build/lib/factories/tests copying factories/tests/test_factory.py -> build/lib/factories/tests copying factories/tests/__init__.py -> build/lib/factories/tests creating build/lib/factories/examples copying factories/examples/__init__.py -> build/lib/factories/examples creating build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/new_animals.py -> build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/versioned_readers.py -> build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/additional_reader.py -> build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/__init__.py -> build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/uninspectable.py -> build/lib/factories/tests/test_plugins copying factories/tests/test_plugins/unloadable.py -> build/lib/factories/tests/test_plugins creating build/lib/factories/examples/reader copying factories/examples/reader/core.py -> build/lib/factories/examples/reader copying factories/examples/reader/__init__.py -> build/lib/factories/examples/reader creating build/lib/factories/examples/zoo copying factories/examples/zoo/zoo.py -> build/lib/factories/examples/zoo copying factories/examples/zoo/__init__.py -> build/lib/factories/examples/zoo 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/factories copying build/lib/factories/constants.py -> build/bdist.linux-armv7l/wheel/factories copying build/lib/factories/factory.py -> build/bdist.linux-armv7l/wheel/factories copying build/lib/factories/__init__.py -> build/bdist.linux-armv7l/wheel/factories creating build/bdist.linux-armv7l/wheel/factories/tests copying build/lib/factories/tests/test_factory.py -> build/bdist.linux-armv7l/wheel/factories/tests creating build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/new_animals.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/versioned_readers.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/additional_reader.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/__init__.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/uninspectable.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/test_plugins/unloadable.py -> build/bdist.linux-armv7l/wheel/factories/tests/test_plugins copying build/lib/factories/tests/__init__.py -> build/bdist.linux-armv7l/wheel/factories/tests creating build/bdist.linux-armv7l/wheel/factories/examples creating build/bdist.linux-armv7l/wheel/factories/examples/reader copying build/lib/factories/examples/reader/core.py -> build/bdist.linux-armv7l/wheel/factories/examples/reader copying build/lib/factories/examples/reader/__init__.py -> build/bdist.linux-armv7l/wheel/factories/examples/reader creating build/bdist.linux-armv7l/wheel/factories/examples/zoo copying build/lib/factories/examples/zoo/zoo.py -> build/bdist.linux-armv7l/wheel/factories/examples/zoo copying build/lib/factories/examples/zoo/__init__.py -> build/bdist.linux-armv7l/wheel/factories/examples/zoo copying build/lib/factories/examples/__init__.py -> build/bdist.linux-armv7l/wheel/factories/examples running install_egg_info running egg_info writing top-level names to factories.egg-info/top_level.txt writing factories.egg-info/PKG-INFO writing dependency_links to factories.egg-info/dependency_links.txt reading manifest file 'factories.egg-info/SOURCES.txt' writing manifest file 'factories.egg-info/SOURCES.txt' Copying factories.egg-info to build/bdist.linux-armv7l/wheel/factories-1.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/factories-1.2.0.dist-info/WHEEL creating '/tmp/pip-wheel-o8u76q_t/factories-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'factories/__init__.py' adding 'factories/constants.py' adding 'factories/factory.py' adding 'factories/examples/__init__.py' adding 'factories/examples/reader/__init__.py' adding 'factories/examples/reader/core.py' adding 'factories/examples/zoo/__init__.py' adding 'factories/examples/zoo/zoo.py' adding 'factories/tests/__init__.py' adding 'factories/tests/test_factory.py' adding 'factories/tests/test_plugins/__init__.py' adding 'factories/tests/test_plugins/additional_reader.py' adding 'factories/tests/test_plugins/new_animals.py' adding 'factories/tests/test_plugins/uninspectable.py' adding 'factories/tests/test_plugins/unloadable.py' adding 'factories/tests/test_plugins/versioned_readers.py' adding 'factories-1.2.0.dist-info/METADATA' adding 'factories-1.2.0.dist-info/WHEEL' adding 'factories-1.2.0.dist-info/top_level.txt' adding 'factories-1.2.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for factories: finished with status 'done' Stored in directory: /tmp/tmpp73m8nrl Successfully built factories Cleaning up... Removing source in /tmp/pip-wheel-btmtk79h/factories Removed build tracker '/tmp/pip-req-tracker-1o3_3mbk'