Created temporary directory: /tmp/pip-ephem-wheel-cache-e8tnyhlb Created temporary directory: /tmp/pip-req-tracker-5uilqb6p Created requirements tracker '/tmp/pip-req-tracker-5uilqb6p' Created temporary directory: /tmp/pip-wheel-b0ci505d Collecting pypfb==0.2.0 1 location(s) to search for versions of pypfb: * https://pypi.org/simple/pypfb/ Getting page https://pypi.org/simple/pypfb/ Analyzing links from page https://pypi.org/simple/pypfb/ Found link https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz#sha256=fc0632b3f87e62a0ec5ff70e35580cc596c1fff4d60b1c19b1c7e1a0204a0966 (from https://pypi.org/simple/pypfb/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Created temporary directory: /tmp/pip-unpack-6sctkjp6 Downloading https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz#sha256=fc0632b3f87e62a0ec5ff70e35580cc596c1fff4d60b1c19b1c7e1a0204a0966 (from https://pypi.org/simple/pypfb/) Added pypfb==0.2.0 from https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz#sha256=fc0632b3f87e62a0ec5ff70e35580cc596c1fff4d60b1c19b1c7e1a0204a0966 to build tracker '/tmp/pip-req-tracker-5uilqb6p' Running setup.py (path:/tmp/pip-wheel-b0ci505d/pypfb/setup.py) egg_info for package pypfb Running command python setup.py egg_info running egg_info creating pip-egg-info/pypfb.egg-info writing pip-egg-info/pypfb.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pypfb.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pypfb.egg-info/top_level.txt writing requirements to pip-egg-info/pypfb.egg-info/requires.txt writing entry points to pip-egg-info/pypfb.egg-info/entry_points.txt writing manifest file 'pip-egg-info/pypfb.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pypfb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pypfb.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-b0ci505d/pypfb has version 0.2.0, which satisfies requirement pypfb==0.2.0 from https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz#sha256=fc0632b3f87e62a0ec5ff70e35580cc596c1fff4d60b1c19b1c7e1a0204a0966 Removed pypfb==0.2.0 from https://files.pythonhosted.org/packages/71/22/b9267d39672cd6cb9d28f0bf098f9a846882352d6d77619e23425b028eb6/pypfb-0.2.0.tar.gz#sha256=fc0632b3f87e62a0ec5ff70e35580cc596c1fff4d60b1c19b1c7e1a0204a0966 from build tracker '/tmp/pip-req-tracker-5uilqb6p' Building wheels for collected packages: pypfb Created temporary directory: /tmp/pip-wheel-dkaqba31 Running setup.py bdist_wheel for pypfb: started Destination directory: /tmp/pip-wheel-dkaqba31 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-b0ci505d/pypfb/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-dkaqba31 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pfb copying pfb/writer.py -> build/lib/pfb copying pfb/__init__.py -> build/lib/pfb copying pfb/base.py -> build/lib/pfb copying pfb/cli.py -> build/lib/pfb copying pfb/reader.py -> build/lib/pfb creating build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_commands.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/pfb/importers copying pfb/importers/json.py -> build/lib/pfb/importers copying pfb/importers/gen3dict.py -> build/lib/pfb/importers copying pfb/importers/__init__.py -> build/lib/pfb/importers creating build/lib/pfb/exporters copying pfb/exporters/__init__.py -> build/lib/pfb/exporters copying pfb/exporters/gremlin.py -> build/lib/pfb/exporters creating build/lib/pfb/commands copying pfb/commands/add.py -> build/lib/pfb/commands copying pfb/commands/rename.py -> build/lib/pfb/commands copying pfb/commands/show.py -> build/lib/pfb/commands copying pfb/commands/__init__.py -> build/lib/pfb/commands 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/pfb creating build/bdist.linux-armv7l/wheel/pfb/importers copying build/lib/pfb/importers/json.py -> build/bdist.linux-armv7l/wheel/pfb/importers copying build/lib/pfb/importers/gen3dict.py -> build/bdist.linux-armv7l/wheel/pfb/importers copying build/lib/pfb/importers/__init__.py -> build/bdist.linux-armv7l/wheel/pfb/importers creating build/bdist.linux-armv7l/wheel/pfb/exporters copying build/lib/pfb/exporters/__init__.py -> build/bdist.linux-armv7l/wheel/pfb/exporters copying build/lib/pfb/exporters/gremlin.py -> build/bdist.linux-armv7l/wheel/pfb/exporters copying build/lib/pfb/writer.py -> build/bdist.linux-armv7l/wheel/pfb copying build/lib/pfb/__init__.py -> build/bdist.linux-armv7l/wheel/pfb copying build/lib/pfb/base.py -> build/bdist.linux-armv7l/wheel/pfb copying build/lib/pfb/cli.py -> build/bdist.linux-armv7l/wheel/pfb creating build/bdist.linux-armv7l/wheel/pfb/commands copying build/lib/pfb/commands/add.py -> build/bdist.linux-armv7l/wheel/pfb/commands copying build/lib/pfb/commands/rename.py -> build/bdist.linux-armv7l/wheel/pfb/commands copying build/lib/pfb/commands/show.py -> build/bdist.linux-armv7l/wheel/pfb/commands copying build/lib/pfb/commands/__init__.py -> build/bdist.linux-armv7l/wheel/pfb/commands copying build/lib/pfb/reader.py -> build/bdist.linux-armv7l/wheel/pfb creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/conftest.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_commands.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing top-level names to pypfb.egg-info/top_level.txt writing requirements to pypfb.egg-info/requires.txt writing entry points to pypfb.egg-info/entry_points.txt writing pypfb.egg-info/PKG-INFO writing dependency_links to pypfb.egg-info/dependency_links.txt reading manifest file 'pypfb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pypfb.egg-info/SOURCES.txt' Copying pypfb.egg-info to build/bdist.linux-armv7l/wheel/pypfb-0.2.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "NOTICE" (matched pattern "NOTICE*") creating build/bdist.linux-armv7l/wheel/pypfb-0.2.0.dist-info/WHEEL creating '/tmp/pip-wheel-dkaqba31/pypfb-0.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pfb/__init__.py' adding 'pfb/base.py' adding 'pfb/cli.py' adding 'pfb/reader.py' adding 'pfb/writer.py' adding 'pfb/commands/__init__.py' adding 'pfb/commands/add.py' adding 'pfb/commands/rename.py' adding 'pfb/commands/show.py' adding 'pfb/exporters/__init__.py' adding 'pfb/exporters/gremlin.py' adding 'pfb/importers/__init__.py' adding 'pfb/importers/gen3dict.py' adding 'pfb/importers/json.py' adding 'tests/__init__.py' adding 'tests/conftest.py' adding 'tests/test_commands.py' adding 'pypfb-0.2.0.dist-info/LICENSE' adding 'pypfb-0.2.0.dist-info/METADATA' adding 'pypfb-0.2.0.dist-info/NOTICE' adding 'pypfb-0.2.0.dist-info/WHEEL' adding 'pypfb-0.2.0.dist-info/entry_points.txt' adding 'pypfb-0.2.0.dist-info/top_level.txt' adding 'pypfb-0.2.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pypfb: finished with status 'done' Stored in directory: /tmp/tmpslqz5cl4 Successfully built pypfb Cleaning up... Removing source in /tmp/pip-wheel-b0ci505d/pypfb Removed build tracker '/tmp/pip-req-tracker-5uilqb6p'