← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1871596] [NEW] Rally job on stable branches is failing

 

Public bug reported:

It fails with error like:

2020-04-07 23:46:53.244226 | TASK [snapshot-available-os-resources : Dump all available OpenStack resources]
2020-04-07 23:46:57.520106 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/fileutils.py:23: UserWarning: Module `rally.common.fileutils` is deprecated since Rally v3.0.0 and may be removed in further releases.
2020-04-07 23:46:57.520343 | controller |   f"Module `{__name__}` is deprecated since Rally v3.0.0 and may be "
2020-04-07 23:46:57.520373 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.common.sshutils` moved to `rally.utils.sshutils` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
2020-04-07 23:46:57.520406 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
2020-04-07 23:46:57.520437 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.plugins.common.scenarios.dummy.dummy` moved to `rally.plugins.task.scenarios.dummy.dummy` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
2020-04-07 23:46:57.520460 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
2020-04-07 23:46:57.520477 | controller | Old fashion plugin configuration detected in  `NeutronNetworks.create_and_bind_ports@openstack' scenario. Use full name for  `networking_agents' context like networking_agents@platform where 'platform' is a name of context platform (openstack, k8s, etc).
2020-04-07 23:46:57.520518 | controller | Old fashion plugin configuration detected in  `NeutronNetworks.create_and_bind_ports@openstack' scenario. Use full name for  `network' context like network@platform where 'platform' is a name of context platform (openstack, k8s, etc).
2020-04-07 23:46:57.704959 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.common.yamlutils` moved to `rally.cli.yamlutils` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
2020-04-07 23:46:57.705030 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
2020-04-07 23:46:57.705047 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.plugins.common.verification.testr` moved to `rally.plugins.verification.testr` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
2020-04-07 23:46:57.705061 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
2020-04-07 23:46:57.705074 | controller | usage: osresources.py [-h] [--credentials <path/to/credentials.json>]
2020-04-07 23:46:57.705090 | controller |                       (--dump-list <path/to/output/list.json> | --compare-with-list <path/to/existent/list.json>)
2020-04-07 23:46:57.705124 | controller | osresources.py: error: one of the arguments --dump-list --compare-with-list is required
2020-04-07 23:46:58.438577 | controller | ERROR


I think that this is caused by https://github.com/openstack/rally-openstack/commit/c4f0526dd8025956bacfedcd24c8a0e5a1b6005b and we should use version 1.7.0 of rally-openstack for stable branches

** Affects: neutron
     Importance: Critical
     Assignee: Slawek Kaplonski (slaweq)
         Status: Confirmed


** Tags: gate-failure

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

Title:
  Rally job on stable branches is failing

Status in neutron:
  Confirmed

Bug description:
  It fails with error like:

  2020-04-07 23:46:53.244226 | TASK [snapshot-available-os-resources : Dump all available OpenStack resources]
  2020-04-07 23:46:57.520106 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/fileutils.py:23: UserWarning: Module `rally.common.fileutils` is deprecated since Rally v3.0.0 and may be removed in further releases.
  2020-04-07 23:46:57.520343 | controller |   f"Module `{__name__}` is deprecated since Rally v3.0.0 and may be "
  2020-04-07 23:46:57.520373 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.common.sshutils` moved to `rally.utils.sshutils` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
  2020-04-07 23:46:57.520406 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
  2020-04-07 23:46:57.520437 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.plugins.common.scenarios.dummy.dummy` moved to `rally.plugins.task.scenarios.dummy.dummy` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
  2020-04-07 23:46:57.520460 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
  2020-04-07 23:46:57.520477 | controller | Old fashion plugin configuration detected in  `NeutronNetworks.create_and_bind_ports@openstack' scenario. Use full name for  `networking_agents' context like networking_agents@platform where 'platform' is a name of context platform (openstack, k8s, etc).
  2020-04-07 23:46:57.520518 | controller | Old fashion plugin configuration detected in  `NeutronNetworks.create_and_bind_ports@openstack' scenario. Use full name for  `network' context like network@platform where 'platform' is a name of context platform (openstack, k8s, etc).
  2020-04-07 23:46:57.704959 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.common.yamlutils` moved to `rally.cli.yamlutils` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
  2020-04-07 23:46:57.705030 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
  2020-04-07 23:46:57.705047 | controller | /usr/local/lib/python3.6/dist-packages/rally/common/logging.py:337: UserWarning: Module `rally.plugins.common.verification.testr` moved to `rally.plugins.verification.testr` since Rally v3.0.0. The import from old place is deprecated and may be removed in further releases.
  2020-04-07 23:46:57.705061 | controller |   f"Module `{target}` moved to `{new_module}` since Rally v{release}. "
  2020-04-07 23:46:57.705074 | controller | usage: osresources.py [-h] [--credentials <path/to/credentials.json>]
  2020-04-07 23:46:57.705090 | controller |                       (--dump-list <path/to/output/list.json> | --compare-with-list <path/to/existent/list.json>)
  2020-04-07 23:46:57.705124 | controller | osresources.py: error: one of the arguments --dump-list --compare-with-list is required
  2020-04-07 23:46:58.438577 | controller | ERROR

  
  I think that this is caused by https://github.com/openstack/rally-openstack/commit/c4f0526dd8025956bacfedcd24c8a0e5a1b6005b and we should use version 1.7.0 of rally-openstack for stable branches

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


Follow ups