Your message dated Mon, 08 Jun 2026 21:09:35 +0000
with message-id <[email protected]>
and subject line Bug#854494: fixed in execnet 2.1.1-1+deb13u1
has caused the Debian Bug report #854494,
regarding execnet: FTBFS: test_waitclose_on_remote_killed is flaky
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.)
--
854494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854494
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:execnet
Version: 1.4.1-3
Severity: important
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --buildsystem=pybuild --with python2,python3,sphinxdoc
dh_testdir -i -O--buildsystem=pybuild
dh_update_autotools_config -i -O--buildsystem=pybuild
dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py config
running config
I: pybuild base:184: python3.5 setup.py config
running config
dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:184: /usr/bin/python setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/execnet
[... snipped ...]
SKIP [16] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python3.3 found
SKIP [16] /<<PKGBUILDDIR>>/testing/conftest.py:148: no jython found
SKIP [237] /<<PKGBUILDDIR>>/testing/conftest.py:200: could not import 'gevent'
SKIP [52] /usr/lib/python3/dist-packages/_pytest/config.py:1193: no 'gspecs'
option found
SKIP [1] testing/test_channel.py:344: condition: sys.version>="3.0"
SKIP [16] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python3.2 found
SKIP [16] /<<PKGBUILDDIR>>/testing/conftest.py:148: no pypy found
SKIP [16] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python2.6 found
SKIP [237] /<<PKGBUILDDIR>>/testing/conftest.py:200: could not import 'eventlet'
=================================== FAILURES ===================================
_______________ TestPopenGateway.test_waitclose_on_remote_killed _______________
self = <test_gateway.TestPopenGateway object at 0x7fbe7777a518>
makegateway = <bound method Group.makegateway of <Group ['gw0']>>
def test_waitclose_on_remote_killed(self, makegateway):
gw = makegateway('popen')
channel = gw.remote_exec("""
import os
import time
channel.send(os.getpid())
time.sleep(100)
""")
remotepid = channel.receive()
py.process.kill(remotepid)
py.test.raises(EOFError, "channel.waitclose(TESTTIMEOUT)")
> py.test.raises(IOError, channel.send, None)
E Failed: DID NOT RAISE <class 'OSError'>
testing/test_gateway.py:251: Failed
============================ pytest-warning summary ============================
WI1 /<<PKGBUILDDIR>>/testing/conftest.py:21 'pytest_runtest_setup' hook uses
deprecated __multicall__ argument
WC1 None pytest_funcarg__specsocket: declaring fixtures using
"pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest
4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
WC1 None pytest_funcarg__specssh: declaring fixtures using "pytest_funcarg__"
prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove
the prefix and use the @pytest.fixture decorator instead.
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!
1 failed, 222 passed, 607 skipped, 5 xfailed, 3 pytest-warnings in 11.16
seconds
E: pybuild pybuild:283: test: plugin custom failed with: exit code=2: python3.5
-m pytest -v -x -rs testing/
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.5 returned
exit code 13
debian/rules:8: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:5: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
This is just how the build ends, not necessarily the relevant part.
I've put several build logs here:
https://people.debian.org/~sanvila/build-logs/execnet/
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 page for this package.
The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).
Thanks.
--- End Message ---
--- Begin Message ---
Source: execnet
Source-Version: 2.1.1-1+deb13u1
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
execnet, 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.
Santiago Vila <[email protected]> (supplier of updated execnet 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: Sun, 07 Jun 2026 20:05:00 +0200
Source: execnet
Architecture: source
Version: 2.1.1-1+deb13u1
Distribution: trixie
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 854494
Changes:
execnet (2.1.1-1+deb13u1) trixie; urgency=medium
.
* Team upload.
* Mark several tests as flaky. Closes: #854494.
Checksums-Sha1:
038cff7a343a160c08a85c511c860116c4201259 1919 execnet_2.1.1-1+deb13u1.dsc
7ef81d1233076c5b2f290dd615f00f675e99408d 5872
execnet_2.1.1-1+deb13u1.debian.tar.xz
a033d23f05aa925f6388ce465ef99a4cd1f04844 7440
execnet_2.1.1-1+deb13u1_source.buildinfo
Checksums-Sha256:
dff7c7aef6b8f31081a67143a15ac3bcbf39856ceca3a0d8c5234815a2cf5ec6 1919
execnet_2.1.1-1+deb13u1.dsc
3f660d7e9f858e079784b69f199a329a91369c6b85a875c309a3f2ebab892b57 5872
execnet_2.1.1-1+deb13u1.debian.tar.xz
5ce6b18ee8bcc46501f73336a2542a40e762c7732fd581165b4cd846c127dd63 7440
execnet_2.1.1-1+deb13u1_source.buildinfo
Files:
ed6fee619a759549c00513791b3fdd53 1919 python optional
execnet_2.1.1-1+deb13u1.dsc
b2c713c0568ac77b3d8fe0a9e9e3092f 5872 python optional
execnet_2.1.1-1+deb13u1.debian.tar.xz
87338c3590a45ab59ccad6ba42469ff2 7440 python optional
execnet_2.1.1-1+deb13u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmoltIEACgkQQc5/C58b
izL0/ggAgjkz54UtxANg74QqrMWxp89Kn/g7i8T8yAUJq/gY2Ql2TaY9S8wzgQUj
Vam2fWMCnjdJiwvxg02t+PiN+i9hoGC9AXqMT/kPhfiNxgztAAz6IrkIxYbaP19r
GM3uhBROuloLY0L9s7W0S5PWS4EAApk5BxhgPcOu9JDGPIP7aKRUpQudEBeaicGU
8XNSSIVMGFkM83rxAw08dwXWPsIIhwMm43Lk00AXlqeW4UB9Q+IuzoeOiItZznYQ
8iD7btzwhxnL4EGcH4LDKp9XCdHwn5khC7Dhtl7Kc1DWookqdPh69LSBaPnCwIti
Z6wshXOx3xQZFSxGo1jKQs3EZSOAVQ==
=ZD45
-----END PGP SIGNATURE-----
pgpOYaJeAM0DP.pgp
Description: PGP signature
--- End Message ---