redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

4.3.0: sphinx warnings `reference target not found` (+2.1k warnings)

Open kloczek opened this issue 3 years ago • 0 comments

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

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 16 added, 0 changed, 0 removed
reading sources... [100%] retry
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_deluser:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:33: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:5: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_pause:8: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_pause:11: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.FunctionCommands.function_list:6: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.GeoCommands.geosearch:9: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.GeoCommands.geosearch:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.replicaof:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ScriptCommands.script_flush:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ScriptCommands.script_flush:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SetCommands.sintercard:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xack:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xclaim:9: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xclaim:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xdel:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xrange:4: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xrange:5: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xread:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xread:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xread:6: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xreadgroup:5: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xreadgroup:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xreadgroup:8: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xrevrange:4: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.StreamCommands.xrevrange:5: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.zintercard:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ACLCommands.acl_deluser:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ACLCommands.acl_setuser:33: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_list:5: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_list:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_pause:8: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_pause:11: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_reply:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ManagementCommands.client_reply:10: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.FunctionCommands.function_list:6: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.GeoCommands.geosearch:9: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.GeoCommands.geosearch:11: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ScriptCommands.script_flush:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.ScriptCommands.script_flush:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.SetCommands.sintercard:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xack:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xclaim:9: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xclaim:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xdel:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xrange:4: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xrange:5: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xread:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xread:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xread:6: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xreadgroup:5: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xreadgroup:6: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xreadgroup:8: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xrevrange:4: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.StreamCommands.xrevrange:5: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/cluster.py:docstring of redis.commands.core.SortedSetCommands.zintercard:1: WARNING: Inline literal start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.close:5: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.from_url:23: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/docs/connections.rst:2: WARNING: Duplicate explicit target name: "here".
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/docs/connections.rst:2: WARNING: Duplicate explicit target name: "here".
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.ConnectionPool.from_url:23: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/exceptions.py:docstring of redis.exceptions.AskError:7: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/exceptions.py:docstring of redis.exceptions.AskError:9: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.add_document:11: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.add_document:15: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.add_document:19: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.add_document:26: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.create_index:7: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.dropindex:8: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.spellcheck:7: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/search/commands.py:docstring of redis.commands.search.commands.SearchCommands.spellcheck:8: WARNING: Block quote ends without a blank line; unexpected unindent.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... redis-py.1 { genindex commands redismodules backoff connections exceptions lock retry examples examples/connection_examples examples/ssl_connection_examples examples/asyncio_examples examples/search_json_examples examples/set_and_get_examples examples/search_vector_similarity_examples } /home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_cat:10: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_cat:12: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_cat:12: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_deluser:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_deluser:8: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_genpass:7: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_genpass:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_genpass:9: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_getuser:10: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_getuser:10: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_help:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_help:7: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_list:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_list:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_load:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_load:9: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_log:8: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_save:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_save:9: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:68: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:70: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:72: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:74: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:76: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:76: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:78: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:78: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:80: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:80: WARNING: py:data reference target not found: typing.Tuple
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:80: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:88: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_setuser:88: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_users:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_users:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_whoami:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ACLCommands.acl_whoami:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.append:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.append:10: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.append:12: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.append:12: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.bgsave:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.bgsave:9: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:9: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:11: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:13: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:15: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitcount:15: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitfield:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitfield:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitfield:11: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitfield:13: WARNING: py:class reference target not found: redis.commands.core.BitFieldOperation
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitop:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitop:11: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitop:13: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitop:13: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:13: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:15: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:17: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:19: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.bitpos:19: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.blmove:16: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.BasicKeyCommands.blmove:16: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.blmpop:18: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.blmpop:20: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.blpop:15: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.blpop:17: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.brpop:15: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.brpop:17: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.brpoplpush:15: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.brpoplpush:17: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ListCommands.brpoplpush:17: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzmpop:19: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzmpop:21: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzmpop:23: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzmpop:25: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmax:13: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmax:13: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmax:15: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmax:17: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmax:17: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmin:13: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmin:13: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmin:15: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmin:17: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.SortedSetCommands.bzpopmin:17: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_getname:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_getname:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_getredir:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_getredir:7: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_id:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_id:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_info:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_info:7: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill:8: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:19: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_kill_filter:19: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:1: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:12: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_list:12: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_no_evict:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_pause:18: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_pause:18: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:16: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:16: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:16: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:16: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:18: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_reply:18: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_setname:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_setname:8: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking:32: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking:34: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking:44: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking:44: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_off:7: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_off:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_off:19: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_off:19: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_on:7: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_on:9: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_on:19: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_tracking_on:19: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_trackinginfo:7: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/commands/core.py:docstring of redis.commands.core.ManagementCommands.client_trackinginfo:7: WARNING: py:data reference target not found: typing.Any

[..]

/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.pipeline:12: WARNING: py:class reference target not found: redis.asyncio.client.Pipeline
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.pubsub:6: WARNING: py:class reference target not found: redis.asyncio.client.PubSub
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.set_response_callback:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.set_response_callback:6: WARNING: py:class reference target not found: redis.asyncio.client.ResponseCallbackProtocol
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.set_response_callback:6: WARNING: py:class reference target not found: redis.asyncio.client.AsyncResponseCallbackProtocol
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:6: WARNING: py:data reference target not found: typing.Callable
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:6: WARNING: py:class reference target not found: redis.asyncio.client.Pipeline
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:6: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:10: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/client.py:docstring of redis.asyncio.client.Redis.transaction:14: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:12: WARNING: py:attr reference target not found: NODE_FLAGS
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:15: WARNING: py:attr reference target not found: PRIMARIES
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:16: WARNING: py:attr reference target not found: REPLICAS
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:17: WARNING: py:attr reference target not found: ALL_NODES
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:18: WARNING: py:attr reference target not found: RANDOM
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:19: WARNING: py:attr reference target not found: DEFAULT_NODE
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:23: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:29: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster:61: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.execute_command:3: WARNING: py:attr reference target not found: cluster_error_retry_attempts
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.execute_command:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.execute_command:11: WARNING: py:attr reference target not found: NODE_FLAGS
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.execute_command:19: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_connection_kwargs:4: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_connection_kwargs:4: WARNING: py:data reference target not found: typing.Any
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_encoder:4: WARNING: py:class reference target not found: redis.asyncio.connection.Encoder
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_node:4: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_node:6: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_node:8: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_node:10: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.get_node_from_key:13: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.keyslot:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.set_response_callback:4: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.RedisCluster.set_response_callback:6: WARNING: py:data reference target not found: typing.Callable
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.ClusterNode:11: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/cluster.py:docstring of redis.asyncio.cluster.ClusterNode:17: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:6: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:8: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:10: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:12: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:14: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:18: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:18: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:30: WARNING: py:class reference target not found: redis.asyncio.connection.BaseParser
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:36: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:38: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:40: WARNING: py:data reference target not found: typing.Optional
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:40: WARNING: py:class reference target not found: redis.asyncio.retry.Retry
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:42: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:42: WARNING: py:class reference target not found: redis.asyncio.connection.ConnectCallbackProtocol
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:42: WARNING: py:class reference target not found: redis.asyncio.connection.AsyncConnectCallbackProtocol
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection:44: WARNING: py:class reference target not found: redis.asyncio.connection.Encoder
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection.pack_command:4: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.Connection.pack_commands:4: WARNING: py:data reference target not found: typing.Union
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.ConnectionPool:1: WARNING: py:class reference target not found: redis.ConnectionError
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.ConnectionPool:5: WARNING: py:class reference target not found: redis.UnixDomainSocketConnection
/home/tkloczko/rpmbuild/BUILD/redis-py-4.3.0/redis/asyncio/connection.py:docstring of redis.asyncio.connection.ConnectionPool:15: WARNING: py:data reference target not found: typing.Optional
done
build succeeded, 2109 warnings.

kloczek avatar May 08 '22 14:05 kloczek