Created temporary directory: /tmp/pip-ephem-wheel-cache-k0omhnla Created temporary directory: /tmp/pip-req-tracker-yjj5vaym Created requirements tracker '/tmp/pip-req-tracker-yjj5vaym' Created temporary directory: /tmp/pip-wheel-6eqbxtrv Looking in indexes: https://pypi.python.org/simple Collecting airr==1.2.0 1 location(s) to search for versions of airr: * https://pypi.python.org/simple/airr/ Getting page https://pypi.python.org/simple/airr/ Analyzing links from page https://pypi.org/simple/airr/ Found link https://files.pythonhosted.org/packages/11/b0/8fd015f82e0e4e9a2de32ecde43faed6a584bde8f6b8995550f733e09718/airr-1.1.0.tar.gz#sha256=7f43b80abcf9c31d714fdea0c9900b8c391c67afe96088d282b651fbbed6e8a2 (from https://pypi.org/simple/airr/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz#sha256=187d8ad2a24e4c36ce7fba0a3d9ce7f4f9bfd8f410ff37e466a5f112ec359fb8 (from https://pypi.org/simple/airr/), version: 1.2.0 Using version 1.2.0 (newest of versions: 1.2.0) Created temporary directory: /tmp/pip-unpack-6yg1_yc_ Downloading https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz#sha256=187d8ad2a24e4c36ce7fba0a3d9ce7f4f9bfd8f410ff37e466a5f112ec359fb8 (from https://pypi.org/simple/airr/) Added airr==1.2.0 from https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz#sha256=187d8ad2a24e4c36ce7fba0a3d9ce7f4f9bfd8f410ff37e466a5f112ec359fb8 to build tracker '/tmp/pip-req-tracker-yjj5vaym' Running setup.py (path:/tmp/pip-wheel-6eqbxtrv/airr/setup.py) egg_info for package airr Running command python setup.py egg_info running egg_info creating pip-egg-info/airr.egg-info writing top-level names to pip-egg-info/airr.egg-info/top_level.txt writing dependency_links to pip-egg-info/airr.egg-info/dependency_links.txt writing entry points to pip-egg-info/airr.egg-info/entry_points.txt writing pip-egg-info/airr.egg-info/PKG-INFO writing requirements to pip-egg-info/airr.egg-info/requires.txt writing manifest file 'pip-egg-info/airr.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/airr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/airr.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-6eqbxtrv/airr has version 1.2.0, which satisfies requirement airr==1.2.0 from https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz#sha256=187d8ad2a24e4c36ce7fba0a3d9ce7f4f9bfd8f410ff37e466a5f112ec359fb8 Removed airr==1.2.0 from https://files.pythonhosted.org/packages/44/bc/4e76698ab4318e7431ada038fb13ed1c50a01135927cf181e6c6b32824f5/airr-1.2.0.tar.gz#sha256=187d8ad2a24e4c36ce7fba0a3d9ce7f4f9bfd8f410ff37e466a5f112ec359fb8 from build tracker '/tmp/pip-req-tracker-yjj5vaym' Building wheels for collected packages: airr Created temporary directory: /tmp/pip-wheel-3srgqytp Running setup.py bdist_wheel for airr: started Destination directory: /tmp/pip-wheel-3srgqytp Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-6eqbxtrv/airr/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-3srgqytp running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/airr copying airr/interface.py -> build/lib/airr copying airr/io.py -> build/lib/airr copying airr/schema.py -> build/lib/airr copying airr/tools.py -> build/lib/airr copying airr/_version.py -> build/lib/airr copying airr/__init__.py -> build/lib/airr creating build/lib/tests copying tests/test_io.py -> build/lib/tests copying tests/test_interface.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/airr/specs copying airr/specs/__init__.py -> build/lib/airr/specs copying airr/specs/airr-schema.yaml -> build/lib/airr/specs UPDATING build/lib/airr/_version.py set build/lib/airr/_version.py to '1.2.0' 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/airr copying build/lib/airr/interface.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/io.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/schema.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/tools.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/_version.py -> build/bdist.linux-armv7l/wheel/airr creating build/bdist.linux-armv7l/wheel/airr/specs copying build/lib/airr/specs/airr-schema.yaml -> build/bdist.linux-armv7l/wheel/airr/specs copying build/lib/airr/specs/__init__.py -> build/bdist.linux-armv7l/wheel/airr/specs copying build/lib/airr/__init__.py -> build/bdist.linux-armv7l/wheel/airr creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_io.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_interface.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 airr.egg-info/top_level.txt writing requirements to airr.egg-info/requires.txt writing dependency_links to airr.egg-info/dependency_links.txt writing airr.egg-info/PKG-INFO writing entry points to airr.egg-info/entry_points.txt reading manifest file 'airr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'airr.egg-info/SOURCES.txt' Copying airr.egg-info to build/bdist.linux-armv7l/wheel/airr-1.2.0-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/airr-1.2.0.dist-info/WHEEL Running setup.py bdist_wheel for airr: finished with status 'done' Stored in directory: /tmp/tmpyq6sob88 Successfully built airr Cleaning up... Removing source in /tmp/pip-wheel-6eqbxtrv/airr Removed build tracker '/tmp/pip-req-tracker-yjj5vaym'