Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.3.6: sphinx warnings reference target not found #1980

Open
kloczek opened this issue Apr 7, 2024 · 1 comment
Open

5.3.6: sphinx warnings reference target not found #1980

kloczek opened this issue Apr 7, 2024 · 1 comment

Comments

@kloczek
Copy link

kloczek commented Apr 7, 2024

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.

You can peak on fixes that kind of issues in other projects
RDFLib/rdflib-sqlalchemy#95
RDFLib/rdflib#2036
click-contrib/sphinx-click@abc31069
frostming/unearth#14
jaraco/cssutils#21
latchset/jwcrypto#289
latchset/jwcrypto#289
pypa/distlib@98b9b89f
pywbem/pywbem#2895
sissaschool/elementpath@bf869d9e
sissaschool/xmlschema@42ea98f2
sqlalchemy/sqlalchemy@5e88e6e8

@kloczek
Copy link
Author

kloczek commented Apr 7, 2024

Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v7.2.6
making output directory... done
loading intersphinx inventory from https://docs.python.org/dev/objects.inv...
loading intersphinx inventory from https://www.sphinx-doc.org/en/stable/objects.inv...
loading intersphinx inventory from https://celery.readthedocs.io/en/main/objects.inv...
loading intersphinx inventory from https://pytest-celery.readthedocs.io/en/main/objects.inv...
loading intersphinx inventory from https://django-celery.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://cyme.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://amqp.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://vine.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://flower.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://redis-py.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://docs.djangoproject.com/en/dev/_objects...
loading intersphinx inventory from https://boto.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://sqlalchemy.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://kazoo.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://msgpack-python.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://basho.github.io/riak-python-client/objects.inv...
loading intersphinx inventory from http://sendapatch.se/projects/pylibmc/objects.inv...
loading intersphinx inventory from https://eventlet.net/doc/objects.inv...
loading intersphinx inventory from http://www.gevent.org/objects.inv...
loading intersphinx inventory from https://pyopenssl.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://docs.pytest.org/en/latest/objects.inv...
loading intersphinx inventory from https://tox.readthedocs.io/en/latest/objects.inv...
intersphinx inventory has moved: https://docs.djangoproject.com/en/dev/_objects -> https://docs.djangoproject.com/en/dev/_objects/
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://eventlet.net/doc/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://eventlet.net/doc/objects.inv
intersphinx inventory has moved: https://www.sphinx-doc.org/en/stable/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv
intersphinx inventory has moved: https://django-celery.readthedocs.io/en/latest/objects.inv -> https://docs.celeryq.dev/projects/django-celery/en/latest/objects.inv
intersphinx inventory has moved: https://amqp.readthedocs.io/en/latest/objects.inv -> https://docs.celeryq.dev/projects/amqp/en/latest/objects.inv
intersphinx inventory has moved: https://celery.readthedocs.io/en/main/objects.inv -> https://docs.celeryq.dev/en/main/objects.inv
intersphinx inventory has moved: https://pytest-celery.readthedocs.io/en/main/objects.inv -> https://docs.celeryq.dev/projects/pytest-celery/en/main/objects.inv
intersphinx inventory has moved: https://tox.readthedocs.io/en/latest/objects.inv -> https://tox.wiki/en/latest/objects.inv
intersphinx inventory has moved: https://pyopenssl.readthedocs.io/en/stable/objects.inv -> https://www.pyopenssl.org/en/stable/objects.inv
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 84 added, 0 changed, 0 removed
/usr/lib/python3.10/site-packages/sphinx/util/inspect.py:330: SAWarning: Unmanaged access of declarative attribute messages from non-mapped class Queue
  return getattr(obj, name, *defargs)
/usr/lib/python3.10/site-packages/sphinx/util/inspect.py:330: SAWarning: Unmanaged access of declarative attribute queue_id from non-mapped class Message
  return getattr(obj, name, *defargs)
reading sources... [100%] userguide/simple
Changelog.rst:154: WARNING: Bullet list ends without a blank line; unexpected unindent.
docs/includes/introduction.txt:26: ERROR: Unknown target name: "sqs".
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.enable_insecure_serializers:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.disable_insecure_serializers:7: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:4: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:21: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:21: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:26: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:26: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:30: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:30: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:34: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:36: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:37: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:46: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:46: WARNING: Title underline too short.

Note:
----
docstring of kombu.Connection.default_channel:6: WARNING: Title underline too short.

Note:
----
docstring of kombu.Connection.connection:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.drain_events:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.autoretry:11: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ensure:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:8: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:8: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.heartbeat_check:11: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:11: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:15: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:16: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange.Message:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange.bind_to:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange.delete:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Exchange.name:1: WARNING: duplicate object description of kombu.Exchange.name, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange.publish:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Exchange.publish:7: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Exchange.type:1: WARNING: duplicate object description of kombu.Exchange.type, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.auto_delete:1: WARNING: duplicate object description of kombu.Queue.auto_delete, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.consume:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.delete:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.durable:1: WARNING: duplicate object description of kombu.Queue.durable, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.exchange:1: WARNING: duplicate object description of kombu.Queue.exchange, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.exclusive:1: WARNING: duplicate object description of kombu.Queue.exclusive, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.get:12: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.get:15: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.name:1: WARNING: duplicate object description of kombu.Queue.name, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.queue_declare:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/entity.py:docstring of kombu.entity.Queue.queue_declare:7: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.Queue.routing_key:1: WARNING: duplicate object description of kombu.Queue.routing_key, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:16: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:17: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Inline strong start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.register_callback:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.add_queue:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.consume:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.cancel:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.purge:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.qos:12: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.recover:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.receive:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/hub.py:docstring of kombu.asynchronous.hub.Hub:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:12: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:14: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:15: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:19: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:21: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:22: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:25: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:31: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:32: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:51: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Request, other instance in reference/kombu.asynchronous.aws.connection, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:12: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:14: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:15: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:19: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:21: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:22: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:25: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:31: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:32: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:51: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.body:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.buffer:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.buffer, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.code:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.code, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.effective_url:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.effective_url, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.error:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.error, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.headers:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.headers, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.request:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.request, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.Response.status:1: WARNING: duplicate object description of kombu.asynchronous.http.Response.status, other instance in reference/kombu.asynchronous.http, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:9: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:12: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:14: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:15: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:19: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:21: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:22: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:25: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:31: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:32: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Request:51: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.body:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.buffer:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.buffer, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.code:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.code, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.effective_url:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.effective_url, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.error:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.error, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.headers:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.headers, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.request:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.request, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.status:1: WARNING: duplicate object description of kombu.asynchronous.http.base.Response.status, other instance in reference/kombu.asynchronous.http.base, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/hub.py:docstring of kombu.asynchronous.hub.Hub:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/semaphore.py:docstring of kombu.asynchronous.semaphore.LaxBoundedSemaphore:7: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/semaphore.py:docstring of kombu.asynchronous.semaphore.LaxBoundedSemaphore.acquire:8: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/semaphore.py:docstring of kombu.asynchronous.semaphore.LaxBoundedSemaphore.acquire:9: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/semaphore.py:docstring of kombu.asynchronous.semaphore.LaxBoundedSemaphore.release:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/asynchronous/timer.py:docstring of kombu.asynchronous.timer.Timer.enter_at:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/clocks.py:docstring of kombu.clocks.timetuple:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.Broadcast:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.Broadcast:12: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.Broadcast:14: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.Broadcast:18: WARNING: Inline strong start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:7: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:8: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/common.py:docstring of kombu.common.send_reply:11: WARNING: Inline strong start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.publish:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.publish:16: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.publish:17: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Inline strong start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/exceptions.py:docstring of kombu.exceptions.ContentDisallowed:1: WARNING: duplicate object description of kombu.exceptions.ContentDisallowed, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.add_queue:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.cancel:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.compat.Consumer.close:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.consume:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.purge:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.qos:12: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.receive:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.recover:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.register_callback:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/exceptions.py:docstring of kombu.exceptions.ContentDisallowed:1: WARNING: duplicate object description of kombu.exceptions.ContentDisallowed, other instance in reference/kombu.compat, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.add_queue:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.cancel:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.compat.ConsumerSet.close:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.consume:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.purge:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.qos:12: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.receive:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.recover:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compat.py:docstring of kombu.messaging.Consumer.register_callback:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compression.py:docstring of kombu.compression.compress:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compression.py:docstring of kombu.compression.decompress:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compression.py:docstring of kombu.compression.register:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compression.py:docstring of kombu.compression.register:7: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/compression.py:docstring of kombu.compression.register:8: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:4: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:21: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:21: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:26: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:26: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:30: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:30: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:34: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:36: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:37: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:46: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection:46: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ChannelPool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.Pool:9: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:11: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:15: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.SimpleQueue:16: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.autoretry:11: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.connection:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.default_channel:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.drain_events:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.ensure:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.heartbeat_check:11: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:8: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/connection.py:docstring of kombu.connection.Connection.switch:8: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/resource.py:docstring of kombu.resource.Resource.acquire:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/resource.py:docstring of kombu.resource.Resource.acquire:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message:4: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message.decode:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message.requeue:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/mixins.py:docstring of kombu.mixins.ConsumerMixin:14: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/mixins.py:docstring of kombu.mixins.ConsumerProducerMixin:7: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer:1: WARNING: duplicate object description of kombu.messaging.Producer, other instance in reference/kombu, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:16: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:17: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Inline strong start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/resource.py:docstring of kombu.resource.Resource.acquire:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.dumps:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.loads:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.register:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.unregister:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/__init__.py:docstring of kombu.transport.resolve_transport:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/SQS.py:docstring of kombu.transport.SQS.QoS:1: WARNING: duplicate object description of kombu.transport.SQS.QoS, other instance in reference/kombu.transport.SQS, use :no-index: for one of them
WARNING: autodoc: failed to import module 'azureservicebus' from module 'kombu.transport'; the following exception was raised:
No module named 'azure'
WARNING: autodoc: failed to import module 'azurestoragequeues' from module 'kombu.transport'; the following exception was raised:
No module named 'azure'
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message:4: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message.requeue:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/message.py:docstring of kombu.message.Message.decode:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.transport.confluentkafka.rst:1: WARNING: Title overline too short.

=========================================================
 confluent-kafka Transport - ``kombu.transport.confluentkafka``
=========================================================
WARNING: autodoc: failed to import module 'confluentkafka' from module 'kombu.transport'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sphinx/ext/autodoc/importer.py", line 69, in import_module
    return importlib.import_module(modname)
  File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/confluentkafka.py", line 90, in <module>
    class NoBrokersAvailable(KafkaException):
NameError: name 'KafkaException' is not defined

WARNING: autodoc: failed to import module 'librabbitmq' from module 'kombu.transport'; the following exception was raised:
No module named 'librabbitmq'
WARNING: autodoc: failed to import module 'mongodb' from module 'kombu.transport'; the following exception was raised:
No module named 'pymongo'
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/pyamqp.py:docstring of kombu.transport.pyamqp.Channel:1: WARNING: duplicate object description of kombu.transport.pyamqp.Channel, other instance in reference/kombu.transport.pyamqp, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/pyamqp.py:docstring of kombu.transport.pyamqp.Message:1: WARNING: duplicate object description of kombu.transport.pyamqp.Message, other instance in reference/kombu.transport.pyamqp, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/pyamqp.py:docstring of kombu.message.Message.decode:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/pyamqp.py:docstring of kombu.message.Message.requeue:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/pyamqp.py:docstring of amqp.channel.Channel.basic_qos:63: WARNING: Definition list ends without a blank line; unexpected unindent.
docstring of kombu.transport.pyamqp.Connection.negotiate_capabilities:7: ERROR: Unexpected indentation.
docstring of kombu.transport.pyamqp.Connection.negotiate_capabilities:9: WARNING: Definition list ends without a blank line; unexpected unindent.
docstring of kombu.transport.pyamqp.Connection.negotiate_capabilities:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/pyamqp.py:docstring of kombu.transport.pyamqp.Message:1: WARNING: duplicate object description of kombu.transport.pyamqp.Message, other instance in reference/kombu.transport.pyamqp, use :no-index: for one of them
WARNING: autodoc: failed to import class 'KombuBroker' from module 'kombu.transport.pyro'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sphinx/util/inspect.py", line 330, in safe_getattr
    return getattr(obj, name, *defargs)
AttributeError: module 'kombu.transport.pyro' has no attribute 'KombuBroker'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sphinx/ext/autodoc/importer.py", line 135, in import_object
    obj = attrgetter(obj, mangled_name)
  File "/usr/lib/python3.10/site-packages/sphinx/ext/autodoc/__init__.py", line 319, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
  File "/usr/lib/python3.10/site-packages/sphinx/ext/autodoc/__init__.py", line 2810, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
  File "/usr/lib/python3.10/site-packages/sphinx/util/inspect.py", line 346, in safe_getattr
    raise AttributeError(name) from exc
AttributeError: KombuBroker

/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:1: WARNING: duplicate object description of kombu.transport.qpid.Channel, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Message:1: WARNING: duplicate object description of kombu.transport.virtual.base.Message, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS:1: WARNING: duplicate object description of kombu.transport.qpid.QoS, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Message:1: WARNING: duplicate object description of kombu.transport.virtual.base.Message, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS:1: WARNING: duplicate object description of kombu.transport.qpid.QoS, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Message:1: WARNING: duplicate object description of kombu.transport.virtual.base.Message, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/redis.py:docstring of kombu.transport.redis.QoS.restore_visible:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/redis.py:docstring of kombu.transport.redis.QoS:1: WARNING: duplicate object description of kombu.transport.redis.QoS, other instance in reference/kombu.transport.redis, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/redis.py:docstring of kombu.transport.redis.QoS.restore_visible:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/redis.py:docstring of kombu.transport.redis.SentinelChannel:18: WARNING: Title underline too short.

Example:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Transport:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.AbstractChannel:7: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Channel:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Channel.basic_qos:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.Message:1: WARNING: duplicate object description of kombu.transport.virtual.base.Message, other instance in reference/kombu.transport.qpid, use :no-index: for one of them
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.message.Message.decode:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.message.Message.requeue:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.QoS:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.QoS.restore_unacked_once:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.QoS.restore_visible:6: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.ExchangeType:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.is_list:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:13: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:13: WARNING: Title underline too short.

Keyword Arguments:
-----------------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:17: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:22: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/functional.py:docstring of kombu.utils.functional.retry_over_time:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket:12: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/utils/scheduling.py:docstring of kombu.utils.scheduling.FairCycle:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.add_queue:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.cancel:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.cancel:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.consume:9: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.purge:4: WARNING: Title underline too short.

Warning:
-------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.qos:12: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.receive:6: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.recover:7: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Consumer.register_callback:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.declare:4: WARNING: Title underline too short.

Note:
----
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:4: WARNING: Title underline too short.

Arguments:
---------
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:16: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:17: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/../kombu/messaging.py:docstring of kombu.messaging.Producer.publish:31: WARNING: Inline strong start-string without end-string.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.transport.confluentkafka.rst: WARNING: document isn't included in any toctree
done
writing... python-kombu.3 { introduction userguide/index userguide/introduction userguide/connections userguide/producers userguide/consumers userguide/examples userguide/simple userguide/pools userguide/serialization userguide/failover faq reference/index reference/kombu reference/kombu.common reference/kombu.matcher reference/kombu.mixins reference/kombu.simple reference/kombu.clocks reference/kombu.compat reference/kombu.pidbox reference/kombu.exceptions reference/kombu.log reference/kombu.connection reference/kombu.message reference/kombu.compression reference/kombu.pools reference/kombu.abstract reference/kombu.resource reference/kombu.serialization reference/kombu.transport reference/kombu.transport.base reference/kombu.transport.virtual reference/kombu.transport.virtual.exchange reference/kombu.transport.azurestoragequeues reference/kombu.transport.azureservicebus reference/kombu.transport.pyamqp reference/kombu.transport.librabbitmq reference/kombu.transport.qpid reference/kombu.transport.memory reference/kombu.transport.redis reference/kombu.transport.mongodb reference/kombu.transport.consul reference/kombu.transport.etcd reference/kombu.transport.zookeeper reference/kombu.transport.filesystem reference/kombu.transport.sqlalchemy reference/kombu.transport.SQS reference/kombu.transport.SLMQ reference/kombu.transport.pyro reference/kombu.asynchronous reference/kombu.asynchronous.hub reference/kombu.asynchronous.semaphore reference/kombu.asynchronous.timer reference/kombu.asynchronous.debug reference/kombu.asynchronous.http reference/kombu.asynchronous.http.base reference/kombu.asynchronous.http.curl reference/kombu.asynchronous.aws reference/kombu.asynchronous.aws.connection reference/kombu.asynchronous.aws.sqs reference/kombu.asynchronous.aws.sqs.connection reference/kombu.asynchronous.aws.sqs.message reference/kombu.asynchronous.aws.sqs.queue reference/kombu.utils.amq_manager reference/kombu.utils.collections reference/kombu.utils.compat reference/kombu.utils.debug reference/kombu.utils.div reference/kombu.utils.encoding reference/kombu.utils.eventio reference/kombu.utils.functional reference/kombu.utils.imports reference/kombu.utils.json reference/kombu.utils.limits reference/kombu.utils.objects reference/kombu.utils.scheduling reference/kombu.utils.text reference/kombu.utils.time reference/kombu.utils.url reference/kombu.utils.uuid changelog } /home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer:12: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer.publish:5: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer:5: WARNING: py:attr reference target not found: prefetch_count
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.accept:3: WARNING: py:func reference target not found: kombu.disable_untrusted_serializers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.auto_declare:1: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.callbacks:3: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer.consuming_from:1: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.on_message:11: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.on_message:14: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer.register_callback:5: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/simple.rst:11: WARNING: py:class reference target not found: Queue.Queue
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/pools.rst:27: WARNING: py:attr reference target not found: kombu.pools.connections
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/pools.rst:58: WARNING: py:meth reference target not found: kombu.connection.Resource.acquire
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/pools.rst:166: WARNING: py:class reference target not found: kombu.pools.Connections
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/pools.rst:166: WARNING: py:class reference target not found: kombu.pools.Producers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/serialization.rst:92: WARNING: 'envvar' reference target not found: PICKLE_PROTOCOL
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/userguide/serialization.rst:92: WARNING: py:data reference target not found: kombu.serialization.pickle_protocol
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.rst:98: WARNING: py:meth reference target not found: declare
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.rst:98: WARNING: py:meth reference target not found: delete
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:5: WARNING: py:attr reference target not found: channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:5: WARNING: py:attr reference target not found: arguments
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:18: WARNING: py:class reference target not found: Name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:18: WARNING: py:class reference target not found: the exchange.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:60: WARNING: py:attr reference target not found: arguments
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:68: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange:72: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: py:class reference target not found: _MaybeChannelBoundType
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange.bind_to:6: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange.declare:8: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange.delete:6: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Exchange.delete:8: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.rst:138: WARNING: py:meth reference target not found: declare
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docs/reference/kombu.rst:138: WARNING: py:meth reference target not found: purge
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:27: WARNING: py:class reference target not found: Name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:27: WARNING: py:class reference target not found: the queue.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:66: WARNING: py:class reference target not found: The channel the Queue is bound to
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:66: WARNING: py:class reference target not found: if bound
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:66: WARNING: py:class reference target not found: .
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:76: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:78: WARNING: py:class reference target not found: Durable queues remain active when a server restarts.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:85: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:87: WARNING: py:class reference target not found: Exclusive queues may only be consumed from by the
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:96: WARNING: py:class reference target not found: If set
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:96: WARNING: py:class reference target not found: the queue is deleted when all consumers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:112: WARNING: py:class reference target not found: Set the expiry time
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:112: WARNING: py:class reference target not found: in seconds
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:112: WARNING: py:class reference target not found: for when this
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:125: WARNING: py:class reference target not found: Message time to live in seconds.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:139: WARNING: py:class reference target not found: Set the maximum number
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:139: WARNING: py:class reference target not found: messages that the
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:151: WARNING: py:class reference target not found: Set the max size
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:151: WARNING: py:class reference target not found: in bytes
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:151: WARNING: py:class reference target not found: for the total
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:166: WARNING: py:class reference target not found: Set the highest priority number for this queue.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:173: WARNING: py:class reference target not found: Additional arguments used when declaring
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:180: WARNING: py:class reference target not found: Additional arguments used when binding
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:187: WARNING: py:class reference target not found: Additional arguments used when consuming
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:194: WARNING: py:class reference target not found: Unused in Kombu
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:194: WARNING: py:class reference target not found: but applications can take advantage
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:203: WARNING: py:class reference target not found: Optional callback to be applied when the
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:209: WARNING: py:class reference target not found: Never declare this queue
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue:209: WARNING: py:class reference target not found: nor related
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: py:class reference target not found: _MaybeChannelBoundType
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue.get:8: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/entity.py:docstring of kombu.entity.Queue.get:1: WARNING: py:class reference target not found: if a message was available
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer:12: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer.publish:5: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer:5: WARNING: py:attr reference target not found: prefetch_count
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.auto_declare:1: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.callbacks:3: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.on_message:11: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.Consumer.on_message:14: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer.register_callback:5: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Consumer.consuming_from:1: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.matcher.registry:15: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.matcher.registry:19: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.matcher.registry:19: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/mixins.py:docstring of kombu.mixins.ConsumerMixin.maybe_conn_error:1: WARNING: py:func reference target not found: kombu.common.ignore_errors
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/compat.py:docstring of kombu.messaging.Producer.publish:5: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.Consumer.accept:3: WARNING: py:func reference target not found: kombu.disable_untrusted_serializers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.Consumer.auto_declare:1: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.Consumer.callbacks:3: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/compat.py:docstring of kombu.messaging.Consumer.consuming_from:1: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.Consumer.on_message:11: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.Consumer.on_message:14: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/compat.py:docstring of kombu.messaging.Consumer.register_callback:5: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.ConsumerSet.accept:3: WARNING: py:func reference target not found: kombu.disable_untrusted_serializers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.ConsumerSet.auto_declare:1: WARNING: py:const reference target not found: False
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.ConsumerSet.callbacks:3: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/compat.py:docstring of kombu.messaging.Consumer.consuming_from:1: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.ConsumerSet.on_message:11: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/docstring of kombu.compat.ConsumerSet.on_message:14: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/compat.py:docstring of kombu.messaging.Consumer.register_callback:5: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/connection.py:docstring of kombu.connection.Connection.default_channel:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/resource.py:docstring of kombu.resource.Resource.acquire:8: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/resource.py:docstring of kombu.resource.Resource.acquire:8: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/message.py:docstring of kombu.message.Message:11: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer:12: WARNING: py:const reference target not found: True
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/messaging.py:docstring of kombu.messaging.Producer.publish:5: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.bind:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.bind:1: WARNING: more than one target found for cross-reference 'Connection': kombu.Connection, kombu.connection.Connection, kombu.transport.pyamqp.Transport.Connection, kombu.transport.pyamqp.Connection, kombu.transport.qpid.Transport.Connection, kombu.transport.qpid.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.bind:1: WARNING: py:class reference target not found: _MaybeChannelBoundType
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.channel:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: more than one target found for cross-reference 'Connection': kombu.Connection, kombu.connection.Connection, kombu.transport.pyamqp.Transport.Connection, kombu.transport.pyamqp.Connection, kombu.transport.qpid.Transport.Connection, kombu.transport.qpid.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.maybe_bind:1: WARNING: py:class reference target not found: _MaybeChannelBoundType
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/abstract.py:docstring of kombu.abstract.MaybeChannelBound.revive:1: WARNING: more than one target found for cross-reference 'Channel': kombu.transport.SLMQ.Transport.Channel, kombu.transport.SLMQ.Channel, kombu.transport.SQS.Transport.Channel, kombu.transport.SQS.Channel, kombu.transport.consul.Transport.Channel, kombu.transport.consul.Channel, kombu.transport.etcd.Transport.Channel, kombu.transport.etcd.Channel, kombu.transport.filesystem.Transport.Channel, kombu.transport.filesystem.Channel, kombu.transport.memory.Transport.Channel, kombu.transport.memory.Channel, kombu.transport.pyamqp.Transport.Connection.Channel, kombu.transport.pyamqp.Channel, kombu.transport.pyamqp.Connection.Channel, kombu.transport.pyro.Transport.Channel, kombu.transport.pyro.Channel, kombu.transport.qpid.Transport.Connection.Channel, kombu.transport.qpid.Channel, kombu.transport.qpid.Connection.Channel, kombu.transport.redis.Transport.Channel, kombu.transport.redis.Channel, kombu.transport.sqlalchemy.Transport.Channel, kombu.transport.sqlalchemy.Channel, kombu.transport.virtual.Channel, kombu.transport.virtual.base.Channel, kombu.transport.zookeeper.Transport.Channel, kombu.transport.zookeeper.Channel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/resource.py:docstring of kombu.resource.Resource.acquire:8: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.dumps:14: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.dumps:14: WARNING: py:class reference target not found: unicode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.dumps:19: WARNING: py:class reference target not found: unicode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.register:8: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/serialization.py:docstring of kombu.serialization.SerializerRegistry.register:13: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/message.py:docstring of kombu.message.Message:11: WARNING: py:attr reference target not found: delivery_mode
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/message.py:docstring of kombu.message.Message.ack:1: WARNING: more than one target found for cross-reference 'MessageStateError': kombu.exceptions.MessageStateError, kombu.message.Message.MessageStateError, kombu.transport.pyamqp.Connection.Channel.Message.MessageStateError, kombu.transport.virtual.Message.MessageStateError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/message.py:docstring of kombu.message.Message.reject:1: WARNING: more than one target found for cross-reference 'MessageStateError': kombu.exceptions.MessageStateError, kombu.message.Message.MessageStateError, kombu.transport.pyamqp.Connection.Channel.Message.MessageStateError, kombu.transport.virtual.Message.MessageStateError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/base.py:docstring of kombu.transport.virtual.base.QoS.can_consume_max_estimate:1: WARNING: py:class reference target not found: greater than zero.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.DirectExchange.lookup:1: WARNING: py:class reference target not found: queue name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.DirectExchange.lookup:1: WARNING: py:class reference target not found: 'default' if no queues matched.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.TopicExchange.lookup:1: WARNING: py:class reference target not found: queue name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.TopicExchange.lookup:1: WARNING: py:class reference target not found: 'default' if no queues matched.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.FanoutExchange.lookup:1: WARNING: py:class reference target not found: queue name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.FanoutExchange.lookup:1: WARNING: py:class reference target not found: 'default' if no queues matched.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.ExchangeType.lookup:1: WARNING: py:class reference target not found: queue name
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/virtual/exchange.py:docstring of kombu.transport.virtual.exchange.ExchangeType.lookup:1: WARNING: py:class reference target not found: 'default' if no queues matched.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/pyamqp.py:docstring of amqp.connection.Connection.heartbeat_tick:1: WARNING: py:class reference target not found: amqp.exceptions.ConnectionForvced
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid:81: WARNING: py:attr reference target not found: kombu.Connection.transport_options
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid:81: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:43: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:43: WARNING: py:class reference target not found: qpidtoollibs.BrokerAgent
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:61: WARNING: py:meth reference target not found: qpid.messaging.endpoints.Connection.establish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transport.base.StdChannel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transports.virtual
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:46: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:meth reference target not found: Transport.basic_drain
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:67: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.append:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.get:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:meth reference target not found: qpid.messaging.endpoints.Receiver.close
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:40: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: a callable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:class reference target not found: qpid.messaging.exceptions.Empty
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:9: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:meth reference target not found: _put
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:class reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_qos:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:3: WARNING: py:meth reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:12: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:35: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:69: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:18: WARNING: py:meth reference target not found: _purge
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:27: WARNING: py:class reference target not found: qpid.messaging.exceptions.NotFound
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection.get_qpid_connection:4: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Transport.drain_events:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Transport.establish_connection:13: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Transport.establish_connection:13: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:43: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:43: WARNING: py:class reference target not found: qpidtoollibs.BrokerAgent
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection:61: WARNING: py:meth reference target not found: qpid.messaging.endpoints.Connection.establish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transport.base.StdChannel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transports.virtual
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:46: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:meth reference target not found: Transport.basic_drain
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:67: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.append:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.get:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:meth reference target not found: qpid.messaging.endpoints.Receiver.close
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:40: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: a callable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:class reference target not found: qpid.messaging.exceptions.Empty
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:9: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:meth reference target not found: _put
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:class reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_qos:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:3: WARNING: py:meth reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:12: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:35: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:69: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:18: WARNING: py:meth reference target not found: _purge
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:27: WARNING: py:class reference target not found: qpid.messaging.exceptions.NotFound
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Connection.get_qpid_connection:4: WARNING: py:class reference target not found: qpid.messaging.endpoints.Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transport.base.StdChannel
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:29: WARNING: py:class reference target not found: kombu.transports.virtual
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:46: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:55: WARNING: py:meth reference target not found: Transport.basic_drain
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel:67: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.append:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.QoS.get:1: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:3: WARNING: py:meth reference target not found: qpid.messaging.endpoints.Receiver.close
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_cancel:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Session
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:34: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:40: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: a callable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_consume:1: WARNING: py:class reference target not found: an immutable object
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:class reference target not found: qpid.messaging.exceptions.Empty
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:3: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:meth reference target not found: _get
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_get:11: WARNING: py:class reference target not found: qpid.messaging.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:9: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:meth reference target not found: _put
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_publish:14: WARNING: py:class reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.basic_qos:3: WARNING: py:class reference target not found: qpid.messaging.endpoints.Receiver
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:3: WARNING: py:meth reference target not found: kombu.messaging.Producer._publish
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.prepare_message:12: WARNING: py:class reference target not found: qpid.messaging.endpoints.Sender
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:35: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_declare:69: WARNING: py:class reference target not found: collections.namedtuple
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:18: WARNING: py:meth reference target not found: _purge
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/qpid.py:docstring of kombu.transport.qpid.Channel.queue_purge:27: WARNING: py:class reference target not found: qpid.messaging.exceptions.NotFound
<unknown>:1: WARNING: py:class reference target not found: redis.connection.SSLConnection
<unknown>:1: WARNING: py:class reference target not found: redis.connection.SSLConnection
<unknown>:1: WARNING: py:class reference target not found: redis.sentinel.SentinelManagedConnection
<unknown>:1: WARNING: py:class reference target not found: kombu.transport.redis.SentinelManagedSSLConnection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/sqlalchemy/__init__.py:docstring of kombu.transport.sqlalchemy:52: WARNING: py:func reference target not found: sqlalchemy.create_engine
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/SQS.py:docstring of kombu.transport.SQS.Channel.drain_events:1: WARNING: py:exc reference target not found: Queue.Empty
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/SQS.py:docstring of kombu.transport.SQS.Channel.drain_events:1: WARNING: py:exc reference target not found: Queue.Empty
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/transport/pyro.py:docstring of kombu.transport.pyro:5: WARNING: py:mod reference target not found: Pyro4
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/__init__.py:docstring of kombu.asynchronous.http.Client:1: WARNING: more than one target found for cross-reference 'Hub': kombu.asynchronous.Hub, kombu.asynchronous.hub.Hub
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: request
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: code
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: headers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: status
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:20: WARNING: py:class reference target not found: object used to
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: HTTP response code
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: e.g. 200
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: 404
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: 500
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: .
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:32: WARNING: py:class reference target not found: HTTP headers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:38: WARNING: py:class reference target not found: Socket read buffer.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:44: WARNING: py:class reference target not found: The destination url for this request after
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:50: WARNING: py:class reference target not found: Error instance if the request resulted in
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.raise_for_error:1: WARNING: py:class reference target not found: kombu.exceptions.HttpError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: request
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: code
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: headers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:1: WARNING: py:class reference target not found: status
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:20: WARNING: py:class reference target not found: object used to
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: HTTP response code
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: e.g. 200
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: 404
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: 500
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:26: WARNING: py:class reference target not found: .
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:32: WARNING: py:class reference target not found: HTTP headers
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:38: WARNING: py:class reference target not found: Socket read buffer.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:44: WARNING: py:class reference target not found: The destination url for this request after
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response:50: WARNING: py:class reference target not found: Error instance if the request resulted in
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/asynchronous/http/base.py:docstring of kombu.asynchronous.http.base.Response.raise_for_error:1: WARNING: py:class reference target not found: kombu.exceptions.HttpError
<unknown>:1: WARNING: py:class reference target not found: kombu.asynchronous.aws.connection.AsyncHTTPResponse
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/compat.py:docstring of kombu.utils.compat.maybe_fileno:1: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache._iterate_items:1: WARNING: py:class reference target not found: a set-like object providing a view on D's items
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache._iterate_keys:1: WARNING: py:class reference target not found: a set-like object providing a view on D's keys
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache.popitem:1: WARNING: py:class reference target not found: (k, v), remove and return some (key, value) pair
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache.update:1: WARNING: py:class reference target not found: None.  Update D from mapping/iterable E and F.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.LRUCache._iterate_values:1: WARNING: py:class reference target not found: an object providing a view on D's values
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.dictfilter:1: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.lazy:7: WARNING: py:meth reference target not found: __str__
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.lazy:7: WARNING: py:meth reference target not found: __repr__
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/functional.py:docstring of kombu.utils.functional.lazy:7: WARNING: py:meth reference target not found: __cmp__
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket:6: WARNING: py:obj reference target not found: https
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket:8: WARNING: py:obj reference target not found: https
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket.can_consume:1: WARNING: py:class reference target not found: true if the number
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket.can_consume:1: WARNING: py:class reference target not found: tokens can be consumed
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/limits.py:docstring of kombu.utils.limits.TokenBucket.expected_time:1: WARNING: py:class reference target not found: the time in seconds.
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/kombu/utils/text.py:docstring of kombu.utils.text.version_string_as_tuple:1: WARNING: py:class reference target not found: kombu.version_info_t
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:985: WARNING: py:meth reference target not found: kombu.Connection.default_connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1134: WARNING: py:meth reference target not found: kombu.transport.SQS.drain_events
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1144: WARNING: py:exc reference target not found: EtcdException
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1144: WARNING: py:exc reference target not found: EtcdError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1164: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1179: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1220: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1225: WARNING: py:mod reference target not found: anyjson
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1246: WARNING: py:class reference target not found: kombu.Message
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1438: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1567: WARNING: py:mod reference target not found: redis-py
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1568: WARNING: py:mod reference target not found: redis-py
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1599: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1718: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1795: WARNING: py:class reference target not found: kombu.entity.bindings
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1803: WARNING: py:mod reference target not found: redis
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1820: WARNING: py:class reference target not found: Queue.__repr__
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1823: WARNING: py:exc reference target not found: AttributeErrror
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1847: WARNING: py:class reference target not found: kombu.utils.limit.TokenBucket
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:1852: WARNING: py:func reference target not found: kombu.common.oid_from
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2010: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2020: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2046: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2116: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2147: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2167: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2196: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2198: WARNING: py:exc reference target not found: ChannelError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2225: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2262: WARNING: py:func reference target not found: kombu.transport.redis.get_redis_error_classes
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2274: WARNING: py:exc reference target not found: kombu.exceptions.DecodeError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2274: WARNING: py:exc reference target not found: kombu.exceptions.EncodeError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2345: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2396: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2408: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2445: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2510: WARNING: py:func reference target not found: yaml.load
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2510: WARNING: py:func reference target not found: yaml.safe_load
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2542: WARNING: py:exc reference target not found: amqp.ConnectionError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2542: WARNING: py:exc reference target not found: amqp.ChannelError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2554: WARNING: py:func reference target not found: kombu.log.get_logger
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2561: WARNING: py:mod reference target not found: kombu.utils.clock
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2568: WARNING: py:mod reference target not found: kazoo
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2579: WARNING: py:mod reference target not found: multiprocessing.util.Finalize
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2666: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2751: WARNING: py:meth reference target not found: ~kombu.Connection.collect
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:2849: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3020: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3086: WARNING: py:class reference target not found: kombu.common.QoS
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3099: WARNING: py:func reference target not found: kombu.common.ignore_errors
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3314: WARNING: py:mod reference target not found: ZeroMQ <kombu.transport.zmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3322: WARNING: 'envvar' reference target not found: PICKLE_PROTOCOL
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3372: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3389: WARNING: py:mod reference target not found: amqp
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3402: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3504: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3519: WARNING: py:mod reference target not found: anyjson
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3521: WARNING: py:class reference target not found: buffer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3521: WARNING: py:mod reference target not found: anyjson
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3616: WARNING: 'envvar' reference target not found: VHOST
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3616: WARNING: 'envvar' reference target not found: URL
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3619: WARNING: py:mod reference target not found: librabbitmq
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3846: WARNING: py:func reference target not found: kombu.utils.fxrange
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:3949: WARNING: py:exc reference target not found: kombu.exceptions.KombuError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4146: WARNING: py:class reference target not found: Exchange
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4146: WARNING: py:class reference target not found: Queue
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4205: WARNING: py:class reference target not found: UndeliverableWarning
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4217: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4345: WARNING: py:func reference target not found: kombu.compat.entry_to_queue
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4407: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4411: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4414: WARNING: py:class reference target not found: Consumer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4414: WARNING: py:class reference target not found: Producer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4470: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4480: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4512: WARNING: py:class reference target not found: Producer
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4531: WARNING: py:class reference target not found: Exchange
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4669: WARNING: 'envvar' reference target not found: AWS_ACCESS_KEY_ID
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4669: WARNING: 'envvar' reference target not found: AWS_SECRET_ACCESS_KEY
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4676: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4700: WARNING: py:attr reference target not found: Connection.connection_errors
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4703: WARNING: py:exc reference target not found: SSLError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4796: WARNING: py:class reference target not found: Connection
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4808: WARNING: py:meth reference target not found: Consumer.__exit__
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4816: WARNING: 'envvar' reference target not found: KOMBU_LOG_CONNECTION
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4818: WARNING: 'envvar' reference target not found: KOMBU_LOG_DEBUG
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4818: WARNING: 'envvar' reference target not found: KOMBU_LOG_CONNECTION
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4847: WARNING: py:const reference target not found: None
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4871: WARNING: py:exc reference target not found: InvalidData
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4871: WARNING: py:exc reference target not found: DataError
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4874: WARNING: 'envvar' reference target not found: KOMBU_LOG_DEBUG
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4879: WARNING: 'envvar' reference target not found: KOMBU_LOG_CHANNEL
/home/tkloczko/rpmbuild/BUILD/kombu-5.3.6/Changelog.rst:4882: WARNING: 'envvar' reference target not found: KOMBU_LOG_DEBUG
done
build succeeded, 708 warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant