Summary: | dev-python/eventlet-0.12.1-r1: fails tests (network issues) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
![]() Well you got a better result than me, I can't get any sanity from it at all. change of heart. I was actually working on eventlet-0.12.1.ebuild, not -r1. On working the -r1, it passes all, for py2.7. However how did you manage this ERROR: Failure: RuntimeError (cannot find libgnutls on this system) ?? Is it really absent? If so, then at least we need add a dep, but it appears to have so many rdeps, I'm guessing maybe the source files aren't finding it, yes?? well, this is for eventlet-0.13, but I've added a test dep on pyopenssl because of this failure. E./var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/tests/api_test.py:80: DeprecationWarning: eventlet.api.ssl_listener is deprecated. Please use eventlet.wrap_ssl(eventlet.listen()) instead. self.private_key_file) ......................Traceback (most recent call last): File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/eventlet/greenpool.py", line 80, in _spawn_n_impl func(*args, **kwargs) File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/tests/coros_test.py", line 84, in received raise RuntimeError() RuntimeError ..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......................SS.......S............................................SSSSS..........................S........SSSSSSSSSS....................................................................................................................................................................S......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....S.............................................S...................................S...........127.0.0.1 - - [05/Sep/2013 15:29:15] code 400, message Bad request syntax ('X') 127.0.0.1 - - [05/Sep/2013 15:29:15] "X" 400 - .............................SSSSSSSSSSSSSSSSSSSSSS ====================================================================== ERROR: Failure: ImportError (No module named OpenSSL.rand) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName addr.filename, addr.module) File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/eventlet/green/OpenSSL/__init__.py", line 1, in <module> import rand, crypto, SSL, tsafe File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/eventlet/green/OpenSSL/rand.py", line 1, in <module> from OpenSSL.rand import * ImportError: No module named OpenSSL.rand ---------------------------------------------------------------------- Ran 616 tests in 44.169s FAILED (SKIP=189, errors=1) And here it is, working * python2_7: running distutils-r1_run_phase python_test ./var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/tests/api_test.py:80: DeprecationWarning: eventlet.api.ssl_listener is deprecated. Please use eventlet.wrap_ssl(eventlet.listen()) instead. self.private_key_file) ......................Traceback (most recent call last): File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/eventlet/greenpool.py", line 80, in _spawn_n_impl func(*args, **kwargs) File "/var/tmp/portage/dev-python/eventlet-0.13.0/work/eventlet-0.13.0/tests/coros_test.py", line 84, in received raise RuntimeError() RuntimeError ..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......................SS.......S............................................SSSSS..........................S........SSSSSSSSSS....................................................................................................................................................................S......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....S.............................................S...................................S...........127.0.0.1 - - [05/Sep/2013 15:32:28] code 400, message Bad request syntax ('X') 127.0.0.1 - - [05/Sep/2013 15:32:28] "X" 400 - .............................SSSSSSSSSSSSSSSSSSSSSS ---------------------------------------------------------------------- Ran 615 tests in 39.547s OK (SKIP=189) Closing in favor of newer reports. |