Created temporary directory: /tmp/pip-ephem-wheel-cache-ye3zrviu Created temporary directory: /tmp/pip-req-tracker-c2_gul1z Created requirements tracker '/tmp/pip-req-tracker-c2_gul1z' Created temporary directory: /tmp/pip-wheel-fzhj5rov Collecting botball==0.1.2 1 location(s) to search for versions of botball: * https://pypi.org/simple/botball/ Getting page https://pypi.org/simple/botball/ Analyzing links from page https://pypi.org/simple/botball/ Found link https://files.pythonhosted.org/packages/a7/aa/73dc4556088b421457407595ec04df8940dc82991e616b3aa89ea3c5b4e4/botball-0.1.1.tar.gz#sha256=4cf28a451049dc20cd3b69620f9fc9aa9d009518a4dbc8afc6f3647b786a5355 (from https://pypi.org/simple/botball/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz#sha256=05af61381032d4a376038eea47240dc32005b909e58e3d22ee534988b5536af1 (from https://pypi.org/simple/botball/), version: 0.1.2 Using version 0.1.2 (newest of versions: 0.1.2) Created temporary directory: /tmp/pip-unpack-hl_w9qn1 Downloading https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz#sha256=05af61381032d4a376038eea47240dc32005b909e58e3d22ee534988b5536af1 (from https://pypi.org/simple/botball/) Added botball==0.1.2 from https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz#sha256=05af61381032d4a376038eea47240dc32005b909e58e3d22ee534988b5536af1 to build tracker '/tmp/pip-req-tracker-c2_gul1z' Running setup.py (path:/tmp/pip-wheel-fzhj5rov/botball/setup.py) egg_info for package botball Running command python setup.py egg_info running egg_info creating pip-egg-info/botball.egg-info writing pip-egg-info/botball.egg-info/PKG-INFO writing dependency_links to pip-egg-info/botball.egg-info/dependency_links.txt writing top-level names to pip-egg-info/botball.egg-info/top_level.txt writing manifest file 'pip-egg-info/botball.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/botball.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/botball.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-fzhj5rov/botball has version 0.1.2, which satisfies requirement botball==0.1.2 from https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz#sha256=05af61381032d4a376038eea47240dc32005b909e58e3d22ee534988b5536af1 Removed botball==0.1.2 from https://files.pythonhosted.org/packages/7c/72/69ca41cb3384a7e35a13a25e9812a3b061f07d238cc95ce5a6ba49fbd739/botball-0.1.2.tar.gz#sha256=05af61381032d4a376038eea47240dc32005b909e58e3d22ee534988b5536af1 from build tracker '/tmp/pip-req-tracker-c2_gul1z' Building wheels for collected packages: botball Created temporary directory: /tmp/pip-wheel-pqtv1x41 Running setup.py bdist_wheel for botball: started Destination directory: /tmp/pip-wheel-pqtv1x41 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-fzhj5rov/botball/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-pqtv1x41 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/botball copying botball/__init__.py -> build/lib/botball creating build/lib/botball/core copying botball/core/__init__.py -> build/lib/botball/core creating build/lib/botball/libwallaby copying botball/libwallaby/__init__.py -> build/lib/botball/libwallaby copying botball/libwallaby/_bindings.py -> build/lib/botball/libwallaby copying botball/libwallaby/bindings.py -> build/lib/botball/libwallaby creating build/lib/botball/core/components copying botball/core/components/Direction.py -> build/lib/botball/core/components copying botball/core/components/__init__.py -> build/lib/botball/core/components copying botball/core/components/Movable.py -> build/lib/botball/core/components copying botball/core/components/Component.py -> build/lib/botball/core/components creating build/lib/botball/core/helpers copying botball/core/helpers/scale.py -> build/lib/botball/core/helpers copying botball/core/helpers/__init__.py -> build/lib/botball/core/helpers copying botball/core/helpers/choose_game_procedure.py -> build/lib/botball/core/helpers creating build/lib/botball/core/create copying botball/core/create/__init__.py -> build/lib/botball/core/create copying botball/core/create/Create.py -> build/lib/botball/core/create creating build/lib/botball/core/procedure copying botball/core/procedure/Step.py -> build/lib/botball/core/procedure copying botball/core/procedure/Procedure.py -> build/lib/botball/core/procedure copying botball/core/procedure/__init__.py -> build/lib/botball/core/procedure creating build/lib/botball/core/components/devices copying botball/core/components/devices/WheelGroup.py -> build/lib/botball/core/components/devices copying botball/core/components/devices/Servo.py -> build/lib/botball/core/components/devices copying botball/core/components/devices/__init__.py -> build/lib/botball/core/components/devices copying botball/core/components/devices/Motor.py -> build/lib/botball/core/components/devices creating build/lib/botball/core/components/sensors copying botball/core/components/sensors/LightSensor.py -> build/lib/botball/core/components/sensors copying botball/core/components/sensors/AnalogSensor.py -> build/lib/botball/core/components/sensors copying botball/core/components/sensors/__init__.py -> build/lib/botball/core/components/sensors copying botball/core/components/sensors/DigitalSensor.py -> build/lib/botball/core/components/sensors creating build/lib/botball/core/components/devices/camera copying botball/core/components/devices/camera/Camera.py -> build/lib/botball/core/components/devices/camera copying botball/core/components/devices/camera/__init__.py -> build/lib/botball/core/components/devices/camera copying botball/core/components/devices/camera/Rectangle.py -> build/lib/botball/core/components/devices/camera copying botball/core/components/devices/camera/CameraTrackingColor.py -> build/lib/botball/core/components/devices/camera 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/botball copying build/lib/botball/__init__.py -> build/bdist.linux-armv7l/wheel/botball creating build/bdist.linux-armv7l/wheel/botball/core creating build/bdist.linux-armv7l/wheel/botball/core/components copying build/lib/botball/core/components/Direction.py -> build/bdist.linux-armv7l/wheel/botball/core/components copying build/lib/botball/core/components/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/components copying build/lib/botball/core/components/Movable.py -> build/bdist.linux-armv7l/wheel/botball/core/components copying build/lib/botball/core/components/Component.py -> build/bdist.linux-armv7l/wheel/botball/core/components creating build/bdist.linux-armv7l/wheel/botball/core/components/devices copying build/lib/botball/core/components/devices/WheelGroup.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices creating build/bdist.linux-armv7l/wheel/botball/core/components/devices/camera copying build/lib/botball/core/components/devices/camera/Camera.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices/camera copying build/lib/botball/core/components/devices/camera/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices/camera copying build/lib/botball/core/components/devices/camera/Rectangle.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices/camera copying build/lib/botball/core/components/devices/camera/CameraTrackingColor.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices/camera copying build/lib/botball/core/components/devices/Servo.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices copying build/lib/botball/core/components/devices/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices copying build/lib/botball/core/components/devices/Motor.py -> build/bdist.linux-armv7l/wheel/botball/core/components/devices creating build/bdist.linux-armv7l/wheel/botball/core/components/sensors copying build/lib/botball/core/components/sensors/LightSensor.py -> build/bdist.linux-armv7l/wheel/botball/core/components/sensors copying build/lib/botball/core/components/sensors/AnalogSensor.py -> build/bdist.linux-armv7l/wheel/botball/core/components/sensors copying build/lib/botball/core/components/sensors/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/components/sensors copying build/lib/botball/core/components/sensors/DigitalSensor.py -> build/bdist.linux-armv7l/wheel/botball/core/components/sensors creating build/bdist.linux-armv7l/wheel/botball/core/helpers copying build/lib/botball/core/helpers/scale.py -> build/bdist.linux-armv7l/wheel/botball/core/helpers copying build/lib/botball/core/helpers/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/helpers copying build/lib/botball/core/helpers/choose_game_procedure.py -> build/bdist.linux-armv7l/wheel/botball/core/helpers creating build/bdist.linux-armv7l/wheel/botball/core/create copying build/lib/botball/core/create/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/create copying build/lib/botball/core/create/Create.py -> build/bdist.linux-armv7l/wheel/botball/core/create copying build/lib/botball/core/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core creating build/bdist.linux-armv7l/wheel/botball/core/procedure copying build/lib/botball/core/procedure/Step.py -> build/bdist.linux-armv7l/wheel/botball/core/procedure copying build/lib/botball/core/procedure/Procedure.py -> build/bdist.linux-armv7l/wheel/botball/core/procedure copying build/lib/botball/core/procedure/__init__.py -> build/bdist.linux-armv7l/wheel/botball/core/procedure creating build/bdist.linux-armv7l/wheel/botball/libwallaby copying build/lib/botball/libwallaby/__init__.py -> build/bdist.linux-armv7l/wheel/botball/libwallaby copying build/lib/botball/libwallaby/_bindings.py -> build/bdist.linux-armv7l/wheel/botball/libwallaby copying build/lib/botball/libwallaby/bindings.py -> build/bdist.linux-armv7l/wheel/botball/libwallaby running install_egg_info running egg_info writing botball.egg-info/PKG-INFO writing top-level names to botball.egg-info/top_level.txt writing dependency_links to botball.egg-info/dependency_links.txt reading manifest file 'botball.egg-info/SOURCES.txt' writing manifest file 'botball.egg-info/SOURCES.txt' Copying botball.egg-info to build/bdist.linux-armv7l/wheel/botball-0.1.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/botball-0.1.2.dist-info/WHEEL creating '/tmp/pip-wheel-pqtv1x41/botball-0.1.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'botball/__init__.py' adding 'botball/core/__init__.py' adding 'botball/core/components/Component.py' adding 'botball/core/components/Direction.py' adding 'botball/core/components/Movable.py' adding 'botball/core/components/__init__.py' adding 'botball/core/components/devices/Motor.py' adding 'botball/core/components/devices/Servo.py' adding 'botball/core/components/devices/WheelGroup.py' adding 'botball/core/components/devices/__init__.py' adding 'botball/core/components/devices/camera/Camera.py' adding 'botball/core/components/devices/camera/CameraTrackingColor.py' adding 'botball/core/components/devices/camera/Rectangle.py' adding 'botball/core/components/devices/camera/__init__.py' adding 'botball/core/components/sensors/AnalogSensor.py' adding 'botball/core/components/sensors/DigitalSensor.py' adding 'botball/core/components/sensors/LightSensor.py' adding 'botball/core/components/sensors/__init__.py' adding 'botball/core/create/Create.py' adding 'botball/core/create/__init__.py' adding 'botball/core/helpers/__init__.py' adding 'botball/core/helpers/choose_game_procedure.py' adding 'botball/core/helpers/scale.py' adding 'botball/core/procedure/Procedure.py' adding 'botball/core/procedure/Step.py' adding 'botball/core/procedure/__init__.py' adding 'botball/libwallaby/__init__.py' adding 'botball/libwallaby/_bindings.py' adding 'botball/libwallaby/bindings.py' adding 'botball-0.1.2.dist-info/METADATA' adding 'botball-0.1.2.dist-info/WHEEL' adding 'botball-0.1.2.dist-info/top_level.txt' adding 'botball-0.1.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for botball: finished with status 'done' Stored in directory: /tmp/tmpm6gmav9_ Successfully built botball Cleaning up... Removing source in /tmp/pip-wheel-fzhj5rov/botball Removed build tracker '/tmp/pip-req-tracker-c2_gul1z'