Hello.
After an archive rebuild of trixie, I found some build failures
following a common pattern in several packages, which did not happen
in Debian 13.5.
For example, src:python3.13 failed for me with an error like this:
---------------------
Running Sphinx v8.1.3
[...]
reading sources... [ 51%] library/heapq .. library/i18n
Exception occurred:
File "/usr/lib/python3.13/multiprocessing/connection.py", line 399, in _recv
raise EOFError
EOFError
---------------------
which is the same error everybody can see right now in reproducible builds:
https://tests.reproducible-builds.org/debian/rbuild/trixie/amd64/python3.13_3.13.5-2+deb13u3.rbuild.log.gz
At least the following packages are affected:
src:blender-doc
src:cp2k
src:groonga
src:kitty
src:openmpi
src:python3.13
I would appreciate if somebody could file a proper bug, as I can't
determine if this is a bug in python or a bug in sphinx (or both).
Note: The error might not happen always, but I can provide a VM where
this happens 100% of the time to anyone willing to reproduce it.
Thanks.