Created temporary directory: /tmp/pip-ephem-wheel-cache-ocsewfsf Created temporary directory: /tmp/pip-req-tracker-g1rpxrzo Created requirements tracker '/tmp/pip-req-tracker-g1rpxrzo' Created temporary directory: /tmp/pip-wheel-kjacvjmt Collecting pythonic-data-structures==0.2.1 1 location(s) to search for versions of pythonic-data-structures: * https://pypi.org/simple/pythonic-data-structures/ Getting page https://pypi.org/simple/pythonic-data-structures/ Analyzing links from page https://pypi.org/simple/pythonic-data-structures/ Found link https://files.pythonhosted.org/packages/9c/92/6e26b280ae75a7872f6f6b5e17523842caccb45398454bcf1c9852fa815b/pythonic-data-structures-0.1.tar.gz#sha256=e64f74515fac6ef2fe184d1df649d13c9e0742dfede0ae8802be3abc3165490a (from https://pypi.org/simple/pythonic-data-structures/) (requires-python:>=3), version: 0.1 Found link https://files.pythonhosted.org/packages/aa/e0/190ec7bb6d11b612b81432568cfb70c4c94c8cfee5ba0f9b6e149821cb50/pythonic_data_structures-0.1-py3-none-any.whl#sha256=dfd97a1d2f5ed752a0093f10063bd8c2e5847c4d4a1513f30149675c2ad9d2db (from https://pypi.org/simple/pythonic-data-structures/) (requires-python:>=3), version: 0.1 Found link https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz#sha256=33003e27471daba887163bec47eba43165b1d7dfaf41310437cbd3c4b0b4eaa7 (from https://pypi.org/simple/pythonic-data-structures/) (requires-python:>=3), version: 0.2.1 Using version 0.2.1 (newest of versions: 0.2.1) Created temporary directory: /tmp/pip-unpack-ayz_3dbr Downloading https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz#sha256=33003e27471daba887163bec47eba43165b1d7dfaf41310437cbd3c4b0b4eaa7 (from https://pypi.org/simple/pythonic-data-structures/) (requires-python:>=3) Added pythonic-data-structures==0.2.1 from https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz#sha256=33003e27471daba887163bec47eba43165b1d7dfaf41310437cbd3c4b0b4eaa7 to build tracker '/tmp/pip-req-tracker-g1rpxrzo' Running setup.py (path:/tmp/pip-wheel-kjacvjmt/pythonic-data-structures/setup.py) egg_info for package pythonic-data-structures Running command python setup.py egg_info running egg_info creating pip-egg-info/pythonic_data_structures.egg-info writing pip-egg-info/pythonic_data_structures.egg-info/PKG-INFO writing top-level names to pip-egg-info/pythonic_data_structures.egg-info/top_level.txt writing dependency_links to pip-egg-info/pythonic_data_structures.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/pythonic_data_structures.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pythonic_data_structures.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pythonic_data_structures.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-kjacvjmt/pythonic-data-structures has version 0.2.1, which satisfies requirement pythonic-data-structures==0.2.1 from https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz#sha256=33003e27471daba887163bec47eba43165b1d7dfaf41310437cbd3c4b0b4eaa7 Removed pythonic-data-structures==0.2.1 from https://files.pythonhosted.org/packages/57/e6/d2dc3d7b4973938e0982519dde3c56d1266925f6e0dc1646017af4f1a4eb/pythonic-data-structures-0.2.1.tar.gz#sha256=33003e27471daba887163bec47eba43165b1d7dfaf41310437cbd3c4b0b4eaa7 from build tracker '/tmp/pip-req-tracker-g1rpxrzo' Building wheels for collected packages: pythonic-data-structures Created temporary directory: /tmp/pip-wheel-q2nku4jk Running setup.py bdist_wheel for pythonic-data-structures: started Destination directory: /tmp/pip-wheel-q2nku4jk Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-kjacvjmt/pythonic-data-structures/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-q2nku4jk running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/DataStructures copying DataStructures/AbstractDataStructures.py -> build/lib/DataStructures copying DataStructures/TreeDataStructures.py -> build/lib/DataStructures copying DataStructures/__init__.py -> build/lib/DataStructures copying DataStructures/Errors.py -> build/lib/DataStructures 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/DataStructures copying build/lib/DataStructures/AbstractDataStructures.py -> build/bdist.linux-armv7l/wheel/DataStructures copying build/lib/DataStructures/TreeDataStructures.py -> build/bdist.linux-armv7l/wheel/DataStructures copying build/lib/DataStructures/__init__.py -> build/bdist.linux-armv7l/wheel/DataStructures copying build/lib/DataStructures/Errors.py -> build/bdist.linux-armv7l/wheel/DataStructures running install_egg_info running egg_info writing dependency_links to pythonic_data_structures.egg-info/dependency_links.txt writing top-level names to pythonic_data_structures.egg-info/top_level.txt writing pythonic_data_structures.egg-info/PKG-INFO reading manifest file 'pythonic_data_structures.egg-info/SOURCES.txt' writing manifest file 'pythonic_data_structures.egg-info/SOURCES.txt' Copying pythonic_data_structures.egg-info to build/bdist.linux-armv7l/wheel/pythonic_data_structures-0.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pythonic_data_structures-0.2.1.dist-info/WHEEL creating '/tmp/pip-wheel-q2nku4jk/pythonic_data_structures-0.2.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'DataStructures/AbstractDataStructures.py' adding 'DataStructures/Errors.py' adding 'DataStructures/TreeDataStructures.py' adding 'DataStructures/__init__.py' adding 'pythonic_data_structures-0.2.1.dist-info/METADATA' adding 'pythonic_data_structures-0.2.1.dist-info/WHEEL' adding 'pythonic_data_structures-0.2.1.dist-info/top_level.txt' adding 'pythonic_data_structures-0.2.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pythonic-data-structures: finished with status 'done' Stored in directory: /tmp/tmpsih6sy31 Successfully built pythonic-data-structures Cleaning up... Removing source in /tmp/pip-wheel-kjacvjmt/pythonic-data-structures Removed build tracker '/tmp/pip-req-tracker-g1rpxrzo'