Package: src:rdflib
Version: 7.1.1-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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 cannot 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 add an affects on src:rdflib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib  
* Building wheel...
Successfully built rdflib-7.1.1-py3-none-any.whl

[... snipped ...]

test/test_parsers/test_nquads.py::TestNQuadsParser::test_01_simple_open
test/test_parsers/test_nquads.py::TestNQuadsParser::test_02_contexts
test/test_parsers/test_nquads.py::TestNQuadsParser::test_03_get_value
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:11:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_context_is_optional
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:43:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:52:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:66:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g2 = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:92:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:93:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context_same_graph
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:101:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:110:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_between_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:119:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_between_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:120:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:129:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:130:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:138:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:139:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_parser_hext.py::test_small_string_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_parser_hext.py:100:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph(identifier=DATASET_DEFAULT_GRAPH_ID)

test/test_parsers/test_parser_hext.py::test_small_file_multigraph_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_parser_hext.py:143:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testAperture
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:15:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testSpec
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:32:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testNG4j
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:43:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_roundtrip.py: 1704 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_roundtrip.py:241:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g1 = graph_type()

test/test_roundtrip.py: 1701 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_roundtrip.py:260:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g2 = graph_type()

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('ab.c', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('xy.z', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('+1.0z', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_serialize_and_reparse
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_multiple
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_result_fragments
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_result_fragments_with_base
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_subclass_of_objects
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_xmlliteral
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_broken_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:13:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:70:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    reparsed_graph = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py: 36 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:44:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    gcopy = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:173:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_broken_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:194:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer.py:57:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer.py:71:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    parsed_graph = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
test/test_tools/test_chunk_serializer.py: 4 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/plugins/serializers/nt.py:41:
 UserWarning: NTSerializer always uses UTF-8 encoding. Given encoding was: None
    warnings.warn(

test/test_serializers/test_serializer_hext.py::test_hext_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_hext.py:93:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:22:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:31:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g3 = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_issue_250
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:77:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_serialize_and_reparse
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_multiple
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_result_fragments
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_result_fragments_with_base
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_subslass_of_objects
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:13:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:70:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    reparsed_graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py: 36 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:44:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    gcopy = ConjunctiveGraph()

test/test_sparql/test_initbindings.py::test_data
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_initbindings.py:275:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    data = ConjunctiveGraph()

test/test_sparql/test_sparql.py::test_named_filter_graph_query
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_sparql.py:185:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:32:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    expected_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:35:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    actual_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:74:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    expected_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:77:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    actual_graph = graph_factory()

test/test_trig.py::test_repeat_triples
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:19: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_same_subject
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:36: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_remember_namespace
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:57: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_qname_syntax
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_uri_syntax
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:75: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_blank_graph_identifier
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:84: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:97: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:107: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:121: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_round_trips
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:136: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_default_graph_serializes_without_name
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:157: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_prefixes
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:177: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    cg = rdflib.ConjunctiveGraph()

test/test_turtle_quoting.py: 354 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_turtle_quoting.py:150:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_util.py::TestUtilTermConvert::test_util_from_n3_expectliteralandlangdtype
  /usr/lib/python3/dist-packages/_pytest/python.py:157: UserWarning: Code: fr 
is not defined in namespace XSD
    result = testfunction(**testargs)

test/test_util.py: 11 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_util.py:265: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_util.py::TestUtilTermConvert::test_util_from_n3_not_escapes[\\I]
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/util.py:214: 
DeprecationWarning: invalid escape sequence '\I'
    value = value.encode("raw-unicode-escape").decode("unicode-escape")

test/test_w3c_spec/test_sparql10_w3c.py: 14 warnings
test/test_w3c_spec/test_sparql11_w3c.py: 41 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1182: 
DeprecationWarning: NotImplemented should not be used in a boolean context
    return not self.__gt__(other) and not self.eq(other)

test/test_w3c_spec/test_sparql11_w3c.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/plugins/sparql/operators.py:258:
 DeprecationWarning: 'count' is passed as positional argument
    re.sub(str(pattern), replacement, text, cFlag),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED 
test/test_sparql/test_translate_algebra.py::test_roundtrip[test_other__service1]
= 1 failed, 6667 passed, 57 skipped, 840 deselected, 325 xfailed, 36 xpassed, 
6626 warnings in 39.20s =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build; python3.13 -m pytest -m 
"not webtest" -k "not (test_suite or test_graph_update or 
test_create_input_source or test_block_file or test_with_mock or 
test_query_url_construct_format or TestSPARQLConnector or test_base or 
test_served or test_guess_format_for_parse or TestGraphHTTP or test_iri_source 
or test_query_construct_format or TestSPARQLMock or TestSPARQLStoreFakeDBPedia 
or test_f or test_warning or test_graph_redirect_new_host)"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:35: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to