Created temporary directory: /tmp/pip-ephem-wheel-cache-962g92db Created temporary directory: /tmp/pip-req-tracker-zs_vp30p Created requirements tracker '/tmp/pip-req-tracker-zs_vp30p' Created temporary directory: /tmp/pip-wheel-vrp9rdan Collecting booster-pytorch==0.0.2 1 location(s) to search for versions of booster-pytorch: * https://pypi.org/simple/booster-pytorch/ Getting page https://pypi.org/simple/booster-pytorch/ Analyzing links from page https://pypi.org/simple/booster-pytorch/ Found link https://files.pythonhosted.org/packages/b1/cb/3c6fa9efe2ed9c997abd2507062193f42be9cb1d6ae89de9ec5e3bf100a3/booster-pytorch-0.0.1.tar.gz#sha256=8aefb907553abe188f68bb6e98f9302702c3ef475db6570d218b67a297c0a8d1 (from https://pypi.org/simple/booster-pytorch/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz#sha256=b773b4afb42db509a8417157ee85c2af7f240ab09bec5e958a7ea69b601c1ff9 (from https://pypi.org/simple/booster-pytorch/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Created temporary directory: /tmp/pip-unpack-onagn5wy Downloading https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz#sha256=b773b4afb42db509a8417157ee85c2af7f240ab09bec5e958a7ea69b601c1ff9 (from https://pypi.org/simple/booster-pytorch/) Added booster-pytorch==0.0.2 from https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz#sha256=b773b4afb42db509a8417157ee85c2af7f240ab09bec5e958a7ea69b601c1ff9 to build tracker '/tmp/pip-req-tracker-zs_vp30p' Running setup.py (path:/tmp/pip-wheel-vrp9rdan/booster-pytorch/setup.py) egg_info for package booster-pytorch Running command python setup.py egg_info running egg_info creating pip-egg-info/booster_pytorch.egg-info writing dependency_links to pip-egg-info/booster_pytorch.egg-info/dependency_links.txt writing pip-egg-info/booster_pytorch.egg-info/PKG-INFO writing requirements to pip-egg-info/booster_pytorch.egg-info/requires.txt writing top-level names to pip-egg-info/booster_pytorch.egg-info/top_level.txt writing manifest file 'pip-egg-info/booster_pytorch.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/booster_pytorch.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/booster_pytorch.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-vrp9rdan/booster-pytorch has version 0.0.2, which satisfies requirement booster-pytorch==0.0.2 from https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz#sha256=b773b4afb42db509a8417157ee85c2af7f240ab09bec5e958a7ea69b601c1ff9 Removed booster-pytorch==0.0.2 from https://files.pythonhosted.org/packages/0d/96/4725f89b367c3649dac69af0de4ee2d230cd695d85038cae02d9d2cc039a/booster-pytorch-0.0.2.tar.gz#sha256=b773b4afb42db509a8417157ee85c2af7f240ab09bec5e958a7ea69b601c1ff9 from build tracker '/tmp/pip-req-tracker-zs_vp30p' Building wheels for collected packages: booster-pytorch Created temporary directory: /tmp/pip-wheel-0hvjrgdv Running setup.py bdist_wheel for booster-pytorch: started Destination directory: /tmp/pip-wheel-0hvjrgdv Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-vrp9rdan/booster-pytorch/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-0hvjrgdv running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/booster copying booster/__init__.py -> build/lib/booster creating build/lib/booster/evaluation copying booster/evaluation/classification.py -> build/lib/booster/evaluation copying booster/evaluation/vi.py -> build/lib/booster/evaluation copying booster/evaluation/__init__.py -> build/lib/booster/evaluation copying booster/evaluation/freebits.py -> build/lib/booster/evaluation copying booster/evaluation/evaluator.py -> build/lib/booster/evaluation creating build/lib/booster/utils copying booster/utils/schedule.py -> build/lib/booster/utils copying booster/utils/__init__.py -> build/lib/booster/utils copying booster/utils/functional.py -> build/lib/booster/utils copying booster/utils/ema.py -> build/lib/booster/utils creating build/lib/booster/training copying booster/training/scheduler.py -> build/lib/booster/training copying booster/training/__init__.py -> build/lib/booster/training copying booster/training/trigger.py -> build/lib/booster/training copying booster/training/ops.py -> build/lib/booster/training creating build/lib/booster/pipeline copying booster/pipeline/pipeline.py -> build/lib/booster/pipeline copying booster/pipeline/__init__.py -> build/lib/booster/pipeline creating build/lib/booster/models copying booster/models/vae.py -> build/lib/booster/models copying booster/models/__init__.py -> build/lib/booster/models creating build/lib/booster/datastruct copying booster/datastruct/__init__.py -> build/lib/booster/datastruct copying booster/datastruct/aggregator.py -> build/lib/booster/datastruct copying booster/datastruct/diagnostic.py -> build/lib/booster/datastruct creating build/lib/booster/logging copying booster/logging/logger.py -> build/lib/booster/logging copying booster/logging/datatracker.py -> build/lib/booster/logging copying booster/logging/__init__.py -> build/lib/booster/logging 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/booster creating build/bdist.linux-armv7l/wheel/booster/evaluation copying build/lib/booster/evaluation/classification.py -> build/bdist.linux-armv7l/wheel/booster/evaluation copying build/lib/booster/evaluation/vi.py -> build/bdist.linux-armv7l/wheel/booster/evaluation copying build/lib/booster/evaluation/__init__.py -> build/bdist.linux-armv7l/wheel/booster/evaluation copying build/lib/booster/evaluation/freebits.py -> build/bdist.linux-armv7l/wheel/booster/evaluation copying build/lib/booster/evaluation/evaluator.py -> build/bdist.linux-armv7l/wheel/booster/evaluation creating build/bdist.linux-armv7l/wheel/booster/utils copying build/lib/booster/utils/schedule.py -> build/bdist.linux-armv7l/wheel/booster/utils copying build/lib/booster/utils/__init__.py -> build/bdist.linux-armv7l/wheel/booster/utils copying build/lib/booster/utils/functional.py -> build/bdist.linux-armv7l/wheel/booster/utils copying build/lib/booster/utils/ema.py -> build/bdist.linux-armv7l/wheel/booster/utils creating build/bdist.linux-armv7l/wheel/booster/training copying build/lib/booster/training/scheduler.py -> build/bdist.linux-armv7l/wheel/booster/training copying build/lib/booster/training/__init__.py -> build/bdist.linux-armv7l/wheel/booster/training copying build/lib/booster/training/trigger.py -> build/bdist.linux-armv7l/wheel/booster/training copying build/lib/booster/training/ops.py -> build/bdist.linux-armv7l/wheel/booster/training creating build/bdist.linux-armv7l/wheel/booster/pipeline copying build/lib/booster/pipeline/pipeline.py -> build/bdist.linux-armv7l/wheel/booster/pipeline copying build/lib/booster/pipeline/__init__.py -> build/bdist.linux-armv7l/wheel/booster/pipeline creating build/bdist.linux-armv7l/wheel/booster/models copying build/lib/booster/models/vae.py -> build/bdist.linux-armv7l/wheel/booster/models copying build/lib/booster/models/__init__.py -> build/bdist.linux-armv7l/wheel/booster/models copying build/lib/booster/__init__.py -> build/bdist.linux-armv7l/wheel/booster creating build/bdist.linux-armv7l/wheel/booster/datastruct copying build/lib/booster/datastruct/__init__.py -> build/bdist.linux-armv7l/wheel/booster/datastruct copying build/lib/booster/datastruct/aggregator.py -> build/bdist.linux-armv7l/wheel/booster/datastruct copying build/lib/booster/datastruct/diagnostic.py -> build/bdist.linux-armv7l/wheel/booster/datastruct creating build/bdist.linux-armv7l/wheel/booster/logging copying build/lib/booster/logging/logger.py -> build/bdist.linux-armv7l/wheel/booster/logging copying build/lib/booster/logging/datatracker.py -> build/bdist.linux-armv7l/wheel/booster/logging copying build/lib/booster/logging/__init__.py -> build/bdist.linux-armv7l/wheel/booster/logging running install_egg_info running egg_info writing booster_pytorch.egg-info/PKG-INFO writing top-level names to booster_pytorch.egg-info/top_level.txt writing requirements to booster_pytorch.egg-info/requires.txt writing dependency_links to booster_pytorch.egg-info/dependency_links.txt reading manifest file 'booster_pytorch.egg-info/SOURCES.txt' writing manifest file 'booster_pytorch.egg-info/SOURCES.txt' Copying booster_pytorch.egg-info to build/bdist.linux-armv7l/wheel/booster_pytorch-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/booster_pytorch-0.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-0hvjrgdv/booster_pytorch-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'booster/__init__.py' adding 'booster/datastruct/__init__.py' adding 'booster/datastruct/aggregator.py' adding 'booster/datastruct/diagnostic.py' adding 'booster/evaluation/__init__.py' adding 'booster/evaluation/classification.py' adding 'booster/evaluation/evaluator.py' adding 'booster/evaluation/freebits.py' adding 'booster/evaluation/vi.py' adding 'booster/logging/__init__.py' adding 'booster/logging/datatracker.py' adding 'booster/logging/logger.py' adding 'booster/models/__init__.py' adding 'booster/models/vae.py' adding 'booster/pipeline/__init__.py' adding 'booster/pipeline/pipeline.py' adding 'booster/training/__init__.py' adding 'booster/training/ops.py' adding 'booster/training/scheduler.py' adding 'booster/training/trigger.py' adding 'booster/utils/__init__.py' adding 'booster/utils/ema.py' adding 'booster/utils/functional.py' adding 'booster/utils/schedule.py' adding 'booster_pytorch-0.0.2.dist-info/METADATA' adding 'booster_pytorch-0.0.2.dist-info/WHEEL' adding 'booster_pytorch-0.0.2.dist-info/top_level.txt' adding 'booster_pytorch-0.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for booster-pytorch: finished with status 'done' Stored in directory: /tmp/tmpblziokf4 Successfully built booster-pytorch Cleaning up... Removing source in /tmp/pip-wheel-vrp9rdan/booster-pytorch Removed build tracker '/tmp/pip-req-tracker-zs_vp30p'