Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'], chrootPath='/var/lib/mock/epel7-infra-build-15869913-1139374/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-pika-1.0.0-1.el7.infra.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'], chrootPath='/var/lib/mock/epel7-infra-build-15869913-1139374/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ROQlTP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pika-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pika-1.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pika-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Support-old-setuptools.patch + /usr/bin/patch -s + rm -rf tests/acceptance + sed -i -e s#tests=tests/unit,tests/acceptance#tests=tests/unit#g setup.cfg + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZNjBKP + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/tests copying tests/io_services_test_stubs.py -> build/lib/tests copying tests/forward_server.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/threaded_test_wrapper.py -> build/lib/tests creating build/lib/pika copying pika/heartbeat.py -> build/lib/pika copying pika/connection.py -> build/lib/pika copying pika/channel.py -> build/lib/pika copying pika/tcp_socket_opts.py -> build/lib/pika copying pika/data.py -> build/lib/pika copying pika/spec.py -> build/lib/pika copying pika/__init__.py -> build/lib/pika copying pika/exceptions.py -> build/lib/pika copying pika/frame.py -> build/lib/pika copying pika/amqp_object.py -> build/lib/pika copying pika/callback.py -> build/lib/pika copying pika/compat.py -> build/lib/pika copying pika/diagnostic_utils.py -> build/lib/pika copying pika/credentials.py -> build/lib/pika copying pika/validators.py -> build/lib/pika creating build/lib/tests/unit copying tests/unit/heartbeat_tests.py -> build/lib/tests/unit copying tests/unit/credentials_tests.py -> build/lib/tests/unit copying tests/unit/channel_tests.py -> build/lib/tests/unit copying tests/unit/io_services_test_stubs_test.py -> build/lib/tests/unit copying tests/unit/__init__.py -> build/lib/tests/unit copying tests/unit/threaded_test_wrapper_test.py -> build/lib/tests/unit copying tests/unit/select_connection_ioloop_tests.py -> build/lib/tests/unit copying tests/unit/amqp_object_tests.py -> build/lib/tests/unit copying tests/unit/select_connection_timer_tests.py -> build/lib/tests/unit copying tests/unit/data_tests.py -> build/lib/tests/unit copying tests/unit/connection_tests.py -> build/lib/tests/unit copying tests/unit/exceptions_test.py -> build/lib/tests/unit copying tests/unit/blocking_channel_tests.py -> build/lib/tests/unit copying tests/unit/blocking_connection_tests.py -> build/lib/tests/unit copying tests/unit/connection_parameters_tests.py -> build/lib/tests/unit copying tests/unit/frame_tests.py -> build/lib/tests/unit copying tests/unit/compat_tests.py -> build/lib/tests/unit copying tests/unit/base_connection_tests.py -> build/lib/tests/unit copying tests/unit/content_frame_assembler_tests.py -> build/lib/tests/unit copying tests/unit/tornado_tests.py -> build/lib/tests/unit copying tests/unit/callback_tests.py -> build/lib/tests/unit copying tests/unit/diagnostic_utils_test.py -> build/lib/tests/unit creating build/lib/pika/adapters copying pika/adapters/tornado_connection.py -> build/lib/pika/adapters copying pika/adapters/asyncio_connection.py -> build/lib/pika/adapters copying pika/adapters/__init__.py -> build/lib/pika/adapters copying pika/adapters/select_connection.py -> build/lib/pika/adapters copying pika/adapters/base_connection.py -> build/lib/pika/adapters copying pika/adapters/twisted_connection.py -> build/lib/pika/adapters copying pika/adapters/blocking_connection.py -> build/lib/pika/adapters creating build/lib/pika/adapters/utils copying pika/adapters/utils/selector_ioloop_adapter.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/connection_workflow.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/nbio_interface.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/__init__.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/io_services_utils.py -> build/lib/pika/adapters/utils + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nU77iS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch + cd pika-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/io_services_test_stubs.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/forward_server.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/threaded_test_wrapper.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/heartbeat_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/credentials_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/channel_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/io_services_test_stubs_test.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/threaded_test_wrapper_test.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/select_connection_ioloop_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/amqp_object_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/select_connection_timer_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/data_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/connection_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/exceptions_test.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/blocking_channel_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/blocking_connection_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/connection_parameters_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/frame_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/compat_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/base_connection_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/content_frame_assembler_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/tornado_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/callback_tests.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit copying build/lib/tests/unit/diagnostic_utils_test.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/heartbeat.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/tornado_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/asyncio_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters creating /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/selector_ioloop_adapter.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/connection_workflow.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/nbio_interface.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/io_services_utils.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/select_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/base_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/twisted_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/blocking_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/channel.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/tcp_socket_opts.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/data.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/spec.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/exceptions.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/frame.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/amqp_object.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/callback.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/compat.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/diagnostic_utils.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/credentials.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/validators.py -> /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/io_services_test_stubs.py to io_services_test_stubs.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/forward_server.py to forward_server.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/threaded_test_wrapper.py to threaded_test_wrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/heartbeat_tests.py to heartbeat_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/credentials_tests.py to credentials_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/channel_tests.py to channel_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/io_services_test_stubs_test.py to io_services_test_stubs_test.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/threaded_test_wrapper_test.py to threaded_test_wrapper_test.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/select_connection_ioloop_tests.py to select_connection_ioloop_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/amqp_object_tests.py to amqp_object_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/select_connection_timer_tests.py to select_connection_timer_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/data_tests.py to data_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/connection_tests.py to connection_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/exceptions_test.py to exceptions_test.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/blocking_channel_tests.py to blocking_channel_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/blocking_connection_tests.py to blocking_connection_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/connection_parameters_tests.py to connection_parameters_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/frame_tests.py to frame_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/compat_tests.py to compat_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/base_connection_tests.py to base_connection_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/content_frame_assembler_tests.py to content_frame_assembler_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/tornado_tests.py to tornado_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/callback_tests.py to callback_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests/unit/diagnostic_utils_test.py to diagnostic_utils_test.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/heartbeat.py to heartbeat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/tornado_connection.py to tornado_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/asyncio_connection.py to asyncio_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/selector_ioloop_adapter.py to selector_ioloop_adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/connection_workflow.py to connection_workflow.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/nbio_interface.py to nbio_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/io_services_utils.py to io_services_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py to select_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/base_connection.py to base_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/twisted_connection.py to twisted_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/adapters/blocking_connection.py to blocking_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/channel.py to channel.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/tcp_socket_opts.py to tcp_socket_opts.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/spec.py to spec.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/frame.py to frame.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/amqp_object.py to amqp_object.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/callback.py to callback.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/diagnostic_utils.py to diagnostic_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika/validators.py to validators.pyc writing byte-compilation script '/tmp/tmpNcNZ9y.py' /usr/bin/python2 -O /tmp/tmpNcNZ9y.py removing /tmp/tmpNcNZ9y.py running install_egg_info running egg_info creating pika.egg-info writing requirements to pika.egg-info/requires.txt writing pika.egg-info/PKG-INFO writing top-level names to pika.egg-info/top_level.txt writing dependency_links to pika.egg-info/dependency_links.txt writing manifest file 'pika.egg-info/SOURCES.txt' reading manifest file 'pika.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pika.egg-info/SOURCES.txt' Copying pika.egg-info to /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/pika-1.0.0-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages/tests + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pika-1.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aaV91W + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.0 + PYTHONPATH=/builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/lib/python2.7/site-packages + nosetests BUILDSTDERR: nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] BUILDSTDERR: nose.plugins.cover: INFO: Coverage report will include only packages: ['pika'] BUILDSTDERR: test_base_name (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok BUILDSTDERR: test_repr_items (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok BUILDSTDERR: test_repr_no_items (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok BUILDSTDERR: test_base_name (tests.unit.amqp_object_tests.ClassTests) ... ok BUILDSTDERR: test_base_name (tests.unit.amqp_object_tests.MethodTests) ... ok BUILDSTDERR: test_get_body (tests.unit.amqp_object_tests.MethodTests) ... ok BUILDSTDERR: test_get_properties (tests.unit.amqp_object_tests.MethodTests) ... ok BUILDSTDERR: test_set_content_body (tests.unit.amqp_object_tests.MethodTests) ... ok BUILDSTDERR: test_set_content_properties (tests.unit.amqp_object_tests.MethodTests) ... ok BUILDSTDERR: test_base_name (tests.unit.amqp_object_tests.PropertiesTests) ... ok BUILDSTDERR: test_repr (tests.unit.base_connection_tests.BaseConnectionTests) ... ok BUILDSTDERR: test_should_raise_value_exception_with_no_params_func_instead (tests.unit.base_connection_tests.BaseConnectionTests) ... ok BUILDSTDERR: test_tcp_options_with_dict_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok BUILDSTDERR: test_tcp_options_with_invalid_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok BUILDSTDERR: test_tcp_options_with_none_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok BUILDSTDERR: test_basic_cancel_legacy_parameter (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_basic_consume (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_basic_consume_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_basic_consume_legacy_parameter_queue (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_basic_get_legacy_parameter (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_context_manager (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_context_manager_does_not_suppress_exception (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_context_manager_exit_with_closed_channel (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_exchange_declare_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_init_initial_value_buback_return (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_init_initial_value_confirmation (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_init_initial_value_pending_events (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_queue_bind_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_queue_declare_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok BUILDSTDERR: test_channel (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_close_with_channel_closed_exception (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_connection_blocked_evt (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_connection_unblocked_evt (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_constructor (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_flush_output (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_flush_output_server_initiated_error_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_flush_output_server_initiated_no_error_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_flush_output_user_initiated_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_process_io_for_connection_setup (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_process_io_for_connection_setup_fails_with_open_error (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_sleep (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok BUILDSTDERR: test_add_duplicate_callback (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_duplicate_callback_returns_prefix_value_and_key (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_first_time_callback_added (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_first_time_key_added (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_first_time_prefix_added (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_oneshot_default_is_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_oneshot_is_false (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_only_caller_default_is_false (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_only_caller_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_returns_prefix_value_and_key (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_dict_argument (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_dict_argument_no_attribute (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_dict_argument_no_match (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_no_arguments (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_obj_argument (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_obj_argument_no_match (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_obj_argument_with_method (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_obj_argument_with_method_no_match (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_arguments_match_obj_no_attribute (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_cleanup_keeps_other_prefix (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_cleanup_removes_prefix (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_cleanup_returns_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_clear (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_dict (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_empty_callbacks_on_init (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_initialization (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_missing_prefix (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_amqpobject_class (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_basic_consume_object (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_method_frame (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_method_object (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_protocol_header (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_str (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_name_or_value_unicode (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_pending_none (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_pending_one (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_pending_two (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_callback_false (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_false (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_mock_called (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_non_one_shot_callback_not_removed (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_non_one_shot_key_not_removed (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_non_one_shot_prefix_not_removed (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_one_shot_removed (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_only_caller_fails (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_only_caller_fails_no_removal (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_process_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_all (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_prefix_key_with_other_key_callback_remains (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_prefix_key_with_other_key_prefix_remains (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_prefix_key_with_other_key_remains (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_with_callback_false (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_with_callback_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_with_callback_true_empty_stack (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_with_callback_true_non_empty_stack (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_remove_with_no_callbacks_pending (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_sanitize_decorator_with_args_only (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_sanitize_decorator_with_kwargs (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_sanitize_decorator_with_mixed_args_and_kwargs (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_should_process_callback_false_argument_fail (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_should_process_callback_false_only_caller_failure (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_should_process_callback_true (tests.unit.callback_tests.CallbackTests) ... ok BUILDSTDERR: test_add_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_callback_multiple_replies (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_callbacks_basic_cancel_empty_added (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_callbacks_basic_get_empty_added (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_callbacks_channel_close_added (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_callbacks_channel_flow_added (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_on_cancel_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_on_close_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_on_flow_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_add_on_return_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_ack_calls_send_method (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_ack_channel_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_asynch (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_asynch_with_user_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_calls_raise_if_not_open (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_synch (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_synch_no_user_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_then_close (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_cancel_unknown_consumer_tag (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_calls_raise_if_not_open (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_channel_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumer_tag_cancelled_full (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumer_tag_in_consumers (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumer_tag_no_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumer_tag_with_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumers_callback_value (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumers_rpc_with_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_consumers_rpc_with_no_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_duplicate_consumer_tag_raises (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_consume_legacy_parameter_queue (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_get_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_get_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_get_requires_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_get_send_method_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_get_send_method_called_auto_ack (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_nack_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_nack_send_method_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_publish_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_publish_send_method_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_qos_invalid_prefetch_count_raises_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_qos_invalid_prefetch_size_raises_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_qos_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_qos_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_qos_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_recover_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_recover_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_recover_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_reject_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_reject_send_method_request_with_int_tag (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_reject_send_method_request_with_long_tag (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_reject_spec_with_int_tag (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_basic_reject_spec_with_long_tag (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_channel_open_add_callbacks_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_cleanup (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_close_basic_cancel_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_close_in_closed_state_raises_channel_wrong_state_and_stays_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_close_in_closing_state_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_close_in_open_state_transitions_to_closing (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_close_in_opening_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_async (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_callback_basic_ack (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_callback_basic_nack (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_callback_without_nowait_selectok (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_callback_yes_basic_ack_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_callback_yes_basic_nack_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_legacy_no_parameters (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_legacy_nowait_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_no_callback_callback_call_count (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_raises_method_not_implemented_for_confirms (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_raises_method_not_implemented_for_nack (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_confirm_delivery_with_bad_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_consumer_tags (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_bind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_bind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_bind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_bind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_bind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_declare_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_declare_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_declare_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_declare_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_declare_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_delete_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_delete_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_delete_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_delete_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_delete_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_unbind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_unbind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_unbind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_unbind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_exchange_unbind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_off_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_on_flowok_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_on_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_flow_raises_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_basic_deliver_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_basic_get_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_basic_return_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_method_returns_none (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_sets_header_frame (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_handle_content_frame_sets_method_frame (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_has_content_false (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_has_content_true (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_blocked (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_blocking (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_callbacks (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_cancelled (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_channel_number (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_connection (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_consumers (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_content_frame_assembler (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_flow (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_has_on_flow_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_invalid_channel_number (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_on_flowok_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_on_getok_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_on_openok_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_init_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_is_closed_false (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_is_closed_true (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_is_closing_false (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_is_closing_true (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_no_side_effects_from_send_method_error (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_cancel_not_appended_cancelled (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_cancel_removed_consumer (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_cancelok_removed_consumer (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_from_broker_in_closing_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_from_broker_in_open_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_from_broker_warning (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_meta_in_closed_state_is_suppressed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_meta_in_closing_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_meta_in_open_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_close_meta_in_opening_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_closeok (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_closeok_following_close_from_broker (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_confirm_selectok (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_deliver_callback_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_eventok (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_flow (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_flow_with_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_flowok (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_flowok_callback_reset (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_flowok_calls_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_getempty (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_getok_callback_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_getok_callback_reset (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_getok_no_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_openok_callback_called (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_openok_no_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_on_synchronous_complete (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_onreturn (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_onreturn_warning (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_bind_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_bind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_bind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_bind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_bind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_declare_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_declare_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_declare_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_declare_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_declare_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_delete_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_delete_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_delete_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_delete_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_delete_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_purge_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_purge_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_purge_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_purge_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_purge_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_unbind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_unbind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_unbind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_queue_unbind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_raise_if_not_open_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_repr (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_adds_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_enters_blocking_and_adds_on_synchronous_complete (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_not_blocking_and_no_on_synchronous_complete_when_no_replies (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_throws_type_error_with_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_throws_value_error_with_unacceptable_replies (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_rpc_while_blocking_appends_blocked_collection (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_send_method (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_set_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_tx_commit_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_tx_commit_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_tx_rollback_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_tx_select_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok BUILDSTDERR: test_get_linux_version_gcp (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test_get_linux_version_normal (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test_get_linux_version_short (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test_to_digit (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test_to_digit_with_dot (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test_to_digit_with_plus_sign (tests.unit.compat_tests.UtilsTests) ... ok BUILDSTDERR: test connection kwargs type checks throw errors for bad input ... ok BUILDSTDERR: test_callable_heartbeat (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_default_property_values (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_exlicit_none_socket_timeout (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_exlicit_none_stack_timeout (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_explicit_non_ssl_with_default_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_explicit_non_ssl_with_explict_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_explicit_ssl_with_default_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_explicit_ssl_with_explict_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: make sure connection kwargs get set correctly ... ok BUILDSTDERR: test_parameters_accept_plain_string_locale (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_parameters_accept_unicode_locale (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_parameters_accepts_plain_string_virtualhost (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_parameters_accepts_unicode_string_virtualhost (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok BUILDSTDERR: test_blocked_connection_timeout (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_channel_max (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_connection_attempts (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_credentials (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_default_property_values (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_eq (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_frame_max (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_heartbeat (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_host (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_locale (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_ne (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_port (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_retry_delay (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_socket_timeout (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_ssl_options (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_tcp_options (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_virtual_host (tests.unit.connection_parameters_tests.ParametersTests) ... ok BUILDSTDERR: test_accepts_blank_username_and_password (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_accepts_plain_string (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_accepts_unicode_string (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_default_property_values (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test for the different query stings checked by process url ... ok BUILDSTDERR: test_no_ssl (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_no_url_scheme_defaults_to_plaintext (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_ssl (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_url_decodes_username_and_password (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_port_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_username_and_password_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_if_only_parameters_provided (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_if_only_slash_is_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_via_encoded_slash_downcase (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_via_encoded_slash_downcase_ending_with_slash (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_via_encoded_slash_upcase (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: test_uses_default_virtual_host_via_encoded_slash_upcase_ending_with_slash (tests.unit.connection_parameters_tests.URLParametersTests) ... ok BUILDSTDERR: make sure the callback adding works ... ok BUILDSTDERR: make sure the add on close callback is added ... ok BUILDSTDERR: test_add_on_connection_blocked_callback (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_add_on_connection_unblocked_callback (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: make sure the add on open error callback is added ... ok BUILDSTDERR: test_blocked_connection_multiple_blocked_in_a_row_sets_timer_once (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_blocked_connection_multiple_unblocked_in_a_row_removes_timer_once (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_blocked_connection_on_stream_terminated_removes_timer (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_blocked_connection_timeout_terminates_connection (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_blocked_connection_unblocked_removes_timer (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test the channel method ... ok BUILDSTDERR: test_channel_on_closed_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_channel_on_closing_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_channel_on_init_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_channel_on_protocol_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_channel_on_start_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_channel_on_tune_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: make sure client properties has some important keys ... ok BUILDSTDERR: test_client_properties_default (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_client_properties_override (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_close_calls_on_close_ready_when_no_channels (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test closing all channels ... ok BUILDSTDERR: test_close_closes_open_channels (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_close_closes_opening_channels (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_close_does_not_close_closing_channels (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_close_raises_wrong_state_when_already_closed_or_closing (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: check that adapter connection is not happening in constructor with external connection workflow. ... ok BUILDSTDERR: test_connection_blocked_sets_timer (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_create_with_blocked_connection_timeout_config (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_deliver_frame_to_channel_with_frame_for_unknown_channel (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: _next_channel_number in new conn should always be 1 ... ok BUILDSTDERR: _next_channel_number must return lowest available channel number ... ok BUILDSTDERR: test_no_side_effects_from_message_marshal_error (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_on_channel_cleanup_closing_state_last_channel_calls_on_close_ready (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_on_channel_cleanup_closing_state_more_channels_no_on_close_ready (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: if connection isn't closing _on_close_ready should not be called ... ok BUILDSTDERR: if connection is closing but closing channels remain, do not call _on_close_ready ... ok BUILDSTDERR: make sure connection close from broker passes correct exception ... ok BUILDSTDERR: make sure _on_connection_close_ok terminates connection ... ok BUILDSTDERR: make sure starting a connection sets the correct class vars ... ok BUILDSTDERR: make sure _on_connection_tune tunes the connection params ... ok BUILDSTDERR: test on data available and process frame ... ok BUILDSTDERR: make sure the _on_stream_connected() sets the state and sends a frame ... ok BUILDSTDERR: _on_stream_terminated cleans up heartbeat, adapter, and channels ... ok BUILDSTDERR: _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `ProbableAccessDeniedError` and `ON_CONNECTION_CLOSED` callbacks ... ok BUILDSTDERR: _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `ProbableAuthenticationError` and `ON_CONNECTION_CLOSED` callbacks ... ok BUILDSTDERR: _on_stream_terminated invokes `Connection.ON_CONNECTION_CLOSED` callbacks ... ok BUILDSTDERR: _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `IncompatibleProtocolError` and `ON_CONNECTION_CLOSED` callbacks ... ok BUILDSTDERR: test_send_message_updates_frames_sent_and_bytes_sent (tests.unit.connection_tests.ConnectionTests) ... ok BUILDSTDERR: test_ascii_body_value (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_ascii_bytes_body_instance (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_binary_non_unicode_value (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_init_body_fragments (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_init_header_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_init_method_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_init_seen_so_far (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_basic_deliver (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_body_frame_partial (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_body_frame_six_bytes (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_body_frame_too_big (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_content_header (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_full_message (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_process_with_unexpected_frame_type (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_reset_body_fragments (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_reset_header_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_reset_method_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_reset_seen_so_far (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok BUILDSTDERR: test_eq (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok BUILDSTDERR: test_erase_credentials (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok BUILDSTDERR: test_erase_response_for_no_mechanism_match (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok BUILDSTDERR: test_ne (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok BUILDSTDERR: test_response_for (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok BUILDSTDERR: test_eq (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_erase_credentials_false (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_erase_credentials_true (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_erase_response_for_no_mechanism_match (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_ne (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_response_for (tests.unit.credentials_tests.PlainCredentialsTests) ... ok BUILDSTDERR: test_decode_bytes (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_decode_raises (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_decode_table (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_decode_table_bytes (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_encode_raises (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_encode_table (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_encode_table_bytes (tests.unit.data_tests.DataTests) ... ok BUILDSTDERR: test_args_and_return_value_propagation (tests.unit.diagnostic_utils_test.DiagnosticUtilsTest) ... ok BUILDSTDERR: test_exception_propagation (tests.unit.diagnostic_utils_test.DiagnosticUtilsTest) ... ok BUILDSTDERR: test_amqp_connection_error_one_param_repr (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_amqp_connection_error_two_params_repr (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_authentication_error_repr (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_body_too_long_error_repr (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_channel_closed_properties_kwargs (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_channel_closed_properties_positional_args (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: test_channel_closed_repr (tests.unit.exceptions_test.ExceptionTests) ... ok BUILDSTDERR: body_marshal_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_body_frame_fragment_consumed_bytes_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_body_frame_fragment_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_body_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_frame_decoding_failure_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_frame_decoding_no_end_byte_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_frame_decoding_wrong_end_byte_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_frame_invalid_frame_type_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_header_frame_bytes_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_header_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_header_frame_properties_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_heartbeat_frame_bytes_consumed_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_heartbeat_frame_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_method_frame_bytes_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_method_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_method_frame_method_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_protocol_header_bytes_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_protocol_header_failure_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: decode_protocol_header_instance_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: frame_marshal_not_implemented_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: frame_underscore_marshal_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: headers_marshal_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: heartbeat_marshal_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: protocol_header_marshal_test (tests.unit.frame_tests.FrameTests) ... ok BUILDSTDERR: test_bytes_received_on_connection (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_increment_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_increment_no_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_missed_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_not_closed (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_start_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_check_heartbeat_update_counters (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_connection_close (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_connection_is_idle_false (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_connection_is_idle_true (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_assignment_connection (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_assignment_intervals (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_called_start_check_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_called_start_send_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_initial_bytes_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_initial_bytes_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_initial_heartbeat_frames_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_initial_heartbeat_frames_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_constructor_initial_idle_byte_intervals (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_has_received_data_false (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_has_received_data_true (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_new_heartbeat_frame (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_send_heartbeat_counter_incremented (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_send_heartbeat_not_closed (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_send_heartbeat_send_frame_called (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_send_heartbeat_sends_heartbeat_frame (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_send_heartbeat_start_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_start_send_timer_called (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_update_counters_bytes_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_update_counters_bytes_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok BUILDSTDERR: test_with_asyncio_io_services (tests.unit.io_services_test_stubs_test.TestStartCalledFromOtherThreadAndWithVaryingNativeLoops) ... SKIP: Asyncio is available only with Python 3.4+ BUILDSTDERR: test_with_select_connection_io_services (tests.unit.io_services_test_stubs_test.TestStartCalledFromOtherThreadAndWithVaryingNativeLoops) ... ok BUILDSTDERR: test_with_tornado_io_services (tests.unit.io_services_test_stubs_test.TestStartCalledFromOtherThreadAndWithVaryingNativeLoops) ... ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rd (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut RD: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rdwr (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut RDWR: watching=13: In.Out.Err.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_wr (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut WR: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut WR: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote closed: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes_with_pending_data (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote closed with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rd (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut RD: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rdwr (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut RDWR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut WR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr_with_pending_data (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut WR with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_when_failed_to_connect (tests.unit.select_connection_ioloop_tests.DefaultPollerSocketEventsTestCase) ... [EPollPoller] @ Failed to connect: watching=13: In.Out.Err.; indicated=29: In.Out.Err.Hup.; sockerr=111 (Connection refused) BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rd (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut RD: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rdwr (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut RDWR: watching=13: In.Out.Err.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut RDWR: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_wr (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Local shut WR: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Local shut WR: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote closed: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes_with_pending_data (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote closed with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote closed with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rd (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut RD: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rdwr (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut RDWR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut RDWR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut WR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr_with_pending_data (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Remote shut WR with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Remote shut WR with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_when_failed_to_connect (tests.unit.select_connection_ioloop_tests.EpollPollerSocketEventsTestCase) ... [EPollPoller] @ Failed to connect: watching=13: In.Out.Err.; indicated=29: In.Out.Err.Hup.; sockerr=111 (Connection refused) BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [EPollPoller] @ Failed to connect: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: None (select) ... ok BUILDSTDERR: None (select) ... ok BUILDSTDERR: None (select) ... ok BUILDSTDERR: None (select) ... ok BUILDSTDERR: Test that poll() is properly restarted after receiving EINTR error. (epoll) ... ok BUILDSTDERR: Test that poll() is properly restarted after receiving EINTR error. (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Test that poll() is properly restarted after receiving EINTR error. (poll) ... ok BUILDSTDERR: Test that poll() is properly restarted after receiving EINTR error. (select) ... ok BUILDSTDERR: Simple message Test (select) ... ok BUILDSTDERR: Simple message Test (epoll) ... ok BUILDSTDERR: Simple message Test (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Simple message Test (poll) ... ok BUILDSTDERR: Setup timers, sleep and start polling (epoll) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (epoll) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (epoll) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (epoll) ... ok BUILDSTDERR: Setup timers, sleep and start polling (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Verifies that an attempt to delete a timeout within the (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Setup timers, sleep and start polling (poll) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (poll) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (poll) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (poll) ... ok BUILDSTDERR: Setup timers, sleep and start polling (select) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (select) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (select) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (select) ... ok BUILDSTDERR: None (select) ... ok BUILDSTDERR: Starts a thread that stops ioloop after a while and start polling (epoll) ... ok BUILDSTDERR: Starts a thread that stops ioloop after a while and start polling (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Starts a thread that stops ioloop after a while and start polling (poll) ... ok BUILDSTDERR: Starts a thread that stops ioloop after a while and start polling (select) ... ok BUILDSTDERR: Set timers and start ioloop. (epoll) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (epoll) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (epoll) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (epoll) ... ok BUILDSTDERR: Set timers and start ioloop. (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Verifies that an attempt to delete a timeout within the (kqueue) ... SKIP: kqueue not supported BUILDSTDERR: Set timers and start ioloop. (poll) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (poll) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (poll) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (poll) ... ok BUILDSTDERR: Set timers and start ioloop. (select) ... ok BUILDSTDERR: Setup 5 timeout handlers and observe them get invoked one by one. (select) ... ok BUILDSTDERR: Verifies that an attempt by a timeout handler to delete another, (select) ... ok BUILDSTDERR: Verifies that an attempt to delete a timeout within the (select) ... ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rd (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_local_shuts_rdwr (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_local_shuts_wr (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_end_closes (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_end_closes_with_pending_data (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rd (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rdwr (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr_with_pending_data (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_when_failed_to_connect (tests.unit.select_connection_ioloop_tests.KqueuePollerSocketEventsTestCase) ... SKIP: kqueue not supported BUILDSTDERR: test_which_events_are_set_after_local_shuts_rd (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Local shut RD: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RD: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RD: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rdwr (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Local shut RDWR: watching=13: In.Out.Err.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RDWR: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RDWR: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut RDWR: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_wr (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Local shut WR: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Local shut WR: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote closed: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes_with_pending_data (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote closed with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote closed with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rd (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote shut RD: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rdwr (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote shut RDWR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut RDWR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut RDWR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut RDWR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote shut WR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr_with_pending_data (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Remote shut WR with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [PollPoller] @ Remote shut WR with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_when_failed_to_connect (tests.unit.select_connection_ioloop_tests.PollPollerSocketEventsTestCase) ... [PollPoller] @ Failed to connect: watching=13: In.Out.Err.; indicated=29: In.Out.Err.Hup.; sockerr=111 (Connection refused) BUILDSTDERR: [PollPoller] @ Failed to connect: watching=5: In.Out.; indicated=21: In.Out.Hup.; sockerr=0 BUILDSTDERR: [PollPoller] @ Failed to connect: watching=1: In.; indicated=17: In.Hup.; sockerr=0 BUILDSTDERR: [PollPoller] @ Failed to connect: watching=12: Out.Err.; indicated=20: Out.Hup.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_poller_close (tests.unit.select_connection_ioloop_tests.PollerTestCaseEPoll) ... ok BUILDSTDERR: test_poller_close (tests.unit.select_connection_ioloop_tests.PollerTestCaseKqueue) ... SKIP: kqueue not supported BUILDSTDERR: test_poller_close (tests.unit.select_connection_ioloop_tests.PollerTestCasePoll) ... ok BUILDSTDERR: test_poller_close (tests.unit.select_connection_ioloop_tests.PollerTestCaseSelect) ... ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rd (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Local shut RD: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RD: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RD: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_rdwr (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Local shut RDWR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RDWR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RDWR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut RDWR: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_local_shuts_wr (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Local shut WR: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Local shut WR: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote closed: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_end_closes_with_pending_data (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote closed with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote closed with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rd (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote shut RD: watching=13: In.Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut RD: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_rdwr (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote shut RDWR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut RDWR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut RDWR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut RDWR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote shut WR: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_after_remote_shuts_wr_with_pending_data (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Remote shut WR with pending data: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR with pending data: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR with pending data: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Remote shut WR with pending data: watching=4: Out.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: test_which_events_are_set_when_failed_to_connect (tests.unit.select_connection_ioloop_tests.SelectPollerSocketEventsTestCase) ... [SelectPoller] @ Failed to connect: watching=13: In.Out.Err.; indicated=5: In.Out.; sockerr=111 (Connection refused) BUILDSTDERR: [SelectPoller] @ Failed to connect: watching=5: In.Out.; indicated=5: In.Out.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Failed to connect: watching=1: In.; indicated=1: In.; sockerr=0 BUILDSTDERR: [SelectPoller] @ Failed to connect: watching=12: Out.Err.; indicated=4: Out.; sockerr=0 BUILDSTDERR: ok BUILDSTDERR: start_test (tests.unit.select_connection_ioloop_tests.SelectPollerTestPollWithoutSockets) ... ok BUILDSTDERR: test_eq (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_ge (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_gt (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_le (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_lt (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_ne (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_non_callable_callback_raises (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_non_negative_deadline (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_properties (tests.unit.select_connection_timer_tests.TimeoutClassTests) ... ok BUILDSTDERR: test_add_and_remove_timeout (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_add_timeout_from_another_timeout (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_call_later_multiple_timers (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_call_later_non_negative_delay_check (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_call_later_single_timer_expires (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_cancel_expired_timeout_from_another_timeout (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_cancel_unexpired_timeout_from_another_timeout (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_close_empty (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_close_non_empty (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_gc_of_unexpired_timeouts (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: test_no_timeouts_remaining_interval_is_none (tests.unit.select_connection_timer_tests.TimerClassTests) ... ok BUILDSTDERR: tests.unit.select_connection_timer_tests.test_now ... ok BUILDSTDERR: test_handling_of_test_execution_thread_timeout (tests.unit.threaded_test_wrapper_test.ThreadedTestWrapperSelfChecks) ... ok BUILDSTDERR: test_integrity_of_args_and_return_value (tests.unit.threaded_test_wrapper_test.ThreadedTestWrapperSelfChecks) ... ok BUILDSTDERR: test_propagation_of_failure_from_test_execution_thread (tests.unit.threaded_test_wrapper_test.ThreadedTestWrapperSelfChecks) ... ok BUILDSTDERR: test_skip_test_is_passed_through (tests.unit.threaded_test_wrapper_test.ThreadedTestWrapperSelfChecks) ... ok BUILDSTDERR: test_tornado_connection_call_parent (tests.unit.tornado_tests.TornadoConnectionTests) ... ok BUILDSTDERR: Name Stmts Miss Branch BrMiss Cover Missing BUILDSTDERR: ----------------------------------------------------------------------------------------- BUILDSTDERR: pika 12 0 0 0 100% BUILDSTDERR: pika.adapters 4 0 0 0 100% BUILDSTDERR: pika.adapters.base_connection 124 72 33 31 34% 139, 166-187, 198, 205, 212, 219-223, 234-244, 259-263, 273-301, 311-341, 354-364, 372-377, 386, 397-400, 417-431, 445-454, 465, 485-490, 498, 501 BUILDSTDERR: pika.adapters.blocking_connection 749 388 201 157 43% 113-117, 121-138, 164-169, 205, 216-220, 223, 228-229, 364, 368, 372-373, 420, 423, 445-446, 474-480, 498, 539, 545-567, 576, 588, 599, 611, 616-633, 661, 676, 698-705, 737-748, 758-769, 784-787, 826, 832, 835, 910, 920, 930, 939, 966-968, 985, 988, 994, 1015-1019, 1022, 1029, 1045-1047, 1103, 1108, 1113, 1126-1132, 1135, 1259, 1262, 1286, 1322, 1325, 1331, 1343-1356, 1365-1366, 1391-1400, 1413-1424, 1434-1441, 1450-1453, 1463-1471, 1479-1494, 1534-1538, 1551, 1569, 1655, 1667, 1689-1696, 1733-1801, 1813-1831, 1846-1857, 1867-1870, 1919-1997, 2018-2023, 2033-2041, 2056-2084, 2103-2104, 2125-2127, 2144-2158, 2193-2239, 2270-2276, 2289-2292, 2306-2307, 2315-2333, 2367-2380, 2392-2400, 2415-2427, 2445-2455, 2487-2499, 2512-2521, 2532-2537, 2553-2563, 2582-2591, 2603-2608, 2618-2623, 2633-2638 BUILDSTDERR: pika.adapters.select_connection 452 84 182 50 79% 33, 58, 96-101, 119-131, 143, 416-418, 469, 567, 576, 667-674, 826, 831, 836, 847, 860, 871, 895, 925-927, 958-959, 965, 1026-1027, 1036-1051, 1059-1073, 1077-1079, 1083-1085, 1095, 1108-1138, 1148, 1187, 1196 BUILDSTDERR: pika.adapters.tornado_connection 19 7 4 3 57% 50, 72-85 BUILDSTDERR: pika.adapters.utils 0 0 0 0 100% BUILDSTDERR: pika.adapters.utils.connection_workflow 319 255 79 79 16% 52-53, 56, 95-96, 99, 130-145, 162-193, 206-238, 248-259, 268-282, 290-298, 306-311, 325-357, 369-402, 415-436, 451-489, 522, 534, 579-603, 617, 633-660, 667-688, 696-706, 712-714, 722-730, 740-757, 765-783, 796-807, 814-826, 838-866 BUILDSTDERR: pika.adapters.utils.io_services_utils 551 461 148 146 13% 52-53, 64-65, 77-84, 103, 126-146, 159, 168, 197-217, 224-226, 233-243, 253-263, 273-286, 294-324, 333-353, 385-414, 422-449, 456-468, 478-488, 499-520, 528-558, 566-616, 623-677, 702, 715-722, 731-734, 741, 748, 757-769, 787-806, 818-829, 846, 861, 868-873, 881-892, 904-944, 957-980, 999-1003, 1012-1025, 1034-1075, 1084-1112, 1131-1139, 1148-1161, 1168-1180, 1190-1202, 1219-1278, 1292-1371 BUILDSTDERR: pika.adapters.utils.nbio_interface 56 23 0 0 59% 35, 51, 67, 89, 106, 123, 144, 172, 210, 233, 244, 265, 276, 286, 299, 316, 332, 345, 354, 391, 400, 410, 418 BUILDSTDERR: pika.adapters.utils.selector_ioloop_adapter 204 138 54 42 30% 222, 235, 251-273, 280-305, 312-334, 341-366, 379-403, 413-414, 430-431, 434-437, 450, 459, 491-505, 511-513, 521-527, 537-553, 560-576, 585-595 BUILDSTDERR: pika.amqp_object 25 0 6 1 97% BUILDSTDERR: pika.callback 170 6 81 4 96% 219, 234-237, 268-269 BUILDSTDERR: pika.channel 420 32 119 22 90% 101, 231-233, 318, 374, 426, 491, 753, 782, 823, 887, 960, 994, 1010-1012, 1031, 1142-1144, 1147-1148, 1193, 1291-1296, 1331, 1390, 1417, 1433, 1466 BUILDSTDERR: pika.compat 114 37 18 9 65% 30, 34-35, 40-136, 183, 227-230, 233, 235, 247-249 BUILDSTDERR: pika.connection 777 111 256 50 84% 221, 468, 750, 777-778, 782-783, 793-794, 805-806, 814, 820-821, 831-832, 842-843, 857-858, 868-869, 877-884, 893-931, 955, 1079, 1083, 1297-1305, 1404, 1413, 1427, 1442, 1452, 1464, 1477, 1501, 1555-1556, 1599-1600, 1621, 1660, 1693, 1703-1708, 1797, 1805-1813, 1827, 1832-1834, 1848, 1850, 1855, 1912, 1947, 1963-1979, 1999, 2004, 2051, 2095, 2109, 2152-2162, 2171, 2211-2212, 2257, 2285 BUILDSTDERR: pika.credentials 47 0 14 0 100% BUILDSTDERR: pika.data 193 41 78 16 79% 38, 57-58, 64-75, 118-127, 220-221, 225-226, 230-231, 235-236, 245-246, 250-251, 260-261, 265-266, 278, 287-288 BUILDSTDERR: pika.diagnostic_utils 13 0 0 0 100% BUILDSTDERR: pika.exceptions 112 24 4 2 78% 8, 73, 81-84, 141, 209, 216, 235-238, 241, 257-260, 263, 270, 277, 284, 291, 306, 313, 320, 331, 347, 354 BUILDSTDERR: pika.frame 90 0 14 0 100% BUILDSTDERR: pika.heartbeat 72 9 10 5 83% 38, 137-144 BUILDSTDERR: pika.tcp_socket_opts 28 2 10 1 92% 25-26 BUILDSTDERR: pika.validators 17 0 10 0 100% BUILDSTDERR: ----------------------------------------------------------------------------------------- BUILDSTDERR: TOTAL 4568 1690 1321 618 61% BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 638 tests in 21.894s BUILDSTDERR: OK (SKIP=23) + exit 0 Processing files: python2-pika-1.0.0-1.el7.infra.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.O7f7d2 + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/doc/python2-pika-1.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/doc/python2-pika-1.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/doc/python2-pika-1.0.0 + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/doc/python2-pika-1.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.div8q7 + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/licenses/python2-pika-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/licenses/python2-pika-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch/usr/share/licenses/python2-pika-1.0.0 + exit 0 Provides: python-pika = 1.0.0-1.el7.infra python2-pika = 1.0.0-1.el7.infra Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-pika < 1.0.0-1.el7.infra Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch Wrote: /builddir/build/RPMS/python2-pika-1.0.0-1.el7.infra.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LTu2um + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pika-1.0.0-1.el7.infra.noarch + exit 0 Child return code was: 0