Package: src:python-html5rdf
Version: 1.2.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-html5rdf, 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_html5rdf  
* Building wheel...
<string>:8: DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
<string>:77: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.
<string>:78: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.
Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 389, in <module>
    main()
    ~~~~^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 280, in build_wheel
    return _build_backend().build_wheel(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        wheel_directory, config_settings, metadata_directory
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in 
build_wheel
    return _build(['bdist_wheel'])
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in 
_build
    return self._build_with_temp_dir(
           ~~~~~~~~~~~~~~~~~~~~~~~~~^
        cmd,
        ^^^^
    ...<3 lines>...
        self._arbitrary_args(config_settings),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in 
_build_with_temp_dir
    self.run_setup()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in 
run_setup
    exec(code, locals())
    ~~~~^^^^^^^^^^^^^^^^
  File "<string>", line 90, in <module>
AttributeError: module 'ast' has no attribute 'Str'

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_html5rdf  
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_html5rdf  
* Building wheel...
<string>:8: DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
<string>:90: DeprecationWarning: ast.Str is deprecated and will be removed in 
Python 3.14; use ast.Constant instead
<string>:91: DeprecationWarning: Attribute s is deprecated and will be removed 
in Python 3.14; use value instead
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:75: 
_MissingDynamic: `maintainers` defined outside of `pyproject.toml` is ignored.
!!

        
********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `maintainers = 'Ashley Sommer'`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `maintainers` is listed as `dynamic`.

        
https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `maintainers` under `dynamic` or 
alternatively
        remove the `[project]` table from your file and rely entirely on other 
means of
        configuration.
        
********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:75: 
_MissingDynamic: `optional-dependencies` defined outside of `pyproject.toml` is 
ignored.
!!

        
********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `optional-dependencies = {"lxml:platform_python_implementation == 
'CPython'": ['lxml>=3.4.0'], 'genshi': ['genshi>=0.7.1'], 'chardet': 
['chardet>=2.2.1'], 'all': ['genshi>=0.7.1', 'chardet>=2.2.1'], 
"all:platform_python_implementation == 'CPython'": ['lxml>=3.4.0']}`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `optional-dependencies` is listed as 
`dynamic`.

        
https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `optional-dependencies` under 
`dynamic` or alternatively
        remove the `[project]` table from your file and rely entirely on other 
means of
        configuration.
        
********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `extras_require` overwritten in `pyproject.toml` 
(optional-dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: 
SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        
********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/html5rdf
copying html5rdf/_utils.py -> build/lib/html5rdf
copying html5rdf/_ihatexml.py -> build/lib/html5rdf
copying html5rdf/_inputstream.py -> build/lib/html5rdf
copying html5rdf/_tokenizer.py -> build/lib/html5rdf
copying html5rdf/serializer.py -> build/lib/html5rdf
copying html5rdf/html5parser.py -> build/lib/html5rdf
copying html5rdf/constants.py -> build/lib/html5rdf
copying html5rdf/__init__.py -> build/lib/html5rdf
creating build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/etree_lxml.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/dom.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/etree.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/__init__.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/base.py -> build/lib/html5rdf/treebuilders
creating build/lib/html5rdf/contrib
copying html5rdf/contrib/__init__.py -> build/lib/html5rdf/contrib
creating build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/genshi.py -> build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/sax.py -> build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/__init__.py -> build/lib/html5rdf/treeadapters
creating build/lib/html5rdf/filters
copying html5rdf/filters/inject_meta_charset.py -> build/lib/html5rdf/filters
copying html5rdf/filters/alphabeticalattributes.py -> build/lib/html5rdf/filters
copying html5rdf/filters/whitespace.py -> build/lib/html5rdf/filters
copying html5rdf/filters/lint.py -> build/lib/html5rdf/filters
copying html5rdf/filters/__init__.py -> build/lib/html5rdf/filters
copying html5rdf/filters/base.py -> build/lib/html5rdf/filters
copying html5rdf/filters/optionaltags.py -> build/lib/html5rdf/filters
creating build/lib/html5rdf/_trie
copying html5rdf/_trie/_base.py -> build/lib/html5rdf/_trie
copying html5rdf/_trie/py.py -> build/lib/html5rdf/_trie
copying html5rdf/_trie/__init__.py -> build/lib/html5rdf/_trie
creating build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/etree_lxml.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/dom.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/etree.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/genshi.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/__init__.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/base.py -> build/lib/html5rdf/treewalkers
creating build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/labels.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/x_user_defined.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/mklabels.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/tests.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/__init__.py -> 
build/lib/html5rdf/contrib/webencodings
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/html5rdf
copying build/lib/html5rdf/_utils.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/etree_lxml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/dom.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/etree.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/_ihatexml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
copying build/lib/html5rdf/_inputstream.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/contrib
creating build/bdist.linux-x86_64/wheel/html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/labels.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/x_user_defined.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/mklabels.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/tests.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib
creating build/bdist.linux-x86_64/wheel/html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/genshi.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/sax.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/_tokenizer.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/filters
copying build/lib/html5rdf/filters/inject_meta_charset.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/alphabeticalattributes.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/whitespace.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/lint.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/optionaltags.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/serializer.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/_trie
copying build/lib/html5rdf/_trie/_base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/_trie/py.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/_trie/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/html5parser.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
copying build/lib/html5rdf/constants.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/etree_lxml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/dom.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/etree.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/genshi.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
running install_egg_info
running egg_info
creating html5rdf.egg-info
writing html5rdf.egg-info/PKG-INFO
writing dependency_links to html5rdf.egg-info/dependency_links.txt
writing top-level names to html5rdf.egg-info/top_level.txt
writing manifest file 'html5rdf.egg-info/SOURCES.txt'
reading manifest file 'html5rdf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'html5rdf.egg-info/SOURCES.txt'
Copying html5rdf.egg-info to 
build/bdist.linux-x86_64/wheel/./html5rdf-1.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/html5rdf-1.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_html5rdf/.tmp-py8evbrw/html5rdf-1.2.1-py2.py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'html5rdf/__init__.py'
adding 'html5rdf/_ihatexml.py'
adding 'html5rdf/_inputstream.py'
adding 'html5rdf/_tokenizer.py'
adding 'html5rdf/_utils.py'
adding 'html5rdf/constants.py'
adding 'html5rdf/html5parser.py'
adding 'html5rdf/serializer.py'
adding 'html5rdf/_trie/__init__.py'
adding 'html5rdf/_trie/_base.py'
adding 'html5rdf/_trie/py.py'
adding 'html5rdf/contrib/__init__.py'
adding 'html5rdf/contrib/webencodings/__init__.py'
adding 'html5rdf/contrib/webencodings/labels.py'
adding 'html5rdf/contrib/webencodings/mklabels.py'
adding 'html5rdf/contrib/webencodings/tests.py'
adding 'html5rdf/contrib/webencodings/x_user_defined.py'
adding 'html5rdf/filters/__init__.py'
adding 'html5rdf/filters/alphabeticalattributes.py'
adding 'html5rdf/filters/base.py'
adding 'html5rdf/filters/inject_meta_charset.py'
adding 'html5rdf/filters/lint.py'
adding 'html5rdf/filters/optionaltags.py'
adding 'html5rdf/filters/whitespace.py'
adding 'html5rdf/treeadapters/__init__.py'
adding 'html5rdf/treeadapters/genshi.py'
adding 'html5rdf/treeadapters/sax.py'
adding 'html5rdf/treebuilders/__init__.py'
adding 'html5rdf/treebuilders/base.py'
adding 'html5rdf/treebuilders/dom.py'
adding 'html5rdf/treebuilders/etree.py'
adding 'html5rdf/treebuilders/etree_lxml.py'
adding 'html5rdf/treewalkers/__init__.py'
adding 'html5rdf/treewalkers/base.py'
adding 'html5rdf/treewalkers/dom.py'
adding 'html5rdf/treewalkers/etree.py'
adding 'html5rdf/treewalkers/etree_lxml.py'
adding 'html5rdf/treewalkers/genshi.py'
adding 'html5rdf-1.2.1.dist-info/licenses/AUTHORS.rst'
adding 'html5rdf-1.2.1.dist-info/licenses/LICENSE'
adding 'html5rdf-1.2.1.dist-info/METADATA'
adding 'html5rdf-1.2.1.dist-info/WHEEL'
adding 'html5rdf-1.2.1.dist-info/top_level.txt'
adding 'html5rdf-1.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built html5rdf-1.2.1-py2.py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" 
returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to