Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'], chrootPath='/var/lib/mock/dist-an8-infra-build-51298-23502/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=86400uid=989gid=135user='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 Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-pika-1.0.1-3.an8.1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pika.spec'], chrootPath='/var/lib/mock/dist-an8-infra-build-51298-23502/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=86400uid=989gid=135user='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.l5OQpE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pika-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pika-1.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pika-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Fix-a-test-that-is-failing-on-Python-3.8b1.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + 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.Tnx6rF + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pika copying pika/__init__.py -> build/lib/pika copying pika/channel.py -> build/lib/pika copying pika/spec.py -> build/lib/pika copying pika/heartbeat.py -> build/lib/pika copying pika/callback.py -> build/lib/pika copying pika/frame.py -> build/lib/pika copying pika/diagnostic_utils.py -> build/lib/pika copying pika/data.py -> build/lib/pika copying pika/amqp_object.py -> build/lib/pika copying pika/connection.py -> build/lib/pika copying pika/exceptions.py -> build/lib/pika copying pika/compat.py -> build/lib/pika copying pika/credentials.py -> build/lib/pika copying pika/validators.py -> build/lib/pika copying pika/tcp_socket_opts.py -> build/lib/pika creating 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/tornado_connection.py -> build/lib/pika/adapters copying pika/adapters/twisted_connection.py -> build/lib/pika/adapters copying pika/adapters/asyncio_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/__init__.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/selector_ioloop_adapter.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/io_services_utils.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/nbio_interface.py -> build/lib/pika/adapters/utils copying pika/adapters/utils/connection_workflow.py -> build/lib/pika/adapters/utils + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py + sleep 1 + sphinx-build-3 -b html -d doctrees docs html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/3/objects.inv... WARNING: failed to reach any of the inventories with the following issues: WARNING: intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable due to : ('intersphinx inventory %r not fetchable due to %s: %s', 'https://docs.python.org/3/objects.inv', , ConnectionError(...)) loading intersphinx inventory from http://www.tornadoweb.org/en/stable/objects.inv... WARNING: failed to reach any of the inventories with the following issues: WARNING: intersphinx inventory 'http://www.tornadoweb.org/en/stable/objects.inv' not fetchable due to : ('intersphinx inventory %r not fetchable due to %s: %s', 'http://www.tornadoweb.org/en/stable/objects.inv', , ConnectionError(...)) building [mo]: targets for 0 po files that are out of date building [html]: targets for 37 source files that are out of date updating environment: 37 added, 0 changed, 0 removed reading sources... [ 2%] contributors reading sources... [ 5%] examples reading sources... [ 8%] examples/asynchronous_consumer_example reading sources... [ 10%] examples/asynchronous_publisher_example reading sources... [ 13%] examples/asyncio_consumer reading sources... [ 16%] examples/blocking_basic_get reading sources... [ 18%] examples/blocking_consume reading sources... [ 21%] examples/blocking_consume_recover_multiple_hosts reading sources... [ 24%] examples/blocking_consumer_generator reading sources... [ 27%] examples/blocking_delivery_confirmations reading sources... [ 29%] examples/blocking_publish_mandatory reading sources... [ 32%] examples/comparing_publishing_sync_async reading sources... [ 35%] examples/connecting_async reading sources... [ 37%] examples/direct_reply_to reading sources... [ 40%] examples/heartbeat_and_blocked_timeouts reading sources... [ 43%] examples/tls_mutual_authentication reading sources... [ 45%] examples/tls_server_authentication reading sources... [ 48%] examples/tornado_consumer reading sources... [ 51%] examples/twisted_example reading sources... [ 54%] examples/using_urlparameters reading sources... [ 56%] faq reading sources... [ 59%] index reading sources... [ 62%] intro reading sources... [ 64%] modules/adapters/asyncio reading sources... [ 67%] modules/adapters/blocking reading sources... [ 70%] modules/adapters/index reading sources... [ 72%] modules/adapters/select reading sources... [ 75%] modules/adapters/tornado reading sources... [ 78%] modules/adapters/twisted reading sources... [ 81%] modules/channel reading sources... [ 83%] modules/connection reading sources... [ 86%] modules/credentials reading sources... [ 89%] modules/exceptions reading sources... [ 91%] modules/index reading sources... [ 94%] modules/parameters reading sources... [ 97%] modules/spec reading sources... [100%] version_history WARNING: autodoc: failed to import module 'pika.adapters.asyncio_connection'; the following exception was raised: No module named 'pika.adapters.asyncio_connection' WARNING: autodoc: failed to import class 'AsyncioConnection' from module 'pika.adapters.asyncio_connection'; the following exception was raised: No module named 'pika.adapters.asyncio_connection' docstring of pika.adapters.blocking_connection.BlockingConnection.add_callback_threadsafe:19: WARNING: Unexpected indentation. docstring of pika.adapters.blocking_connection.BlockingConnection.add_callback_threadsafe:17: WARNING: Inline literal start-string without end-string. docstring of pika.adapters.blocking_connection.BlockingConnection.add_callback_threadsafe:20: WARNING: Block quote ends without a blank line; unexpected unindent. docstring of pika.adapters.blocking_connection.BlockingConnection.add_callback_threadsafe:20: WARNING: Inline literal start-string without end-string. docstring of pika.adapters.blocking_connection.BlockingConnection.add_callback_threadsafe:20: WARNING: Inline interpreted text or phrase reference start-string without end-string. docstring of pika.adapters.blocking_connection.BlockingConnection.add_on_connection_unblocked_callback:8: WARNING: Unexpected indentation. docstring of pika.adapters.blocking_connection.BlockingChannel.basic_cancel:22: WARNING: Unexpected indentation. docstring of pika.adapters.blocking_connection.BlockingChannel.basic_consume:18: WARNING: Unexpected indentation. docstring of pika.adapters.select_connection.SelectConnection.create_connection:1: WARNING: Unknown interpreted text role "py:classmethod". WARNING: autodoc: failed to import module 'pika.adapters.tornado_connection'; the following exception was raised: No module named 'pika.adapters.tornado_connection' WARNING: autodoc: failed to import class 'TornadoConnection' from module 'pika.adapters.tornado_connection'; the following exception was raised: No module named 'pika.adapters.tornado_connection' WARNING: autodoc: failed to import module 'pika.adapters.twisted_connection'; the following exception was raised: No module named 'pika.adapters.twisted_connection' WARNING: autodoc: failed to import class 'TwistedProtocolConnection' from module 'pika.adapters.twisted_connection'; the following exception was raised: No module named 'pika.adapters.twisted_connection' WARNING: autodoc: failed to import class 'TwistedChannel' from module 'pika.adapters.twisted_connection'; the following exception was raised: No module named 'pika.adapters.twisted_connection' WARNING: autodoc: failed to import class 'ClosableDeferredQueue' from module 'pika.adapters.twisted_connection'; the following exception was raised: No module named 'pika.adapters.twisted_connection' docstring of pika.channel.Channel.basic_consume:16: WARNING: Unexpected indentation. docstring of pika.connection.ConnectionParameters.ssl_options:2: WARNING: Inline interpreted text or phrase reference start-string without end-string. docstring of pika.connection.URLParameters.ssl_options:2: WARNING: Inline interpreted text or phrase reference start-string without end-string. docstring of pika.spec:8: WARNING: Explicit markup ends without a blank line; unexpected unindent. /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "pr". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:2: WARNING: Duplicate explicit target name: "github milestone". /builddir/build/BUILD/pika-1.0.1/docs/version_history.rst:447: WARNING: Inline strong start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/pika-1.0.1/docs/examples/asyncio_consumer.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/pika-1.0.1/docs/examples/direct_reply_to.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/pika-1.0.1/docs/examples/heartbeat_and_blocked_timeouts.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/pika-1.0.1/docs/modules/adapters/asyncio.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 2%] contributors writing output... [ 5%] examples writing output... [ 8%] examples/asynchronous_consumer_example writing output... [ 10%] examples/asynchronous_publisher_example writing output... [ 13%] examples/asyncio_consumer writing output... [ 16%] examples/blocking_basic_get writing output... [ 18%] examples/blocking_consume writing output... [ 21%] examples/blocking_consume_recover_multiple_hosts writing output... [ 24%] examples/blocking_consumer_generator writing output... [ 27%] examples/blocking_delivery_confirmations writing output... [ 29%] examples/blocking_publish_mandatory writing output... [ 32%] examples/comparing_publishing_sync_async writing output... [ 35%] examples/connecting_async writing output... [ 37%] examples/direct_reply_to writing output... [ 40%] examples/heartbeat_and_blocked_timeouts writing output... [ 43%] examples/tls_mutual_authentication writing output... [ 45%] examples/tls_server_authentication writing output... [ 48%] examples/tornado_consumer writing output... [ 51%] examples/twisted_example writing output... [ 54%] examples/using_urlparameters writing output... [ 56%] faq writing output... [ 59%] index writing output... [ 62%] intro writing output... [ 64%] modules/adapters/asyncio writing output... [ 67%] modules/adapters/blocking writing output... [ 70%] modules/adapters/index writing output... [ 72%] modules/adapters/select writing output... [ 75%] modules/adapters/tornado writing output... [ 78%] modules/adapters/twisted writing output... [ 81%] modules/channel writing output... [ 83%] modules/connection writing output... [ 86%] modules/credentials writing output... [ 89%] modules/exceptions writing output... [ 91%] modules/index writing output... [ 94%] modules/parameters writing output... [ 97%] modules/spec writing output... [100%] version_history docstring of pika.adapters.blocking_connection.BlockingChannel:1: WARNING: term not in glossary: generator generating indices... genindex py-modindex highlighting module code... [ 12%] pika.adapters.blocking_connection highlighting module code... [ 25%] pika.adapters.select_connection highlighting module code... [ 37%] pika.amqp_object highlighting module code... [ 50%] pika.channel highlighting module code... [ 62%] pika.connection highlighting module code... [ 75%] pika.credentials highlighting module code... [ 87%] pika.exceptions highlighting module code... [100%] pika.spec writing additional pages... search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/pika-1.0.1/docs/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 47 warnings. The HTML pages are in html. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PGqdE1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch ++ dirname /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch + cd pika-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/channel.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/spec.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/heartbeat.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/callback.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/frame.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/diagnostic_utils.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/data.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/amqp_object.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/exceptions.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/compat.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/credentials.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika copying build/lib/pika/validators.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils copying build/lib/pika/adapters/select_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/base_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/tornado_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/twisted_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/asyncio_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/blocking_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/tcp_socket_opts.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/channel.py to channel.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/spec.py to spec.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/heartbeat.py to heartbeat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/callback.py to callback.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/frame.py to frame.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/diagnostic_utils.py to diagnostic_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/amqp_object.py to amqp_object.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/validators.py to validators.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/adapters/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.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.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika/tcp_socket_opts.py to tcp_socket_opts.pyc writing byte-compilation script '/tmp/tmpL6396d.py' /usr/bin/python2 -O /tmp/tmpL6396d.py removing /tmp/tmpL6396d.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.1-3.an8.1.noarch/usr/lib/python2.7/site-packages/pika-1.0.1-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/channel.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/spec.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/heartbeat.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/callback.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/frame.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/diagnostic_utils.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/data.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/amqp_object.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/exceptions.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/compat.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/credentials.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika copying build/lib/pika/validators.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters creating /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/__init__.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/selector_ioloop_adapter.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/io_services_utils.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/nbio_interface.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/utils/connection_workflow.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils copying build/lib/pika/adapters/select_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/base_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/tornado_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/twisted_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/asyncio_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/adapters/blocking_connection.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters copying build/lib/pika/tcp_socket_opts.py -> /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/channel.py to channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/spec.py to spec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/heartbeat.py to heartbeat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/callback.py to callback.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/frame.py to frame.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/diagnostic_utils.py to diagnostic_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/data.py to data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/amqp_object.py to amqp_object.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/credentials.py to credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/validators.py to validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils/selector_ioloop_adapter.py to selector_ioloop_adapter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py to io_services_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils/nbio_interface.py to nbio_interface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/utils/connection_workflow.py to connection_workflow.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/select_connection.py to select_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/base_connection.py to base_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/tornado_connection.py to tornado_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/twisted_connection.py to twisted_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/asyncio_connection.py to asyncio_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/adapters/blocking_connection.py to blocking_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika/tcp_socket_opts.py to tcp_socket_opts.cpython-36.pyc writing byte-compilation script '/tmp/tmp_g2dmbfl.py' /usr/libexec/platform-python /tmp/tmp_g2dmbfl.py removing /tmp/tmp_g2dmbfl.py running install_egg_info running egg_info writing pika.egg-info/PKG-INFO writing dependency_links to pika.egg-info/dependency_links.txt writing requirements to pika.egg-info/requires.txt writing top-level names to pika.egg-info/top_level.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.1-3.an8.1.noarch/usr/lib/python3.6/site-packages/pika-1.0.1-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j64 --strict-build-id -m -i --build-id-seed 1.0.1-3.an8.1 --unique-debug-suffix -1.0.1-3.an8.1.noarch --unique-debug-src-base python-pika-1.0.1-3.an8.1.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pika-1.0.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6 using /usr/libexec/platform-python Bytecompiling .py files below /builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VExgZr + umask 022 + cd /builddir/build/BUILD + cd pika-1.0.1 + PYTHONPATH=/builddir/build/BUILDROOT/python-pika-1.0.1-3.an8.1.noarch/usr/lib/python3.6/site-packages + nosetests-3 nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] nose.plugins.cover: INFO: Coverage report will include only packages: ['pika'] test_base_name (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok test_repr_items (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok test_repr_no_items (tests.unit.amqp_object_tests.AMQPObjectTests) ... ok test_base_name (tests.unit.amqp_object_tests.ClassTests) ... ok test_base_name (tests.unit.amqp_object_tests.MethodTests) ... ok test_get_body (tests.unit.amqp_object_tests.MethodTests) ... ok test_get_properties (tests.unit.amqp_object_tests.MethodTests) ... ok test_set_content_body (tests.unit.amqp_object_tests.MethodTests) ... ok test_set_content_properties (tests.unit.amqp_object_tests.MethodTests) ... ok test_base_name (tests.unit.amqp_object_tests.PropertiesTests) ... ok test_repr (tests.unit.base_connection_tests.BaseConnectionTests) ... ok test_should_raise_value_exception_with_no_params_func_instead (tests.unit.base_connection_tests.BaseConnectionTests) ... ok test_tcp_options_with_dict_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok test_tcp_options_with_invalid_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok test_tcp_options_with_none_tcp_options (tests.unit.base_connection_tests.BaseConnectionTests) ... ok test_basic_cancel_legacy_parameter (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_basic_consume (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_basic_consume_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_basic_consume_legacy_parameter_queue (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_basic_get_legacy_parameter (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_context_manager (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_context_manager_does_not_suppress_exception (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_context_manager_exit_with_closed_channel (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_exchange_declare_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_buback_return (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_confirmation (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_pending_events (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_queue_bind_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_queue_declare_legacy_parameter_callback (tests.unit.blocking_channel_tests.BlockingChannelTests) ... ok test_channel (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_close_with_channel_closed_exception (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_connection_blocked_evt (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_connection_unblocked_evt (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_constructor (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_error_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_no_error_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_user_initiated_close (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup_fails_with_open_error (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_sleep (tests.unit.blocking_connection_tests.BlockingConnectionTests) ... ok test_add_duplicate_callback (tests.unit.callback_tests.CallbackTests) ... ok test_add_duplicate_callback_returns_prefix_value_and_key (tests.unit.callback_tests.CallbackTests) ... ok test_add_first_time_callback_added (tests.unit.callback_tests.CallbackTests) ... ok test_add_first_time_key_added (tests.unit.callback_tests.CallbackTests) ... ok test_add_first_time_prefix_added (tests.unit.callback_tests.CallbackTests) ... ok test_add_oneshot_default_is_true (tests.unit.callback_tests.CallbackTests) ... ok test_add_oneshot_is_false (tests.unit.callback_tests.CallbackTests) ... ok test_add_only_caller_default_is_false (tests.unit.callback_tests.CallbackTests) ... ok test_add_only_caller_true (tests.unit.callback_tests.CallbackTests) ... ok test_add_returns_prefix_value_and_key (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_attribute (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_match (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_no_arguments (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_no_match (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method_no_match (tests.unit.callback_tests.CallbackTests) ... ok test_arguments_match_obj_no_attribute (tests.unit.callback_tests.CallbackTests) ... ok test_cleanup_keeps_other_prefix (tests.unit.callback_tests.CallbackTests) ... ok test_cleanup_removes_prefix (tests.unit.callback_tests.CallbackTests) ... ok test_cleanup_returns_true (tests.unit.callback_tests.CallbackTests) ... ok test_clear (tests.unit.callback_tests.CallbackTests) ... ok test_dict (tests.unit.callback_tests.CallbackTests) ... ok test_empty_callbacks_on_init (tests.unit.callback_tests.CallbackTests) ... ok test_initialization (tests.unit.callback_tests.CallbackTests) ... ok test_missing_prefix (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_amqpobject_class (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_basic_consume_object (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_method_frame (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_method_object (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_protocol_header (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_str (tests.unit.callback_tests.CallbackTests) ... ok test_name_or_value_unicode (tests.unit.callback_tests.CallbackTests) ... ok test_pending_none (tests.unit.callback_tests.CallbackTests) ... ok test_pending_one (tests.unit.callback_tests.CallbackTests) ... ok test_pending_two (tests.unit.callback_tests.CallbackTests) ... ok test_process_callback_false (tests.unit.callback_tests.CallbackTests) ... ok test_process_false (tests.unit.callback_tests.CallbackTests) ... ok test_process_mock_called (tests.unit.callback_tests.CallbackTests) ... ok test_process_non_one_shot_callback_not_removed (tests.unit.callback_tests.CallbackTests) ... ok test_process_non_one_shot_key_not_removed (tests.unit.callback_tests.CallbackTests) ... ok test_process_non_one_shot_prefix_not_removed (tests.unit.callback_tests.CallbackTests) ... ok test_process_one_shot_removed (tests.unit.callback_tests.CallbackTests) ... ok test_process_only_caller_fails (tests.unit.callback_tests.CallbackTests) ... ok test_process_only_caller_fails_no_removal (tests.unit.callback_tests.CallbackTests) ... ok test_process_true (tests.unit.callback_tests.CallbackTests) ... ok test_remove_all (tests.unit.callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_callback_remains (tests.unit.callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_prefix_remains (tests.unit.callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_remains (tests.unit.callback_tests.CallbackTests) ... ok test_remove_with_callback_false (tests.unit.callback_tests.CallbackTests) ... ok test_remove_with_callback_true (tests.unit.callback_tests.CallbackTests) ... ok test_remove_with_callback_true_empty_stack (tests.unit.callback_tests.CallbackTests) ... ok test_remove_with_callback_true_non_empty_stack (tests.unit.callback_tests.CallbackTests) ... ok test_remove_with_no_callbacks_pending (tests.unit.callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_args_only (tests.unit.callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_kwargs (tests.unit.callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_mixed_args_and_kwargs (tests.unit.callback_tests.CallbackTests) ... ok test_should_process_callback_false_argument_fail (tests.unit.callback_tests.CallbackTests) ... ok test_should_process_callback_false_only_caller_failure (tests.unit.callback_tests.CallbackTests) ... ok test_should_process_callback_true (tests.unit.callback_tests.CallbackTests) ... ok test_add_callback (tests.unit.channel_tests.ChannelTests) ... ok test_add_callback_multiple_replies (tests.unit.channel_tests.ChannelTests) ... ok test_add_callbacks_basic_cancel_empty_added (tests.unit.channel_tests.ChannelTests) ... ok test_add_callbacks_basic_get_empty_added (tests.unit.channel_tests.ChannelTests) ... ok test_add_callbacks_channel_close_added (tests.unit.channel_tests.ChannelTests) ... ok test_add_callbacks_channel_flow_added (tests.unit.channel_tests.ChannelTests) ... ok test_add_on_cancel_callback (tests.unit.channel_tests.ChannelTests) ... ok test_add_on_close_callback (tests.unit.channel_tests.ChannelTests) ... ok test_add_on_flow_callback (tests.unit.channel_tests.ChannelTests) ... ok test_add_on_return_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_ack_calls_send_method (tests.unit.channel_tests.ChannelTests) ... ok test_basic_ack_channel_closed (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_asynch (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_asynch_with_user_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_calls_raise_if_not_open (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_synch (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_synch_no_user_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_then_close (tests.unit.channel_tests.ChannelTests) ... ok test_basic_cancel_unknown_consumer_tag (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_calls_raise_if_not_open (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_channel_closed (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_cancelled_full (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_in_consumers (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_no_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_with_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumers_callback_value (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumers_rpc_with_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_consumers_rpc_with_no_completion_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_duplicate_consumer_tag_raises (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_consume_legacy_parameter_queue (tests.unit.channel_tests.ChannelTests) ... ok test_basic_get_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_get_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_basic_get_requires_callback (tests.unit.channel_tests.ChannelTests) ... ok test_basic_get_send_method_called (tests.unit.channel_tests.ChannelTests) ... ok test_basic_get_send_method_called_auto_ack (tests.unit.channel_tests.ChannelTests) ... ok test_basic_nack_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_basic_nack_send_method_request (tests.unit.channel_tests.ChannelTests) ... ok test_basic_publish_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_basic_publish_send_method_request (tests.unit.channel_tests.ChannelTests) ... ok test_basic_qos_invalid_prefetch_count_raises_error (tests.unit.channel_tests.ChannelTests) ... ok test_basic_qos_invalid_prefetch_size_raises_error (tests.unit.channel_tests.ChannelTests) ... ok test_basic_qos_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_basic_qos_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_basic_qos_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_basic_recover_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_basic_recover_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_basic_recover_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_basic_reject_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_basic_reject_send_method_request_with_int_tag (tests.unit.channel_tests.ChannelTests) ... ok test_basic_reject_send_method_request_with_long_tag (tests.unit.channel_tests.ChannelTests) ... ok test_basic_reject_spec_with_int_tag (tests.unit.channel_tests.ChannelTests) ... ok test_basic_reject_spec_with_long_tag (tests.unit.channel_tests.ChannelTests) ... ok test_channel_open_add_callbacks_called (tests.unit.channel_tests.ChannelTests) ... ok test_cleanup (tests.unit.channel_tests.ChannelTests) ... ok test_close_basic_cancel_called (tests.unit.channel_tests.ChannelTests) ... ok test_close_in_closed_state_raises_channel_wrong_state_and_stays_closed (tests.unit.channel_tests.ChannelTests) ... ok test_close_in_closing_state_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_close_in_open_state_transitions_to_closing (tests.unit.channel_tests.ChannelTests) ... ok test_close_in_opening_state (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_async (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_ack (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_nack (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_without_nowait_selectok (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_yes_basic_ack_callback (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_yes_basic_nack_callback (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_legacy_no_parameters (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_legacy_nowait_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_callback_call_count (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_confirms (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_nack (tests.unit.channel_tests.ChannelTests) ... ok test_confirm_delivery_with_bad_callback_raises_value_error (tests.unit.channel_tests.ChannelTests) ... ok test_consumer_tags (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_bind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_bind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_bind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_declare_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_declare_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_declare_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_delete_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_delete_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_delete_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_unbind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_flow_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_flow_off_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_flow_on_flowok_callback (tests.unit.channel_tests.ChannelTests) ... ok test_flow_on_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_flow_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_flow_raises_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_deliver_called (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_get_called (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_return_called (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_method_returns_none (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_header_frame (tests.unit.channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_method_frame (tests.unit.channel_tests.ChannelTests) ... ok test_has_content_false (tests.unit.channel_tests.ChannelTests) ... ok test_has_content_true (tests.unit.channel_tests.ChannelTests) ... ok test_init_blocked (tests.unit.channel_tests.ChannelTests) ... ok test_init_blocking (tests.unit.channel_tests.ChannelTests) ... ok test_init_callbacks (tests.unit.channel_tests.ChannelTests) ... ok test_init_cancelled (tests.unit.channel_tests.ChannelTests) ... ok test_init_channel_number (tests.unit.channel_tests.ChannelTests) ... ok test_init_connection (tests.unit.channel_tests.ChannelTests) ... ok test_init_consumers (tests.unit.channel_tests.ChannelTests) ... ok test_init_content_frame_assembler (tests.unit.channel_tests.ChannelTests) ... ok test_init_flow (tests.unit.channel_tests.ChannelTests) ... ok test_init_has_on_flow_callback (tests.unit.channel_tests.ChannelTests) ... ok test_init_invalid_channel_number (tests.unit.channel_tests.ChannelTests) ... ok test_init_on_flowok_callback (tests.unit.channel_tests.ChannelTests) ... ok test_init_on_getok_callback (tests.unit.channel_tests.ChannelTests) ... ok test_init_on_openok_callback (tests.unit.channel_tests.ChannelTests) ... ok test_init_state (tests.unit.channel_tests.ChannelTests) ... ok test_is_closed_false (tests.unit.channel_tests.ChannelTests) ... ok test_is_closed_true (tests.unit.channel_tests.ChannelTests) ... ok test_is_closing_false (tests.unit.channel_tests.ChannelTests) ... ok test_is_closing_true (tests.unit.channel_tests.ChannelTests) ... ok test_no_side_effects_from_send_method_error (tests.unit.channel_tests.ChannelTests) ... ok test_on_cancel_not_appended_cancelled (tests.unit.channel_tests.ChannelTests) ... ok test_on_cancel_removed_consumer (tests.unit.channel_tests.ChannelTests) ... ok test_on_cancelok_removed_consumer (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_from_broker_in_closing_state (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_from_broker_in_open_state (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_from_broker_warning (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_meta_in_closed_state_is_suppressed (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_meta_in_closing_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_meta_in_open_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok test_on_close_meta_in_opening_state_transitions_to_closed (tests.unit.channel_tests.ChannelTests) ... ok test_on_closeok (tests.unit.channel_tests.ChannelTests) ... ok test_on_closeok_following_close_from_broker (tests.unit.channel_tests.ChannelTests) ... ok test_on_confirm_selectok (tests.unit.channel_tests.ChannelTests) ... ok test_on_deliver_callback_called (tests.unit.channel_tests.ChannelTests) ... ok test_on_eventok (tests.unit.channel_tests.ChannelTests) ... ok test_on_flow (tests.unit.channel_tests.ChannelTests) ... ok test_on_flow_with_callback (tests.unit.channel_tests.ChannelTests) ... ok test_on_flowok (tests.unit.channel_tests.ChannelTests) ... ok test_on_flowok_callback_reset (tests.unit.channel_tests.ChannelTests) ... ok test_on_flowok_calls_callback (tests.unit.channel_tests.ChannelTests) ... ok test_on_getempty (tests.unit.channel_tests.ChannelTests) ... ok test_on_getok_callback_called (tests.unit.channel_tests.ChannelTests) ... ok test_on_getok_callback_reset (tests.unit.channel_tests.ChannelTests) ... ok test_on_getok_no_callback (tests.unit.channel_tests.ChannelTests) ... ok test_on_openok_callback_called (tests.unit.channel_tests.ChannelTests) ... ok test_on_openok_no_callback (tests.unit.channel_tests.ChannelTests) ... ok test_on_synchronous_complete (tests.unit.channel_tests.ChannelTests) ... ok test_onreturn (tests.unit.channel_tests.ChannelTests) ... ok test_onreturn_warning (tests.unit.channel_tests.ChannelTests) ... ok test_queue_bind_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_bind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_queue_bind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_queue_declare_legacy_parameter_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_declare_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_queue_declare_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_queue_delete_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_queue_delete_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_queue_delete_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_queue_purge_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_queue_purge_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_queue_purge_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request_nowait (tests.unit.channel_tests.ChannelTests) ... ok test_queue_unbind_legacy_parameter (tests.unit.channel_tests.ChannelTests) ... ok test_queue_unbind_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_queue_unbind_raises_value_error_on_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_queue_unbind_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_raise_if_not_open_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_repr (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_adds_callback (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_enters_blocking_and_adds_on_synchronous_complete (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_not_blocking_and_no_on_synchronous_complete_when_no_replies (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_throws_type_error_with_invalid_callback (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_throws_value_error_with_unacceptable_replies (tests.unit.channel_tests.ChannelTests) ... ok test_rpc_while_blocking_appends_blocked_collection (tests.unit.channel_tests.ChannelTests) ... ok test_send_method (tests.unit.channel_tests.ChannelTests) ... ok test_set_state (tests.unit.channel_tests.ChannelTests) ... ok test_tx_commit_raises_channel_wrong_state (tests.unit.channel_tests.ChannelTests) ... ok test_tx_commit_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_tx_rollback_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_tx_select_rpc_request (tests.unit.channel_tests.ChannelTests) ... ok test_get_linux_version_gcp (tests.unit.compat_tests.UtilsTests) ... ok test_get_linux_version_normal (tests.unit.compat_tests.UtilsTests) ... ok test_get_linux_version_short (tests.unit.compat_tests.UtilsTests) ... ok test_to_digit (tests.unit.compat_tests.UtilsTests) ... ok test_to_digit_with_dot (tests.unit.compat_tests.UtilsTests) ... ok test_to_digit_with_plus_sign (tests.unit.compat_tests.UtilsTests) ... ok test connection kwargs type checks throw errors for bad input ... ok test_callable_heartbeat (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_default_property_values (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_exlicit_none_socket_timeout (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_exlicit_none_stack_timeout (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_explicit_non_ssl_with_default_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_explicit_non_ssl_with_explict_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_explicit_ssl_with_default_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_explicit_ssl_with_explict_port (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok make sure connection kwargs get set correctly ... ok test_parameters_accept_plain_string_locale (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_parameters_accept_unicode_locale (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_parameters_accepts_plain_string_virtualhost (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_parameters_accepts_unicode_string_virtualhost (tests.unit.connection_parameters_tests.ConnectionParametersTests) ... ok test_blocked_connection_timeout (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_channel_max (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_connection_attempts (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_credentials (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_default_property_values (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_eq (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_frame_max (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_heartbeat (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_host (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_locale (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_ne (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_port (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_retry_delay (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_socket_timeout (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_ssl_options (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_tcp_options (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_virtual_host (tests.unit.connection_parameters_tests.ParametersTests) ... ok test_accepts_blank_username_and_password (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_accepts_plain_string (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_accepts_unicode_string (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_default_property_values (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test for the different query stings checked by process url ... ok test_no_ssl (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_no_url_scheme_defaults_to_plaintext (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_ssl (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_url_decodes_username_and_password (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_port_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_username_and_password_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_if_not_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_if_only_parameters_provided (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_if_only_slash_is_specified (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_via_encoded_slash_downcase (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_via_encoded_slash_downcase_ending_with_slash (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_via_encoded_slash_upcase (tests.unit.connection_parameters_tests.URLParametersTests) ... ok test_uses_default_virtual_host_via_encoded_slash_upcase_ending_with_slash (tests.unit.connection_parameters_tests.URLParametersTests) ... ok make sure the callback adding works ... ok make sure the add on close callback is added ... ok test_add_on_connection_blocked_callback (tests.unit.connection_tests.ConnectionTests) ... ok test_add_on_connection_unblocked_callback (tests.unit.connection_tests.ConnectionTests) ... ok make sure the add on open error callback is added ... ok test_blocked_connection_multiple_blocked_in_a_row_sets_timer_once (tests.unit.connection_tests.ConnectionTests) ... ok test_blocked_connection_multiple_unblocked_in_a_row_removes_timer_once (tests.unit.connection_tests.ConnectionTests) ... ok test_blocked_connection_on_stream_terminated_removes_timer (tests.unit.connection_tests.ConnectionTests) ... ok test_blocked_connection_timeout_terminates_connection (tests.unit.connection_tests.ConnectionTests) ... ok test_blocked_connection_unblocked_removes_timer (tests.unit.connection_tests.ConnectionTests) ... ok test the channel method ... ok test_channel_on_closed_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok test_channel_on_closing_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok test_channel_on_init_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok test_channel_on_protocol_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok test_channel_on_start_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok test_channel_on_tune_connection_raises_connection_closed (tests.unit.connection_tests.ConnectionTests) ... ok make sure client properties has some important keys ... ok test_client_properties_default (tests.unit.connection_tests.ConnectionTests) ... ok test_client_properties_override (tests.unit.connection_tests.ConnectionTests) ... ok test_close_calls_on_close_ready_when_no_channels (tests.unit.connection_tests.ConnectionTests) ... ok test closing all channels ... ok test_close_closes_open_channels (tests.unit.connection_tests.ConnectionTests) ... ok test_close_closes_opening_channels (tests.unit.connection_tests.ConnectionTests) ... ok test_close_does_not_close_closing_channels (tests.unit.connection_tests.ConnectionTests) ... ok test_close_raises_wrong_state_when_already_closed_or_closing (tests.unit.connection_tests.ConnectionTests) ... ok check that adapter connection is not happening in constructor with external connection workflow. ... ok test_connection_blocked_sets_timer (tests.unit.connection_tests.ConnectionTests) ... ok test_create_with_blocked_connection_timeout_config (tests.unit.connection_tests.ConnectionTests) ... ok test_deliver_frame_to_channel_with_frame_for_unknown_channel (tests.unit.connection_tests.ConnectionTests) ... ok _next_channel_number in new conn should always be 1 ... ok _next_channel_number must return lowest available channel number ... ok test_no_side_effects_from_message_marshal_error (tests.unit.connection_tests.ConnectionTests) ... ok test_on_channel_cleanup_closing_state_last_channel_calls_on_close_ready (tests.unit.connection_tests.ConnectionTests) ... ok test_on_channel_cleanup_closing_state_more_channels_no_on_close_ready (tests.unit.connection_tests.ConnectionTests) ... ok if connection isn't closing _on_close_ready should not be called ... ok if connection is closing but closing channels remain, do not call _on_close_ready ... ok make sure connection close from broker passes correct exception ... ok make sure _on_connection_close_ok terminates connection ... ok make sure starting a connection sets the correct class vars ... ok make sure _on_connection_tune tunes the connection params ... ok test on data available and process frame ... ok make sure the _on_stream_connected() sets the state and sends a frame ... ok _on_stream_terminated cleans up heartbeat, adapter, and channels ... ok _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `ProbableAccessDeniedError` and `ON_CONNECTION_CLOSED` callbacks ... ok _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `ProbableAuthenticationError` and `ON_CONNECTION_CLOSED` callbacks ... ok _on_stream_terminated invokes `Connection.ON_CONNECTION_CLOSED` callbacks ... ok _on_stream_terminated invokes `ON_CONNECTION_ERROR` with `IncompatibleProtocolError` and `ON_CONNECTION_CLOSED` callbacks ... ok test_send_message_updates_frames_sent_and_bytes_sent (tests.unit.connection_tests.ConnectionTests) ... ok test_ascii_body_value (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_ascii_bytes_body_instance (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_binary_non_unicode_value (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_init_body_fragments (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_init_header_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_init_method_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_init_seen_so_far (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_basic_deliver (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_body_frame_partial (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_body_frame_six_bytes (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_body_frame_too_big (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_content_header (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_full_message (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_process_with_unexpected_frame_type (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_reset_body_fragments (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_reset_header_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_reset_method_frame (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_reset_seen_so_far (tests.unit.content_frame_assembler_tests.ContentFrameAssemblerTests) ... ok test_eq (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok test_erase_credentials (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok test_erase_response_for_no_mechanism_match (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok test_ne (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok test_response_for (tests.unit.credentials_tests.ExternalCredentialsTest) ... ok test_eq (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_erase_credentials_false (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_erase_credentials_true (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_erase_response_for_no_mechanism_match (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_ne (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_response_for (tests.unit.credentials_tests.PlainCredentialsTests) ... ok test_decode_bytes (tests.unit.data_tests.DataTests) ... ok test_decode_raises (tests.unit.data_tests.DataTests) ... ok test_decode_table (tests.unit.data_tests.DataTests) ... ok test_decode_table_bytes (tests.unit.data_tests.DataTests) ... ok test_encode_raises (tests.unit.data_tests.DataTests) ... ok test_encode_table (tests.unit.data_tests.DataTests) ... ok test_encode_table_bytes (tests.unit.data_tests.DataTests) ... ok test_args_and_return_value_propagation (tests.unit.diagnostic_utils_test.DiagnosticUtilsTest) ... ok test_exception_propagation (tests.unit.diagnostic_utils_test.DiagnosticUtilsTest) ... ok test_amqp_connection_error_one_param_repr (tests.unit.exceptions_test.ExceptionTests) ... ok test_amqp_connection_error_two_params_repr (tests.unit.exceptions_test.ExceptionTests) ... ok test_authentication_error_repr (tests.unit.exceptions_test.ExceptionTests) ... ok test_body_too_long_error_repr (tests.unit.exceptions_test.ExceptionTests) ... ok test_channel_closed_properties_kwargs (tests.unit.exceptions_test.ExceptionTests) ... ok test_channel_closed_properties_positional_args (tests.unit.exceptions_test.ExceptionTests) ... ok test_channel_closed_repr (tests.unit.exceptions_test.ExceptionTests) ... ok body_marshal_test (tests.unit.frame_tests.FrameTests) ... ok decode_body_frame_fragment_consumed_bytes_test (tests.unit.frame_tests.FrameTests) ... ok decode_body_frame_fragment_test (tests.unit.frame_tests.FrameTests) ... ok decode_body_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok decode_frame_decoding_failure_test (tests.unit.frame_tests.FrameTests) ... ok decode_frame_decoding_no_end_byte_test (tests.unit.frame_tests.FrameTests) ... ok decode_frame_decoding_wrong_end_byte_test (tests.unit.frame_tests.FrameTests) ... ok decode_frame_invalid_frame_type_test (tests.unit.frame_tests.FrameTests) ... ok decode_header_frame_bytes_test (tests.unit.frame_tests.FrameTests) ... ok decode_header_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok decode_header_frame_properties_test (tests.unit.frame_tests.FrameTests) ... ok decode_heartbeat_frame_bytes_consumed_test (tests.unit.frame_tests.FrameTests) ... ok decode_heartbeat_frame_test (tests.unit.frame_tests.FrameTests) ... ok decode_method_frame_bytes_test (tests.unit.frame_tests.FrameTests) ... ok decode_method_frame_instance_test (tests.unit.frame_tests.FrameTests) ... ok decode_method_frame_method_test (tests.unit.frame_tests.FrameTests) ... ok decode_protocol_header_bytes_test (tests.unit.frame_tests.FrameTests) ... ok decode_protocol_header_failure_test (tests.unit.frame_tests.FrameTests) ... ok decode_protocol_header_instance_test (tests.unit.frame_tests.FrameTests) ... ok frame_marshal_not_implemented_test (tests.unit.frame_tests.FrameTests) ... ok frame_underscore_marshal_test (tests.unit.frame_tests.FrameTests) ... ok headers_marshal_test (tests.unit.frame_tests.FrameTests) ... ok heartbeat_marshal_test (tests.unit.frame_tests.FrameTests) ... ok protocol_header_marshal_test (tests.unit.frame_tests.FrameTests) ... ok test_bytes_received_on_connection (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_increment_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_increment_no_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_missed_bytes (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_not_closed (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_start_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_check_heartbeat_update_counters (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_connection_close (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_false (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_true (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_connection (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_intervals (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_called_start_check_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_called_start_send_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_idle_byte_intervals (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_false (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_true (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_new_heartbeat_frame (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_counter_incremented (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_not_closed (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_send_frame_called (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_sends_heartbeat_frame (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_start_timer (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_start_send_timer_called (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_received (tests.unit.heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_sent (tests.unit.heartbeat_tests.HeartbeatTests) ... ok Failure: ModuleNotFoundError (No module named 'attr') ... ERROR ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'attr') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/twisted/internet/default.py", line 44, in _getInstallFunction from twisted.internet.epollreactor import install File "/usr/lib64/python3.6/site-packages/twisted/internet/epollreactor.py", line 23, in from twisted.python import log File "/usr/lib64/python3.6/site-packages/twisted/python/log.py", line 26, in from twisted.logger import ( File "/usr/lib64/python3.6/site-packages/twisted/logger/__init__.py", line 93, in from ._levels import InvalidLogLevelError, LogLevel File "/usr/lib64/python3.6/site-packages/twisted/logger/_levels.py", line 9, in from constantly import NamedConstant, Names ModuleNotFoundError: No module named 'constantly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/twisted/internet/default.py", line 46, in _getInstallFunction from twisted.internet.pollreactor import install File "/usr/lib64/python3.6/site-packages/twisted/internet/pollreactor.py", line 24, in from twisted.python import log File "/usr/lib64/python3.6/site-packages/twisted/python/log.py", line 26, in from twisted.logger import ( File "/usr/lib64/python3.6/site-packages/twisted/logger/__init__.py", line 93, in from ._levels import InvalidLogLevelError, LogLevel File "/usr/lib64/python3.6/site-packages/twisted/logger/_levels.py", line 9, in from constantly import NamedConstant, Names ModuleNotFoundError: No module named 'constantly' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.6/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.6/imp.py", line 235, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.6/imp.py", line 172, in load_source module = _load(spec) File "", line 684, in _load File "", line 665, in _load_unlocked File "", line 678, in exec_module File "", line 219, in _call_with_frames_removed File "/builddir/build/BUILD/pika-1.0.1/tests/unit/io_services_test_stubs_test.py", line 15, in import twisted.internet.reactor File "/usr/lib64/python3.6/site-packages/twisted/internet/reactor.py", line 38, in from twisted.internet import default File "/usr/lib64/python3.6/site-packages/twisted/internet/default.py", line 56, in install = _getInstallFunction(platform) File "/usr/lib64/python3.6/site-packages/twisted/internet/default.py", line 52, in _getInstallFunction from twisted.internet.selectreactor import install File "/usr/lib64/python3.6/site-packages/twisted/internet/selectreactor.py", line 18, in from twisted.internet import posixbase File "/usr/lib64/python3.6/site-packages/twisted/internet/posixbase.py", line 18, in from twisted.internet import error, udp, tcp File "/usr/lib64/python3.6/site-packages/twisted/internet/udp.py", line 53, in from twisted.internet import base, defer, address File "/usr/lib64/python3.6/site-packages/twisted/internet/base.py", line 26, in from twisted.internet import fdesc, main, error, abstract, defer, threads File "/usr/lib64/python3.6/site-packages/twisted/internet/defer.py", line 21, in import attr ModuleNotFoundError: No module named 'attr' Name Stmts Miss Branch BrPart Cover Missing -------------------------------------------------------------------------------------------- pika/__init__.py 12 0 0 0 100% pika/adapters/__init__.py 4 0 0 0 100% pika/adapters/base_connection.py 124 72 32 0 35% 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 pika/adapters/blocking_connection.py 749 388 193 28 42% 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, 196->exit, 380->382, 416->419, 419->420, 422->423, 444->445, 472->474, 497->498, 506->exit, 783->784, 794->792, 822->exit, 825->826, 831->832, 834->835, 854->852, 1268->exit, 1306->exit, 1321->1322, 1324->1325, 1327->exit, 1329->1331, 1462->1463, 1513->exit, 1654->1655, 1659->1666, 1666->1667, 1700->1703 pika/adapters/select_connection.py 452 241 166 18 39% 54-58, 96-101, 119-131, 143, 161-171, 175-177, 181-184, 188-190, 194-196, 200-202, 206-208, 232, 250-265, 276-285, 295-301, 308-339, 416-418, 422-424, 427-428, 444, 452, 468-478, 489-494, 505-508, 519, 528, 536, 543, 555, 567, 576, 659-674, 684-690, 714-717, 793-811, 818-820, 826, 831, 836, 847, 860, 871, 888-904, 922-927, 945-975, 1026-1027, 1036-1051, 1059-1073, 1077-1079, 1083-1085, 1095, 1108-1138, 1148, 1171, 1179-1200, 1237-1238, 30->35, 33->exit, 35->exit, 36->exit, 37->exit, 230->exit, 231->232, 382->exit, 410->415, 411->415, 415->416, 420->422, 426->427, 641->648, 755->753, 1210->exit, 1211->1214, 1248->exit pika/adapters/tornado_connection.py 19 10 4 0 39% 49-54, 72-85 pika/adapters/utils/__init__.py 0 0 0 0 100% pika/adapters/utils/connection_workflow.py 319 255 78 0 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 pika/adapters/utils/io_services_utils.py 551 461 144 0 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 pika/adapters/utils/nbio_interface.py 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 pika/adapters/utils/selector_ioloop_adapter.py 204 147 30 0 24% 172-184, 191, 197, 203, 209, 216, 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 pika/amqp_object.py 25 0 6 1 97% 18->17 pika/callback.py 170 6 78 4 96% 219, 234-237, 268-269, 26->32, 52->55, 218->219, 405->exit pika/channel.py 420 32 118 18 90% 101, 231-233, 317, 372, 424, 489, 750, 779, 819, 883, 956, 989, 1005-1007, 1026, 1137-1139, 1142-1143, 1188, 1286-1291, 1326, 1383, 1410, 1426, 1459, 228->231, 316->317, 371->372, 423->424, 488->489, 778->779, 816->819, 882->883, 1014->exit, 1024->1026, 1136->1137, 1141->1142, 1164->exit, 1187->1188, 1285->1286, 1325->1326, 1382->1383, 1458->1459 pika/compat.py 114 35 20 8 66% 27, 34-35, 122, 138-175, 184, 227-230, 233, 235, 247-249, 26->27, 37->138, 182->184, 210->213, 225->227, 232->233, 234->235, 251->exit pika/connection.py 777 111 256 32 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, 217->221, 467->468, 749->750, 891->905, 892->893, 954->955, 1078->1079, 1082->1083, 1231->1234, 1254->1256, 1294->1297, 1499->1501, 1620->1621, 1659->1660, 1692->1693, 1826->1827, 1847->1848, 1849->1850, 1854->1855, 1910->1912, 1946->1947, 1997->2004, 1998->1999, 2038->2046, 2050->2051, 2094->2095, 2106->2109, 2113->exit, 2210->2211, 2251->2261, 2256->2257, 2284->2285 pika/credentials.py 47 0 14 0 100% pika/data.py 193 38 78 12 80% 38, 47-60, 72-73, 110-115, 220-221, 225-226, 230-231, 235-236, 245-246, 250-251, 260-261, 265-266, 278, 287-288, 37->38, 45->47, 109->110, 219->220, 224->225, 229->230, 234->235, 244->245, 249->250, 259->260, 264->265, 277->278 pika/diagnostic_utils.py 13 0 0 0 100% pika/exceptions.py 112 24 4 0 78% 8, 73, 81-84, 141, 209, 216, 235-238, 241, 257-260, 263, 270, 277, 284, 291, 306, 313, 320, 331, 347, 354 pika/frame.py 90 0 14 0 100% pika/heartbeat.py 72 9 10 1 83% 38, 137-144, 37->38 pika/spec.py 1671 1671 152 0 0% 14-2314 pika/tcp_socket_opts.py 28 5 10 0 82% 13-19, 25-26 pika/validators.py 17 0 10 0 100% -------------------------------------------------------------------------------------------- TOTAL 6239 3528 1417 122 43% ---------------------------------------------------------------------- Ran 506 tests in 11.995s FAILED (errors=1) error: Bad exit status from /var/tmp/rpm-tmp.VExgZr (%check) Bad exit status from /var/tmp/rpm-tmp.VExgZr (%check) RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 600, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pika.spec