[Bug 1679837] Re: python-eventlet FTBFS on amd64 during zesty archive test rebuild

Barry Warsaw 1679837 at bugs.launchpad.net
Tue Apr 4 21:54:19 UTC 2017


We should just sync python-eventlet from unstable.  I know it's late in
the cycle, but I believe 0.19.0-6 builds just fine (I tested the
unstable's autopkgtests+build in a Zesty chroot).  The differences ought
to be benign, although the debhelper bump is not ideal (but I think
probably not worth an Ubuntu delta).

python-eventlet (0.19.0-6) unstable; urgency=medium

  * Removed non-deterministic test leading to FTBFS (Closes: #857893).

 -- Thomas Goirand <zigo at debian.org>  Thu, 16 Mar 2017 10:21:30 +0100

python-eventlet (0.19.0-5) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bumped debhelper version to 10

  [ Ondřej Kobližek ]
  * Patched test_getaddrinfo due netbase update (Closes: #850508)

 -- Ondřej Kobližek <koblizeko at gmail.com>  Thu, 12 Jan 2017 16:27:04
+0100

python-eventlet (0.19.0-4) unstable; urgency=medium

  * Patch out intersphinx extension (Closes: #840092).

 -- Thomas Goirand <zigo at debian.org>  Sat, 08 Oct 2016 11:52:07 +0200

python-eventlet (0.19.0-3) unstable; urgency=medium

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Add remove-test_import_patched_defaults.patch.

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Thomas Goirand <zigo at debian.org>  Fri, 07 Oct 2016 09:27:11 +0200


** Changed in: python-eventlet (Ubuntu)
       Status: New => In Progress

-- 
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