Created temporary directory: /tmp/pip-ephem-wheel-cache-pnmfbf8i Created temporary directory: /tmp/pip-req-tracker-6selk6f7 Created requirements tracker '/tmp/pip-req-tracker-6selk6f7' Created temporary directory: /tmp/pip-wheel-298l7x9r Collecting fsx==1.0.0 1 location(s) to search for versions of fsx: * https://pypi.org/simple/fsx/ Getting page https://pypi.org/simple/fsx/ Analyzing links from page https://pypi.org/simple/fsx/ Skipping link https://files.pythonhosted.org/packages/d9/fd/e9fce4a8d068653bf3e82ea290531def26d7728e265cc6fad8a34ddc62eb/fsx-0.0.1-py2-none-any.whl#sha256=fab27ba31206c749578edd9b49195fd2cb0eec8a85ae7e7442f44a58b74f2b57 (from https://pypi.org/simple/fsx/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/02/bb/3daa7b52e9121d9f56d5ae44e908feadfa97d67f267b0dfc9a0e01376e70/fsx-0.0.1.zip#sha256=04a51b97d225c3c9cdb36f7904293babded5edec5f6b9f789dee3b0a2df1c2d6 (from https://pypi.org/simple/fsx/), version: 0.0.1 Skipping link https://files.pythonhosted.org/packages/17/cc/4f0268f8938b4bbcfa3dbfa98cea52251e9ef108aee417e1f8da2afab244/fsx-1.0.0-py2-none-any.whl#sha256=7be8e4bdcfbf02793c3cd2247653cbb1fd2cb74376d171d8c8722e10bc39fae3 (from https://pypi.org/simple/fsx/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz#sha256=c2608cf3f8a93ec484604b0e771b72d113c3a8af896394a47b0d24889a0d52e4 (from https://pypi.org/simple/fsx/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-an1mm56c Downloading https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz#sha256=c2608cf3f8a93ec484604b0e771b72d113c3a8af896394a47b0d24889a0d52e4 (from https://pypi.org/simple/fsx/) Added fsx==1.0.0 from https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz#sha256=c2608cf3f8a93ec484604b0e771b72d113c3a8af896394a47b0d24889a0d52e4 to build tracker '/tmp/pip-req-tracker-6selk6f7' Running setup.py (path:/tmp/pip-wheel-298l7x9r/fsx/setup.py) egg_info for package fsx Running command python setup.py egg_info running egg_info creating pip-egg-info/fsx.egg-info writing pip-egg-info/fsx.egg-info/PKG-INFO writing top-level names to pip-egg-info/fsx.egg-info/top_level.txt writing requirements to pip-egg-info/fsx.egg-info/requires.txt writing dependency_links to pip-egg-info/fsx.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/fsx.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/fsx.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/fsx.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-298l7x9r/fsx has version 1.0.0, which satisfies requirement fsx==1.0.0 from https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz#sha256=c2608cf3f8a93ec484604b0e771b72d113c3a8af896394a47b0d24889a0d52e4 Removed fsx==1.0.0 from https://files.pythonhosted.org/packages/d0/d4/dbfb7db2361f0526f01d9747d896e51b67d20dca4e6338999625b6bce86d/fsx-1.0.0.tar.gz#sha256=c2608cf3f8a93ec484604b0e771b72d113c3a8af896394a47b0d24889a0d52e4 from build tracker '/tmp/pip-req-tracker-6selk6f7' Building wheels for collected packages: fsx Created temporary directory: /tmp/pip-wheel-zptodjys Running setup.py bdist_wheel for fsx: started Destination directory: /tmp/pip-wheel-zptodjys Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-298l7x9r/fsx/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-zptodjys running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/fsx copying fsx/glob.py -> build/lib/fsx copying fsx/__init__.py -> build/lib/fsx creating build/lib/fsx/test copying fsx/test/_FsxFakeFsTree.py -> build/lib/fsx/test copying fsx/test/__init__.py -> build/lib/fsx/test copying fsx/test/_fsx_fake.py -> build/lib/fsx/test 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/fsx copying build/lib/fsx/glob.py -> build/bdist.linux-armv7l/wheel/fsx creating build/bdist.linux-armv7l/wheel/fsx/test copying build/lib/fsx/test/_FsxFakeFsTree.py -> build/bdist.linux-armv7l/wheel/fsx/test copying build/lib/fsx/test/__init__.py -> build/bdist.linux-armv7l/wheel/fsx/test copying build/lib/fsx/test/_fsx_fake.py -> build/bdist.linux-armv7l/wheel/fsx/test copying build/lib/fsx/__init__.py -> build/bdist.linux-armv7l/wheel/fsx running install_egg_info running egg_info writing fsx.egg-info/PKG-INFO writing top-level names to fsx.egg-info/top_level.txt writing requirements to fsx.egg-info/requires.txt writing dependency_links to fsx.egg-info/dependency_links.txt reading manifest file 'fsx.egg-info/SOURCES.txt' writing manifest file 'fsx.egg-info/SOURCES.txt' Copying fsx.egg-info to build/bdist.linux-armv7l/wheel/fsx-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/fsx-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-zptodjys/fsx-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'fsx/__init__.py' adding 'fsx/glob.py' adding 'fsx/test/_FsxFakeFsTree.py' adding 'fsx/test/__init__.py' adding 'fsx/test/_fsx_fake.py' adding 'fsx-1.0.0.dist-info/METADATA' adding 'fsx-1.0.0.dist-info/WHEEL' adding 'fsx-1.0.0.dist-info/top_level.txt' adding 'fsx-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for fsx: finished with status 'done' Stored in directory: /tmp/tmp_dve521o Successfully built fsx Cleaning up... Removing source in /tmp/pip-wheel-298l7x9r/fsx Removed build tracker '/tmp/pip-req-tracker-6selk6f7'