Your message dated Sun, 22 Jan 2017 17:18:33 +0000 with message-id <[email protected]> and subject line Bug#840823: fixed in execnet 1.4.1-3 has caused the Debian Bug report #840823, regarding execnet: testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-popen] FAILED 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.) -- 840823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840823 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:execnet Version: 1.4.1-2 Severity: serious Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) 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 [... snipped ...] testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-ssh] SKIPPED testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-proxy] PASSED testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-popen] FAILED =========================== short test summary info ============================ SKIP [3] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python3.2 found SKIP [3] /<<PKGBUILDDIR>>/testing/conftest.py:148: no jython found SKIP [3] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python2.6 found SKIP [3] /<<PKGBUILDDIR>>/testing/conftest.py:148: no pypy found SKIP [3] /<<PKGBUILDDIR>>/testing/conftest.py:148: no python3.3 found SKIP [36] /usr/lib/python2.7/dist-packages/_pytest/config.py:1142: no 'gspecs' option found =================================== FAILURES =================================== ___________ TestBasicGateway.test_gateway_status_busy[thread-popen] ____________ self = <test_gateway.TestBasicGateway instance at 0x7f7835742cf8> gw = <Gateway id='popen' receive-live, thread model, 0 active channels> def test_gateway_status_busy(self, gw): numchannels = gw.remote_status().numchannels ch1 = gw.remote_exec("channel.send(1); channel.receive()") ch2 = gw.remote_exec("channel.receive()") ch1.receive() status = gw.remote_status() assert status.numexecuting == 2 # number of active execution threads assert status.numchannels == numchannels + 2 ch1.send(None) ch2.send(None) ch1.waitclose() ch2.waitclose() for i in range(10): status = gw.remote_status() if status.numexecuting == 0: break else: > pytest.fail("did not get correct remote status") E Failed: did not get correct remote status testing/test_gateway.py:88: 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, 135 passed, 51 skipped, 3 pytest-warnings in 8.69 seconds ====== E: pybuild pybuild:276: test: plugin custom failed with: exit code=2: python2.7 -m pytest -v -x -rs testing/ dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 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 -------------------------------------------------------------------------------- The relevant part of the build log is included above. 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. Thanks.
--- End Message ---
--- Begin Message ---Source: execnet Source-Version: 1.4.1-3 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. Daniel Stender <[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, 22 Jan 2017 16:05:01 +0100 Source: execnet Binary: python-execnet python3-execnet execnet-doc Architecture: source all Version: 1.4.1-3 Distribution: unstable Urgency: medium Maintainer: Daniel Stender <[email protected]> Changed-By: Daniel Stender <[email protected]> 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: 840823 849466 Changes: execnet (1.4.1-3) unstable; urgency=medium . * add test_gateway-fix-race-condition.patch (Closes: #840823 [thanks to Andreas Cadhalpun]. * deb/clean: add .cache/. * run DEP-8 tests for Python3 without warnings (Closes: #849466). Checksums-Sha1: fc64eb60719b17e0c5c5b36bb14fede42ae497c8 2310 execnet_1.4.1-3.dsc fb942fad2ca65e7bc2b09c91250a5ba554ff3d4f 148104 execnet_1.4.1.orig.tar.xz f6e62d47afcb5bb5effb9f4b7d07c682f968b546 5112 execnet_1.4.1-3.debian.tar.xz 052e29ab044f112c25eaa9ed39089b15e656592a 145652 execnet-doc_1.4.1-3_all.deb 7c4b5f9f4f1ca40bc2b160a369eba4efeb2a3350 6701 execnet_1.4.1-3_amd64.buildinfo 1c53c74da42e3d8284b9e446213609d1c4832d2b 38826 python-execnet_1.4.1-3_all.deb d259df2cbc9b8e248309eba1d6add3ee4bb96ff1 38898 python3-execnet_1.4.1-3_all.deb Checksums-Sha256: 192402b36234d547c80419fef59a758cb158a3f8ec8d98907da5c3d8e31c1764 2310 execnet_1.4.1-3.dsc b9864c401f134f9713e35fb33a1bbb81cf4fe0347d1a2ad6b6dfca174a1eeab3 148104 execnet_1.4.1.orig.tar.xz 34cdef2f219e48eb576239bf32ac6cbc61e6842ba7d520550feb058ba8f3439a 5112 execnet_1.4.1-3.debian.tar.xz 22474ef0a22a738e29e93532d000a25e99f558db2b2069686f45d713eeca2451 145652 execnet-doc_1.4.1-3_all.deb 062fc2bdabe67f462c8626edbc79b966b94f2b402da6192dec06c22b025b9f56 6701 execnet_1.4.1-3_amd64.buildinfo 2378a403d3aa03f14f6e442b24ea4826e7378e1a3cea35f223375f28bb1ac113 38826 python-execnet_1.4.1-3_all.deb fe9d845d9e524d101f6bf5f68bf69e41108496c8a0e157479d215225f1dce4b0 38898 python3-execnet_1.4.1-3_all.deb Files: e6853e05cc3a6fd259fb8bfb8ffba270 2310 python optional execnet_1.4.1-3.dsc d1ce0eb52c7f10341f3d19d4cd7630cc 148104 python optional execnet_1.4.1.orig.tar.xz eade2ed374e6696094016a134da4d7f6 5112 python optional execnet_1.4.1-3.debian.tar.xz e32585d055547a8a3bcad256e942b4a0 145652 doc optional execnet-doc_1.4.1-3_all.deb 0af0aead3d6da706f61e860117bca1e0 6701 python optional execnet_1.4.1-3_amd64.buildinfo 2561fbca178d1836eafe23ac54e7e92f 38826 python optional python-execnet_1.4.1-3_all.deb 0408ba48c9028b650db9735813998e79 38898 python optional python3-execnet_1.4.1-3_all.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAliE5HYACgkQFeCa9N9R gsilrA/+Jl4Kpxw3X1PUYRFGJ/TUUNPfZqLCnbStFD4yiC/TY726uJVbryWg7WgB tgh2AXgc4zFag/KPTN189q1vjjTA+cykePBzgqgBbpdHm1SJjDOkcKs5H4SuqMZk RNhmbM6/IDdOA/NCnlkOuN1nH4k5vNuTWI6JXwyj3iqqV6VI/41OCHN9hOCsHHO2 b7pGNRmJH+C52tZ0ZU+stj//R7uIiUbU9pvJ/RSHwEZtcK9JuFyrJOSk0olWEIzv Wm5/O9WieLu7wthOyYhcdfPxuOElfLdLQOo6GerLwRYs2075agwnhTNtwXlC6o26 YgCJJD0zXkQN6E9tcSUNawEgW1t6u8S0CGkI7JNrklKzL2yNeJAQfzgjzj7sqDz1 ftSR5JTPiWpjFiriYNj/OPLIMNgGUurJEktf1M19oj/i9f6VlRroDD2Fqypeqqxy bbgIQVagaOX3/frN12W5CPL9QGOUtsj3fR0yCM4M0AZ+b8RAdxbve5FlIQ/AwDQr qyWZkMJbLMJ2d9FH9DkC3PqbHsIvrLjgc8nEO5F/LkCdiHkgemOB9MP4vpavj3VC CBx+MF89Fz/PP59b+4542GCpFMW7SaMWrkAcOpuGECo/D33qbLjXE63b62n4vkpx yLXDw7ADXis6c1V1pFCht/Cyuj9Sl129rd2RBi5qjupLADJ0rHs= =mOUJ -----END PGP SIGNATURE-----
--- End Message ---

