Your message dated Fri, 08 Nov 2024 15:21:13 +0000
with message-id <[email protected]>
and subject line Bug#1084330: fixed in python-cassandra-driver 3.29.2-3
has caused the Debian Bug report #1084330,
regarding python-cassandra-driver: FTBFS: pybuild: error: unrecognized 
arguments: -k not test_timer_cancellation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1084330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084330
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-cassandra-driver
Version: 3.29.2-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/<<PKGBUILDDIR>>/setup.py:353: DeprecationWarning: Use shutil.which instead of 
find_executable
  if not find_executable(exe):
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.

[... snipped ...]

reading sources... [ 25%] api/cassandra/datastax/graph/fluent/query
reading sources... [ 27%] api/cassandra/datastax/graph/index
reading sources... [ 28%] api/cassandra/decoder
reading sources... [ 30%] api/cassandra/encoder
reading sources... [ 32%] api/cassandra/graph
reading sources... [ 33%] api/cassandra/io/asyncioreactor
reading sources... [ 35%] api/cassandra/io/asyncorereactor
reading sources... [ 37%] api/cassandra/io/eventletreactor
reading sources... [ 38%] api/cassandra/io/geventreactor
reading sources... [ 40%] api/cassandra/io/libevreactor
reading sources... [ 42%] api/cassandra/io/twistedreactor
reading sources... [ 43%] api/cassandra/metadata
reading sources... [ 45%] api/cassandra/metrics
reading sources... [ 47%] api/cassandra/policies
reading sources... [ 48%] api/cassandra/pool
reading sources... [ 50%] api/cassandra/protocol
reading sources... [ 52%] api/cassandra/query
reading sources... [ 53%] api/cassandra/timestamps
reading sources... [ 55%] api/cassandra/util
reading sources... [ 57%] api/index
reading sources... [ 58%] classic_graph
reading sources... [ 60%] cloud
reading sources... [ 62%] column_encryption
reading sources... [ 63%] cqlengine/batches
reading sources... [ 65%] cqlengine/connections
reading sources... [ 67%] cqlengine/faq
reading sources... [ 68%] cqlengine/models
reading sources... [ 70%] cqlengine/queryset
reading sources... [ 72%] cqlengine/third_party
reading sources... [ 73%] cqlengine/upgrade_guide
reading sources... [ 75%] dates_and_times
reading sources... [ 77%] execution_profiles
reading sources... [ 78%] faq
reading sources... [ 80%] geo_types
reading sources... [ 82%] getting_started
reading sources... [ 83%] graph
reading sources... [ 85%] graph_fluent
reading sources... [ 87%] index
reading sources... [ 88%] installation
reading sources... [ 90%] lwt
reading sources... [ 92%] object_mapper
reading sources... [ 93%] performance
reading sources... [ 95%] query_paging
reading sources... [ 97%] security
reading sources... [ 98%] upgrading
reading sources... [100%] user_defined_types

CHANGELOG.rst:232: WARNING: Inline emphasis start-string without end-string.
CHANGELOG.rst:612: WARNING: Inline emphasis start-string without end-string.
WARNING: autodoc: failed to import class 'DseGraph' from module 
'cassandra.datastax.graph.fluent'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent' has no attribute 
'DseGraph'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: DseGraph

WARNING: autodoc: failed to import class 'DSESessionRemoteGraphConnection' from 
module 'cassandra.datastax.graph.fluent'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent' has no attribute 
'DSESessionRemoteGraphConnection'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: DSESessionRemoteGraphConnection

WARNING: autodoc: failed to import class 'BaseGraphRowFactory' from module 
'cassandra.datastax.graph.fluent'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent' has no attribute 
'BaseGraphRowFactory'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: BaseGraphRowFactory

WARNING: autodoc: failed to import class 'graph_traversal_row_factory' from 
module 'cassandra.datastax.graph.fluent'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent' has no attribute 
'graph_traversal_row_factory'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: graph_traversal_row_factory

WARNING: autodoc: failed to import class 
'graph_traversal_dse_object_row_factory' from module 
'cassandra.datastax.graph.fluent'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent' has no attribute 
'graph_traversal_dse_object_row_factory'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: graph_traversal_dse_object_row_factory

WARNING: autodoc: failed to import class 'Search' from module 
'cassandra.datastax.graph.fluent.predicates'; the following exception was 
raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent.predicates' has no 
attribute 'Search'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: Search

WARNING: autodoc: failed to import class 'CqlCollection' from module 
'cassandra.datastax.graph.fluent.predicates'; the following exception was 
raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent.predicates' has no 
attribute 'CqlCollection'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: CqlCollection

WARNING: autodoc: failed to import class 'Geo' from module 
'cassandra.datastax.graph.fluent.predicates'; the following exception was 
raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent.predicates' has no 
attribute 'Geo'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: Geo

WARNING: autodoc: failed to import class 'TraversalBatch' from module 
'cassandra.datastax.graph.fluent.query'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 411, in 
safe_getattr
    return getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cassandra.datastax.graph.fluent.query' has no attribute 
'TraversalBatch'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
209, in import_object
    obj = attrgetter(obj, mangled_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
329, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/__init__.py", line 
2848, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/util/inspect.py", line 427, in 
safe_getattr
    raise AttributeError(name) from exc
AttributeError: TraversalBatch

/<<PKGBUILDDIR>>/cassandra/datastax/graph/query.py:docstring of 
cassandra.datastax.graph.query.GraphProtocol:1: WARNING: duplicate object description of 
cassandra.datastax.graph.query.GraphProtocol, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/query.py:docstring of 
cassandra.datastax.graph.query.GraphOptions:1: WARNING: duplicate object description of 
cassandra.datastax.graph.query.GraphOptions, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/query.py:docstring of 
cassandra.datastax.graph.query.SimpleGraphStatement:1: WARNING: duplicate object 
description of cassandra.datastax.graph.query.SimpleGraphStatement, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/query.py:docstring of 
cassandra.datastax.graph.query.Result:1: WARNING: duplicate object description of 
cassandra.datastax.graph.query.Result, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/types.py:docstring of 
cassandra.datastax.graph.types.Vertex:1: WARNING: duplicate object description of 
cassandra.datastax.graph.types.Vertex, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/types.py:docstring of 
cassandra.datastax.graph.types.VertexProperty:1: WARNING: duplicate object description of 
cassandra.datastax.graph.types.VertexProperty, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/types.py:docstring of 
cassandra.datastax.graph.types.Edge:1: WARNING: duplicate object description of 
cassandra.datastax.graph.types.Edge, other instance in api/cassandra/datastax/graph/index, 
use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/types.py:docstring of 
cassandra.datastax.graph.types.Path:1: WARNING: duplicate object description of 
cassandra.datastax.graph.types.Path, other instance in api/cassandra/datastax/graph/index, 
use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/graphson.py:docstring of 
cassandra.datastax.graph.graphson.GraphSON1Serializer:1: WARNING: duplicate object 
description of cassandra.datastax.graph.graphson.GraphSON1Serializer, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/graphson.py:docstring of 
cassandra.datastax.graph.graphson.GraphSON1Deserializer:1: WARNING: duplicate object 
description of cassandra.datastax.graph.graphson.GraphSON1Deserializer, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
/<<PKGBUILDDIR>>/cassandra/datastax/graph/graphson.py:docstring of 
cassandra.datastax.graph.graphson.GraphSON2Reader:1: WARNING: duplicate object description 
of cassandra.datastax.graph.graphson.GraphSON2Reader, other instance in 
api/cassandra/datastax/graph/index, use :no-index: for one of them
WARNING: autodoc: failed to import class 'geventreactor.GeventConnection' from 
module 'cassandra.io'; the following exception was raised:
No module named 'gevent'
WARNING: autodoc: failed to import class 'libevreactor.LibevConnection' from 
module 'cassandra.io'; the following exception was raised:
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/cassandra/io/libevreactor.py", line 26, in <module>
    import cassandra.io.libevwrapper as libev
ModuleNotFoundError: No module named 'cassandra.io.libevwrapper'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 
143, in import_module
    return importlib.import_module(modname)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/<<PKGBUILDDIR>>/cassandra/io/libevreactor.py", line 28, in <module>
    raise DependencyException(
cassandra.DependencyException: The C extension needed to use libev was not 
found.  This probably means that you didn't have the required build 
dependencies when installing the driver.  See 
http://datastax.github.io/python-driver/installation.html#c-extensions for 
instructions on installing build dependencies and building the C extension.

/<<PKGBUILDDIR>>/cassandra/metadata.py:docstring of 
cassandra.metadata.Metadata.get_host:1: WARNING: Inline interpreted text or phrase 
reference start-string without end-string.
/<<PKGBUILDDIR>>/cassandra/metadata.py:docstring of 
cassandra.metadata.group_keys_by_replica:11: WARNING: Block quote ends without a blank 
line; unexpected unindent.
WARNING: autodoc: failed to import class 'metrics.Metrics' from module 
'cassandra'; the following exception was raised:
The scales library is required for metrics support: 
https://pypi.org/project/scales/
/<<PKGBUILDDIR>>/docs/api/cassandra/timestamps.rst:2: WARNING: Title underline 
too short.

``cassandra.timestamps`` - Timestamp Generation
=============================================
/<<PKGBUILDDIR>>/docs/cloud.rst:70: CRITICAL: Title level inconsistent:

Event loops
^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/getting_started.rst:2: WARNING: Duplicate explicit target name: 
"astra".
/<<PKGBUILDDIR>>/docs/getting_started.rst:212: CRITICAL: Title level 
inconsistent:

Passing Parameters to CQL Queries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/getting_started.rst:282: CRITICAL: Title level 
inconsistent:

Type Conversions
^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/getting_started.rst:336: CRITICAL: Title level 
inconsistent:

Asynchronous Queries
^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/getting_started.rst:433: CRITICAL: Title level 
inconsistent:

Setting a Consistency Level with Prepared Statements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/getting_started.rst:464: CRITICAL: Title level 
inconsistent:

Speculative Execution
^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/docs/graph_fluent.rst:135: ERROR: Error in "code-block" 
directive:
maximum 1 argument(s) allowed, 18 supplied.

.. code-block:: python
    context = {
        'cluster': cluster,
        'graph_name': 'the_graph_for_the_query'
    }
    addV_query = DseGraph.query_from_traversal(
        g.addV('genre').property('genreId', 1).property('name', 'Action'),
        graph_protocol=GraphProtocol.GRAPHSON_3_0,
        context=context
    )

    for result in session.execute_graph(addV_query):
        pprint(result.value)
/<<PKGBUILDDIR>>/docs/security.rst:4: WARNING: Duplicate explicit target name: 
"python ssl documentation".
looking for now-outdated files... none found
pickling environment... done
checking consistency... /<<PKGBUILDDIR>>/docs/CHANGELOG.rst: WARNING: document 
isn't included in any toctree
/<<PKGBUILDDIR>>/docs/column_encryption.rst: WARNING: document isn't included 
in any toctree
done
preparing documents... done
copying assets...
copying static files... done
copying extra files... done
copying assets: done
writing output... [  2%] CHANGELOG
writing output... [  3%] api/cassandra
writing output... [  5%] api/cassandra/auth
writing output... [  7%] api/cassandra/cluster
writing output... [  8%] api/cassandra/concurrent
writing output... [ 10%] api/cassandra/connection
writing output... [ 12%] api/cassandra/cqlengine/columns
writing output... [ 13%] api/cassandra/cqlengine/connection
writing output... [ 15%] api/cassandra/cqlengine/management
writing output... [ 17%] api/cassandra/cqlengine/models
writing output... [ 18%] api/cassandra/cqlengine/query
writing output... [ 20%] api/cassandra/cqlengine/usertype
writing output... [ 22%] api/cassandra/datastax/graph/fluent/index
writing output... [ 23%] api/cassandra/datastax/graph/fluent/predicates
writing output... [ 25%] api/cassandra/datastax/graph/fluent/query
writing output... [ 27%] api/cassandra/datastax/graph/index
writing output... [ 28%] api/cassandra/decoder
writing output... [ 30%] api/cassandra/encoder
writing output... [ 32%] api/cassandra/graph
writing output... [ 33%] api/cassandra/io/asyncioreactor
writing output... [ 35%] api/cassandra/io/asyncorereactor
writing output... [ 37%] api/cassandra/io/eventletreactor
writing output... [ 38%] api/cassandra/io/geventreactor
writing output... [ 40%] api/cassandra/io/libevreactor
writing output... [ 42%] api/cassandra/io/twistedreactor
writing output... [ 43%] api/cassandra/metadata
writing output... [ 45%] api/cassandra/metrics
writing output... [ 47%] api/cassandra/policies
writing output... [ 48%] api/cassandra/pool
writing output... [ 50%] api/cassandra/protocol
writing output... [ 52%] api/cassandra/query
writing output... [ 53%] api/cassandra/timestamps
writing output... [ 55%] api/cassandra/util
writing output... [ 57%] api/index
writing output... [ 58%] classic_graph
writing output... [ 60%] cloud
writing output... [ 62%] column_encryption
writing output... [ 63%] cqlengine/batches
writing output... [ 65%] cqlengine/connections
writing output... [ 67%] cqlengine/faq
writing output... [ 68%] cqlengine/models
writing output... [ 70%] cqlengine/queryset
writing output... [ 72%] cqlengine/third_party
writing output... [ 73%] cqlengine/upgrade_guide
writing output... [ 75%] dates_and_times
writing output... [ 77%] execution_profiles
writing output... [ 78%] faq
writing output... [ 80%] geo_types
writing output... [ 82%] getting_started
writing output... [ 83%] graph
writing output... [ 85%] graph_fluent
writing output... [ 87%] index
writing output... [ 88%] installation
writing output... [ 90%] lwt
writing output... [ 92%] object_mapper
writing output... [ 93%] performance
writing output... [ 95%] query_paging
writing output... [ 97%] security
writing output... [ 98%] upgrading
writing output... [100%] user_defined_types

/<<PKGBUILDDIR>>/docstring of 
cassandra.cluster.GraphExecutionProfile.graph_options:1: WARNING: more than one target 
found for cross-reference 'GraphOptions': cassandra.datastax.graph.GraphOptions, 
cassandra.datastax.graph.query.GraphOptions, cassandra.graph.GraphOptions
/<<PKGBUILDDIR>>/docs/classic_graph.rst:191: WARNING: more than one target 
found for cross-reference 'graph.graph_object_row_factory': 
cassandra.datastax.graph.graph_object_row_factory, cassandra.graph.graph_object_row_factory
/<<PKGBUILDDIR>>/docs/classic_graph.rst:191: WARNING: more than one target 
found for cross-reference 'Vertex': cassandra.datastax.graph.Vertex, 
cassandra.datastax.graph.types.Vertex, cassandra.graph.Vertex
/<<PKGBUILDDIR>>/docs/classic_graph.rst:191: WARNING: more than one target 
found for cross-reference 'Edge': cassandra.datastax.graph.Edge, 
cassandra.datastax.graph.types.Edge, cassandra.graph.Edge
/<<PKGBUILDDIR>>/docs/classic_graph.rst:191: WARNING: more than one target 
found for cross-reference 'graph.Result': cassandra.datastax.graph.Result, 
cassandra.graph.Result
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'graph.single_object_row_factory': 
cassandra.datastax.graph.single_object_row_factory, 
cassandra.graph.single_object_row_factory
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'graph.graph_result_row_factory': 
cassandra.datastax.graph.graph_result_row_factory, cassandra.graph.graph_result_row_factory
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'graph.graph_object_row_factory': 
cassandra.datastax.graph.graph_object_row_factory, cassandra.graph.graph_object_row_factory
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'Result.as_vertex': cassandra.datastax.graph.Result.as_vertex, 
cassandra.graph.Result.as_vertex
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'Result.as_edge': cassandra.datastax.graph.Result.as_edge, 
cassandra.graph.Result.as_edge
/<<PKGBUILDDIR>>/docs/classic_graph.rst:212: WARNING: more than one target 
found for cross-reference 'Result.as_path': cassandra.datastax.graph.Result.as_path, 
cassandra.graph.Result.as_path
/<<PKGBUILDDIR>>/docs/classic_graph.rst:218: WARNING: more than one target 
found for cross-reference 'GraphSON1Deserializer': 
cassandra.datastax.graph.GraphSON1Deserializer, 
cassandra.datastax.graph.graphson.GraphSON1Deserializer, 
cassandra.graph.GraphSON1Deserializer
/<<PKGBUILDDIR>>/docs/graph.rst:403: WARNING: more than one target found for 
cross-reference 'to_int': cassandra.datastax.graph.to_int, cassandra.graph.to_int
/<<PKGBUILDDIR>>/docs/graph.rst:404: WARNING: more than one target found for 
cross-reference 'to_bigint': cassandra.datastax.graph.to_bigint, cassandra.graph.to_bigint
/<<PKGBUILDDIR>>/docs/graph.rst:405: WARNING: more than one target found for 
cross-reference 'to_smallint': cassandra.datastax.graph.to_smallint, 
cassandra.graph.to_smallint
/<<PKGBUILDDIR>>/docs/graph.rst:406: WARNING: more than one target found for 
cross-reference 'to_float': cassandra.datastax.graph.to_float, cassandra.graph.to_float
/<<PKGBUILDDIR>>/docs/graph.rst:407: WARNING: more than one target found for 
cross-reference 'to_double': cassandra.datastax.graph.to_double, cassandra.graph.to_double
/<<PKGBUILDDIR>>/docs/graph_fluent.rst:49: WARNING: undefined label: 
'graph-types'
/<<PKGBUILDDIR>>/docs/upgrading.rst:286: WARNING: Failed to create a cross 
reference. A title or caption not found: 'type-conversions'
generating indices... py-modindex done
highlighting module code... [  4%] cassandra
highlighting module code... [  8%] cassandra.auth
highlighting module code... [ 12%] cassandra.cluster
highlighting module code... [ 15%] cassandra.concurrent
highlighting module code... [ 19%] cassandra.connection
highlighting module code... [ 23%] cassandra.cqlengine.columns
highlighting module code... [ 27%] cassandra.cqlengine.connection
highlighting module code... [ 31%] cassandra.cqlengine.management
highlighting module code... [ 35%] cassandra.cqlengine.models
highlighting module code... [ 38%] cassandra.cqlengine.query
highlighting module code... [ 42%] cassandra.cqlengine.usertype
highlighting module code... [ 46%] cassandra.datastax.graph.graphson
highlighting module code... [ 50%] cassandra.datastax.graph.query
highlighting module code... [ 54%] cassandra.datastax.graph.types
highlighting module code... [ 58%] cassandra.encoder
highlighting module code... [ 62%] cassandra.io.asyncioreactor
highlighting module code... [ 65%] cassandra.io.asyncorereactor
highlighting module code... [ 69%] cassandra.io.eventletreactor
highlighting module code... [ 73%] cassandra.io.twistedreactor
highlighting module code... [ 77%] cassandra.metadata
highlighting module code... [ 81%] cassandra.policies
highlighting module code... [ 85%] cassandra.pool
highlighting module code... [ 88%] cassandra.protocol
highlighting module code... [ 92%] cassandra.query
highlighting module code... [ 96%] cassandra.timestamps
highlighting module code... [100%] cassandra.util

writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 58 warnings.

The HTML pages are in build/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm tests/integration -rf
rm tests/stress_tests/test_multi_inserts.py tests/stress_tests/test_load.py 
tests/unit/io/test_eventletreactor.py tests/unit/cython/test_utils.py 
tests/unit/cython/test_bytesio.py
dh_auto_test -- -k 'not test_timer_cancellation'
usage: pybuild [ACTION] [BUILD SYSTEM ARGS] [DIRECTORIES] [OPTIONS]
pybuild: error: unrecognized arguments: -k not test_timer_cancellation
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 -k "not 
test_timer_cancellation" returned exit code 2
make[1]: *** [debian/rules:37: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-cassandra-driver
Source-Version: 3.29.2-3
Done: Sophie Brun <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-cassandra-driver, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sophie Brun <[email protected]> (supplier of updated 
python-cassandra-driver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 08 Nov 2024 16:02:33 +0100
Source: python-cassandra-driver
Architecture: source
Version: 3.29.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Sophie Brun <[email protected]>
Closes: 1084330
Changes:
 python-cassandra-driver (3.29.2-3) unstable; urgency=medium
 .
   * Team Upload
 .
   [ Arnaud Rebillout ]
   * Fix dh_auto_test syntax (Closes: #1084330)
   * Add patch to fix test when python version ends with a plus sign
Checksums-Sha1:
 2e6aa6c245149b4d1c40176d36e35b54b1ea00bd 2701 
python-cassandra-driver_3.29.2-3.dsc
 e673d47b99e80ac552a7f82bb298c741627c569f 10020 
python-cassandra-driver_3.29.2-3.debian.tar.xz
 98eba628806e93afec6c40a20b101a58e323fcf3 11884 
python-cassandra-driver_3.29.2-3_source.buildinfo
Checksums-Sha256:
 0739c1d1795843df308f5e962f9edce7a29f6847300b5ddc8226a828fb8fb5a9 2701 
python-cassandra-driver_3.29.2-3.dsc
 508800432d22ec7d8e43ebd1a3200b4efac2a57fdca2b1e0319ad364f63b0983 10020 
python-cassandra-driver_3.29.2-3.debian.tar.xz
 1d7a315bd0c1d35d1236476fd5497ea716650354abfb7a733e9a93b54881e2f2 11884 
python-cassandra-driver_3.29.2-3_source.buildinfo
Files:
 5067f4b15f399a7cb9a1bd8571bc3ea8 2701 python optional 
python-cassandra-driver_3.29.2-3.dsc
 25b8abfb7ecd74bd31bf9a699874981a 10020 python optional 
python-cassandra-driver_3.29.2-3.debian.tar.xz
 614f2e172ece57adf1cc93df5faaadc0 11884 python optional 
python-cassandra-driver_3.29.2-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Sophie Brun

iQIzBAEBCgAdFiEEOyG45orlwW+H9TItV5J4OyBv7jAFAmcuKHUACgkQV5J4OyBv
7jCWMQ//dFEe9l8A8WiWNrFFQJOOjvxT2qqTqfmwupaDUVPDZZrClXazhLs5TXLk
ZXJNYRtxuY/bGinVvpaSyxqivDtBkEov8/O0c35Y8cfBQ0wA0GmiCBNg2Q2FWMgM
67mlgsUCddB58kQSa0NwH3P0G0kpTTKSBcU9n7hBlplbBZpDW6aEKayCoT+A92QB
l6qDgnbE7Dzdo70H5O2WLLI/Vx1kBBlSYzQvAJ+Mw+8TBU4W+aYb2la78f6u9RSN
Y+eP5QSwwnfDtdUwRSHbD0moo9bavTYqe3hzyHvZMHJB5IJxPYsQJpW3fYTuRfMa
J/2mUbsWblDPqyGCwfoCceGHUNig9S10xXiqrwQU532gliDVFBRsIkqEb/46/NnO
XnAy5gqrj29+pjKxcO6BWxT1LbFjT0bfXRyjCwvL5HrSIvRM3BzT3WTgRWJHSEHu
y6A4As7wmVIt3qfC6DJmbb8kJKpV1UgmswyMwJJCq6uZGpU/Xj+8AmmHPMP04TMw
RLilHyRjUuK56oMuU8N13bqryRgztCHG8b5wtJqsvLH8ivvdreMfga0UYgGXThiH
BnIXVMFgJsvrdDY6B8T5vkPt1OWy7a4Hgeuhbiee/Lmny5+YTWPOJMVkXUxmC7G2
f9GBPqovrpfESxUnXHCWFDl2Z09I1h6xfpvm77p7koKlN2l1kDI=
=tx2s
-----END PGP SIGNATURE-----

Attachment: pgpAxuwac1uCn.pgp
Description: PGP signature


--- End Message ---

Reply via email to