Created temporary directory: /tmp/pip-ephem-wheel-cache-iv08w6vq Created temporary directory: /tmp/pip-req-tracker-ydc6gilk Created requirements tracker '/tmp/pip-req-tracker-ydc6gilk' Created temporary directory: /tmp/pip-wheel-6au0eqdy Looking in indexes: https://pypi.python.org/simple Collecting pybpod-api==1.6 1 location(s) to search for versions of pybpod-api: * https://pypi.python.org/simple/pybpod-api/ Getting page https://pypi.python.org/simple/pybpod-api/ Analyzing links from page https://pypi.org/simple/pybpod-api/ Found link https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz#sha256=125dd8581b01843afffbad4f632852c7320b39a27f17229e45f3ff31c852b4b3 (from https://pypi.org/simple/pybpod-api/), version: 1.6 Using version 1.6 (newest of versions: 1.6) Created temporary directory: /tmp/pip-unpack-7d23ycnn Downloading https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz (52kB) Downloading from URL https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz#sha256=125dd8581b01843afffbad4f632852c7320b39a27f17229e45f3ff31c852b4b3 (from https://pypi.org/simple/pybpod-api/) Added pybpod-api==1.6 from https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz#sha256=125dd8581b01843afffbad4f632852c7320b39a27f17229e45f3ff31c852b4b3 to build tracker '/tmp/pip-req-tracker-ydc6gilk' Running setup.py (path:/tmp/pip-wheel-6au0eqdy/pybpod-api/setup.py) egg_info for package pybpod-api Running command python setup.py egg_info running egg_info creating pip-egg-info/pybpod_api.egg-info writing pip-egg-info/pybpod_api.egg-info/PKG-INFO writing top-level names to pip-egg-info/pybpod_api.egg-info/top_level.txt writing dependency_links to pip-egg-info/pybpod_api.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/pybpod_api.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pybpod_api.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pybpod_api.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-6au0eqdy/pybpod-api has version 1.6, which satisfies requirement pybpod-api==1.6 from https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz#sha256=125dd8581b01843afffbad4f632852c7320b39a27f17229e45f3ff31c852b4b3 Removed pybpod-api==1.6 from https://files.pythonhosted.org/packages/ca/88/0f2589dfedc87dfc95e00050b65260a98cb092d2de2fa914a58889285efd/pybpod-api-1.6.tar.gz#sha256=125dd8581b01843afffbad4f632852c7320b39a27f17229e45f3ff31c852b4b3 from build tracker '/tmp/pip-req-tracker-ydc6gilk' Building wheels for collected packages: pybpod-api Created temporary directory: /tmp/pip-wheel-__qy9dix Running setup.py bdist_wheel for pybpod-api: started Destination directory: /tmp/pip-wheel-__qy9dix Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-6au0eqdy/pybpod-api/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-__qy9dix running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pybpodapi copying pybpodapi/settings.py -> build/lib/pybpodapi copying pybpodapi/__init__.py -> build/lib/pybpodapi copying pybpodapi/session.py -> build/lib/pybpodapi creating build/lib/pybpodapi/bpod_modules copying pybpodapi/bpod_modules/bpod_module.py -> build/lib/pybpodapi/bpod_modules copying pybpodapi/bpod_modules/bpod_modules.py -> build/lib/pybpodapi/bpod_modules copying pybpodapi/bpod_modules/__init__.py -> build/lib/pybpodapi/bpod_modules creating build/lib/pybpodapi/exceptions copying pybpodapi/exceptions/bpod_error.py -> build/lib/pybpodapi/exceptions copying pybpodapi/exceptions/__init__.py -> build/lib/pybpodapi/exceptions creating build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/state_machine_runner.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/conditions.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/global_counters.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/state_machine_base.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/state_machine_builder.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/__init__.py -> build/lib/pybpodapi/state_machine copying pybpodapi/state_machine/global_timers.py -> build/lib/pybpodapi/state_machine creating build/lib/pybpodapi/com copying pybpodapi/com/stdout_buffer.py -> build/lib/pybpodapi/com copying pybpodapi/com/__init__.py -> build/lib/pybpodapi/com copying pybpodapi/com/stderr_buffer.py -> build/lib/pybpodapi/com copying pybpodapi/com/arcom.py -> build/lib/pybpodapi/com creating build/lib/pybpodapi/protocol copying pybpodapi/protocol/__init__.py -> build/lib/pybpodapi/protocol creating build/lib/pybpodapi/bpod copying pybpodapi/bpod/non_blockingstreamreader.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/bpod_com_protocol.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/bpod_base.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/bpod_com_protocol_modules.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/non_blockingsocketreceive.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/__init__.py -> build/lib/pybpodapi/bpod copying pybpodapi/bpod/bpod_io.py -> build/lib/pybpodapi/bpod creating build/lib/pybpodapi/com/protocol copying pybpodapi/com/protocol/recv_msg_headers.py -> build/lib/pybpodapi/com/protocol copying pybpodapi/com/protocol/__init__.py -> build/lib/pybpodapi/com/protocol copying pybpodapi/com/protocol/send_msg_headers.py -> build/lib/pybpodapi/com/protocol creating build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/untagged_message.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/warning.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/stdout.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/session_info.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/end_trial.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/debug.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/state_occurrence.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/error.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/event_occurrence.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/__init__.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/softcode_occurrence.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/trial.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/value.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/stderr.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/parser.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/state_transition.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/event_resume.py -> build/lib/pybpodapi/com/messaging copying pybpodapi/com/messaging/base_message.py -> build/lib/pybpodapi/com/messaging creating build/lib/pybpodapi/bpod/hardware copying pybpodapi/bpod/hardware/channels.py -> build/lib/pybpodapi/bpod/hardware copying pybpodapi/bpod/hardware/__init__.py -> build/lib/pybpodapi/bpod/hardware copying pybpodapi/bpod/hardware/hardware.py -> build/lib/pybpodapi/bpod/hardware creating build/lib/pybpodapi/bpod/hardware/output_channels copying pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw20.py -> build/lib/pybpodapi/bpod/hardware/output_channels copying pybpodapi/bpod/hardware/output_channels/bpod0_7_5_fw9.py -> build/lib/pybpodapi/bpod/hardware/output_channels copying pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw13.py -> build/lib/pybpodapi/bpod/hardware/output_channels copying pybpodapi/bpod/hardware/output_channels/__init__.py -> build/lib/pybpodapi/bpod/hardware/output_channels creating build/lib/pybpodapi/bpod/hardware/events copying pybpodapi/bpod/hardware/events/bpod0_7_9_fw20.py -> build/lib/pybpodapi/bpod/hardware/events copying pybpodapi/bpod/hardware/events/bpod0_7_5_fw9.py -> build/lib/pybpodapi/bpod/hardware/events copying pybpodapi/bpod/hardware/events/bpod0_7_9_fw13.py -> build/lib/pybpodapi/bpod/hardware/events copying pybpodapi/bpod/hardware/events/__init__.py -> build/lib/pybpodapi/bpod/hardware/events copying pybpodapi/bpod/hardware/events/base_eventname.py -> build/lib/pybpodapi/bpod/hardware/events creating build/lib/pybpodapi/bpod/hardware/input_channels copying pybpodapi/bpod/hardware/input_channels/bpod0_7_5_fw9.py -> build/lib/pybpodapi/bpod/hardware/input_channels copying pybpodapi/bpod/hardware/input_channels/bpod0_7_9_fw13.py -> build/lib/pybpodapi/bpod/hardware/input_channels copying pybpodapi/bpod/hardware/input_channels/__init__.py -> build/lib/pybpodapi/bpod/hardware/input_channels running egg_info writing top-level names to pybpod_api.egg-info/top_level.txt writing dependency_links to pybpod_api.egg-info/dependency_links.txt writing pybpod_api.egg-info/PKG-INFO reading manifest file 'pybpod_api.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pybpod_api.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/pybpodapi creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod_modules copying build/lib/pybpodapi/bpod_modules/bpod_module.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod_modules copying build/lib/pybpodapi/bpod_modules/bpod_modules.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod_modules copying build/lib/pybpodapi/bpod_modules/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod_modules copying build/lib/pybpodapi/settings.py -> build/bdist.linux-armv7l/wheel/pybpodapi creating build/bdist.linux-armv7l/wheel/pybpodapi/exceptions copying build/lib/pybpodapi/exceptions/bpod_error.py -> build/bdist.linux-armv7l/wheel/pybpodapi/exceptions copying build/lib/pybpodapi/exceptions/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/exceptions creating build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/state_machine_runner.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/conditions.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/global_counters.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/state_machine_base.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/state_machine_builder.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine copying build/lib/pybpodapi/state_machine/global_timers.py -> build/bdist.linux-armv7l/wheel/pybpodapi/state_machine creating build/bdist.linux-armv7l/wheel/pybpodapi/com copying build/lib/pybpodapi/com/stdout_buffer.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com creating build/bdist.linux-armv7l/wheel/pybpodapi/com/protocol copying build/lib/pybpodapi/com/protocol/recv_msg_headers.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/protocol copying build/lib/pybpodapi/com/protocol/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/protocol copying build/lib/pybpodapi/com/protocol/send_msg_headers.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/protocol copying build/lib/pybpodapi/com/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com copying build/lib/pybpodapi/com/stderr_buffer.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com copying build/lib/pybpodapi/com/arcom.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com creating build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/untagged_message.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/warning.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/stdout.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/session_info.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/end_trial.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/debug.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/state_occurrence.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/error.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/event_occurrence.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/softcode_occurrence.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/trial.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/value.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/stderr.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/parser.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/state_transition.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/event_resume.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging copying build/lib/pybpodapi/com/messaging/base_message.py -> build/bdist.linux-armv7l/wheel/pybpodapi/com/messaging creating build/bdist.linux-armv7l/wheel/pybpodapi/protocol copying build/lib/pybpodapi/protocol/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/protocol copying build/lib/pybpodapi/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi copying build/lib/pybpodapi/session.py -> build/bdist.linux-armv7l/wheel/pybpodapi creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/non_blockingstreamreader.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/bpod_com_protocol.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/bpod_base.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/bpod_com_protocol_modules.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/non_blockingsocketreceive.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod copying build/lib/pybpodapi/bpod/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/output_channels copying build/lib/pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw20.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/output_channels copying build/lib/pybpodapi/bpod/hardware/output_channels/bpod0_7_5_fw9.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/output_channels copying build/lib/pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw13.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/output_channels copying build/lib/pybpodapi/bpod/hardware/output_channels/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/output_channels creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events copying build/lib/pybpodapi/bpod/hardware/events/bpod0_7_9_fw20.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events copying build/lib/pybpodapi/bpod/hardware/events/bpod0_7_5_fw9.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events copying build/lib/pybpodapi/bpod/hardware/events/bpod0_7_9_fw13.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events copying build/lib/pybpodapi/bpod/hardware/events/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events copying build/lib/pybpodapi/bpod/hardware/events/base_eventname.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/events creating build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/input_channels copying build/lib/pybpodapi/bpod/hardware/input_channels/bpod0_7_5_fw9.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/input_channels copying build/lib/pybpodapi/bpod/hardware/input_channels/bpod0_7_9_fw13.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/input_channels copying build/lib/pybpodapi/bpod/hardware/input_channels/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware/input_channels copying build/lib/pybpodapi/bpod/hardware/channels.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware copying build/lib/pybpodapi/bpod/hardware/__init__.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware copying build/lib/pybpodapi/bpod/hardware/hardware.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod/hardware copying build/lib/pybpodapi/bpod/bpod_io.py -> build/bdist.linux-armv7l/wheel/pybpodapi/bpod running install_egg_info Copying pybpod_api.egg-info to build/bdist.linux-armv7l/wheel/pybpod_api-1.6-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pybpod_api-1.6.dist-info/WHEEL creating '/tmp/pip-wheel-__qy9dix/pybpod_api-1.6-py3-none-any.whl' and adding '.' to it adding 'pybpodapi/__init__.py' adding 'pybpodapi/session.py' adding 'pybpodapi/settings.py' adding 'pybpodapi/bpod/__init__.py' adding 'pybpodapi/bpod/bpod_base.py' adding 'pybpodapi/bpod/bpod_com_protocol.py' adding 'pybpodapi/bpod/bpod_com_protocol_modules.py' adding 'pybpodapi/bpod/bpod_io.py' adding 'pybpodapi/bpod/non_blockingsocketreceive.py' adding 'pybpodapi/bpod/non_blockingstreamreader.py' adding 'pybpodapi/bpod/hardware/__init__.py' adding 'pybpodapi/bpod/hardware/channels.py' adding 'pybpodapi/bpod/hardware/hardware.py' adding 'pybpodapi/bpod/hardware/events/__init__.py' adding 'pybpodapi/bpod/hardware/events/base_eventname.py' adding 'pybpodapi/bpod/hardware/events/bpod0_7_5_fw9.py' adding 'pybpodapi/bpod/hardware/events/bpod0_7_9_fw13.py' adding 'pybpodapi/bpod/hardware/events/bpod0_7_9_fw20.py' adding 'pybpodapi/bpod/hardware/input_channels/__init__.py' adding 'pybpodapi/bpod/hardware/input_channels/bpod0_7_5_fw9.py' adding 'pybpodapi/bpod/hardware/input_channels/bpod0_7_9_fw13.py' adding 'pybpodapi/bpod/hardware/output_channels/__init__.py' adding 'pybpodapi/bpod/hardware/output_channels/bpod0_7_5_fw9.py' adding 'pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw13.py' adding 'pybpodapi/bpod/hardware/output_channels/bpod0_7_9_fw20.py' adding 'pybpodapi/bpod_modules/__init__.py' adding 'pybpodapi/bpod_modules/bpod_module.py' adding 'pybpodapi/bpod_modules/bpod_modules.py' adding 'pybpodapi/com/__init__.py' adding 'pybpodapi/com/arcom.py' adding 'pybpodapi/com/stderr_buffer.py' adding 'pybpodapi/com/stdout_buffer.py' adding 'pybpodapi/com/messaging/__init__.py' adding 'pybpodapi/com/messaging/base_message.py' adding 'pybpodapi/com/messaging/debug.py' adding 'pybpodapi/com/messaging/end_trial.py' adding 'pybpodapi/com/messaging/error.py' adding 'pybpodapi/com/messaging/event_occurrence.py' adding 'pybpodapi/com/messaging/event_resume.py' adding 'pybpodapi/com/messaging/parser.py' adding 'pybpodapi/com/messaging/session_info.py' adding 'pybpodapi/com/messaging/softcode_occurrence.py' adding 'pybpodapi/com/messaging/state_occurrence.py' adding 'pybpodapi/com/messaging/state_transition.py' adding 'pybpodapi/com/messaging/stderr.py' adding 'pybpodapi/com/messaging/stdout.py' adding 'pybpodapi/com/messaging/trial.py' adding 'pybpodapi/com/messaging/untagged_message.py' adding 'pybpodapi/com/messaging/value.py' adding 'pybpodapi/com/messaging/warning.py' adding 'pybpodapi/com/protocol/__init__.py' adding 'pybpodapi/com/protocol/recv_msg_headers.py' adding 'pybpodapi/com/protocol/send_msg_headers.py' adding 'pybpodapi/exceptions/__init__.py' adding 'pybpodapi/exceptions/bpod_error.py' adding 'pybpodapi/protocol/__init__.py' adding 'pybpodapi/state_machine/__init__.py' adding 'pybpodapi/state_machine/conditions.py' adding 'pybpodapi/state_machine/global_counters.py' adding 'pybpodapi/state_machine/global_timers.py' adding 'pybpodapi/state_machine/state_machine_base.py' adding 'pybpodapi/state_machine/state_machine_builder.py' adding 'pybpodapi/state_machine/state_machine_runner.py' adding 'pybpod_api-1.6.dist-info/top_level.txt' adding 'pybpod_api-1.6.dist-info/WHEEL' adding 'pybpod_api-1.6.dist-info/METADATA' adding 'pybpod_api-1.6.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pybpod-api: finished with status 'done' Stored in directory: /tmp/tmpydtz2af9 Successfully built pybpod-api Cleaning up... Removing source in /tmp/pip-wheel-6au0eqdy/pybpod-api Removed build tracker '/tmp/pip-req-tracker-ydc6gilk'