Bug#840823: execnet: FTBFS (failing tests)

2016-12-04 Thread Daniel Stender
Control: retitle -1 execnet: 
testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-popen]
 FAILED

There are two more RC test failures recorded, one from reproducible builds CI, 
the other from DEP-8
tests. I'll file more bugs on these, now.

I can't reproduce this right now and not yet firm into this package. I'll get 
into it but if somebody could
come up with some hints on that (maybe the new maintainer [1]), this would be 
great.

DS

[1] https://bugs.debian.org/840032 (RFA)

-- 
4096R/DF5182C8
Debian Developer (sten...@debian.org)
LPIC-1 (LPI000329859 64mz6f7kt4)
http://www.danielstender.com/



Bug#840823: execnet: FTBFS (failing tests)

2016-10-15 Thread Santiago Vila
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] /<>/testing/conftest.py:148: no python3.2 found
SKIP [3] /<>/testing/conftest.py:148: no jython found
SKIP [3] /<>/testing/conftest.py:148: no python2.6 found
SKIP [3] /<>/testing/conftest.py:148: no pypy found
SKIP [3] /<>/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 = 
gw = 

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 /<>/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 '/<>'
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.