← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1928913] Re: Docs job is broken in neutron

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/792077
Committed: https://opendev.org/openstack/neutron/commit/a75fc891bc17fd49b9194d2aed4678d623ec8caf
Submitter: "Zuul (22348)"
Branch:    master

commit a75fc891bc17fd49b9194d2aed4678d623ec8caf
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Wed May 19 09:25:15 2021 +0200

    Add mitogen to the docs requirements
    
    Mitogen is dependency of the pyroute2 and was added link to it
    the docs in pyroute2 0.6.1. Due to the missing mitogen in our
    docs venv, docs job was failing.
    So let's install mitogen as docs env requirement, at least for now
    to unblock our gate.
    Later we can think about better solution as e.g. adding it properly to
    the requirements or report and fix the issue in the pyroute2.
    
    Change-Id: Iba37581916842bb5fc9f42f7f483d3431747bf8d
    Closes-Bug: #1928913


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1928913

Title:
  Docs job is broken in neutron

Status in neutron:
  Fix Released

Bug description:
  Error like:

  2021-05-19 02:18:30.683798 | ubuntu-focal | /home/zuul/src/opendev.org/openstack/neutron/.tox/docs/lib/python3.8/site-packages/dns/hash.py:23: DeprecationWarning: dns.hash module will be removed in future versions. Please use hashlib instead.
  2021-05-19 02:18:30.683881 | ubuntu-focal |   warnings.warn(
  2021-05-19 02:18:30.683908 | ubuntu-focal | /home/zuul/src/opendev.org/openstack/neutron/.tox/docs/lib/python3.8/site-packages/dns/namedict.py:35: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
  2021-05-19 02:18:30.683941 | ubuntu-focal |   class NameDict(collections.MutableMapping):
  2021-05-19 02:18:30.683965 | ubuntu-focal |
  2021-05-19 02:18:30.683989 | ubuntu-focal | Extension error (oslo_config.sphinxconfiggen):
  2021-05-19 02:18:30.684011 | ubuntu-focal | Handler <function generate_sample at 0x7f10982141f0> for event 'builder-inited' threw an exception (exception: No module named 'mitogen')
  2021-05-19 02:18:31.013073 | ubuntu-focal | ERROR: InvocationError for command /home/zuul/src/opendev.org/openstack/neutron/.tox/docs/bin/sphinx-build -W -b html doc/source doc/build/html (exited with code 2)
  2021-05-19 02:18:31.013153 | ubuntu-focal | docs finish: run-test  after 2.96 seconds
  2021-05-19 02:18:31.013688 | ubuntu-focal | docs start: run-test-post

  For example
  https://9252355b19e6b9b2ecd6-c7c5829e17049c4cf47426e53829e931.ssl.cf2.rackcdn.com/783748/4/check
  /openstack-tox-docs/5a2fd4b/job-output.txt

  It seems that it happens since 18.05.2021:
  http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22for%20event%20
  'builder-
  inited'%20threw%20an%20exception%20(exception%3A%20No%20module%20named%20'mitogen')%5C%22

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1928913/+subscriptions


References