Your message dated Tue, 04 Apr 2017 21:03:50 +0000
with message-id <e1cvvce-00063p...@fasolo.debian.org>
and subject line Bug#854494: fixed in execnet 1.4.1-3.1
has caused the Debian Bug report #854494,
regarding execnet:
testing/test_gateway.py::TestPopenGateway::test_waitclose_on_remote_killed
FAILED/PASSEDSegmentation fault
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 ow...@bugs.debian.org
immediately.)
--
854494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854494
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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: 1.4.1-3.1
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 854...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 04 Apr 2017 20:30:05 +0000
Source: execnet
Binary: python-execnet python3-execnet execnet-doc
Architecture: source all
Version: 1.4.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <sten...@debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
execnet-doc - rapid multi-Python deployment (docs)
python-execnet - rapid multi-Python deployment (Python 2)
python3-execnet - rapid multi-Python deployment (Python 3)
Closes: 854494 858189
Changes:
execnet (1.4.1-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Disable tests that are often failing (Closes: #854494, #858189).
Checksums-Sha1:
cda5a2c8dffbf723335441ed2ab43526485c5553 2318 execnet_1.4.1-3.1.dsc
ad9321e0241cd4a48883bbb132b54e1ae2b8be38 5792 execnet_1.4.1-3.1.debian.tar.xz
cafec9766cfbfa24818497c230023c6639ba2c6b 145750 execnet-doc_1.4.1-3.1_all.deb
75d9c3ff81552727bd0d04f5aa7d70634f6814a4 7577 execnet_1.4.1-3.1_amd64.buildinfo
d438d6764de6e93da34fb6187378123069bc6fc0 38908 python-execnet_1.4.1-3.1_all.deb
44a1f94a07ddccc6b34c80ba18aea2130614179d 38968
python3-execnet_1.4.1-3.1_all.deb
Checksums-Sha256:
adcde47ca0ee4ca575a5df40fa78515ac068b87800cd6d734deceaa8b151ec7c 2318
execnet_1.4.1-3.1.dsc
e34456a7ccc91489f1db1510a4546700b83a15162c4284ebf138c87df4bb3588 5792
execnet_1.4.1-3.1.debian.tar.xz
c256c5c0bc7520b55df61f947628d41b81eb2a7c8fb665b18f801564e3229926 145750
execnet-doc_1.4.1-3.1_all.deb
9a949426fc3c5d2c227e2bed48aaa75ef0da113aad8df966bcd524f5e6a1ae92 7577
execnet_1.4.1-3.1_amd64.buildinfo
74c79b768add7bfa15a70ab2a9b6eee74bfc6077b44fd045e96f725d23df01c5 38908
python-execnet_1.4.1-3.1_all.deb
399d1ade56e8397f4a69dd076c5339a97fbb8da7289c16fe6fce6965e4817f15 38968
python3-execnet_1.4.1-3.1_all.deb
Files:
5689cfa919db230dfd1790c774b8cdbc 2318 python optional execnet_1.4.1-3.1.dsc
9f3ff15ebdf963a0549426eac8e2ed31 5792 python optional
execnet_1.4.1-3.1.debian.tar.xz
dcc83f2f18d9927a22fb553de19fe81d 145750 doc optional
execnet-doc_1.4.1-3.1_all.deb
1af29e6d20024134e328f8297198b20f 7577 python optional
execnet_1.4.1-3.1_amd64.buildinfo
4a0c9ab03f12e31e041eca1b8e3f195f 38908 python optional
python-execnet_1.4.1-3.1_all.deb
b24a3c8427fdba16745604e0c38a6901 38968 python optional
python3-execnet_1.4.1-3.1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAljkBKAACgkQ1BatFaxr
Q/5sVg//Z3fHGVrr7a/gfzxdooUiRReyxX28XokEFjMu598Z1W1jwLN9cUd/obNk
KalaLrd+IRo7I3urj3/Zh8IDpogE5PZPiRFZlpEgkR5u3YKy5OSDQnUdHRiD4r7X
xPZ+k3gkFFAiUiFp6VZRTKXgaW2AKSq/Zg2Wod1vo59riYtAEGm+78rxBc9P1pzW
Op2zZsZt03AeXBaNgozM1aFT1AAnzGPUzs+1vqbUqvBAq6zCuTYscrIfGistP9xY
I5IDSWx1v/8382VHIfSD/VcgtaLmoMUqHTV+CC5dG81LDPG5g5Wtatdc16/VwES3
/VrLAE/H38OeYDJsPUcne3+YpjVN0TJMGK3hu4FYdAwz6D25Uf3b7FRF1lQetTjp
H4RpdbbE4DlqLGG97k6TFg2tkiTFsCtYUc1q6eGBAV5xscpUM8/s3SGRWXVVAoir
wBOeWtFZmdVTmsv0q7ZtqyDXqX6pU9sC0sfHsMgfnofVljWYtejc/BtJ1aJdPOoP
Bzx2dalBslfCb7U/oAGD7tlEudryo0C/gThfOD+CaqfQmO/Tw0Aal4texvl1BCNy
qgZAwyfRldu/1TzSqi9XOa/X495ZIMAthaYOFOQ/a8/6TkG8ILvChbWqazAUHZuk
JgaAGmjGfDy7qNGrQiVUbu36Nbj5o77kRGFIWcgeTh14WA4HnfU=
=btJs
-----END PGP SIGNATURE-----
--- End Message ---