Created temporary directory: /tmp/pip-ephem-wheel-cache-ztn8y60b Created temporary directory: /tmp/pip-req-tracker-x4mvi8o8 Created requirements tracker '/tmp/pip-req-tracker-x4mvi8o8' Created temporary directory: /tmp/pip-wheel-dpmbfnn3 Collecting Nbase==0.1.2 1 location(s) to search for versions of Nbase: * https://pypi.org/simple/nbase/ Getting page https://pypi.org/simple/nbase/ Analyzing links from page https://pypi.org/simple/nbase/ Found link https://files.pythonhosted.org/packages/18/31/f9f32bcecdc6b62e319b72849c3ac8f48a142f8937468491351af8610311/Nbase-0.1-py3-none-any.whl#sha256=d89b6a4003ffce6268266ffc04f2b2d2e126474acb41ffe3652eabf54cc68475 (from https://pypi.org/simple/nbase/), version: 0.1 Found link https://files.pythonhosted.org/packages/59/46/b66e37a280f7c8de05ec930debcb26215c7923a7895fb9a3230f80873957/Nbase-0.1.tar.gz#sha256=52d493908fd03997bfc52777748ce9374b85d2d2d5de563d1925f89792c1f83b (from https://pypi.org/simple/nbase/), version: 0.1 Found link https://files.pythonhosted.org/packages/3f/7e/4af4aaf9106711efa8253f1801c934136e9e1cc050305c437d09d382bc2f/Nbase-0.1.1.tar.gz#sha256=efb8887cc5093d7afd3bd654e5d20cf609e226318ecbe383a84cc8be62b1f9b4 (from https://pypi.org/simple/nbase/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz#sha256=f174add36d9001fcae3de889492bb1307d91c9f6407b30bf9102444dab712b13 (from https://pypi.org/simple/nbase/), version: 0.1.2 Using version 0.1.2 (newest of versions: 0.1.2) Created temporary directory: /tmp/pip-unpack-gpn7z44n Downloading https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz#sha256=f174add36d9001fcae3de889492bb1307d91c9f6407b30bf9102444dab712b13 (from https://pypi.org/simple/nbase/) Added Nbase==0.1.2 from https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz#sha256=f174add36d9001fcae3de889492bb1307d91c9f6407b30bf9102444dab712b13 to build tracker '/tmp/pip-req-tracker-x4mvi8o8' Running setup.py (path:/tmp/pip-wheel-dpmbfnn3/Nbase/setup.py) egg_info for package Nbase Running command python setup.py egg_info running egg_info creating pip-egg-info/Nbase.egg-info writing requirements to pip-egg-info/Nbase.egg-info/requires.txt writing pip-egg-info/Nbase.egg-info/PKG-INFO writing top-level names to pip-egg-info/Nbase.egg-info/top_level.txt writing dependency_links to pip-egg-info/Nbase.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/Nbase.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/Nbase.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/Nbase.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-dpmbfnn3/Nbase has version 0.1.2, which satisfies requirement Nbase==0.1.2 from https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz#sha256=f174add36d9001fcae3de889492bb1307d91c9f6407b30bf9102444dab712b13 Removed Nbase==0.1.2 from https://files.pythonhosted.org/packages/12/4c/f320378a6521fbcacaead86ff0543b2356dad4bcb3ff49d8894ec74f6274/Nbase-0.1.2.tar.gz#sha256=f174add36d9001fcae3de889492bb1307d91c9f6407b30bf9102444dab712b13 from build tracker '/tmp/pip-req-tracker-x4mvi8o8' Building wheels for collected packages: Nbase Created temporary directory: /tmp/pip-wheel-n9nnni09 Running setup.py bdist_wheel for Nbase: started Destination directory: /tmp/pip-wheel-n9nnni09 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-dpmbfnn3/Nbase/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-n9nnni09 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/nbase copying nbase/dt.py -> build/lib/nbase copying nbase/__init__.py -> build/lib/nbase copying nbase/redisfun.py -> build/lib/nbase copying nbase/s3.py -> build/lib/nbase copying nbase/tarfun.py -> build/lib/nbase copying nbase/ftp.py -> build/lib/nbase copying nbase/pdfun.py -> build/lib/nbase copying nbase/app.py -> build/lib/nbase copying nbase/mongofun.py -> build/lib/nbase copying nbase/pf.py -> build/lib/nbase copying nbase/kafkafun.py -> build/lib/nbase copying nbase/es.py -> build/lib/nbase 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/nbase copying build/lib/nbase/dt.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/__init__.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/redisfun.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/s3.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/tarfun.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/ftp.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/pdfun.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/app.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/mongofun.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/pf.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/kafkafun.py -> build/bdist.linux-armv7l/wheel/nbase copying build/lib/nbase/es.py -> build/bdist.linux-armv7l/wheel/nbase running install_egg_info running egg_info writing top-level names to Nbase.egg-info/top_level.txt writing Nbase.egg-info/PKG-INFO writing requirements to Nbase.egg-info/requires.txt writing dependency_links to Nbase.egg-info/dependency_links.txt reading manifest file 'Nbase.egg-info/SOURCES.txt' writing manifest file 'Nbase.egg-info/SOURCES.txt' Copying Nbase.egg-info to build/bdist.linux-armv7l/wheel/Nbase-0.1.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/Nbase-0.1.2.dist-info/WHEEL creating '/tmp/pip-wheel-n9nnni09/Nbase-0.1.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'nbase/__init__.py' adding 'nbase/app.py' adding 'nbase/dt.py' adding 'nbase/es.py' adding 'nbase/ftp.py' adding 'nbase/kafkafun.py' adding 'nbase/mongofun.py' adding 'nbase/pdfun.py' adding 'nbase/pf.py' adding 'nbase/redisfun.py' adding 'nbase/s3.py' adding 'nbase/tarfun.py' adding 'Nbase-0.1.2.dist-info/METADATA' adding 'Nbase-0.1.2.dist-info/WHEEL' adding 'Nbase-0.1.2.dist-info/top_level.txt' adding 'Nbase-0.1.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for Nbase: finished with status 'done' Stored in directory: /tmp/tmp3jc5wc_s Successfully built Nbase Cleaning up... Removing source in /tmp/pip-wheel-dpmbfnn3/Nbase Removed build tracker '/tmp/pip-req-tracker-x4mvi8o8'