Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pika.spec'], logger=printOutput=Falseuid=1001env={'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}shell=Falseuser='mockbuild'timeout=0gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4373/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pika.spec'] with env {'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory warning: Could not canonicalize hostname: copr-builder-33568037.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pika-0.10.0-10.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pika.spec'], logger=printOutput=Falseprivate_network=Trueuid=1001env={'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}shell=Falseuser='mockbuild'timeout=0gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4373/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pika.spec'] with env {'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DqnRJN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pika-0.10.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pika-0.10.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pika-0.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (github_pull_789.patch): + echo 'Patch #0 (github_pull_789.patch):' + /usr/bin/patch -p0 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/github_pull_789.patch patching file pika/connection.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wbc2Sm + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pika copying pika/connection.py -> build/lib/pika copying pika/utils.py -> build/lib/pika copying pika/spec.py -> build/lib/pika copying pika/heartbeat.py -> build/lib/pika copying pika/frame.py -> build/lib/pika copying pika/exceptions.py -> build/lib/pika copying pika/data.py -> build/lib/pika copying pika/credentials.py -> build/lib/pika copying pika/compat.py -> build/lib/pika copying pika/channel.py -> build/lib/pika copying pika/callback.py -> build/lib/pika copying pika/amqp_object.py -> build/lib/pika copying pika/__init__.py -> build/lib/pika creating build/lib/pika/adapters copying pika/adapters/twisted_connection.py -> build/lib/pika/adapters copying pika/adapters/tornado_connection.py -> build/lib/pika/adapters copying pika/adapters/select_connection.py -> build/lib/pika/adapters copying pika/adapters/libev_connection.py -> build/lib/pika/adapters copying pika/adapters/blocking_connection.py -> build/lib/pika/adapters copying pika/adapters/base_connection.py -> build/lib/pika/adapters copying pika/adapters/__init__.py -> build/lib/pika/adapters + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py + sleep 1 + sphinx-build -b html -d doctrees docs html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from http://www.tornadoweb.org/en/stable/objects.inv... building [html]: targets for 30 source files that are out of date updating environment: 30 added, 0 changed, 0 removed reading sources... [ 3%] contributors reading sources... [ 6%] examples reading sources... [ 10%] examples/asynchronous_consumer_example reading sources... [ 13%] examples/asynchronous_publisher_example reading sources... [ 16%] examples/blocking_basic_get reading sources... [ 20%] examples/blocking_consume reading sources... [ 23%] examples/blocking_consumer_generator reading sources... [ 26%] examples/blocking_delivery_confirmations reading sources... [ 30%] examples/blocking_publish_mandatory reading sources... [ 33%] examples/comparing_publishing_sync_async reading sources... [ 36%] examples/connecting_async reading sources... [ 40%] examples/tornado_consumer reading sources... [ 43%] examples/twisted_example reading sources... [ 46%] examples/using_urlparameters reading sources... [ 50%] faq reading sources... [ 53%] index reading sources... [ 56%] intro reading sources... [ 60%] modules/adapters/blocking reading sources... [ 63%] modules/adapters/index reading sources... [ 66%] modules/adapters/select reading sources... [ 70%] modules/adapters/tornado reading sources... [ 73%] modules/adapters/twisted reading sources... [ 76%] modules/channel reading sources... [ 80%] modules/connection reading sources... [ 83%] modules/credentials reading sources... [ 86%] modules/exceptions reading sources... [ 90%] modules/index reading sources... [ 93%] modules/parameters reading sources... [ 96%] modules/spec reading sources... [100%] version_history docstring of pika.adapters.blocking_connection.BlockingChannel.basic_cancel:23: ERROR: Unexpected indentation. docstring of pika.adapters.blocking_connection.BlockingChannel.basic_consume:17: ERROR: Unexpected indentation. docstring of pika.channel.Channel.add_on_return_callback:6: ERROR: Unexpected indentation. docstring of pika.channel.Channel.add_on_return_callback:7: WARNING: Block quote ends without a blank line; unexpected unindent. docstring of pika.channel.Channel.basic_consume:11: ERROR: Unexpected indentation. docstring of pika.channel.Channel.basic_consume:12: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/pika-0.10.0/docs/version_history.rst:263: WARNING: Inline strong start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] contributors writing output... [ 6%] examples writing output... [ 10%] examples/asynchronous_consumer_example writing output... [ 13%] examples/asynchronous_publisher_example writing output... [ 16%] examples/blocking_basic_get writing output... [ 20%] examples/blocking_consume writing output... [ 23%] examples/blocking_consumer_generator writing output... [ 26%] examples/blocking_delivery_confirmations writing output... [ 30%] examples/blocking_publish_mandatory writing output... [ 33%] examples/comparing_publishing_sync_async writing output... [ 36%] examples/connecting_async writing output... [ 40%] examples/tornado_consumer writing output... [ 43%] examples/twisted_example writing output... [ 46%] examples/using_urlparameters writing output... [ 50%] faq writing output... [ 53%] index writing output... [ 56%] intro writing output... [ 60%] modules/adapters/blocking writing output... [ 63%] modules/adapters/index writing output... [ 66%] modules/adapters/select writing output... [ 70%] modules/adapters/tornado writing output... [ 73%] modules/adapters/twisted writing output... [ 76%] modules/channel writing output... [ 80%] modules/connection writing output... [ 83%] modules/credentials writing output... [ 86%] modules/exceptions writing output... [ 90%] modules/index writing output... [ 93%] modules/parameters writing output... [ 96%] modules/spec writing output... [100%] version_history writing additional files... (9 module code pages) _modules/index genindex py-modindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/pika-0.10.0/docs/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 8 warnings. + mkdir 3 + cp -av html 3 'html' -> '3/html' 'html/objects.inv' -> '3/html/objects.inv' 'html/searchindex.js' -> '3/html/searchindex.js' 'html/.buildinfo' -> '3/html/.buildinfo' 'html/_static' -> '3/html/_static' 'html/_static/default.css' -> '3/html/_static/default.css' 'html/_static/sidebar.js' -> '3/html/_static/sidebar.js' 'html/_static/ajax-loader.gif' -> '3/html/_static/ajax-loader.gif' 'html/_static/basic.css' -> '3/html/_static/basic.css' 'html/_static/comment-bright.png' -> '3/html/_static/comment-bright.png' 'html/_static/comment-close.png' -> '3/html/_static/comment-close.png' 'html/_static/comment.png' -> '3/html/_static/comment.png' 'html/_static/doctools.js' -> '3/html/_static/doctools.js' 'html/_static/down-pressed.png' -> '3/html/_static/down-pressed.png' 'html/_static/down.png' -> '3/html/_static/down.png' 'html/_static/file.png' -> '3/html/_static/file.png' 'html/_static/jquery.js' -> '3/html/_static/jquery.js' 'html/_static/minus.png' -> '3/html/_static/minus.png' 'html/_static/plus.png' -> '3/html/_static/plus.png' 'html/_static/searchtools.js' -> '3/html/_static/searchtools.js' 'html/_static/underscore.js' -> '3/html/_static/underscore.js' 'html/_static/up-pressed.png' -> '3/html/_static/up-pressed.png' 'html/_static/up.png' -> '3/html/_static/up.png' 'html/_static/websupport.js' -> '3/html/_static/websupport.js' 'html/_static/pygments.css' -> '3/html/_static/pygments.css' 'html/search.html' -> '3/html/search.html' 'html/py-modindex.html' -> '3/html/py-modindex.html' 'html/genindex.html' -> '3/html/genindex.html' 'html/_modules' -> '3/html/_modules' 'html/_modules/index.html' -> '3/html/_modules/index.html' 'html/version_history.html' -> '3/html/version_history.html' 'html/modules' -> '3/html/modules' 'html/modules/spec.html' -> '3/html/modules/spec.html' 'html/modules/parameters.html' -> '3/html/modules/parameters.html' 'html/modules/index.html' -> '3/html/modules/index.html' 'html/modules/exceptions.html' -> '3/html/modules/exceptions.html' 'html/modules/credentials.html' -> '3/html/modules/credentials.html' 'html/modules/connection.html' -> '3/html/modules/connection.html' 'html/modules/channel.html' -> '3/html/modules/channel.html' 'html/modules/adapters' -> '3/html/modules/adapters' 'html/modules/adapters/twisted.html' -> '3/html/modules/adapters/twisted.html' 'html/modules/adapters/tornado.html' -> '3/html/modules/adapters/tornado.html' 'html/modules/adapters/select.html' -> '3/html/modules/adapters/select.html' 'html/modules/adapters/index.html' -> '3/html/modules/adapters/index.html' 'html/modules/adapters/blocking.html' -> '3/html/modules/adapters/blocking.html' 'html/intro.html' -> '3/html/intro.html' 'html/index.html' -> '3/html/index.html' 'html/faq.html' -> '3/html/faq.html' 'html/examples' -> '3/html/examples' 'html/examples/using_urlparameters.html' -> '3/html/examples/using_urlparameters.html' 'html/examples/twisted_example.html' -> '3/html/examples/twisted_example.html' 'html/examples/tornado_consumer.html' -> '3/html/examples/tornado_consumer.html' 'html/examples/connecting_async.html' -> '3/html/examples/connecting_async.html' 'html/examples/comparing_publishing_sync_async.html' -> '3/html/examples/comparing_publishing_sync_async.html' 'html/examples/blocking_publish_mandatory.html' -> '3/html/examples/blocking_publish_mandatory.html' 'html/examples/blocking_delivery_confirmations.html' -> '3/html/examples/blocking_delivery_confirmations.html' 'html/examples/blocking_consumer_generator.html' -> '3/html/examples/blocking_consumer_generator.html' 'html/examples/blocking_consume.html' -> '3/html/examples/blocking_consume.html' 'html/examples/blocking_basic_get.html' -> '3/html/examples/blocking_basic_get.html' 'html/examples/asynchronous_publisher_example.html' -> '3/html/examples/asynchronous_publisher_example.html' 'html/examples/asynchronous_consumer_example.html' -> '3/html/examples/asynchronous_consumer_example.html' 'html/examples.html' -> '3/html/examples.html' 'html/_sources' -> '3/html/_sources' 'html/_sources/version_history.txt' -> '3/html/_sources/version_history.txt' 'html/_sources/modules' -> '3/html/_sources/modules' 'html/_sources/modules/spec.txt' -> '3/html/_sources/modules/spec.txt' 'html/_sources/modules/parameters.txt' -> '3/html/_sources/modules/parameters.txt' 'html/_sources/modules/index.txt' -> '3/html/_sources/modules/index.txt' 'html/_sources/modules/exceptions.txt' -> '3/html/_sources/modules/exceptions.txt' 'html/_sources/modules/credentials.txt' -> '3/html/_sources/modules/credentials.txt' 'html/_sources/modules/connection.txt' -> '3/html/_sources/modules/connection.txt' 'html/_sources/modules/channel.txt' -> '3/html/_sources/modules/channel.txt' 'html/_sources/modules/adapters' -> '3/html/_sources/modules/adapters' 'html/_sources/modules/adapters/twisted.txt' -> '3/html/_sources/modules/adapters/twisted.txt' 'html/_sources/modules/adapters/tornado.txt' -> '3/html/_sources/modules/adapters/tornado.txt' 'html/_sources/modules/adapters/select.txt' -> '3/html/_sources/modules/adapters/select.txt' 'html/_sources/modules/adapters/index.txt' -> '3/html/_sources/modules/adapters/index.txt' 'html/_sources/modules/adapters/blocking.txt' -> '3/html/_sources/modules/adapters/blocking.txt' 'html/_sources/intro.txt' -> '3/html/_sources/intro.txt' 'html/_sources/index.txt' -> '3/html/_sources/index.txt' 'html/_sources/faq.txt' -> '3/html/_sources/faq.txt' 'html/_sources/examples' -> '3/html/_sources/examples' 'html/_sources/examples/using_urlparameters.txt' -> '3/html/_sources/examples/using_urlparameters.txt' 'html/_sources/examples/twisted_example.txt' -> '3/html/_sources/examples/twisted_example.txt' 'html/_sources/examples/tornado_consumer.txt' -> '3/html/_sources/examples/tornado_consumer.txt' 'html/_sources/examples/connecting_async.txt' -> '3/html/_sources/examples/connecting_async.txt' 'html/_sources/examples/comparing_publishing_sync_async.txt' -> '3/html/_sources/examples/comparing_publishing_sync_async.txt' 'html/_sources/examples/blocking_publish_mandatory.txt' -> '3/html/_sources/examples/blocking_publish_mandatory.txt' 'html/_sources/examples/blocking_delivery_confirmations.txt' -> '3/html/_sources/examples/blocking_delivery_confirmations.txt' 'html/_sources/examples/blocking_consumer_generator.txt' -> '3/html/_sources/examples/blocking_consumer_generator.txt' 'html/_sources/examples/blocking_consume.txt' -> '3/html/_sources/examples/blocking_consume.txt' 'html/_sources/examples/blocking_basic_get.txt' -> '3/html/_sources/examples/blocking_basic_get.txt' 'html/_sources/examples/asynchronous_publisher_example.txt' -> '3/html/_sources/examples/asynchronous_publisher_example.txt' 'html/_sources/examples/asynchronous_consumer_example.txt' -> '3/html/_sources/examples/asynchronous_consumer_example.txt' 'html/_sources/examples.txt' -> '3/html/_sources/examples.txt' 'html/_sources/contributors.txt' -> '3/html/_sources/contributors.txt' 'html/contributors.html' -> '3/html/contributors.html' ./3/html/.buildinfo ./html/.buildinfo ./.travis.yml ./.gitignore ./.coveragerc ./.codeclimate.yml ./.checkignore . + find . -name '.*' -print -delete + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RaBtKy ++ dirname /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 + cd pika-0.10.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/__init__.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/base_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/blocking_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/libev_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/select_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/tornado_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/adapters/twisted_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters copying build/lib/pika/__init__.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/amqp_object.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/callback.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/channel.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/compat.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/credentials.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/data.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/exceptions.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/frame.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/heartbeat.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/spec.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/utils.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika copying build/lib/pika/connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/base_connection.py to base_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/blocking_connection.py to blocking_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/libev_connection.py to libev_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py to select_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/tornado_connection.py to tornado_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/adapters/twisted_connection.py to twisted_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/amqp_object.py to amqp_object.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/callback.py to callback.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/channel.py to channel.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/frame.py to frame.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/heartbeat.py to heartbeat.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/spec.py to spec.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika/connection.py to connection.pyc writing byte-compilation script '/tmp/tmpAC4hS0.py' /usr/bin/python2 -O /tmp/tmpAC4hS0.py removing /tmp/tmpAC4hS0.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-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages/pika-0.10.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika creating /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/__init__.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/base_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/blocking_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/libev_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/select_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/tornado_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/adapters/twisted_connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters copying build/lib/pika/__init__.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/amqp_object.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/callback.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/channel.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/compat.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/credentials.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/data.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/exceptions.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/frame.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/heartbeat.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/spec.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/utils.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika copying build/lib/pika/connection.py -> /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/base_connection.py to base_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/blocking_connection.py to blocking_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/libev_connection.py to libev_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/select_connection.py to select_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/tornado_connection.py to tornado_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/adapters/twisted_connection.py to twisted_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/amqp_object.py to amqp_object.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/callback.py to callback.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/channel.py to channel.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/compat.py to compat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/credentials.py to credentials.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/data.py to data.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/frame.py to frame.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/heartbeat.py to heartbeat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/spec.py to spec.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika/connection.py to connection.cpython-34.pyc writing byte-compilation script '/tmp/tmpomhij9f4.py' /usr/bin/python3.4 -O /tmp/tmpomhij9f4.py removing /tmp/tmpomhij9f4.py running install_egg_info running egg_info writing top-level names to pika.egg-info/top_level.txt writing dependency_links to pika.egg-info/dependency_links.txt writing requirements to pika.egg-info/requires.txt writing pika.egg-info/PKG-INFO 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-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages/pika-0.10.0-py3.4.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/pika-0.10.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eW9FqP + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 ++ /usr/bin/getconf _NPROCESSORS_ONLN + RPM_BUILD_NCPUS=2 + ncpus_max=16 + '[' -n 16 ']' + '[' 16 -gt 0 ']' + '[' 2 -gt 16 ']' + pgrep -cf rabbitmq_server 0 + RABBITMQ_LOG_BASE=. + RABBITMQ_MNESIA_BASE=. + /usr/lib/rabbitmq/bin/rabbitmq-server start -detached Warning: PID file not written; -detached was passed. + export PYTHONPATH=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python2.7/site-packages + nosetests -e 'test_add_callbacks_.*' -e test_send_heartbeat_send_frame_called --processes=2 -w tests/unit -v test_base_name (amqp_object_tests.AMQPObjectTests) ... ok test_repr_items (amqp_object_tests.AMQPObjectTests) ... ok test_repr_no_items (amqp_object_tests.AMQPObjectTests) ... ok test_base_name (amqp_object_tests.ClassTests) ... ok test_base_name (amqp_object_tests.MethodTests) ... ok test_get_body (amqp_object_tests.MethodTests) ... ok test_get_properties (amqp_object_tests.MethodTests) ... ok test_set_content_body (amqp_object_tests.MethodTests) ... ok test_set_content_properties (amqp_object_tests.MethodTests) ... ok test_base_name (amqp_object_tests.PropertiesTests) ... ok test_should_raise_value_exception_with_no_params_func_instead (base_connection_tests.BaseConnectionTests) ... ok test_basic_consume (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_buback_return (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_confirmation (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_pending_events (blocking_channel_tests.BlockingChannelTests) ... ok test_channel (blocking_connection_tests.BlockingConnectionTests) ... ok test_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_constructor (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_error_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_no_error_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_user_initiated_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup (blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup_fails_with_open_error (blocking_connection_tests.BlockingConnectionTests) ... ok test_sleep (blocking_connection_tests.BlockingConnectionTests) ... ok test_add_duplicate_callback (callback_tests.CallbackTests) ... ok test_add_duplicate_callback_returns_prefix_value_and_key (callback_tests.CallbackTests) ... ok test_add_first_time_callback_added (callback_tests.CallbackTests) ... ok test_add_first_time_key_added (callback_tests.CallbackTests) ... ok test_add_first_time_prefix_added (callback_tests.CallbackTests) ... ok test_add_oneshot_default_is_true (callback_tests.CallbackTests) ... ok test_add_oneshot_is_false (callback_tests.CallbackTests) ... ok test_add_only_caller_default_is_false (callback_tests.CallbackTests) ... ok test_add_only_caller_true (callback_tests.CallbackTests) ... ok test_add_returns_prefix_value_and_key (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_attribute (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_no_arguments (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_obj_no_attribute (callback_tests.CallbackTests) ... ok test_cleanup_keeps_other_prefix (callback_tests.CallbackTests) ... ok test_cleanup_removes_prefix (callback_tests.CallbackTests) ... ok test_cleanup_returns_true (callback_tests.CallbackTests) ... ok test_clear (callback_tests.CallbackTests) ... ok test_dict (callback_tests.CallbackTests) ... ok test_empty_callbacks_on_init (callback_tests.CallbackTests) ... ok test_initialization (callback_tests.CallbackTests) ... ok test_missing_prefix (callback_tests.CallbackTests) ... ok test_name_or_value_amqpobject_class (callback_tests.CallbackTests) ... ok test_name_or_value_basic_consume_object (callback_tests.CallbackTests) ... ok test_name_or_value_method_frame (callback_tests.CallbackTests) ... ok test_name_or_value_method_object (callback_tests.CallbackTests) ... ok test_name_or_value_protocol_header (callback_tests.CallbackTests) ... ok test_name_or_value_str (callback_tests.CallbackTests) ... ok test_name_or_value_unicode (callback_tests.CallbackTests) ... ok test_pending_none (callback_tests.CallbackTests) ... ok test_pending_one (callback_tests.CallbackTests) ... ok test_pending_two (callback_tests.CallbackTests) ... ok test_process_callback_false (callback_tests.CallbackTests) ... ok test_process_false (callback_tests.CallbackTests) ... ok test_process_mock_called (callback_tests.CallbackTests) ... ok test_process_non_one_shot_callback_not_removed (callback_tests.CallbackTests) ... ok test_process_non_one_shot_key_not_removed (callback_tests.CallbackTests) ... ok test_process_non_one_shot_prefix_not_removed (callback_tests.CallbackTests) ... ok test_process_one_shot_removed (callback_tests.CallbackTests) ... ok test_process_only_caller_fails (callback_tests.CallbackTests) ... ok test_process_only_caller_fails_no_removal (callback_tests.CallbackTests) ... ok test_process_true (callback_tests.CallbackTests) ... ok test_remove_all (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_callback_remains (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_prefix_remains (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_remains (callback_tests.CallbackTests) ... ok test_remove_with_callback_false (callback_tests.CallbackTests) ... ok test_remove_with_callback_true (callback_tests.CallbackTests) ... ok test_remove_with_callback_true_empty_stack (callback_tests.CallbackTests) ... ok test_remove_with_callback_true_non_empty_stack (callback_tests.CallbackTests) ... ok test_remove_with_no_callbacks_pending (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_args_only (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_kwargs (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_mixed_args_and_kwargs (callback_tests.CallbackTests) ... ok test_should_process_callback_false_argument_fail (callback_tests.CallbackTests) ... ok test_should_process_callback_false_only_caller_failure (callback_tests.CallbackTests) ... ok test_should_process_callback_true (callback_tests.CallbackTests) ... ok make sure the callback adding works ... ok make sure the add on close callback is added ... ok make sure the add on open error callback is added ... ok test connection kwargs type checks throw errors for bad input ... ok test the channel method ... ok make sure client properties has some important keys ... ok test closing all channels ... ok test_close_closes_open_channels (connection_tests.ConnectionTests) ... ok test_close_ignores_closed_channels (connection_tests.ConnectionTests) ... ok make sure the connect method sets the state and sends a frame ... ok try the different reconnect logic, check state & other class vars ... ok make sure connection kwargs get set correctly ... ok _next_channel_number in new conn should always be 1 ... ok _next_channel_number must return lowest available channel number ... ok Should call _on_close_ready if connection is closing and there are ... ok if connection isn't closing _on_close_ready should not be called ... ok if connection is closing but channels remain open do not call ... ok test_on_close_ready_no_open_channels (connection_tests.ConnectionTests) ... ok if open channels _on_close_ready shouldn't be called ... ok make sure connection close sends correct frames ... ok make sure starting a connection sets the correct class vars ... ok make sure on connection tune turns the connection params ... ok test on data available and process frame ... ok if connection isn't closing _on_close_ready should not be called ... ok test for the different query stings checked by process url ... ok test setting the backpressure multiplier ... ok test_blocking_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_libev_connection_timeout (connection_timeout_tests.ConnectionTests) ... SKIP: pyev is not installed test_parameters (connection_timeout_tests.ConnectionTests) ... ok test_select_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_tornado_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_twisted_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_ascii_body_value (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_ascii_bytes_body_instance (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_binary_non_unicode_value (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_body_fragments (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_header_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_method_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_seen_so_far (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_basic_deliver (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_partial (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_six_bytes (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_too_big (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_content_header (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_full_message (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_unexpected_frame_type (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_body_fragments (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_header_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_method_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_seen_so_far (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_erase_credentials (credentials_tests.ExternalCredentialsTest) ... ok test_erase_response_for_no_mechanism_match (credentials_tests.ExternalCredentialsTest) ... ok test_response_for (credentials_tests.ExternalCredentialsTest) ... ok test_erase_credentials_false (credentials_tests.PlainCredentialsTests) ... ok test_erase_credentials_true (credentials_tests.PlainCredentialsTests) ... ok test_erase_response_for_no_mechanism_match (credentials_tests.PlainCredentialsTests) ... ok test_response_for (credentials_tests.PlainCredentialsTests) ... ok test_decode_raises (data_tests.DataTests) ... ok test_decode_table (data_tests.DataTests) ... ok test_decode_table_bytes (data_tests.DataTests) ... ok test_encode_raises (data_tests.DataTests) ... ok test_encode_table (data_tests.DataTests) ... ok test_encode_table_bytes (data_tests.DataTests) ... ok test_amqp_connection_error_one_param_repr (exceptions_test.ExceptionTests) ... ok test_amqp_connection_error_two_params_repr (exceptions_test.ExceptionTests) ... ok test_authentication_error_repr (exceptions_test.ExceptionTests) ... ok test_body_too_long_error_repr (exceptions_test.ExceptionTests) ... ok test_invalid_maximum_frame_size_repr (exceptions_test.ExceptionTests) ... ok test_invalid_minimum_frame_size_repr (exceptions_test.ExceptionTests) ... ok body_marshal_test (frame_tests.FrameTests) ... ok decode_body_frame_fragment_consumed_bytes_test (frame_tests.FrameTests) ... ok decode_body_frame_fragment_test (frame_tests.FrameTests) ... ok decode_body_frame_instance_test (frame_tests.FrameTests) ... ok decode_frame_decoding_failure_test (frame_tests.FrameTests) ... ok decode_frame_decoding_no_end_byte_test (frame_tests.FrameTests) ... ok decode_frame_decoding_wrong_end_byte_test (frame_tests.FrameTests) ... ok decode_frame_invalid_frame_type_test (frame_tests.FrameTests) ... ok decode_header_frame_bytes_test (frame_tests.FrameTests) ... ok decode_header_frame_instance_test (frame_tests.FrameTests) ... ok decode_header_frame_properties_test (frame_tests.FrameTests) ... ok decode_heartbeat_frame_bytes_consumed_test (frame_tests.FrameTests) ... ok decode_heartbeat_frame_test (frame_tests.FrameTests) ... ok decode_method_frame_bytes_test (frame_tests.FrameTests) ... ok decode_method_frame_instance_test (frame_tests.FrameTests) ... ok decode_method_frame_method_test (frame_tests.FrameTests) ... ok decode_protocol_header_bytes_test (frame_tests.FrameTests) ... ok decode_protocol_header_failure_test (frame_tests.FrameTests) ... ok decode_protocol_header_instance_test (frame_tests.FrameTests) ... ok frame_marshal_not_implemented_test (frame_tests.FrameTests) ... ok frame_underscore_marshal_test (frame_tests.FrameTests) ... ok headers_marshal_test (frame_tests.FrameTests) ... ok heartbeat_marshal_test (frame_tests.FrameTests) ... ok protocol_header_marshal_test (frame_tests.FrameTests) ... ok test_active_false (heartbeat_tests.HeartbeatTests) ... ok test_active_true (heartbeat_tests.HeartbeatTests) ... ok test_bytes_received_on_connection (heartbeat_tests.HeartbeatTests) ... ok test_connection_close (heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_false (heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_true (heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_connection (heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_heartbeat_interval (heartbeat_tests.HeartbeatTests) ... ok test_constructor_called_setup_timer (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_received (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_sent (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_received (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_sent (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_idle_byte_intervals (heartbeat_tests.HeartbeatTests) ... ok test_default_initialization_max_idle_count (heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_false (heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_true (heartbeat_tests.HeartbeatTests) ... ok test_new_heartbeat_frame (heartbeat_tests.HeartbeatTests) ... ok test_received (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_increment_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_increment_no_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_missed_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_not_closed (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_send_heartbeat_frame (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_start_timer (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_update_counters (heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_counter_incremented (heartbeat_tests.HeartbeatTests) ... ok test_setup_timer_called (heartbeat_tests.HeartbeatTests) ... ok test_start_timer_active (heartbeat_tests.HeartbeatTests) ... ok test_start_timer_not_active (heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_received (heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_sent (heartbeat_tests.HeartbeatTests) ... ok test_parameters_accept_plain_string_locale (parameter_tests.ParameterTests) ... ok test_parameters_accept_unicode_locale (parameter_tests.ParameterTests) ... ok test_parameters_accepts_plain_string_virtualhost (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_blank_username_and_password (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_plain_string (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_unicode_string (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_port_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_username_and_password_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_virtual_host_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_virtual_host_if_only_slash_is_specified (parameter_tests.ParameterTests) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCaseSelect) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetEPoll) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetKqueue) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetPoll) ... ok test_add_callback (channel_tests.ChannelTests) ... ok test_add_callback_multiple_replies (channel_tests.ChannelTests) ... ok test_add_on_cancel_callback (channel_tests.ChannelTests) ... ok test_add_on_close_callback (channel_tests.ChannelTests) ... ok test_add_on_flow_callback (channel_tests.ChannelTests) ... ok test_add_on_return_callback (channel_tests.ChannelTests) ... ok test_basic_ack_channel_closed (channel_tests.ChannelTests) ... ok test_basic_cancel_callback_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_calls_validate (channel_tests.ChannelTests) ... ok test_basic_cancel_channel_cancelled_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_no_consumer_tag (channel_tests.ChannelTests) ... ok test_basic_cancel_on_cancel_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_raises_value_error (channel_tests.ChannelTests) ... ok test_basic_cancel_then_close (channel_tests.ChannelTests) ... ok test_basic_consume_calls_validate (channel_tests.ChannelTests) ... ok test_basic_consume_channel_closed (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_cancelled_full (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_in_consumers (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_callback_value (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_pending_list_is_empty (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_rpc_called (channel_tests.ChannelTests) ... ok test_basic_consume_duplicate_consumer_tag_raises (channel_tests.ChannelTests) ... ok test_basic_consume_has_pending_list (channel_tests.ChannelTests) ... ok test_basic_get_callback (channel_tests.ChannelTests) ... ok test_basic_get_calls_validate (channel_tests.ChannelTests) ... ok test_basic_get_send_method_called (channel_tests.ChannelTests) ... ok test_basic_nack_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_nack_send_method_request (channel_tests.ChannelTests) ... ok test_basic_publish_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_publish_send_method_request (channel_tests.ChannelTests) ... ok test_basic_qos_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_qos_rpc_request (channel_tests.ChannelTests) ... ok test_basic_recover_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_recover_rpc_request (channel_tests.ChannelTests) ... ok test_basic_reject_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_reject_send_method_request (channel_tests.ChannelTests) ... ok test_basic_send_method_calls_rpc (channel_tests.ChannelTests) ... ok test_channel_open_add_callbacks_called (channel_tests.ChannelTests) ... ok test_cleanup (channel_tests.ChannelTests) ... ok test_close_basic_cancel_called (channel_tests.ChannelTests) ... ok test_close_raises_channel_closed (channel_tests.ChannelTests) ... ok test_close_state (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_ack (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_nack (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_with_nowait (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_without_nowait_selectok (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_callback_call_count (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_no_basic_ack_callback (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_no_basic_nack_callback (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_channel_closed (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_confirms (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_nack (channel_tests.ChannelTests) ... ok test_consumer_tags (channel_tests.ChannelTests) ... ok test_exchange_bind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_bind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_declare_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_declare_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_declare_with_type_arg_assigns_to_exchange_type (channel_tests.ChannelTests) ... ok test_exchange_declare_with_type_arg_raises_deprecation_warning (channel_tests.ChannelTests) ... ok test_exchange_delete_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_delete_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_flow_off_rpc_request (channel_tests.ChannelTests) ... ok test_flow_on_flowok_callback (channel_tests.ChannelTests) ... ok test_flow_on_rpc_request (channel_tests.ChannelTests) ... ok test_flow_raises_channel_closed (channel_tests.ChannelTests) ... ok test_flow_raises_invalid_callback (channel_tests.ChannelTests) ... ok test_get_pending_message (channel_tests.ChannelTests) ... ok test_get_pending_message_item_popped (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_deliver_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_get_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_return_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_method_returns_none (channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_header_frame (channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_method_frame (channel_tests.ChannelTests) ... ok test_has_content_false (channel_tests.ChannelTests) ... ok test_has_content_true (channel_tests.ChannelTests) ... ok test_immediate_called_logger_warning (channel_tests.ChannelTests) ... ok test_init_blocked (channel_tests.ChannelTests) ... ok test_init_blocking (channel_tests.ChannelTests) ... ok test_init_callbacks (channel_tests.ChannelTests) ... ok test_init_cancelled (channel_tests.ChannelTests) ... ok test_init_channel_number (channel_tests.ChannelTests) ... ok test_init_connection (channel_tests.ChannelTests) ... ok test_init_consumers (channel_tests.ChannelTests) ... ok test_init_frame_dispatcher (channel_tests.ChannelTests) ... ok test_init_has_on_flow_callback (channel_tests.ChannelTests) ... ok test_init_invalid_channel_number (channel_tests.ChannelTests) ... ok test_init_on_flowok_callback (channel_tests.ChannelTests) ... ok test_init_on_getok_callback (channel_tests.ChannelTests) ... ok test_init_on_openok_callback (channel_tests.ChannelTests) ... ok test_init_pending (channel_tests.ChannelTests) ... ok test_init_state (channel_tests.ChannelTests) ... ok test_is_closed_false (channel_tests.ChannelTests) ... ok test_is_closed_true (channel_tests.ChannelTests) ... ok test_is_closing_false (channel_tests.ChannelTests) ... ok test_is_closing_true (channel_tests.ChannelTests) ... ok test_on_cancel_not_appended_cancelled (channel_tests.ChannelTests) ... ok test_on_cancel_removed_consumer (channel_tests.ChannelTests) ... ok test_on_cancelok_removed_consumer (channel_tests.ChannelTests) ... ok test_on_cancelok_removed_pending (channel_tests.ChannelTests) ... ok test_on_close_warning (channel_tests.ChannelTests) ... ok test_on_confirm_selectok (channel_tests.ChannelTests) ... ok test_on_deliver_callback_called (channel_tests.ChannelTests) ... ok test_on_deliver_pending_callbacks_called (channel_tests.ChannelTests) ... ok test_on_deliver_pending_called (channel_tests.ChannelTests) ... ok test_on_eventok (channel_tests.ChannelTests) ... ok test_on_flow (channel_tests.ChannelTests) ... ok test_on_flow_with_callback (channel_tests.ChannelTests) ... ok test_on_flowok (channel_tests.ChannelTests) ... ok test_on_flowok_callback_reset (channel_tests.ChannelTests) ... ok test_on_flowok_calls_callback (channel_tests.ChannelTests) ... ok test_on_getempty (channel_tests.ChannelTests) ... ok test_on_getok_callback_called (channel_tests.ChannelTests) ... ok test_on_getok_callback_reset (channel_tests.ChannelTests) ... ok test_on_getok_no_callback (channel_tests.ChannelTests) ... ok test_on_openok_callback_called (channel_tests.ChannelTests) ... ok test_on_openok_no_callback (channel_tests.ChannelTests) ... ok test_on_synchronous_complete (channel_tests.ChannelTests) ... ok test_onreturn (channel_tests.ChannelTests) ... ok test_onreturn_warning (channel_tests.ChannelTests) ... ok test_queue_bind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_bind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request (channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_declare_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_declare_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request (channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_delete_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_delete_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request (channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_purge_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_purge_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request (channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_unbind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_unbind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_unbind_rpc_request (channel_tests.ChannelTests) ... ok test_rpc_adds_callback (channel_tests.ChannelTests) ... ok test_rpc_adds_on_synchronous_complete (channel_tests.ChannelTests) ... ok test_rpc_raises_channel_closed (channel_tests.ChannelTests) ... ok test_rpc_throws_type_error_with_invalid_callback (channel_tests.ChannelTests) ... ok test_rpc_throws_value_error_with_unacceptable_replies (channel_tests.ChannelTests) ... ok test_rpc_while_blocking_appends_blocked_collection (channel_tests.ChannelTests) ... ok test_send_method (channel_tests.ChannelTests) ... ok test_set_state (channel_tests.ChannelTests) ... ok test_tx_commit_raises_channel_closed (channel_tests.ChannelTests) ... ok test_tx_commit_rpc_request (channel_tests.ChannelTests) ... ok test_tx_rollback_rpc_request (channel_tests.ChannelTests) ... ok test_tx_select_rpc_request (channel_tests.ChannelTests) ... ok test_validate_channel_and_callback_raises_channel_closed (channel_tests.ChannelTests) ... ok test_validate_channel_and_callback_raises_value_error_not_callable (channel_tests.ChannelTests) ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestEPoll) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestKqueue) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestPoll) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestSelect) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestEPoll) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestKqueue) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestPoll) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestSelect) ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok test_tornado_connection_call_parent (tornado_tests.TornadoConnectionTests) ... ok test_is_callable_false (utils_tests.UtilsTests) ... ok test_is_callable_true (utils_tests.UtilsTests) ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok ---------------------------------------------------------------------- Ran 430 tests in 2.306s OK (SKIP=1) + pgrep -cf rabbitmq_server 1 + nosetests -e 'async_.*' --processes=2 -w tests/acceptance -v BlockingConnection.add_timeout and remove_timeout ... ok BlockingChannel.basic_cancel purges pending _ConsumerCancellationEvt ... ok BlockingChannel user cancels ackable consumer via basic_cancel ... ok ChannelClosed raised when consuming from unknown queue ... ok BlockingChannel user cancels non-ackable consumer via basic_cancel ... ok BlockingChannel.basic_nack single message ... ok BlockingChannel.basic_get ... ok BlockingChannel.basic_nack with requeue=False ... ok BlockingChannel.basic_nack multiple messages ... ok BlockingChannel.basic_publish msg delivered despite pending unroutable message ... ok BlockingChannel.basic_publish without pubacks ... ok BlockingChannel.basic_recover with requeue=True. ... ok BlockingChannel.basic_reject ... ok BlockingChannel.basic_reject with requeue=False ... ok BlockingChannel Channel.Flow activate and deactivate ... ok BlockingChannel.close from basic_consume callback ... ok BlockingChannel.confirm_delivery following unroutable message ... ok BlockingConnection to downed broker results in AMQPConnectionError ... ok BlockingConnection register for Connection.Blocked/Unblocked ... ok BlockingConnection.close from basic_consume callback ... ok BlockingConnection: connection context manager closes connection ... ok BlockingConnection: connection context manager closes connection and passes original exception ... ok BlockingConnection: connection context manager closes connection and passes system exception ... ok Test BlockingConnection properties ... ok BlockingConnection: Create and close connection ... ok BlockingChannel: Create and close channel ... ok ForwardServer STOPPING BlockingConnection TCP/IP connection loss in CONNECTION_PROTOCOL ... ok 2017-02-16 18:51:00.649097 _TCPHandler connected to remote ('127.0.0.1', 5672) 2017-02-16 18:51:00.649710 forwarding from ('127.0.0.1', 36952) to ('127.0.0.1', 5672) 2017-02-16 18:51:00.650788 forwarding from ('127.0.0.1', 5672) to ('127.0.0.1', 36952) ForwardServer STOPPING 2017-02-16 18:51:00.771623 _TCPHandler connected to remote ('127.0.0.1', 5672) 2017-02-16 18:51:00.772052 forwarding from ('127.0.0.1', 35846) to ('127.0.0.1', 5672) 2017-02-16 18:51:00.772100 forwarding from ('127.0.0.1', 5672) to ('127.0.0.1', 35846) BlockingConnection TCP/IP connection loss in CONNECTION_START ... ok ForwardServer STOPPING BlockingConnection TCP/IP connection loss in CONNECTION_TUNE ... ok BlockingConnection: Create and close connection with channel and consumer ... ok BlockingChannel: Test exchange_declare and exchange_delete ... ok BlockingConnection: ConnectionClosed raised when creating exchange with invalid type ... ok 2017-02-16 18:51:01.214536 _TCPHandler connected to remote ('127.0.0.1', 5672) 2017-02-16 18:51:01.214973 forwarding from ('127.0.0.1', 5672) to ('127.0.0.1', 37846) 2017-02-16 18:51:01.216047 forwarding from ('127.0.0.1', 37846) to ('127.0.0.1', 5672) BlockingChannel: Test exchange_bind and exchange_unbind ... ok ForwardServer STOPPING BlockingConnection no access file descriptor after ConnectionClosed ... ok BlockingChannel unacked message restored to q on channel close ... ok BlockingChannel.publish/consume huge message ... ok BlockingChannel: ChannelClosed raised when passive-declaring unknown queue ... ok BlockingChannel non-pub-ack publish/consume many messages ... ok BlockingConnection.process_data_events ... ok BlockingChannel.publish amd basic_publish unroutable message with pubacks ... ok BlockingChannel.basic_publish, publish, basic_consume, QoS, Basic.Cancel from broker ... ok BlockingChannel.basic_publish from basic_consume callback ... ok BlockingChannel: Test queue_bind and queue_unbind ... ok BlockingConnection.remove_timeout from timeout callback ... ok BlockingChannel: Test queue_declare and queue_delete ... ok BlockingConnection.sleep ... ok 2017-02-16 18:51:02.857826 _TCPHandler connected to remote ('127.0.0.1', 5672) 2017-02-16 18:51:02.858231 forwarding from ('127.0.0.1', 5672) to ('127.0.0.1', 44226) 2017-02-16 18:51:02.860041 forwarding from ('127.0.0.1', 44226) to ('127.0.0.1', 5672) BlockingChannel.stop_consuming from basic_consume callback ... ok ForwardServer STOPPING BlockingConnection resets properly on TCP/IP drop during channel() ... ok BlockingChannel.tx_commit ... ok BlockingChannel.tx_commit ... ok BlockingChannel unacked message restored to q on channel close ... ok BlockingChannel: unroutable messages is returned in puback mode ... ok BlockingChannel: unroutable messages is returned in non-puback mode ... ok ---------------------------------------------------------------------- Ran 53 tests in 6.227s OK + export PYTHONPATH=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/lib/python3.4/site-packages + nosetests-3.4 -e 'test_add_callbacks_.*' -e test_send_heartbeat_send_frame_called --processes=2 -w tests/unit -v test_base_name (amqp_object_tests.AMQPObjectTests) ... ok test_repr_items (amqp_object_tests.AMQPObjectTests) ... ok test_repr_no_items (amqp_object_tests.AMQPObjectTests) ... ok test_base_name (amqp_object_tests.ClassTests) ... ok test_base_name (amqp_object_tests.MethodTests) ... ok test_get_body (amqp_object_tests.MethodTests) ... ok test_get_properties (amqp_object_tests.MethodTests) ... ok test_set_content_body (amqp_object_tests.MethodTests) ... ok test_set_content_properties (amqp_object_tests.MethodTests) ... ok test_base_name (amqp_object_tests.PropertiesTests) ... ok test_should_raise_value_exception_with_no_params_func_instead (base_connection_tests.BaseConnectionTests) ... ok test_basic_consume (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_buback_return (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_confirmation (blocking_channel_tests.BlockingChannelTests) ... ok test_init_initial_value_pending_events (blocking_channel_tests.BlockingChannelTests) ... ok test_channel (blocking_connection_tests.BlockingConnectionTests) ... ok test_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_constructor (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_error_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_server_initiated_no_error_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_flush_output_user_initiated_close (blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup (blocking_connection_tests.BlockingConnectionTests) ... ok test_process_io_for_connection_setup_fails_with_open_error (blocking_connection_tests.BlockingConnectionTests) ... ok test_sleep (blocking_connection_tests.BlockingConnectionTests) ... ok test_add_duplicate_callback (callback_tests.CallbackTests) ... ok test_add_duplicate_callback_returns_prefix_value_and_key (callback_tests.CallbackTests) ... ok test_add_first_time_callback_added (callback_tests.CallbackTests) ... ok test_add_first_time_key_added (callback_tests.CallbackTests) ... ok test_add_first_time_prefix_added (callback_tests.CallbackTests) ... ok test_add_oneshot_default_is_true (callback_tests.CallbackTests) ... ok test_add_oneshot_is_false (callback_tests.CallbackTests) ... ok test_add_only_caller_default_is_false (callback_tests.CallbackTests) ... ok test_add_only_caller_true (callback_tests.CallbackTests) ... ok test_add_returns_prefix_value_and_key (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_attribute (callback_tests.CallbackTests) ... ok test_arguments_match_dict_argument_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_no_arguments (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method (callback_tests.CallbackTests) ... ok test_arguments_match_obj_argument_with_method_no_match (callback_tests.CallbackTests) ... ok test_arguments_match_obj_no_attribute (callback_tests.CallbackTests) ... ok test_cleanup_keeps_other_prefix (callback_tests.CallbackTests) ... ok test_cleanup_removes_prefix (callback_tests.CallbackTests) ... ok test_cleanup_returns_true (callback_tests.CallbackTests) ... ok test_clear (callback_tests.CallbackTests) ... ok test_dict (callback_tests.CallbackTests) ... ok test_empty_callbacks_on_init (callback_tests.CallbackTests) ... ok test_initialization (callback_tests.CallbackTests) ... ok test_missing_prefix (callback_tests.CallbackTests) ... ok test_name_or_value_amqpobject_class (callback_tests.CallbackTests) ... ok test_name_or_value_basic_consume_object (callback_tests.CallbackTests) ... ok test_name_or_value_method_frame (callback_tests.CallbackTests) ... ok test_name_or_value_method_object (callback_tests.CallbackTests) ... ok test_name_or_value_protocol_header (callback_tests.CallbackTests) ... ok test_name_or_value_str (callback_tests.CallbackTests) ... ok test_name_or_value_unicode (callback_tests.CallbackTests) ... ok test_pending_none (callback_tests.CallbackTests) ... ok test_pending_one (callback_tests.CallbackTests) ... ok test_pending_two (callback_tests.CallbackTests) ... ok test_process_callback_false (callback_tests.CallbackTests) ... ok test_process_false (callback_tests.CallbackTests) ... ok test_process_mock_called (callback_tests.CallbackTests) ... ok test_process_non_one_shot_callback_not_removed (callback_tests.CallbackTests) ... ok test_process_non_one_shot_key_not_removed (callback_tests.CallbackTests) ... ok test_process_non_one_shot_prefix_not_removed (callback_tests.CallbackTests) ... ok test_process_one_shot_removed (callback_tests.CallbackTests) ... ok test_process_only_caller_fails (callback_tests.CallbackTests) ... ok test_process_only_caller_fails_no_removal (callback_tests.CallbackTests) ... ok test_process_true (callback_tests.CallbackTests) ... ok test_remove_all (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_callback_remains (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_prefix_remains (callback_tests.CallbackTests) ... ok test_remove_prefix_key_with_other_key_remains (callback_tests.CallbackTests) ... ok test_remove_with_callback_false (callback_tests.CallbackTests) ... ok test_remove_with_callback_true (callback_tests.CallbackTests) ... ok test_remove_with_callback_true_empty_stack (callback_tests.CallbackTests) ... ok test_remove_with_callback_true_non_empty_stack (callback_tests.CallbackTests) ... ok test_remove_with_no_callbacks_pending (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_args_only (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_kwargs (callback_tests.CallbackTests) ... ok test_sanitize_decorator_with_mixed_args_and_kwargs (callback_tests.CallbackTests) ... ok test_should_process_callback_false_argument_fail (callback_tests.CallbackTests) ... ok test_should_process_callback_false_only_caller_failure (callback_tests.CallbackTests) ... ok test_should_process_callback_true (callback_tests.CallbackTests) ... ok make sure the callback adding works ... ok make sure the add on close callback is added ... ok make sure the add on open error callback is added ... ok test connection kwargs type checks throw errors for bad input ... ok test the channel method ... ok make sure client properties has some important keys ... ok test closing all channels ... ok test_close_closes_open_channels (connection_tests.ConnectionTests) ... ok test_close_ignores_closed_channels (connection_tests.ConnectionTests) ... ok make sure the connect method sets the state and sends a frame ... ok try the different reconnect logic, check state & other class vars ... ok make sure connection kwargs get set correctly ... ok _next_channel_number in new conn should always be 1 ... ok _next_channel_number must return lowest available channel number ... ok Should call _on_close_ready if connection is closing and there are ... ok if connection isn't closing _on_close_ready should not be called ... ok if connection is closing but channels remain open do not call ... ok test_on_close_ready_no_open_channels (connection_tests.ConnectionTests) ... ok if open channels _on_close_ready shouldn't be called ... ok make sure connection close sends correct frames ... ok make sure starting a connection sets the correct class vars ... ok make sure on connection tune turns the connection params ... ok test on data available and process frame ... ok if connection isn't closing _on_close_ready should not be called ... ok test for the different query stings checked by process url ... ok test setting the backpressure multiplier ... ok test_blocking_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_libev_connection_timeout (connection_timeout_tests.ConnectionTests) ... SKIP: pyev is not installed test_parameters (connection_timeout_tests.ConnectionTests) ... ok test_select_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_tornado_connection_timeout (connection_timeout_tests.ConnectionTests) ... ok test_twisted_connection_timeout (connection_timeout_tests.ConnectionTests) ... SKIP: twisted is not installed test_ascii_body_value (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_ascii_bytes_body_instance (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_binary_non_unicode_value (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_body_fragments (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_header_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_method_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_init_seen_so_far (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_basic_deliver (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_partial (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_six_bytes (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_body_frame_too_big (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_content_header (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_full_message (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_process_with_unexpected_frame_type (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_body_fragments (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_header_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_method_frame (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_reset_seen_so_far (content_frame_dispatcher_tests.ContentFrameDispatcherTests) ... ok test_erase_credentials (credentials_tests.ExternalCredentialsTest) ... ok test_erase_response_for_no_mechanism_match (credentials_tests.ExternalCredentialsTest) ... ok test_response_for (credentials_tests.ExternalCredentialsTest) ... ok test_erase_credentials_false (credentials_tests.PlainCredentialsTests) ... ok test_erase_credentials_true (credentials_tests.PlainCredentialsTests) ... ok test_erase_response_for_no_mechanism_match (credentials_tests.PlainCredentialsTests) ... ok test_response_for (credentials_tests.PlainCredentialsTests) ... ok test_decode_raises (data_tests.DataTests) ... ok test_decode_table (data_tests.DataTests) ... ok test_decode_table_bytes (data_tests.DataTests) ... ok test_encode_raises (data_tests.DataTests) ... ok test_encode_table (data_tests.DataTests) ... ok test_encode_table_bytes (data_tests.DataTests) ... ok test_amqp_connection_error_one_param_repr (exceptions_test.ExceptionTests) ... ok test_amqp_connection_error_two_params_repr (exceptions_test.ExceptionTests) ... ok test_authentication_error_repr (exceptions_test.ExceptionTests) ... ok test_body_too_long_error_repr (exceptions_test.ExceptionTests) ... ok test_invalid_maximum_frame_size_repr (exceptions_test.ExceptionTests) ... ok test_invalid_minimum_frame_size_repr (exceptions_test.ExceptionTests) ... ok body_marshal_test (frame_tests.FrameTests) ... ok decode_body_frame_fragment_consumed_bytes_test (frame_tests.FrameTests) ... ok decode_body_frame_fragment_test (frame_tests.FrameTests) ... ok decode_body_frame_instance_test (frame_tests.FrameTests) ... ok decode_frame_decoding_failure_test (frame_tests.FrameTests) ... ok decode_frame_decoding_no_end_byte_test (frame_tests.FrameTests) ... ok decode_frame_decoding_wrong_end_byte_test (frame_tests.FrameTests) ... ok decode_frame_invalid_frame_type_test (frame_tests.FrameTests) ... ok decode_header_frame_bytes_test (frame_tests.FrameTests) ... ok decode_header_frame_instance_test (frame_tests.FrameTests) ... ok decode_header_frame_properties_test (frame_tests.FrameTests) ... ok decode_heartbeat_frame_bytes_consumed_test (frame_tests.FrameTests) ... ok decode_heartbeat_frame_test (frame_tests.FrameTests) ... ok decode_method_frame_bytes_test (frame_tests.FrameTests) ... ok decode_method_frame_instance_test (frame_tests.FrameTests) ... ok decode_method_frame_method_test (frame_tests.FrameTests) ... ok decode_protocol_header_bytes_test (frame_tests.FrameTests) ... ok decode_protocol_header_failure_test (frame_tests.FrameTests) ... ok decode_protocol_header_instance_test (frame_tests.FrameTests) ... ok frame_marshal_not_implemented_test (frame_tests.FrameTests) ... ok frame_underscore_marshal_test (frame_tests.FrameTests) ... ok headers_marshal_test (frame_tests.FrameTests) ... ok heartbeat_marshal_test (frame_tests.FrameTests) ... ok protocol_header_marshal_test (frame_tests.FrameTests) ... ok test_active_false (heartbeat_tests.HeartbeatTests) ... ok test_active_true (heartbeat_tests.HeartbeatTests) ... ok test_bytes_received_on_connection (heartbeat_tests.HeartbeatTests) ... ok test_connection_close (heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_false (heartbeat_tests.HeartbeatTests) ... ok test_connection_is_idle_true (heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_connection (heartbeat_tests.HeartbeatTests) ... ok test_constructor_assignment_heartbeat_interval (heartbeat_tests.HeartbeatTests) ... ok test_constructor_called_setup_timer (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_received (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_bytes_sent (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_received (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_heartbeat_frames_sent (heartbeat_tests.HeartbeatTests) ... ok test_constructor_initial_idle_byte_intervals (heartbeat_tests.HeartbeatTests) ... ok test_default_initialization_max_idle_count (heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_false (heartbeat_tests.HeartbeatTests) ... ok test_has_received_data_true (heartbeat_tests.HeartbeatTests) ... ok test_new_heartbeat_frame (heartbeat_tests.HeartbeatTests) ... ok test_received (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_increment_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_increment_no_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_missed_bytes (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_not_closed (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_send_heartbeat_frame (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_start_timer (heartbeat_tests.HeartbeatTests) ... ok test_send_and_check_update_counters (heartbeat_tests.HeartbeatTests) ... ok test_send_heartbeat_counter_incremented (heartbeat_tests.HeartbeatTests) ... ok test_setup_timer_called (heartbeat_tests.HeartbeatTests) ... ok test_start_timer_active (heartbeat_tests.HeartbeatTests) ... ok test_start_timer_not_active (heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_received (heartbeat_tests.HeartbeatTests) ... ok test_update_counters_bytes_sent (heartbeat_tests.HeartbeatTests) ... ok test_parameters_accept_plain_string_locale (parameter_tests.ParameterTests) ... ok test_parameters_accept_unicode_locale (parameter_tests.ParameterTests) ... ok test_parameters_accepts_plain_string_virtualhost (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_blank_username_and_password (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_plain_string (parameter_tests.ParameterTests) ... ok test_urlparameters_accepts_unicode_string (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_port_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_username_and_password_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_virtual_host_if_not_specified (parameter_tests.ParameterTests) ... ok test_urlparameters_uses_default_virtual_host_if_only_slash_is_specified (parameter_tests.ParameterTests) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCaseSelect) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetEPoll) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetKqueue) ... ok start_test (select_connection_ioloop_tests.IOLoopSimpleMessageTestCasetPoll) ... ok test_add_callback (channel_tests.ChannelTests) ... ok test_add_callback_multiple_replies (channel_tests.ChannelTests) ... ok test_add_on_cancel_callback (channel_tests.ChannelTests) ... ok test_add_on_close_callback (channel_tests.ChannelTests) ... ok test_add_on_flow_callback (channel_tests.ChannelTests) ... ok test_add_on_return_callback (channel_tests.ChannelTests) ... ok test_basic_ack_channel_closed (channel_tests.ChannelTests) ... ok test_basic_cancel_callback_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_calls_validate (channel_tests.ChannelTests) ... ok test_basic_cancel_channel_cancelled_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_no_consumer_tag (channel_tests.ChannelTests) ... ok test_basic_cancel_on_cancel_appended (channel_tests.ChannelTests) ... ok test_basic_cancel_raises_value_error (channel_tests.ChannelTests) ... ok test_basic_cancel_then_close (channel_tests.ChannelTests) ... ok test_basic_consume_calls_validate (channel_tests.ChannelTests) ... ok test_basic_consume_channel_closed (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_cancelled_full (channel_tests.ChannelTests) ... ok test_basic_consume_consumer_tag_in_consumers (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_callback_value (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_pending_list_is_empty (channel_tests.ChannelTests) ... ok test_basic_consume_consumers_rpc_called (channel_tests.ChannelTests) ... ok test_basic_consume_duplicate_consumer_tag_raises (channel_tests.ChannelTests) ... ok test_basic_consume_has_pending_list (channel_tests.ChannelTests) ... ok test_basic_get_callback (channel_tests.ChannelTests) ... ok test_basic_get_calls_validate (channel_tests.ChannelTests) ... ok test_basic_get_send_method_called (channel_tests.ChannelTests) ... ok test_basic_nack_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_nack_send_method_request (channel_tests.ChannelTests) ... ok test_basic_publish_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_publish_send_method_request (channel_tests.ChannelTests) ... ok test_basic_qos_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_qos_rpc_request (channel_tests.ChannelTests) ... ok test_basic_recover_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_recover_rpc_request (channel_tests.ChannelTests) ... ok test_basic_reject_raises_channel_closed (channel_tests.ChannelTests) ... ok test_basic_reject_send_method_request (channel_tests.ChannelTests) ... ok test_basic_send_method_calls_rpc (channel_tests.ChannelTests) ... ok test_channel_open_add_callbacks_called (channel_tests.ChannelTests) ... ok test_cleanup (channel_tests.ChannelTests) ... ok test_close_basic_cancel_called (channel_tests.ChannelTests) ... ok test_close_raises_channel_closed (channel_tests.ChannelTests) ... ok test_close_state (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_ack (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_basic_nack (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_with_nowait (channel_tests.ChannelTests) ... ok test_confirm_delivery_callback_without_nowait_selectok (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_callback_call_count (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_no_basic_ack_callback (channel_tests.ChannelTests) ... ok test_confirm_delivery_no_callback_no_basic_nack_callback (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_channel_closed (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_confirms (channel_tests.ChannelTests) ... ok test_confirm_delivery_raises_method_not_implemented_for_nack (channel_tests.ChannelTests) ... ok test_consumer_tags (channel_tests.ChannelTests) ... ok test_exchange_bind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_bind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_bind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_declare_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_declare_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_declare_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_declare_with_type_arg_assigns_to_exchange_type (channel_tests.ChannelTests) ... ok test_exchange_declare_with_type_arg_raises_deprecation_warning (channel_tests.ChannelTests) ... ok test_exchange_delete_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_delete_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_delete_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_exchange_unbind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request (channel_tests.ChannelTests) ... ok test_exchange_unbind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_flow_off_rpc_request (channel_tests.ChannelTests) ... ok test_flow_on_flowok_callback (channel_tests.ChannelTests) ... ok test_flow_on_rpc_request (channel_tests.ChannelTests) ... ok test_flow_raises_channel_closed (channel_tests.ChannelTests) ... ok test_flow_raises_invalid_callback (channel_tests.ChannelTests) ... ok test_get_pending_message (channel_tests.ChannelTests) ... ok test_get_pending_message_item_popped (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_deliver_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_get_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_basic_return_called (channel_tests.ChannelTests) ... ok test_handle_content_frame_method_returns_none (channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_header_frame (channel_tests.ChannelTests) ... ok test_handle_content_frame_sets_method_frame (channel_tests.ChannelTests) ... ok test_has_content_false (channel_tests.ChannelTests) ... ok test_has_content_true (channel_tests.ChannelTests) ... ok test_immediate_called_logger_warning (channel_tests.ChannelTests) ... ok test_init_blocked (channel_tests.ChannelTests) ... ok test_init_blocking (channel_tests.ChannelTests) ... ok test_init_callbacks (channel_tests.ChannelTests) ... ok test_init_cancelled (channel_tests.ChannelTests) ... ok test_init_channel_number (channel_tests.ChannelTests) ... ok test_init_connection (channel_tests.ChannelTests) ... ok test_init_consumers (channel_tests.ChannelTests) ... ok test_init_frame_dispatcher (channel_tests.ChannelTests) ... ok test_init_has_on_flow_callback (channel_tests.ChannelTests) ... ok test_init_invalid_channel_number (channel_tests.ChannelTests) ... ok test_init_on_flowok_callback (channel_tests.ChannelTests) ... ok test_init_on_getok_callback (channel_tests.ChannelTests) ... ok test_init_on_openok_callback (channel_tests.ChannelTests) ... ok test_init_pending (channel_tests.ChannelTests) ... ok test_init_state (channel_tests.ChannelTests) ... ok test_is_closed_false (channel_tests.ChannelTests) ... ok test_is_closed_true (channel_tests.ChannelTests) ... ok test_is_closing_false (channel_tests.ChannelTests) ... ok test_is_closing_true (channel_tests.ChannelTests) ... ok test_on_cancel_not_appended_cancelled (channel_tests.ChannelTests) ... ok test_on_cancel_removed_consumer (channel_tests.ChannelTests) ... ok test_on_cancelok_removed_consumer (channel_tests.ChannelTests) ... ok test_on_cancelok_removed_pending (channel_tests.ChannelTests) ... ok test_on_close_warning (channel_tests.ChannelTests) ... ok test_on_confirm_selectok (channel_tests.ChannelTests) ... ok test_on_deliver_callback_called (channel_tests.ChannelTests) ... ok test_on_deliver_pending_callbacks_called (channel_tests.ChannelTests) ... ok test_on_deliver_pending_called (channel_tests.ChannelTests) ... ok test_on_eventok (channel_tests.ChannelTests) ... ok test_on_flow (channel_tests.ChannelTests) ... ok test_on_flow_with_callback (channel_tests.ChannelTests) ... ok test_on_flowok (channel_tests.ChannelTests) ... ok test_on_flowok_callback_reset (channel_tests.ChannelTests) ... ok test_on_flowok_calls_callback (channel_tests.ChannelTests) ... ok test_on_getempty (channel_tests.ChannelTests) ... ok test_on_getok_callback_called (channel_tests.ChannelTests) ... ok test_on_getok_callback_reset (channel_tests.ChannelTests) ... ok test_on_getok_no_callback (channel_tests.ChannelTests) ... ok test_on_openok_callback_called (channel_tests.ChannelTests) ... ok test_on_openok_no_callback (channel_tests.ChannelTests) ... ok test_on_synchronous_complete (channel_tests.ChannelTests) ... ok test_onreturn (channel_tests.ChannelTests) ... ok test_onreturn_warning (channel_tests.ChannelTests) ... ok test_queue_bind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_bind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request (channel_tests.ChannelTests) ... ok test_queue_bind_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_declare_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_declare_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request (channel_tests.ChannelTests) ... ok test_queue_declare_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_delete_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_delete_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request (channel_tests.ChannelTests) ... ok test_queue_delete_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_purge_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_purge_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request (channel_tests.ChannelTests) ... ok test_queue_purge_rpc_request_nowait (channel_tests.ChannelTests) ... ok test_queue_unbind_raises_channel_closed (channel_tests.ChannelTests) ... ok test_queue_unbind_raises_value_error_on_invalid_callback (channel_tests.ChannelTests) ... ok test_queue_unbind_rpc_request (channel_tests.ChannelTests) ... ok test_rpc_adds_callback (channel_tests.ChannelTests) ... ok test_rpc_adds_on_synchronous_complete (channel_tests.ChannelTests) ... ok test_rpc_raises_channel_closed (channel_tests.ChannelTests) ... ok test_rpc_throws_type_error_with_invalid_callback (channel_tests.ChannelTests) ... ok test_rpc_throws_value_error_with_unacceptable_replies (channel_tests.ChannelTests) ... ok test_rpc_while_blocking_appends_blocked_collection (channel_tests.ChannelTests) ... ok test_send_method (channel_tests.ChannelTests) ... ok test_set_state (channel_tests.ChannelTests) ... ok test_tx_commit_raises_channel_closed (channel_tests.ChannelTests) ... ok test_tx_commit_rpc_request (channel_tests.ChannelTests) ... ok test_tx_rollback_rpc_request (channel_tests.ChannelTests) ... ok test_tx_select_rpc_request (channel_tests.ChannelTests) ... ok test_validate_channel_and_callback_raises_channel_closed (channel_tests.ChannelTests) ... ok test_validate_channel_and_callback_raises_value_error_not_callable (channel_tests.ChannelTests) ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestEPoll) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestKqueue) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestPoll) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopSleepTimerTestSelect) ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestEPoll) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestKqueue) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestSelect) ... ok start_test (select_connection_ioloop_tests.IOLoopThreadStopTestPoll) ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok test_tornado_connection_call_parent (tornado_tests.TornadoConnectionTests) ... ok test_is_callable_false (utils_tests.UtilsTests) ... ok test_is_callable_true (utils_tests.UtilsTests) ... ok Set timers and start ioloop. ... ok Setup 5 timeout handlers and observe them get invoked one by one. ... ok Verifies that an attempt by a timeout handler to delete another, ... ok Verifies that an attempt to delete a timeout within the ... ok ---------------------------------------------------------------------- Ran 430 tests in 2.198s OK (SKIP=2) + pgrep -cf rabbitmq_server 1 + nosetests-3.4 --processes=2 -e 'async_.*' -w tests/acceptance -v ForwardServer STOPPING ForwardServer STOPPING ForwardServer STOPPING ForwardServer STOPPING ForwardServer STOPPING BlockingConnection.add_timeout and remove_timeout ... ok BlockingChannel.basic_cancel purges pending _ConsumerCancellationEvt ... ok BlockingChannel user cancels ackable consumer via basic_cancel ... ok ChannelClosed raised when consuming from unknown queue ... ok BlockingChannel user cancels non-ackable consumer via basic_cancel ... ok BlockingChannel.basic_get ... ok BlockingChannel.basic_nack single message ... ok BlockingChannel.basic_nack with requeue=False ... ok BlockingChannel.basic_nack multiple messages ... ok BlockingChannel.basic_publish msg delivered despite pending unroutable message ... ok BlockingChannel.basic_publish without pubacks ... ok BlockingChannel.basic_recover with requeue=True. ... ok BlockingChannel.basic_reject ... ok BlockingChannel.basic_reject with requeue=False ... ok BlockingChannel Channel.Flow activate and deactivate ... ok BlockingChannel.close from basic_consume callback ... ok BlockingChannel.confirm_delivery following unroutable message ... ok BlockingConnection to downed broker results in AMQPConnectionError ... ok BlockingConnection register for Connection.Blocked/Unblocked ... ok BlockingConnection.close from basic_consume callback ... ok BlockingConnection: connection context manager closes connection ... ok BlockingConnection: connection context manager closes connection and passes original exception ... ok BlockingConnection: connection context manager closes connection and passes system exception ... ok Test BlockingConnection properties ... ok BlockingConnection: Create and close connection ... ok BlockingChannel: Create and close channel ... ok BlockingConnection TCP/IP connection loss in CONNECTION_PROTOCOL ... ok BlockingConnection TCP/IP connection loss in CONNECTION_START ... ok BlockingConnection TCP/IP connection loss in CONNECTION_TUNE ... ok BlockingConnection: Create and close connection with channel and consumer ... ok BlockingChannel: Test exchange_declare and exchange_delete ... ok BlockingConnection: ConnectionClosed raised when creating exchange with invalid type ... ok BlockingChannel: Test exchange_bind and exchange_unbind ... ok BlockingConnection no access file descriptor after ConnectionClosed ... ok BlockingChannel unacked message restored to q on channel close ... ok BlockingChannel.publish/consume huge message ... ok BlockingChannel: ChannelClosed raised when passive-declaring unknown queue ... ok BlockingConnection.process_data_events ... ok BlockingChannel non-pub-ack publish/consume many messages ... ok BlockingChannel.publish amd basic_publish unroutable message with pubacks ... ok BlockingChannel.basic_publish, publish, basic_consume, QoS, Basic.Cancel from broker ... ok BlockingChannel: Test queue_bind and queue_unbind ... ok BlockingChannel.basic_publish from basic_consume callback ... ok BlockingConnection.remove_timeout from timeout callback ... ok BlockingConnection.sleep ... ok BlockingChannel: Test queue_declare and queue_delete ... ok BlockingChannel.stop_consuming from basic_consume callback ... ok BlockingConnection resets properly on TCP/IP drop during channel() ... ok BlockingChannel.tx_commit ... ok BlockingChannel.tx_commit ... ok BlockingChannel: unroutable messages is returned in puback mode ... ok BlockingChannel: unroutable messages is returned in non-puback mode ... ok BlockingChannel unacked message restored to q on channel close ... ok ---------------------------------------------------------------------- Ran 53 tests in 6.348s OK + pkill -f rabbitmq_server + exit 0 Processing files: python2-pika-0.10.0-10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rqHYrd + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-0.10.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-0.10.0 + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qfCHuB + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-0.10.0 + exit 0 Provides: python-pika = 0.10.0-10.el7.centos python2-pika = 0.10.0-10.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-pika < 0.10.0-10.el7.centos Processing files: python2-pika-doc-0.10.0-10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JhQ360 + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-doc-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-doc-0.10.0 + cp -pr examples/ /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-doc-0.10.0 + cp -pr html/ /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python2-pika-doc-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AO2DLq + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-doc-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-doc-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python2-pika-doc-0.10.0 + exit 0 Provides: python-pika-doc = 0.10.0-10.el7.centos python2-pika-doc = 0.10.0-10.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: python-pika-doc < 0.10.0-10.el7.centos Processing files: python34-pika-0.10.0-10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nzKySS + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-0.10.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-0.10.0 + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ATCI0k + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-0.10.0 + exit 0 Provides: python34-pika = 0.10.0-10.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.4 Processing files: python34-pika-doc-0.10.0-10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TIYHGO + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-doc-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-doc-0.10.0 + cp -pr examples/ /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-doc-0.10.0 + cp -pr 3/html/ /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/doc/python34-pika-doc-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uQCVoi + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-doc-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-doc-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64/usr/share/licenses/python34-pika-doc-0.10.0 + exit 0 Provides: python34-pika-doc = 0.10.0-10.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python2-pika-0.10.0-10.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python2-pika-doc-0.10.0-10.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python34-pika-0.10.0-10.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python34-pika-doc-0.10.0-10.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fUMHKY + umask 022 + cd /builddir/build/BUILD + cd pika-0.10.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pika-0.10.0-10.el7.centos.x86_64 + exit 0 Child return code was: 0