Created temporary directory: /tmp/pip-ephem-wheel-cache-o1rfd6_9 Created temporary directory: /tmp/pip-req-tracker-d85laupz Created requirements tracker '/tmp/pip-req-tracker-d85laupz' Created temporary directory: /tmp/pip-wheel-svwb4b49 Collecting olutils==1.1.0 1 location(s) to search for versions of olutils: * https://pypi.org/simple/olutils/ Getting page https://pypi.org/simple/olutils/ Analyzing links from page https://pypi.org/simple/olutils/ Skipping link https://files.pythonhosted.org/packages/06/67/7a54fd44b76a8e60eca7527be1d2ce560aecc8ca619f12fb2e5e60feaa7d/olutils-0.2.0-py3-none-any.whl#sha256=3f6307f4079423f42d27c7ed28cf3ca0f2ac28f661c9c6e17ff7808fb8fa33e5 (from https://pypi.org/simple/olutils/); No binaries permitted for olutils Found link https://files.pythonhosted.org/packages/2f/d7/a64ab06671ba51df26b0c00b8084f308ccf282e9837b47eeb7a537739313/olutils-0.2.0.tar.gz#sha256=34323ea4ecc919fc424797136462e8cf92b00200bf9dc2234e2079a998c414f4 (from https://pypi.org/simple/olutils/), version: 0.2.0 Skipping link https://files.pythonhosted.org/packages/c6/a2/260da982567926eaa5502ae68db502f6669674200c1c8b1ae304d3595d52/olutils-1.1.0-py3-none-any.whl#sha256=c4e29647e22739a0cbf66bd3b5ffb4e76639f983850077a3cb3992b1a134456d (from https://pypi.org/simple/olutils/); No binaries permitted for olutils Found link https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz#sha256=7cf4f061010f38281515dc729a84ec46c773f0d3416125e8d7479b007e69aeab (from https://pypi.org/simple/olutils/), version: 1.1.0 Using version 1.1.0 (newest of versions: 1.1.0) Created temporary directory: /tmp/pip-unpack-su2955n7 Downloading https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz#sha256=7cf4f061010f38281515dc729a84ec46c773f0d3416125e8d7479b007e69aeab (from https://pypi.org/simple/olutils/) Added olutils==1.1.0 from https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz#sha256=7cf4f061010f38281515dc729a84ec46c773f0d3416125e8d7479b007e69aeab to build tracker '/tmp/pip-req-tracker-d85laupz' Running setup.py (path:/tmp/pip-wheel-svwb4b49/olutils/setup.py) egg_info for package olutils Running command python setup.py egg_info running egg_info creating pip-egg-info/olutils.egg-info writing requirements to pip-egg-info/olutils.egg-info/requires.txt writing dependency_links to pip-egg-info/olutils.egg-info/dependency_links.txt writing top-level names to pip-egg-info/olutils.egg-info/top_level.txt writing pip-egg-info/olutils.egg-info/PKG-INFO writing manifest file 'pip-egg-info/olutils.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/olutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.lock' writing manifest file 'pip-egg-info/olutils.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-svwb4b49/olutils has version 1.1.0, which satisfies requirement olutils==1.1.0 from https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz#sha256=7cf4f061010f38281515dc729a84ec46c773f0d3416125e8d7479b007e69aeab Removed olutils==1.1.0 from https://files.pythonhosted.org/packages/04/25/9c0a564dcc796912d0852c84b312befb4f286923d9f6111f865143786677/olutils-1.1.0.tar.gz#sha256=7cf4f061010f38281515dc729a84ec46c773f0d3416125e8d7479b007e69aeab from build tracker '/tmp/pip-req-tracker-d85laupz' Building wheels for collected packages: olutils Created temporary directory: /tmp/pip-wheel-z5ufabwv Running setup.py bdist_wheel for olutils: started Destination directory: /tmp/pip-wheel-z5ufabwv Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-svwb4b49/olutils/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-z5ufabwv running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/olutils copying olutils/tools.py -> build/lib/olutils copying olutils/search.py -> build/lib/olutils copying olutils/params.py -> build/lib/olutils copying olutils/log.py -> build/lib/olutils copying olutils/files.py -> build/lib/olutils copying olutils/__init__.py -> build/lib/olutils creating build/lib/olutils/plotting copying olutils/plotting/multiplot.py -> build/lib/olutils/plotting copying olutils/plotting/__init__.py -> build/lib/olutils/plotting copying olutils/plotting/decoration.py -> build/lib/olutils/plotting creating build/lib/olutils/conversion copying olutils/conversion/temporality.py -> build/lib/olutils/conversion copying olutils/conversion/dictionary.py -> build/lib/olutils/conversion copying olutils/conversion/__init__.py -> build/lib/olutils/conversion creating build/lib/olutils/tests copying olutils/tests/test_search.py -> build/lib/olutils/tests copying olutils/tests/test_tools.py -> build/lib/olutils/tests copying olutils/tests/test_params.py -> build/lib/olutils/tests copying olutils/tests/__init__.py -> build/lib/olutils/tests copying olutils/tests/test_log.py -> build/lib/olutils/tests copying olutils/tests/test_files.py -> build/lib/olutils/tests creating build/lib/olutils/storing copying olutils/storing/common.py -> build/lib/olutils/storing copying olutils/storing/rowreader.py -> build/lib/olutils/storing copying olutils/storing/txt.py -> build/lib/olutils/storing copying olutils/storing/__init__.py -> build/lib/olutils/storing copying olutils/storing/functions.py -> build/lib/olutils/storing copying olutils/storing/csv.py -> build/lib/olutils/storing creating build/lib/olutils/collection copying olutils/collection/__init__.py -> build/lib/olutils/collection copying olutils/collection/deepdefaultdict.py -> build/lib/olutils/collection creating build/lib/olutils/tests/test_storing copying olutils/tests/test_storing/test_rowreader.py -> build/lib/olutils/tests/test_storing copying olutils/tests/test_storing/test_txt.py -> build/lib/olutils/tests/test_storing copying olutils/tests/test_storing/test_functions.py -> build/lib/olutils/tests/test_storing copying olutils/tests/test_storing/__init__.py -> build/lib/olutils/tests/test_storing copying olutils/tests/test_storing/test_csv.py -> build/lib/olutils/tests/test_storing creating build/lib/olutils/tests/test_collection copying olutils/tests/test_collection/test_deepdefaultdict.py -> build/lib/olutils/tests/test_collection copying olutils/tests/test_collection/__init__.py -> build/lib/olutils/tests/test_collection creating build/lib/olutils/tests/test_conversion copying olutils/tests/test_conversion/test_dictionary.py -> build/lib/olutils/tests/test_conversion copying olutils/tests/test_conversion/test_temporality.py -> build/lib/olutils/tests/test_conversion copying olutils/tests/test_conversion/__init__.py -> build/lib/olutils/tests/test_conversion creating build/lib/olutils/tests/test_plotting copying olutils/tests/test_plotting/test_decoration.py -> build/lib/olutils/tests/test_plotting copying olutils/tests/test_plotting/test_multiplot.py -> build/lib/olutils/tests/test_plotting copying olutils/tests/test_plotting/__init__.py -> build/lib/olutils/tests/test_plotting 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/olutils copying build/lib/olutils/tools.py -> build/bdist.linux-armv7l/wheel/olutils creating build/bdist.linux-armv7l/wheel/olutils/plotting copying build/lib/olutils/plotting/multiplot.py -> build/bdist.linux-armv7l/wheel/olutils/plotting copying build/lib/olutils/plotting/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/plotting copying build/lib/olutils/plotting/decoration.py -> build/bdist.linux-armv7l/wheel/olutils/plotting copying build/lib/olutils/search.py -> build/bdist.linux-armv7l/wheel/olutils creating build/bdist.linux-armv7l/wheel/olutils/conversion copying build/lib/olutils/conversion/temporality.py -> build/bdist.linux-armv7l/wheel/olutils/conversion copying build/lib/olutils/conversion/dictionary.py -> build/bdist.linux-armv7l/wheel/olutils/conversion copying build/lib/olutils/conversion/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/conversion copying build/lib/olutils/params.py -> build/bdist.linux-armv7l/wheel/olutils copying build/lib/olutils/log.py -> build/bdist.linux-armv7l/wheel/olutils copying build/lib/olutils/files.py -> build/bdist.linux-armv7l/wheel/olutils copying build/lib/olutils/__init__.py -> build/bdist.linux-armv7l/wheel/olutils creating build/bdist.linux-armv7l/wheel/olutils/tests copying build/lib/olutils/tests/test_search.py -> build/bdist.linux-armv7l/wheel/olutils/tests copying build/lib/olutils/tests/test_tools.py -> build/bdist.linux-armv7l/wheel/olutils/tests copying build/lib/olutils/tests/test_params.py -> build/bdist.linux-armv7l/wheel/olutils/tests creating build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/test_storing/test_rowreader.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/test_storing/test_txt.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/test_storing/test_functions.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/test_storing/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/test_storing/test_csv.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_storing copying build/lib/olutils/tests/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/tests creating build/bdist.linux-armv7l/wheel/olutils/tests/test_collection copying build/lib/olutils/tests/test_collection/test_deepdefaultdict.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_collection copying build/lib/olutils/tests/test_collection/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_collection copying build/lib/olutils/tests/test_log.py -> build/bdist.linux-armv7l/wheel/olutils/tests copying build/lib/olutils/tests/test_files.py -> build/bdist.linux-armv7l/wheel/olutils/tests creating build/bdist.linux-armv7l/wheel/olutils/tests/test_conversion copying build/lib/olutils/tests/test_conversion/test_dictionary.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_conversion copying build/lib/olutils/tests/test_conversion/test_temporality.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_conversion copying build/lib/olutils/tests/test_conversion/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_conversion creating build/bdist.linux-armv7l/wheel/olutils/tests/test_plotting copying build/lib/olutils/tests/test_plotting/test_decoration.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_plotting copying build/lib/olutils/tests/test_plotting/test_multiplot.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_plotting copying build/lib/olutils/tests/test_plotting/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/tests/test_plotting creating build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/common.py -> build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/rowreader.py -> build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/txt.py -> build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/functions.py -> build/bdist.linux-armv7l/wheel/olutils/storing copying build/lib/olutils/storing/csv.py -> build/bdist.linux-armv7l/wheel/olutils/storing creating build/bdist.linux-armv7l/wheel/olutils/collection copying build/lib/olutils/collection/__init__.py -> build/bdist.linux-armv7l/wheel/olutils/collection copying build/lib/olutils/collection/deepdefaultdict.py -> build/bdist.linux-armv7l/wheel/olutils/collection running install_egg_info running egg_info writing dependency_links to olutils.egg-info/dependency_links.txt writing top-level names to olutils.egg-info/top_level.txt writing requirements to olutils.egg-info/requires.txt writing olutils.egg-info/PKG-INFO reading manifest file 'olutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.lock' writing manifest file 'olutils.egg-info/SOURCES.txt' Copying olutils.egg-info to build/bdist.linux-armv7l/wheel/olutils-1.1.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/olutils-1.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-z5ufabwv/olutils-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'olutils/__init__.py' adding 'olutils/files.py' adding 'olutils/log.py' adding 'olutils/params.py' adding 'olutils/search.py' adding 'olutils/tools.py' adding 'olutils/collection/__init__.py' adding 'olutils/collection/deepdefaultdict.py' adding 'olutils/conversion/__init__.py' adding 'olutils/conversion/dictionary.py' adding 'olutils/conversion/temporality.py' adding 'olutils/plotting/__init__.py' adding 'olutils/plotting/decoration.py' adding 'olutils/plotting/multiplot.py' adding 'olutils/storing/__init__.py' adding 'olutils/storing/common.py' adding 'olutils/storing/csv.py' adding 'olutils/storing/functions.py' adding 'olutils/storing/rowreader.py' adding 'olutils/storing/txt.py' adding 'olutils/tests/__init__.py' adding 'olutils/tests/test_files.py' adding 'olutils/tests/test_log.py' adding 'olutils/tests/test_params.py' adding 'olutils/tests/test_search.py' adding 'olutils/tests/test_tools.py' adding 'olutils/tests/test_collection/__init__.py' adding 'olutils/tests/test_collection/test_deepdefaultdict.py' adding 'olutils/tests/test_conversion/__init__.py' adding 'olutils/tests/test_conversion/test_dictionary.py' adding 'olutils/tests/test_conversion/test_temporality.py' adding 'olutils/tests/test_plotting/__init__.py' adding 'olutils/tests/test_plotting/test_decoration.py' adding 'olutils/tests/test_plotting/test_multiplot.py' adding 'olutils/tests/test_storing/__init__.py' adding 'olutils/tests/test_storing/test_csv.py' adding 'olutils/tests/test_storing/test_functions.py' adding 'olutils/tests/test_storing/test_rowreader.py' adding 'olutils/tests/test_storing/test_txt.py' adding 'olutils-1.1.0.dist-info/LICENSE' adding 'olutils-1.1.0.dist-info/METADATA' adding 'olutils-1.1.0.dist-info/WHEEL' adding 'olutils-1.1.0.dist-info/top_level.txt' adding 'olutils-1.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for olutils: finished with status 'done' Stored in directory: /tmp/tmprwpkf3f7 Successfully built olutils Cleaning up... Removing source in /tmp/pip-wheel-svwb4b49/olutils Removed build tracker '/tmp/pip-req-tracker-d85laupz'