Your message dated Thu, 01 Jan 2026 18:33:41 +0000
with message-id <[email protected]>
and subject line Bug#1123527: fixed in python-iniparse 0.5.1-2
has caused the Debian Bug report #1123527,
regarding python-iniparse: FTBFS: ERROR: test_queue
(test_multiprocessing.TestIni.test_queue)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1123527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123527
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-iniparse
Version: 0.5.1-1
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-iniparse, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
adding 'iniparse-0.5.dist-info/METADATA'
adding 'iniparse-0.5.dist-info/WHEEL'
adding 'iniparse-0.5.dist-info/top_level.txt'
adding 'iniparse-0.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built iniparse-0.5-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with
"installer" module
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd {build_dir}; python{version} ./runtests.py" \
dh_auto_test --buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build;
python3.14 ./runtests.py
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build/tests/test_fuzz.py:58:
SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\["? A raw string is also an option.
name = re.sub(':|=| |\[', '', name)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build/tests/test_ini.py:29:
SyntaxWarning: "\c" is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\c"? A raw string is also an option.
('[se\ct%[ion\t]', ('se\ct%[ion\t', None, None, -1)),
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build/tests/test_ini.py:29:
SyntaxWarning: "\c" is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\c"? A raw string is also an option.
('[se\ct%[ion\t]', ('se\ct%[ion\t', None, None, -1)),
.............................................sssssssssssssssssssssssss......................................E...........
======================================================================
ERROR: test_queue (test_multiprocessing.TestIni.test_queue)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build/tests/test_multiprocessing.py",
line 27, in test_queue
p.start()
~~~~~~~^^
File "/usr/lib/python3.14/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
~~~~~~~~~~~^^^^^^
File "/usr/lib/python3.14/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/lib/python3.14/multiprocessing/context.py", line 300, in _Popen
return Popen(process_obj)
File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 35, in
__init__
super().__init__(process_obj)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/lib/python3.14/multiprocessing/popen_fork.py", line 20, in __init__
self._launch(process_obj)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/lib/python3.14/multiprocessing/popen_forkserver.py", line 47, in
_launch
reduction.dump(process_obj, buf)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
_pickle.PicklingError: Can't pickle local object <function
TestIni.test_queue.<locals>.getxy at 0x7fc6e8b687d0>
when serializing dict item '_target'
when serializing multiprocessing.context.Process state
when serializing multiprocessing.context.Process object
----------------------------------------------------------------------
Ran 120 tests in 0.025s
FAILED (errors=1, skipped=25)
E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iniparse/build; python3.14 ./runtests.py
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iniparse/build;
python3.13 ./runtests.py
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iniparse/build/tests/test_fuzz.py:58:
SyntaxWarning: invalid escape sequence '\['
name = re.sub(':|=| |\[', '', name)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iniparse/build/tests/test_ini.py:29:
SyntaxWarning: invalid escape sequence '\c'
('[se\ct%[ion\t]', ('se\ct%[ion\t', None, None, -1)),
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iniparse/build/tests/test_ini.py:29:
SyntaxWarning: invalid escape sequence '\c'
('[se\ct%[ion\t]', ('se\ct%[ion\t', None, None, -1)),
.............................................sssssssssssssssssssssssss....................................../usr/lib/python3.13/multiprocessing/popen_fork.py:67:
DeprecationWarning: This process (pid=97) is multi-threaded, use of fork() may
lead to deadlocks in the child.
self.pid = os.fork()
............
----------------------------------------------------------------------
Ran 120 tests in 0.029s
OK (skipped=25)
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned
exit code 13
make[1]: *** [debian/rules:12: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-iniparse
Source-Version: 0.5.1-2
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-iniparse, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated python-iniparse package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 01 Jan 2026 18:17:42 +0000
Source: python-iniparse
Architecture: source
Version: 0.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123527
Changes:
python-iniparse (0.5.1-2) unstable; urgency=medium
.
* Team upload.
* Avoid the multiprocessing forkserver method (closes: #1123527).
* Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
Checksums-Sha1:
59df570048922faa8c85e70bce6f9ef1170c6546 2386 python-iniparse_0.5.1-2.dsc
867cbaaa75772c4d5c772ead1cef68d438c9e13f 8468
python-iniparse_0.5.1-2.debian.tar.xz
29315a282539924e9858b245b04694b7c08b7150 102716
python-iniparse_0.5.1-2.git.tar.xz
6a1eaa0132ae7229a95ad9f6114880e9d6ec2a59 17167
python-iniparse_0.5.1-2_source.buildinfo
Checksums-Sha256:
9b53efe20eb09f0dec3924af34aba5bf3f3927181877e0dce586111ceb50b8eb 2386
python-iniparse_0.5.1-2.dsc
53a6bdd1e5c71f7955c213c2a165578e8226f09d47308f5e39404cf20f7edce3 8468
python-iniparse_0.5.1-2.debian.tar.xz
c005859b5def9ca25b8b9502bfcfc705c73ee4c64395b2131e5ba0a4131a1115 102716
python-iniparse_0.5.1-2.git.tar.xz
8c1476e1b16ec4c61f7d6fa39026cdd22373b6273faa104c92c9f17c65749e11 17167
python-iniparse_0.5.1-2_source.buildinfo
Files:
a11ffead9fc6e9b1e6b0eee33b484796 2386 python optional
python-iniparse_0.5.1-2.dsc
a60f0a8af5edd8ce76bb8800eb8bd240 8468 python optional
python-iniparse_0.5.1-2.debian.tar.xz
2e6154e7773bf86f243cc73cc9981744 102716 python optional
python-iniparse_0.5.1-2.git.tar.xz
b3ebca972132357a47531b5998429606 17167 python optional
python-iniparse_0.5.1-2_source.buildinfo
Git-Tag-Info: tag=bf5f46fb064e3ef000eec0fc2b715c6dd57ca2a8
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmlWuqYACgkQYG0ITkaD
wHkU0Q/9FIEMt0pJZVXnCsC4IKISeDVdNKSAJwBrby9nymbOttNj0EZapez4YR0f
kAXmPidAmp7oXjJqJU7JMVroxNRSUT64I7EY+IG6aZbtWObpclElPwue8cCkjDr/
ONYuTXxonRbSJaBOnUPkIZp8pYGzvzAMvw084LWWWW+Lo7MGmNgnOOSusSgem8o9
9OHBv9rRJ/S5c1qwxWcq59CGZtsSL1mFnnXsRGbaKScgD8Cw/Du7rjdSYmSh14lX
3uhfjyQSIdmUjOAv0C42amfDYVqbsvOQTenJ5TffPbfljjtze8AIiolMJKkfyL+v
TjsZ1w7DzwnZOFh0I9hnFsNc6nFAkgzG19xNY0Rlogb1AmFS5HyCJH7Xh+NwGacq
1KJNGl0UC09RqYEbR4j3OSB31mliN52Xq5MwauILo6Ic/yyqKfwL/hg0lUCvBLNP
M/j/E8q6TPGAEUFBmb1F894BEaVrsCkbnJo4/2CpKkY5ot/5qOUPHbJ7n3zhjuWF
nUTN2B9sLSz54PVPELbZQFmwU7HFjtT7LI7uprmD0LGK36dLGQqXn3ZWhxbaSoGb
NOrQDGZWteKmYI0oR/Rfg5JEzRyMdra9KcF3mxVjxtxRqK4U1kDKZuKJu+yhd1VS
tXYQ7+xT5/BEtpoq6agGIWVllpBT3rXfEmkRvpWPaRj24+bt7ZU=
=SmrG
-----END PGP SIGNATURE-----
pgpREksJ67yhQ.pgp
Description: PGP signature
--- End Message ---