[Bug 1679837] Re: python-eventlet FTBFS on amd64 during zesty archive test rebuild
Barry Warsaw
1679837 at bugs.launchpad.net
Tue Apr 4 21:55:34 UTC 2017
Note that the 0.19.0-2ubuntu1 change from yakkety shows up in 0.19.0-3,
so it appears to still be necessary (and no Ubuntu delta still needed).
There's a new upstream which is obviously too late to consider, but that
would be the time to see if the test skips are still worth it.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-eventlet in Ubuntu.
https://bugs.launchpad.net/bugs/1679837
Title:
python-eventlet FTBFS on amd64 during zesty archive test rebuild
Status in python-eventlet package in Ubuntu:
In Progress
Bug description:
python-eventlet version 0.19.0-2ubuntu1 failed to build from source on
amd64 during a test rebuild of the zesty archive. The build log can
be found here:
https://launchpadlibrarian.net/312239255/buildlog_ubuntu-zesty-amd64
.python-eventlet_0.19.0-2ubuntu1_BUILDING.txt.gz
It seems to be due to some test failures:
======================================================================
FAIL: test_getaddrinfo (tests.greendns_test.TestGetaddrinfo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/__init__.py", line 95, in wrapped
return func(*a, **kw)
File "/<<PKGBUILDDIR>>/tests/greendns_test.py", line 521, in test_getaddrinfo
assert udp in filt_res
AssertionError
======================================================================
FAIL: test_getaddrinfo_idn (tests.greendns_test.TestGetaddrinfo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/__init__.py", line 95, in wrapped
return func(*a, **kw)
File "/<<PKGBUILDDIR>>/tests/greendns_test.py", line 536, in test_getaddrinfo_idn
assert udp in filt_res
AssertionError
======================================================================
FAIL: test_getaddrinfo_inet (tests.greendns_test.TestGetaddrinfo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/__init__.py", line 95, in wrapped
return func(*a, **kw)
File "/<<PKGBUILDDIR>>/tests/greendns_test.py", line 547, in test_getaddrinfo_inet
assert udp in [ai[:3] + (ai[4],) for ai in res]
AssertionError
======================================================================
FAIL: test_getaddrinfo_inet6 (tests.greendns_test.TestGetaddrinfo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/__init__.py", line 95, in wrapped
return func(*a, **kw)
File "/<<PKGBUILDDIR>>/tests/greendns_test.py", line 558, in test_getaddrinfo_inet6
assert udp in [ai[:3] + (ai[4],) for ai in res]
AssertionError
----------------------------------------------------------------------
Ran 588 tests in 65.655s
FAILED (SKIP=98, failures=4)
debian/rules:18: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-eventlet/+bug/1679837/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list