[Yahoo-eng-team] [Bug 1952806] [NEW] RBAC-enabled tempest test failing - in periodic-tripleo-ci-centos-8-ovb-1ctlr_2comp-featureset020-rbac-master - IndexError: list index out of range

2021-11-30 Thread Ronelle Landy
Public bug reported:

https://logserver.rdoproject.org/openstack-periodic-integration-
main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-
centos-8-ovb-1ctlr_2comp-featureset020-rbac-
master/ff87c9e/logs/undercloud/var/log/tempest/stestr_results.html.gz
shows

neutron_tempest_plugin.scenario.admin.test_floatingip.FloatingIpTestCasesAdmin.test_two_vms_fips

fails with the following trace:


Traceback (most recent call last):
  File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/admin/test_floatingip.py",
 line 102, in test_two_vms_fips
servers, server_ssh_clients, fips = self._create_vms(hyper, avail_zone)
  File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/admin/test_floatingip.py",
 line 81, in _create_vms
)['ports'][0]
IndexError: list index out of range


second log: 
https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-1ctlr_2comp-featureset020-rbac-master/fb3a235/logs/undercloud/var/log/tempest/stestr_results.html.gz

The same test in an non-RBAC-enabled test passes on the same DLRN hash:

https://logserver.rdoproject.org/openstack-periodic-integration-
main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-
centos-8-ovb-1ctlr_2comp-
featureset020-master/ce14b1e/logs/undercloud/var/log/tempest/stestr_results.html.gz

** Affects: neutron
 Importance: Undecided
 Status: New

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

Title:
  RBAC-enabled tempest test failing - in periodic-tripleo-ci-
  centos-8-ovb-1ctlr_2comp-featureset020-rbac-master - IndexError: list
  index out of range

Status in neutron:
  New

Bug description:
  https://logserver.rdoproject.org/openstack-periodic-integration-
  main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-
  centos-8-ovb-1ctlr_2comp-featureset020-rbac-
  master/ff87c9e/logs/undercloud/var/log/tempest/stestr_results.html.gz
  shows

  
neutron_tempest_plugin.scenario.admin.test_floatingip.FloatingIpTestCasesAdmin.test_two_vms_fips

  fails with the following trace:

  
  Traceback (most recent call last):
File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/admin/test_floatingip.py",
 line 102, in test_two_vms_fips
  servers, server_ssh_clients, fips = self._create_vms(hyper, avail_zone)
File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/admin/test_floatingip.py",
 line 81, in _create_vms
  )['ports'][0]
  IndexError: list index out of range

  
  second log: 
https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-1ctlr_2comp-featureset020-rbac-master/fb3a235/logs/undercloud/var/log/tempest/stestr_results.html.gz

  The same test in an non-RBAC-enabled test passes on the same DLRN
  hash:

  https://logserver.rdoproject.org/openstack-periodic-integration-
  main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-
  centos-8-ovb-1ctlr_2comp-
  
featureset020-master/ce14b1e/logs/undercloud/var/log/tempest/stestr_results.html.gz

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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1940555] Re: Compute Component: Error: (pymysql.err.ProgrammingError) (1146, "Table 'nova_api.cell_mappings' doesn't exist")

2021-10-20 Thread Ronelle Landy
no trace in skiplist - closing out the tripleo branch

** Changed in: tripleo
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1940555

Title:
  Compute Component: Error: (pymysql.err.ProgrammingError) (1146, "Table
  'nova_api.cell_mappings' doesn't exist")

Status in OpenStack Compute (nova):
  Fix Released
Status in tripleo:
  Fix Released

Bug description:
  https://logserver.rdoproject.org/openstack-component-
  compute/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-
  centos-8-standalone-compute-
  
master/7dac4e0/logs/undercloud/var/log/extra/podman/containers/nova_db_sync/stdout.log.txt.gz

  Is [api_database]/connection set in nova.conf?
  Is the cell0 database connection URL correct?
  Error: (pymysql.err.ProgrammingError) (1146, "Table 'nova_api.cell_mappings' 
doesn't exist")
  [SQL: SELECT cell_mappings.created_at AS cell_mappings_created_at, 
cell_mappings.updated_at AS cell_mappings_updated_at, cell_mappings.id AS 
cell_mappings_id, cell_mappings.uuid AS cell_mappings_uuid, cell_mappings.name 
AS cell_mappings_name, cell_mappings.transport_url AS 
cell_mappings_transport_url, cell_mappings.database_connection AS 
cell_mappings_database_connection, cell_mappings.disabled AS 
cell_mappings_disabled 
  FROM cell_mappings 
  WHERE cell_mappings.uuid = %(uuid_1)s 
   LIMIT %(param_1)s]
  [parameters: {'uuid_1': '----', 'param_1': 1}]
  (Background on this error at: http://sqlalche.me/e/14/f405)

  
  
https://logserver.rdoproject.org/openstack-component-compute/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-standalone-compute-master/7dac4e0/logs/undercloud/home/zuul/standalone_deploy.log.txt.gz

  + echo 'Running command: '\''/usr/bin/bootstrap_host_exec nova_conductor su 
nova -s /bin/bash -c '\''/usr/bin/nova-manage db sync '\'''\'''
  + exec /usr/bin/bootstrap_host_exec nova_conductor su nova -s /bin/bash -c 
''\''/usr/bin/nova-manage' db sync \'
  2021-08-19 08:17:33.982762 | fa163e06-c6d2-5dfd-0459-197e |  
FATAL | Create containers managed by Podman for 
/var/lib/tripleo-config/container-startup-config/step_3 | standalone | 
error={"changed": false, "msg": "Failed containers: nova_api_db_sync, 
nova_api_map_cell0, nova_api_ensure_default_cell, nova_db_sync"}
  2021-08-19 08:17:33.983320 | fa163e06-c6d2-5dfd-0459-197e | 
TIMING | tripleo_container_manage : Create containers managed by Podman for 
/var/lib/tripleo-config/container-startup-config/step_3 | standalone | 
0:19:23.159835 | 41.20s

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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1909008] Re: tempest.lib.exceptions.PreconditionFailed: Precondition Failed on standalone-full-tempest-api-master

2021-10-20 Thread Ronelle Landy
Fixed in neutron - no trace in skiplist - closing out tripleo branch

** Changed in: tripleo
   Status: Triaged => 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/1909008

Title:
  tempest.lib.exceptions.PreconditionFailed: Precondition Failed on
  standalone-full-tempest-api-master

Status in neutron:
  New
Status in tripleo:
  Fix Released

Bug description:
  Error logs:

  ft1.7: 
neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision[id-4a26a4be-9c53-483c-bc50-b111]testtools.testresult.real._StringException:
 pythonlogging:'': {{{
  2020-12-15 19:33:06,577 211730 INFO [tempest.lib.common.rest_client] 
Request (TestRevisions:test_update_network_constrained_by_revision): 201 POST 
http://192.168.24.3:9696/v2.0/networks 0.749s
  2020-12-15 19:33:06,577 211730 DEBUG[tempest.lib.common.rest_client] 
Request - Headers: {'Content-Type': 'application/json', 'Accept': 
'application/json', 'X-Auth-Token': ''}
  Body: {"network": {"name": "tempest-test-network--2021099203"}}
  Response - Headers: {'content-type': 'application/json', 
'content-length': '626', 'x-openstack-request-id': 
'req-1548254b-2055-4bad-a701-967ac66d821e', 'date': 'Tue, 15 Dec 2020 19:33:06 
GMT', 'connection': 'close', 'status': '201', 'content-location': 
'http://192.168.24.3:9696/v2.0/networks'}
  Body: 
b'{"network":{"id":"cef0d923-c7a0-44e3-a796-d17fd6b6d895","name":"tempest-test-network--2021099203","tenant_id":"2e6b43d3504c424a9740166604033168","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"2e6b43d3504c424a9740166604033168","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"availability_zone_hints":[],"is_default":false,"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2020-12-15T19:33:05Z","updated_at":"2020-12-15T19:33:05Z","revision_number":1}}'
  2020-12-15 19:33:06,893 211730 INFO [tempest.lib.common.rest_client] 
Request (TestRevisions:test_update_network_constrained_by_revision): 412 PUT 
http://192.168.24.3:9696/v2.0/networks/cef0d923-c7a0-44e3-a796-d17fd6b6d895 
0.314s
  2020-12-15 19:33:06,893 211730 DEBUG[tempest.lib.common.rest_client] 
Request - Headers: {'If-Match': 'revision_number=0', 'X-Auth-Token': 
''}
  Body: {"network": {"name": "newnet"}}
  Response - Headers: {'content-length': '132', 'content-type': 
'application/json', 'x-openstack-request-id': 
'req-6892d0e6-7425-4eb3-ad04-c6791f805047', 'date': 'Tue, 15 Dec 2020 19:33:06 
GMT', 'connection': 'close', 'status': '412', 'content-location': 
'http://192.168.24.3:9696/v2.0/networks/cef0d923-c7a0-44e3-a796-d17fd6b6d895'}
  Body: b'{"NeutronError": {"type": "RevisionNumberConstraintFailed", 
"message": "Constrained to 0, but current revision is 1", "detail": ""}}'
  2020-12-15 19:33:07,060 211730 INFO [tempest.lib.common.rest_client] 
Request (TestRevisions:test_update_network_constrained_by_revision): 200 GET 
http://192.168.24.3:9696/v2.0/networks/cef0d923-c7a0-44e3-a796-d17fd6b6d895 
0.166s
  2020-12-15 19:33:07,060 211730 DEBUG[tempest.lib.common.rest_client] 
Request - Headers: {'Content-Type': 'application/json', 'Accept': 
'application/json', 'X-Auth-Token': ''}
  Body: None
  Response - Headers: {'content-type': 'application/json', 
'content-length': '607', 'x-openstack-request-id': 
'req-15563484-9fca-4cd0-9252-effc646c70f1', 'date': 'Tue, 15 Dec 2020 19:33:07 
GMT', 'connection': 'close', 'status': '200', 'content-location': 
'http://192.168.24.3:9696/v2.0/networks/cef0d923-c7a0-44e3-a796-d17fd6b6d895'}
  Body: 
b'{"network":{"id":"cef0d923-c7a0-44e3-a796-d17fd6b6d895","name":"tempest-test-network--2021099203","tenant_id":"2e6b43d3504c424a9740166604033168","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2020-12-15T19:33:05Z","updated_at":"2020-12-15T19:33:05Z","revision_number":1,"project_id":"2e6b43d3504c424a9740166604033168"}}'
  2020-12-15 19:33:07,520 211730 INFO [tempest.lib.common.rest_client] 
Request (TestRevisions:test_update_network_constrained_by_revision): 412 PUT 
http://192.168.24.3:9696/v2.0/networks/cef0d923-c7a0-44e3-a796-d17fd6b6d895 
0.459s
  2020-12-15 19:33:07,521 211730 DEBUG[tempest.lib.common.rest_client] 
Request - Headers: {'If-Match': 'revision_number=1', 'X-Auth-Token': 
''}
  Body: {"network": {"name": "newnet"}}
  Response - Headers: {'content-type': 'application/json', 
'content-length': '132', 

[Yahoo-eng-team] [Bug 1943708] Re: neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle fails with Port already has an attached device

2021-10-20 Thread Ronelle Landy
entry no longer in the skiplist - closing out tripleo bug

** Changed in: tripleo
   Status: Triaged => 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/1943708

Title:
  
neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle
  fails with  Port already has an attached device

Status in neutron:
  Fix Released
Status in tripleo:
  Fix Released

Bug description:
  
neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle
  is failing in periodic-tripleo-ci-centos-8-standalone-full-tempest-
  scenario-master with

  Response - Headers: {'date': 'Mon, 13 Sep 2021 18:30:12 GMT', 'server': 
'Apache', 'content-length': '1695', 'openstack-api-version': 'compute 2.1', 
'x-openstack-nova-api-version': '2.1', 'vary': 
'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', 
'x-openstack-request-id': 'req-cbbe0384-f683-4bd9-990a-bbaceff70255', 
'x-compute-request-id': 'req-cbbe0384-f683-4bd9-990a-bbaceff70255', 
'connection': 'close', 'content-type': 'application/json', 'status': '200', 
'content-location': 
'http://192.168.24.3:8774/v2.1/servers/9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf'}
  Body: b'{"server": {"id": "9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf", 
"name": "tempest-server-test-2120448491", "status": "ACTIVE", "tenant_id": 
"f907072324a04823b5267ebfd078f139", "user_id": 
"81a2f96324174768a1aa435f2856272c", "metadata": {}, "hostId": 
"985e26b32ef2005c617cddf445634feda09e1eb51abe1b10032b9f9b", "image": {"id": 
"9add59d5-6458-46fc-b806-ad3b39a7ebfe", "links": [{"rel": "bookmark", "href": 
"http://192.168.24.3:8774/images/9add59d5-6458-46fc-b806-ad3b39a7ebfe"}]}, 
"flavor": {"id": "48b6ea74-8aeb-4086-99ac-c4a4d18398f6", "links": [{"rel": 
"bookmark", "href": 
"http://192.168.24.3:8774/flavors/48b6ea74-8aeb-4086-99ac-c4a4d18398f6"}]}, 
"created": "2021-09-13T18:27:35Z", "updated": "2021-09-13T18:30:11Z", 
"addresses": {"tempest-TrunkTest-398369782": [{"version": 4, "addr": 
"10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": 
"fa:16:3e:4f:c4:11"}, {"version": 4, "addr": "192.168.24.162", 
"OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": 
"fa:16:3e:4f:c4:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": 
"self", "href": 
"http://192.168.24.3:8774/v2.1/servers/9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf"}, 
{"rel": "bookmark", "href": 
"http://192.168.24.3:8774/servers/9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf"}], 
"OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": 
"nova", "config_drive": "True", "key_name": "tempest-TrunkTest-398369782", 
"OS-SRV-USG:launched_at": "2021-09-13T18:27:41.00", 
"OS-SRV-USG:terminated_at": null, "security_groups": [{"name": 
"tempest-TrunkTest-398369782"}], "OS-EXT-STS:task_state": "deleting", 
"OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, 
"os-extended-volumes:volumes_attached": []}}'
  2021-09-13 18:30:14,588 234586 INFO [tempest.lib.common.rest_client] 
Request (TrunkTest:_run_cleanups): 404 GET 
http://192.168.24.3:8774/v2.1/servers/9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf 
0.046s
  2021-09-13 18:30:14,589 234586 DEBUG[tempest.lib.common.rest_client] 
Request - Headers: {'Content-Type': 'application/json', 'Accept': 
'application/json', 'X-Auth-Token': ''}
  Body: None
  Response - Headers: {'date': 'Mon, 13 Sep 2021 18:30:14 GMT', 'server': 
'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 
'x-openstack-nova-api-version': '2.1', 'vary': 
'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 
'req-28741ac7-529e-4f49-a12f-3e75e14e2a0e', 'x-compute-request-id': 
'req-28741ac7-529e-4f49-a12f-3e75e14e2a0e', 'connection': 'close', 
'content-type': 'application/json; charset=UTF-8', 'status': '404', 
'content-location': 
'http://192.168.24.3:8774/v2.1/servers/9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf'}
  Body: b'{"itemNotFound": {"code": 404, "message": "Instance 
9da29ae5-2784-4cb2-8cb6-cd2ec19e7fbf could not be found."}}'
  }}}

  Traceback (most recent call last):
    File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_trunk.py",
 line 266, in test_trunk_subport_lifecycle
  self.client.add_subports(vm2.trunk['id'], subports)
    File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/services/network/json/network_client.py",
 line 848, in add_subports
  return self._subports_action('add_subports', trunk_id, subports)
    File 
"/usr/lib/python3.6/site-packages/neutron_tempest_plugin/services/network/json/network_client.py",
 line 842, in _subports_action
  resp, body = self.put(uri, jsonutils.dumps({'sub_ports': subports}))
    File "/usr/lib/python3.6/site-packages/tempest/lib/common/rest_client.py", 
line 363, in put
  return self.request('PUT', url, extra_headers, headers, body, chunked)
    File 

[Yahoo-eng-team] [Bug 1749747] Re: Queens promotion - error on ControllerDeployment_Step3.0 - error running glance_api_db_sync

2018-02-15 Thread Ronelle Landy
** Summary changed:

- Queens promotion - multinode jobs failing on ControllerDeployment_Step3.0
+ Queens promotion - error on ControllerDeployment_Step3.0 - error running 
glance_api_db_sync

** Also affects: glance
   Importance: Undecided
   Status: New

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

Title:
  Queens promotion - error on ControllerDeployment_Step3.0 - error
  running glance_api_db_sync

Status in Glance:
  New
Status in tripleo:
  Triaged

Bug description:
  Multinode jobs are failing in the Queens promotion pipeline with the
  following error:

  overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0:
    resource_type: OS::Heat::StructuredDeployment
    physical_resource_id: f8c4b43d-b5b0-48ea-a124-ecc2a10be1be
    status: CREATE_FAILED
    status_reason: |
  Error: resources[0]: Deployment to server failed: deploy_status_code : 
Deployment exited with non-zero status code: 2

  .

  Error running ['docker', 'run', '--name', 'glance_api_db_sync', '--
  label', 'config_id=tripleo_step3', '--label',
  'container_name=glance_api_db_sync', '--label', 'managed_by=paunch', '
  --label', 'config_data={\"image\": \"192.168.24.1:8787/queens/centos-
  binary-glance-api:813c7290c3a8d77eef397526d1ea6dc108943b0d_90604cd8\",
  \"environment\": ...],

  ...
   "DBError: (pymysql.err.InternalError) (1419, u'You do not have the SUPER 
privilege and binary logging is enabled (you *might* want to use the less safe 
log_bin_trust_function_creators variable)') ...

  see full logs at:

  https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-
  centos-7-multinode-1ctlr-
  
featureset017-queens/3977a1f/undercloud/home/jenkins/failed_deployment_list.log.txt.gz

  and

  https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-
  centos-7-multinode-1ctlr-
  
featureset010-queens/904f18d/undercloud/home/jenkins/overcloud_deploy.log.txt.gz#_2018-02-15_15_57_01

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp