#1141010 python-httplib2: FTBFS: ERROR tests/test_proxy.py - Failed: 'forked' not found in `markers` configura...

#1141010#5
Date:
2026-06-28 20:52:08 UTC
From:
To:
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/202606/

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-httplib2, 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:142: Building wheel for python3.13 with "build" module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
<string>:12: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

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

!!
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/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
running build
running build_py
creating build/lib/httplib2
copying httplib2/iri2uri.py -> build/lib/httplib2
copying httplib2/certs.py -> build/lib/httplib2
copying httplib2/error.py -> build/lib/httplib2
copying httplib2/__init__.py -> build/lib/httplib2
copying httplib2/auth.py -> build/lib/httplib2
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/httplib2
copying build/lib/httplib2/iri2uri.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/certs.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/error.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/__init__.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/auth.py -> build/bdist.linux-x86_64/wheel/./httplib2
running install_egg_info
running egg_info
creating httplib2.egg-info
writing httplib2.egg-info/PKG-INFO
writing dependency_links to httplib2.egg-info/dependency_links.txt
writing requirements to httplib2.egg-info/requires.txt
writing top-level names to httplib2.egg-info/top_level.txt
writing manifest file 'httplib2.egg-info/SOURCES.txt'
reading manifest file 'httplib2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.py' under directory 'python2'
warning: no files found matching '*.txt' under directory 'python2'
warning: no files found matching '*.py' under directory 'python3'
warning: no files found matching '*.txt' under directory 'python3'
warning: no files found matching 'README' under directory 'python3'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.pre-commit-*.yaml'
no previously-included directories found matching 'ref'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'httplib2.egg-info/SOURCES.txt'
Copying httplib2.egg-info to build/bdist.linux-x86_64/wheel/./httplib2-0.31.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/httplib2-0.31.2.dist-info/WHEEL
creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-vt8_p687/httplib2-0.31.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'httplib2/__init__.py'
adding 'httplib2/auth.py'
adding 'httplib2/certs.py'
adding 'httplib2/error.py'
adding 'httplib2/iri2uri.py'
adding 'httplib2-0.31.2.dist-info/licenses/LICENSE'
adding 'httplib2-0.31.2.dist-info/METADATA'
adding 'httplib2-0.31.2.dist-info/WHEEL'
adding 'httplib2-0.31.2.dist-info/top_level.txt'
adding 'httplib2-0.31.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built httplib2-0.31.2-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with "installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
* Building wheel...
<string>:12: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

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

!!
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/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
running build
running build_py
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/httplib2
copying build/lib/httplib2/iri2uri.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/certs.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/error.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/__init__.py -> build/bdist.linux-x86_64/wheel/./httplib2
copying build/lib/httplib2/auth.py -> build/bdist.linux-x86_64/wheel/./httplib2
running install_egg_info
running egg_info
writing httplib2.egg-info/PKG-INFO
writing dependency_links to httplib2.egg-info/dependency_links.txt
writing requirements to httplib2.egg-info/requires.txt
writing top-level names to httplib2.egg-info/top_level.txt
reading manifest file 'httplib2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.py' under directory 'python2'
warning: no files found matching '*.txt' under directory 'python2'
warning: no files found matching '*.py' under directory 'python3'
warning: no files found matching '*.txt' under directory 'python3'
warning: no files found matching 'README' under directory 'python3'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.pre-commit-*.yaml'
no previously-included directories found matching 'ref'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'httplib2.egg-info/SOURCES.txt'
Copying httplib2.egg-info to build/bdist.linux-x86_64/wheel/./httplib2-0.31.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/httplib2-0.31.2.dist-info/WHEEL
creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/.tmp-helqfw63/httplib2-0.31.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'httplib2/__init__.py'
adding 'httplib2/auth.py'
adding 'httplib2/certs.py'
adding 'httplib2/error.py'
adding 'httplib2/iri2uri.py'
adding 'httplib2-0.31.2.dist-info/licenses/LICENSE'
adding 'httplib2-0.31.2.dist-info/METADATA'
adding 'httplib2-0.31.2.dist-info/WHEEL'
adding 'httplib2-0.31.2.dist-info/top_level.txt'
adding 'httplib2-0.31.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built httplib2-0.31.2-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with "installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --ignore-glob=tests/_TODO_legacy/
============================= test session starts ==============================
platform linux -- Python 3.13.14, pytest-9.1.1, pluggy-1.6.0 -- /usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: timeout-2.4.0, typeguard-4.4.4
timeout: 17.0s
timeout method: signal
timeout func_only: False
collecting ... collected 476 items / 1 error

==================================== ERRORS ====================================
______ ERROR collecting .pybuild/cpython3_3.13/build/tests/test_proxy.py _______
'forked' not found in `markers` configuration option
=============================== warnings summary ===============================
tests/test_https.py:79
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_https.py:79: DeprecationWarning: ssl.SSLContext() without protocol argument is deprecated.
    hasattr(ssl.SSLContext(), "maximum_version")

tests/test_https.py:79
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_https.py:79: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
    hasattr(ssl.SSLContext(), "maximum_version")

tests/test_https.py:80
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_https.py:80: DeprecationWarning: ssl.SSLContext() without protocol argument is deprecated.
    and hasattr(ssl.SSLContext(), "minimum_version")

tests/test_https.py:80
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_https.py:80: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
    and hasattr(ssl.SSLContext(), "minimum_version")