Package: src:python-rdflib-endpoint
Version: 0.5.1-2
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/202512/

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:python-rdflib-endpoint, 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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
Successfully built rdflib_endpoint-0.5.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
Successfully built rdflib_endpoint-0.5.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/example/ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; 
python3.14 -m pytest -k 'not test_convert_oxigraph and not test_serve_oxigraph'
============================= test session starts 
==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.14
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pyproject.toml
plugins: cov-5.0.0, anyio-4.11.0
collecting ... collected 43 items / 2 deselected / 41 selected

tests/test_example_app.py::test_service_description PASSED        
       [  2%]
tests/test_example_app.py::test_custom_concat PASSED              
       [  4%]
tests/test_example_app.py::test_bad_request PASSED                
       [  7%]
tests/test_oxrdflib.py::test_service_description PASSED           
       [  9%]
tests/test_oxrdflib.py::test_custom_concat_json PASSED            
       [ 12%]
tests/test_oxrdflib.py::test_select_noaccept_xml PASSED           
       [ 14%]
tests/test_oxrdflib.py::test_select_csv PASSED                    
       [ 17%]
tests/test_oxrdflib.py::test_fail_select_turtle PASSED            
       [ 19%]
tests/test_oxrdflib.py::test_concat_construct_turtle PASSED       
       [ 21%]
tests/test_oxrdflib.py::test_concat_construct_xml PASSED          
       [ 24%]
tests/test_oxrdflib.py::test_bad_request PASSED                   
       [ 26%]
tests/test_parse_accept.py::test_accept_preference[text/xml-text/xml] 
PASSED [ 29%]
tests/test_parse_accept.py::test_accept_preference[text/rdf+xml, text/xml, 
*/*-text/rdf+xml] PASSED [ 31%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-text/html] 
PASSED [ 34%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=-text/html] 
PASSED [ 36%]
tests/test_parse_accept.py::test_accept_preference[text/html;q=0.3, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-application/xhtml+xml] 
PASSED [ 39%]
tests/test_parse_accept.py::test_accept_preference[text/turtle;q=0.9;profile="urn:example:profile-1",
 text/turtle;q=0.7;profile="urn:example:profile-2"-text/turtle] 
PASSED [ 41%]
tests/test_rdflib_endpoint.py::test_service_description PASSED    
       [ 43%]
tests/test_rdflib_endpoint.py::test_custom_concat_json PASSED     
       [ 46%]
tests/test_rdflib_endpoint.py::test_select_noaccept_xml PASSED    
       [ 48%]
tests/test_rdflib_endpoint.py::test_select_csv PASSED             
       [ 51%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_form] 
PASSED [ 53%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_direct] 
PASSED [ 56%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_form] 
PASSED [ 58%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_direct] 
PASSED [ 60%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_form] 
PASSED [ 63%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_direct] 
PASSED [ 65%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_form] 
PASSED [ 68%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_direct] 
PASSED [ 70%]
tests/test_rdflib_endpoint.py::test_sparql_query_update_fail 
PASSED      [ 73%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json 
PASSED   [ 75%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json2 
PASSED  [ 78%]
tests/test_rdflib_endpoint.py::test_fail_select_turtle PASSED     
       [ 80%]
tests/test_rdflib_endpoint.py::test_concat_construct_turtle 
PASSED       [ 82%]
tests/test_rdflib_endpoint.py::test_concat_construct_csv PASSED   
       [ 85%]
tests/test_rdflib_endpoint.py::test_concat_construct_jsonld 
PASSED       [ 87%]
tests/test_rdflib_endpoint.py::test_concat_construct_xml PASSED   
       [ 90%]
tests/test_rdflib_endpoint.py::test_yasgui PASSED                 
       [ 92%]
tests/test_rdflib_endpoint.py::test_bad_request PASSED            
       [ 95%]
tests/test_serve_cli.py::test_convert FAILED                      
       [ 97%]
tests/test_serve_cli.py::test_serve PASSED                        
       [100%]/usr/lib/python3/dist-packages/coverage/inorout.py:509: 
CoverageWarning: Module src was never imported. (module-not-imported)
  self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
/usr/lib/python3/dist-packages/coverage/control.py:915: CoverageWarning: No 
data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
/usr/lib/python3/dist-packages/pytest_cov/plugin.py:352: CovReportWarning: 
Failed to generate report: No data to report.

  warnings.warn(CovReportWarning(message), stacklevel=1)
WARNING: Failed to generate report: No data to report.



=================================== FAILURES ===================================
_________________________________ test_convert 
_________________________________

    def test_convert():
        for out_format in 
out_formats:
            with 
tempfile.NamedTemporaryFile(delete=True) as 
tmp_file:
                out_file = 
str(f"{tmp_file}.{out_format}")
                result = runner.invoke(
                    cli,
                    ["convert", 
"tests/resources/test2.ttl", 
"--output", 
out_file],
                )
>               assert result.exit_code == 
> 0
E               AssertionError: assert 1 == 0
E                +  where 1 = <Result FileNotFoundError(2, 'No such 
file or directory')>.exit_code

tests/test_serve_cli.py:23: AssertionError
=============================== warnings summary 
===============================
example/app/main.py:94
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/example/app/main.py:94: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(

tests/test_serve_cli.py::test_convert
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/rdflib_endpoint/__main__.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/rdflib_endpoint/__main__.py:30: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:80: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds_default = ds.default_context  # the DEFAULT_DATASET_GRAPH_ID

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:91: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds.default_context = new_default_context

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/jsonld.py:159: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    conj_sink = ConjunctiveGraph(store=sink.store, identifier=sink.identifier)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform linux, python 3.14.2-final-0 -----------

=========================== short test summary info 
============================
FAILED tests/test_serve_cli.py::test_convert - AssertionError: 
assert 1 == 0
 +  where 1 = <Result FileNotFoundError(2, 'No such file or 
directory')>.exit_code
============ 1 failed, 40 passed, 2 
deselected, 6 warnings in 1.01s ============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not 
test_convert_oxigraph and not test_serve_oxigraph'
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/example/ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest -k 'not test_convert_oxigraph and not test_serve_oxigraph'
============================= test session starts 
==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: cov-5.0.0, anyio-4.11.0
collecting ... collected 43 items / 2 deselected / 41 selected

tests/test_example_app.py::test_service_description PASSED        
       [  2%]
tests/test_example_app.py::test_custom_concat PASSED              
       [  4%]
tests/test_example_app.py::test_bad_request PASSED                
       [  7%]
tests/test_oxrdflib.py::test_service_description PASSED           
       [  9%]
tests/test_oxrdflib.py::test_custom_concat_json PASSED            
       [ 12%]
tests/test_oxrdflib.py::test_select_noaccept_xml PASSED           
       [ 14%]
tests/test_oxrdflib.py::test_select_csv PASSED                    
       [ 17%]
tests/test_oxrdflib.py::test_fail_select_turtle PASSED            
       [ 19%]
tests/test_oxrdflib.py::test_concat_construct_turtle PASSED       
       [ 21%]
tests/test_oxrdflib.py::test_concat_construct_xml PASSED          
       [ 24%]
tests/test_oxrdflib.py::test_bad_request PASSED                   
       [ 26%]
tests/test_parse_accept.py::test_accept_preference[text/xml-text/xml] 
PASSED [ 29%]
tests/test_parse_accept.py::test_accept_preference[text/rdf+xml, text/xml, 
*/*-text/rdf+xml] PASSED [ 31%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-text/html] 
PASSED [ 34%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=-text/html] 
PASSED [ 36%]
tests/test_parse_accept.py::test_accept_preference[text/html;q=0.3, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-application/xhtml+xml] 
PASSED [ 39%]
tests/test_parse_accept.py::test_accept_preference[text/turtle;q=0.9;profile="urn:example:profile-1",
 text/turtle;q=0.7;profile="urn:example:profile-2"-text/turtle] 
PASSED [ 41%]
tests/test_rdflib_endpoint.py::test_service_description PASSED    
       [ 43%]
tests/test_rdflib_endpoint.py::test_custom_concat_json PASSED     
       [ 46%]
tests/test_rdflib_endpoint.py::test_select_noaccept_xml PASSED    
       [ 48%]
tests/test_rdflib_endpoint.py::test_select_csv PASSED             
       [ 51%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_form] 
PASSED [ 53%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_direct] 
PASSED [ 56%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_form] 
PASSED [ 58%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_direct] 
PASSED [ 60%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_form] 
PASSED [ 63%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_direct] 
PASSED [ 65%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_form] 
PASSED [ 68%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_direct] 
PASSED [ 70%]
tests/test_rdflib_endpoint.py::test_sparql_query_update_fail 
PASSED      [ 73%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json 
PASSED   [ 75%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json2 
PASSED  [ 78%]
tests/test_rdflib_endpoint.py::test_fail_select_turtle PASSED     
       [ 80%]
tests/test_rdflib_endpoint.py::test_concat_construct_turtle 
PASSED       [ 82%]
tests/test_rdflib_endpoint.py::test_concat_construct_csv PASSED   
       [ 85%]
tests/test_rdflib_endpoint.py::test_concat_construct_jsonld 
PASSED       [ 87%]
tests/test_rdflib_endpoint.py::test_concat_construct_xml PASSED   
       [ 90%]
tests/test_rdflib_endpoint.py::test_yasgui PASSED                 
       [ 92%]
tests/test_rdflib_endpoint.py::test_bad_request PASSED            
       [ 95%]
tests/test_serve_cli.py::test_convert PASSED                      
       [ 97%]
tests/test_serve_cli.py::test_serve PASSED                        
       [100%]/usr/lib/python3/dist-packages/coverage/inorout.py:509: 
CoverageWarning: Module src was never imported. (module-not-imported)
  self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
/usr/lib/python3/dist-packages/coverage/control.py:915: CoverageWarning: No 
data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
/usr/lib/python3/dist-packages/pytest_cov/plugin.py:352: CovReportWarning: 
Failed to generate report: No data to report.

  warnings.warn(CovReportWarning(message), stacklevel=1)
WARNING: Failed to generate report: No data to report.



=============================== warnings summary 
===============================
example/app/main.py:94
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/example/app/main.py:94: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(

tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/rdflib_endpoint/__main__.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_convert
  /usr/lib/python3/dist-packages/rdflib/plugins/serializers/nt.py:39: 
UserWarning: NTSerializer always uses UTF-8 encoding. Given encoding was: None
    warnings.warn(

tests/test_serve_cli.py::test_serve
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/rdflib_endpoint/__main__.py:30: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:80: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds_default = ds.default_context  # the DEFAULT_DATASET_GRAPH_ID

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:91: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds.default_context = new_default_context

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/jsonld.py:159: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    conj_sink = ConjunctiveGraph(store=sink.store, identifier=sink.identifier)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform linux, python 3.13.11-final-0 ----------

================ 41 passed, 2 deselected, 
11 warnings in 1.01s =================
I: pybuild pybuild:334: rm -rf 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/example/
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to