Created temporary directory: /tmp/pip-ephem-wheel-cache-83ijkrve Created temporary directory: /tmp/pip-req-tracker-56vfm37h Created requirements tracker '/tmp/pip-req-tracker-56vfm37h' Created temporary directory: /tmp/pip-wheel-az8hrjo1 Collecting cache-decorator==1.1.2 1 location(s) to search for versions of cache-decorator: * https://pypi.org/simple/cache-decorator/ Getting page https://pypi.org/simple/cache-decorator/ Analyzing links from page https://pypi.org/simple/cache-decorator/ Found link https://files.pythonhosted.org/packages/73/b1/25d1e5b1b97187bbdb4285650847b67dc46d10320b5e105f868aaa756b18/cache_decorator-1.0.0.tar.gz#sha256=c1c7b044859c3487c3353cf21b4148b9211414e08ffc7d2ae465840b8af64835 (from https://pypi.org/simple/cache-decorator/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/c1/38/b8edb965c40d57dcfedade76185b20bc2461f3a3a2d6eaf242c047c64f14/cache_decorator-1.1.0.tar.gz#sha256=49d83785503f0fac01af6a21be3c7ac5fc20776f6a3f0e72e9b703964980de3c (from https://pypi.org/simple/cache-decorator/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/2a/3d/34325200115aff294cd0ad63efcb9496c2e3e42a5fbe1ac610315d390654/cache_decorator-1.1.1.tar.gz#sha256=74af316218e8cdb11aeb8930abc5a6a6d7dad8ba286ea5cd965770453f621c03 (from https://pypi.org/simple/cache-decorator/), version: 1.1.1 Found link https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz#sha256=b8cb457efaa98f50e5933e5d4b1267428f86bce95575c5ba7d371c7ddf02daa7 (from https://pypi.org/simple/cache-decorator/), version: 1.1.2 Using version 1.1.2 (newest of versions: 1.1.2) Created temporary directory: /tmp/pip-unpack-d4dqlmk0 Downloading https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz#sha256=b8cb457efaa98f50e5933e5d4b1267428f86bce95575c5ba7d371c7ddf02daa7 (from https://pypi.org/simple/cache-decorator/) Added cache-decorator==1.1.2 from https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz#sha256=b8cb457efaa98f50e5933e5d4b1267428f86bce95575c5ba7d371c7ddf02daa7 to build tracker '/tmp/pip-req-tracker-56vfm37h' Running setup.py (path:/tmp/pip-wheel-az8hrjo1/cache-decorator/setup.py) egg_info for package cache-decorator Running command python setup.py egg_info running egg_info creating pip-egg-info/cache_decorator.egg-info writing pip-egg-info/cache_decorator.egg-info/PKG-INFO writing dependency_links to pip-egg-info/cache_decorator.egg-info/dependency_links.txt writing requirements to pip-egg-info/cache_decorator.egg-info/requires.txt writing top-level names to pip-egg-info/cache_decorator.egg-info/top_level.txt writing manifest file 'pip-egg-info/cache_decorator.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/cache_decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/cache_decorator.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-az8hrjo1/cache-decorator has version 1.1.2, which satisfies requirement cache-decorator==1.1.2 from https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz#sha256=b8cb457efaa98f50e5933e5d4b1267428f86bce95575c5ba7d371c7ddf02daa7 Removed cache-decorator==1.1.2 from https://files.pythonhosted.org/packages/7d/e5/6407a632500c2b99a7c98e6e209e96d25f75c30ad72fbcdc6c62ce21363f/cache_decorator-1.1.2.tar.gz#sha256=b8cb457efaa98f50e5933e5d4b1267428f86bce95575c5ba7d371c7ddf02daa7 from build tracker '/tmp/pip-req-tracker-56vfm37h' Building wheels for collected packages: cache-decorator Created temporary directory: /tmp/pip-wheel-xhgr96h4 Running setup.py bdist_wheel for cache-decorator: started Destination directory: /tmp/pip-wheel-xhgr96h4 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-az8hrjo1/cache-decorator/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-xhgr96h4 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cache_decorator copying cache_decorator/__version__.py -> build/lib/cache_decorator copying cache_decorator/__init__.py -> build/lib/cache_decorator copying cache_decorator/cache.py -> build/lib/cache_decorator creating build/lib/cache_decorator/backends copying cache_decorator/backends/_pandas.py -> build/lib/cache_decorator/backends copying cache_decorator/backends/__init__.py -> build/lib/cache_decorator/backends copying cache_decorator/backends/get_load_dump.py -> build/lib/cache_decorator/backends copying cache_decorator/backends/_json.py -> build/lib/cache_decorator/backends copying cache_decorator/backends/_pickle.py -> build/lib/cache_decorator/backends copying cache_decorator/backends/_numpy.py -> build/lib/cache_decorator/backends creating build/lib/cache_decorator/utils copying cache_decorator/utils/__init__.py -> build/lib/cache_decorator/utils copying cache_decorator/utils/get_params.py -> build/lib/cache_decorator/utils copying cache_decorator/utils/parse_time.py -> build/lib/cache_decorator/utils running egg_info writing cache_decorator.egg-info/PKG-INFO writing requirements to cache_decorator.egg-info/requires.txt writing dependency_links to cache_decorator.egg-info/dependency_links.txt writing top-level names to cache_decorator.egg-info/top_level.txt reading manifest file 'cache_decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cache_decorator.egg-info/SOURCES.txt' 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/cache_decorator copying build/lib/cache_decorator/__version__.py -> build/bdist.linux-armv7l/wheel/cache_decorator creating build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/_pandas.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/__init__.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/get_load_dump.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/_json.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/_pickle.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/backends/_numpy.py -> build/bdist.linux-armv7l/wheel/cache_decorator/backends copying build/lib/cache_decorator/__init__.py -> build/bdist.linux-armv7l/wheel/cache_decorator copying build/lib/cache_decorator/cache.py -> build/bdist.linux-armv7l/wheel/cache_decorator creating build/bdist.linux-armv7l/wheel/cache_decorator/utils copying build/lib/cache_decorator/utils/__init__.py -> build/bdist.linux-armv7l/wheel/cache_decorator/utils copying build/lib/cache_decorator/utils/get_params.py -> build/bdist.linux-armv7l/wheel/cache_decorator/utils copying build/lib/cache_decorator/utils/parse_time.py -> build/bdist.linux-armv7l/wheel/cache_decorator/utils running install_egg_info Copying cache_decorator.egg-info to build/bdist.linux-armv7l/wheel/cache_decorator-1.1.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cache_decorator-1.1.2.dist-info/WHEEL creating '/tmp/pip-wheel-xhgr96h4/cache_decorator-1.1.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'cache_decorator/__init__.py' adding 'cache_decorator/__version__.py' adding 'cache_decorator/cache.py' adding 'cache_decorator/backends/__init__.py' adding 'cache_decorator/backends/_json.py' adding 'cache_decorator/backends/_numpy.py' adding 'cache_decorator/backends/_pandas.py' adding 'cache_decorator/backends/_pickle.py' adding 'cache_decorator/backends/get_load_dump.py' adding 'cache_decorator/utils/__init__.py' adding 'cache_decorator/utils/get_params.py' adding 'cache_decorator/utils/parse_time.py' adding 'cache_decorator-1.1.2.dist-info/METADATA' adding 'cache_decorator-1.1.2.dist-info/WHEEL' adding 'cache_decorator-1.1.2.dist-info/top_level.txt' adding 'cache_decorator-1.1.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for cache-decorator: finished with status 'done' Stored in directory: /tmp/tmpyjpo410y Successfully built cache-decorator Cleaning up... Removing source in /tmp/pip-wheel-az8hrjo1/cache-decorator Removed build tracker '/tmp/pip-req-tracker-56vfm37h'