Created temporary directory: /tmp/pip-ephem-wheel-cache-nykliyh4 Created temporary directory: /tmp/pip-req-tracker-xspnshh0 Created requirements tracker '/tmp/pip-req-tracker-xspnshh0' Created temporary directory: /tmp/pip-wheel-2lam4nqb Looking in indexes: https://pypi.python.org/simple Collecting airr==1.2.1 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 Found link https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz#sha256=b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9 (from https://pypi.org/simple/airr/), version: 1.2.1 Using version 1.2.1 (newest of versions: 1.2.1) Created temporary directory: /tmp/pip-unpack-qg3zzcxw Downloading https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz#sha256=b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9 (from https://pypi.org/simple/airr/) Added airr==1.2.1 from https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz#sha256=b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9 to build tracker '/tmp/pip-req-tracker-xspnshh0' Running setup.py (path:/tmp/pip-wheel-2lam4nqb/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 pip-egg-info/airr.egg-info/PKG-INFO writing dependency_links to pip-egg-info/airr.egg-info/dependency_links.txt writing requirements to pip-egg-info/airr.egg-info/requires.txt writing entry points to pip-egg-info/airr.egg-info/entry_points.txt writing top-level names to pip-egg-info/airr.egg-info/top_level.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-2lam4nqb/airr has version 1.2.1, which satisfies requirement airr==1.2.1 from https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz#sha256=b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9 Removed airr==1.2.1 from https://files.pythonhosted.org/packages/7c/f8/af74bb65a915a717387a7f0c3311dd10cdaa00f9b8e6c13fb4cdb480d7eb/airr-1.2.1.tar.gz#sha256=b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9 from build tracker '/tmp/pip-req-tracker-xspnshh0' Building wheels for collected packages: airr Created temporary directory: /tmp/pip-wheel-it989ops Running setup.py bdist_wheel for airr: started Destination directory: /tmp/pip-wheel-it989ops Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-2lam4nqb/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-it989ops running bdist_wheel running build running build_py creating build creating build/lib 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 copying airr/schema.py -> build/lib/airr copying airr/_version.py -> build/lib/airr copying airr/__init__.py -> build/lib/airr copying airr/tools.py -> build/lib/airr copying airr/io.py -> build/lib/airr copying airr/interface.py -> build/lib/airr 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.1' 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/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 creating build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/schema.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/__init__.py -> 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/__init__.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/tools.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/io.py -> build/bdist.linux-armv7l/wheel/airr copying build/lib/airr/interface.py -> build/bdist.linux-armv7l/wheel/airr running install_egg_info running egg_info writing dependency_links to airr.egg-info/dependency_links.txt writing airr.egg-info/PKG-INFO writing requirements to airr.egg-info/requires.txt writing entry points to airr.egg-info/entry_points.txt writing top-level names to airr.egg-info/top_level.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.1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/airr-1.2.1.dist-info/WHEEL Running setup.py bdist_wheel for airr: finished with status 'done' Stored in directory: /tmp/tmpp95e2zan Successfully built airr Cleaning up... Removing source in /tmp/pip-wheel-2lam4nqb/airr Removed build tracker '/tmp/pip-req-tracker-xspnshh0'