Package: src:yoyo
Version: 8.2.0+dfsg1-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 python3,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.13 setup.py config 
running config
I: pybuild base:311: python3.12 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/migrations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/connections.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
copying yoyo/topologicalsort.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
copying yoyo/backends/base.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
copying yoyo/backends/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/sqlite3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/mysql.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/postgresql.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
copying yoyo/backends/core/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/core
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/odbc.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/redshift.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/oracle.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/snowflake.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
copying yoyo/backends/contrib/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/backends/contrib
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/migrate.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/main.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/init.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
copying yoyo/scripts/newmigration.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/scripts
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v1.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v2.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/internalmigrations
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/tests/migrations
copying yoyo/tests/migrations/test-pkg-migration.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/yoyo/tests/migrations
I: pybuild base:311: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/migrations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/connections.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
copying yoyo/topologicalsort.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
copying yoyo/backends/base.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
copying yoyo/backends/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/sqlite3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/mysql.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/postgresql.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
copying yoyo/backends/core/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/core
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/odbc.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/redshift.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/oracle.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/snowflake.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
copying yoyo/backends/contrib/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/backends/contrib
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/migrate.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/main.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/init.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
copying yoyo/scripts/newmigration.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/scripts
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v1.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
copying yoyo/internalmigrations/v2.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/internalmigrations
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/tests/migrations
copying yoyo/tests/migrations/test-pkg-migration.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/yoyo/tests/migrations
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -N -bhtml doc/ build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:8: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: 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/202412/

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.

Reply via email to