Package: src:python3.14
Version: 3.14.0-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/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:python3.14, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
sed -e "s/@PVER@/python3.14/g" \
    -e "s/@VER@/3.14/g" \
    -e "s/@PYSTDDEP@//g" \
    -e "s/@PRIO@/optional/g" \
    -e "s/@MINPRIO@/optional/g" \
    -e "s/@bd_qual@/:any/g" \
    -e "s/@bd_gcc@/g++-14 [m68k],/g" \
    -e "s/@bd_dbm@/libdb-dev/g" \
    -e "s/@bd_dpkgdev@/dpkg-dev (>= 1.17.11),/g" \
        debian/control.in \
        debian/control.stdlib \
         \
      | cat \
      > debian/control.tmp
[ -e debian/control ] \
  && cmp -s debian/control debian/control.tmp \
  && rm -f debian/control.tmp && exit 0; \
  mv debian/control.tmp debian/control
dh_testdir
dh_testroot
rm -rf stamps
rm -f debian/test_results
/usr/bin/make -C Doc clean
make[1]: Entering directory '/<<PKGBUILDDIR>>/Doc'
rm -rf ./venv
rm -rf build/*
make[1]: Leaving directory '/<<PKGBUILDDIR>>/Doc'
sed 's/^@/#/' Makefile.pre.in | /usr/bin/make -f - srcdir=. distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find . -depth -name '__pycache__' -exec rm -rf {} ';'
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.[oa]' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
find . -name '*.lto' -exec rm -f {} ';'
find . -name '*.wasm' -exec rm -f {} ';'
find . -name '*.lst' -exec rm -f {} ';'
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find: 'build': No such file or directory
find build -name '*.py' -exec rm -f {} ';' || true
find: 'build': No such file or directory
find build -name '*.py[co]' -exec rm -f {} ';' || true
find: 'build': No such file or directory
rm -f pybuilddir.txt
rm -f _bootstrap_python
rm -rf web_example python.mjs python.wasm python*.symbols python*.map
rm -f Programs/_testembed Programs/_freeze_module
rm -rf Python/deepfreeze
rm -f Python/frozen_modules/*.h
rm -f Python/frozen_modules/MANIFEST
rm -f jit_stencils.h
find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
find: 'build': No such file or directory
make[1]: [/tmp/GmCkkfbw:3230: clean-retain-profile] Error 1 (ignored)
rm -f Include/pydtrace_probes.h
rm -f profile-gen-stamp
rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/bin
rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/lib
rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/include
rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/Python.framework
# Profile data.
rm -f *.fdata
# Pristine binaries before BOLT optimization.
rm -f *.prebolt
# BOLT instrumented binaries.
rm -f *.bolt_inst
rm -f python@BUILDEXEEXT@ @LIBRARY@ @LDLIBRARY@ @DLLLIBRARY@ \
        tags TAGS \
        config.cache config.log pyconfig.h Modules/config.c
rm -rf build platform
rm -rf @PYTHONFRAMEWORKDIR@
rm -rf Apple/iOS/Frameworks
rm -rf iOSTestbed.*
rm -f python-config.py python-config
rm -rf cross-build
/usr/bin/make -C ./Doc clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/Doc'
rm -rf ./venv
rm -rf build/*
make[2]: Leaving directory '/<<PKGBUILDDIR>>/Doc'
for file in ./Lib/test/data/* ; do \
    if test "$file" != "./Lib/test/data/README"; then rm "$file"; fi; \
done
rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
    Modules/Setup.bootstrap Modules/Setup.stdlib \
        Modules/ld_so_aix Modules/python.exp Misc/python.pc \
        Misc/python-embed.pc Misc/python-config.sh
rm -f python*-gdb.py
# Issue #28258: set LC_ALL to avoid issues with Estonian locale.
# Expansion is performed here by shell (spawned by make) itself before
# arguments are passed to find. So LC_ALL=C must be set as a separate
# command.
LC_ALL=C; find ./[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \
                             -o -name '[@,#]*' -o -name '*.old' \
                             -o -name '*.orig' -o -name '*.rej' \
                             -o -name '*.bak' ')' \
                             -exec rm -f {} ';'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
rm -rf /<<PKGBUILDDIR>>/build-static /<<PKGBUILDDIR>>/build-shared 
/<<PKGBUILDDIR>>/build-debug /<<PKGBUILDDIR>>/build-shdebug 
/<<PKGBUILDDIR>>/build-nopie
find -name '*.py[co]' | xargs -r rm -f
rm -f Lib/dist-packages
rm -rf locales
rm -rf debian/tmp-dbg
rm -f configure
rm -f netlify.toml
rm -rf /tmp/tmp.ltFYtLhKzp debian/testdir
for f in debian/*.in; do \
  f2=`echo $f | sed "s,PVER,python3.14,g;s/@VER@/3.14/g;s,\.in$,,"`; \
  if [ $f2 != debian/control ] && [ $f2 != debian/source.lintian-overrides ]; 
then \
    rm -f $f2; \
  fi; \
done
rm -rf debian/__pycache__
dh_clean
 debian/rules binary
dh_testdir
/usr/bin/make -C Doc html
make[1]: Entering directory '/<<PKGBUILDDIR>>/Doc'
mkdir -p build
Using existing Misc/NEWS file
PATH=./venv/bin:$PATH sphinx-build --builder html --doctree-dir build/doctrees 
--jobs auto  -D today='October 09, 2025' -D html_last_updated_fmt='October 09, 
2025'  . build/html 
Running Sphinx v8.2.3
loading translations [en]... done
matplotlib is not installed, social cards will not be generated
making output directory... done
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 522 source files that are out of date
updating environment: [new config] 522 added, 0 changed, 0 removed

Sphinx parallel build error!

Versions
========

* Platform:         linux; 
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.9 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.22.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

    done
    making output directory...
    done
    building [mo]: targets for 0 po files that are out of date
    writing output...

    building [html]: targets for 522 source files that are out of date
    updating environment:
    [new config]
    522 added, 0 changed, 0 removed

Loaded Extensions
=================

* sphinx.ext.mathjax (8.2.3)
* alabaster (0.7.16)
* audit_events (2.0)
* availability (1.0)
* c_annotations (1.0)
* changes (1.0)
* glossary_search (1.0)
* grammar_snippet (1.0)
* implementation_detail (1.0)
* issue_role (1.0)
* lexers (1.0)
* misc_news (1.0)
* pydoc_topics (1.0)
* pyspecific (1.0)
* sphinx.ext.coverage (8.2.3)
* sphinx.ext.doctest (8.2.3)
* sphinx.ext.extlinks (8.2.3)
* notfound.extension (1.0.4)
* sphinxext.opengraph (0.12.0)
* python_docs_theme (2025.9.2)

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/util/parallel.py", line 137, 
in _join_one
        raise SphinxParallelError(*result)
    sphinx.errors.SphinxParallelError: TypeError: int() argument must be a 
string, a bytes-like object or a real number, not 'NoneType'


The full traceback has been saved in:
/tmp/sphinx-err-nc22qi6g.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[1]: *** [Makefile:56: build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/Doc'
make: *** [debian/rules:768: stamps/stamp-doc-html] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to