← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1687559] Re: gate-rally-dsvm-neutron-neutron-ubuntu-xenial failure

 

Reviewed:  https://review.openstack.org/461686
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=edb8a54086d5e68f01908cd7db84159b9852ac33
Submitter: Jenkins
Branch:    master

commit edb8a54086d5e68f01908cd7db84159b9852ac33
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date:   Tue May 2 17:59:53 2017 +0900

    Fix identity v3 detection
    
    Also, this patch turns off keystone v2 job, since it is broken
    now due to some changes in devstack.
    
    Closes-Bug: #1687559
    Change-Id: Ic729d156d9c2561653981085e0678854cbe6c6ba


** Changed in: rally
       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/1687559

Title:
  gate-rally-dsvm-neutron-neutron-ubuntu-xenial failure

Status in neutron:
  New
Status in Rally:
  Fix Released

Bug description:
  probably due to the recent devstack changes.

  it seems rally deployment make a guess about the identity api version
  by looking for "v3" in auth_url.  unfortunately it doesn't seem to
  work.

  eg. http://logs.openstack.org/27/461627/1/check/gate-rally-dsvm-
  neutron-neutron-ubuntu-xenial/7313c33/console.html

  2017-05-02 05:35:39.206444 | 2017-05-02 05:35:39.206 | Using deployment: 2b4fff03-aa06-485c-97d9-e0292e943499
  2017-05-02 05:35:39.208119 | 2017-05-02 05:35:39.207 | ~/.rally/openrc was updated
  2017-05-02 05:35:39.209776 | 2017-05-02 05:35:39.209 |
  2017-05-02 05:35:39.211477 | 2017-05-02 05:35:39.211 | HINTS:
  2017-05-02 05:35:39.213424 | 2017-05-02 05:35:39.213 |
  2017-05-02 05:35:39.215337 | 2017-05-02 05:35:39.215 | * To use standard OpenStack clients, set up your env by running:
  2017-05-02 05:35:39.216808 | 2017-05-02 05:35:39.216 | 	source ~/.rally/openrc
  2017-05-02 05:35:39.218398 | 2017-05-02 05:35:39.218 |   OpenStack clients are now configured, e.g run:
  2017-05-02 05:35:39.219944 | 2017-05-02 05:35:39.219 | 	openstack image list
  2017-05-02 05:35:39.315616 | 2017-05-02 05:35:39.314 | + /opt/stack/new/rally/tests/ci/rally_gate_functions.sh:setUp:L35:   source /home/jenkins/.rally/openrc admin admin
  2017-05-02 05:35:39.317815 | 2017-05-02 05:35:39.316 | ++ /home/jenkins/.rally/openrc:source:L1:   export OS_AUTH_URL=http://104.239.168.159/identity
  2017-05-02 05:35:39.319504 | 2017-05-02 05:35:39.319 | ++ /home/jenkins/.rally/openrc:source:L1:   OS_AUTH_URL=http://104.239.168.159/identity
  2017-05-02 05:35:39.321058 | 2017-05-02 05:35:39.320 | ++ /home/jenkins/.rally/openrc:source:L2:   export OS_USERNAME=admin
  2017-05-02 05:35:39.322594 | 2017-05-02 05:35:39.322 | ++ /home/jenkins/.rally/openrc:source:L2:   OS_USERNAME=admin
  2017-05-02 05:35:39.328439 | 2017-05-02 05:35:39.328 | ++ /home/jenkins/.rally/openrc:source:L3:   export OS_PASSWORD=secretadmin
  2017-05-02 05:35:39.329992 | 2017-05-02 05:35:39.329 | ++ /home/jenkins/.rally/openrc:source:L3:   OS_PASSWORD=secretadmin
  2017-05-02 05:35:39.331467 | 2017-05-02 05:35:39.331 | ++ /home/jenkins/.rally/openrc:source:L4:   export OS_TENANT_NAME=admin
  2017-05-02 05:35:39.332962 | 2017-05-02 05:35:39.332 | ++ /home/jenkins/.rally/openrc:source:L4:   OS_TENANT_NAME=admin
  2017-05-02 05:35:39.334654 | 2017-05-02 05:35:39.334 | ++ /home/jenkins/.rally/openrc:source:L5:   export OS_PROJECT_NAME=admin
  2017-05-02 05:35:39.336370 | 2017-05-02 05:35:39.336 | ++ /home/jenkins/.rally/openrc:source:L5:   OS_PROJECT_NAME=admin
  2017-05-02 05:35:39.337986 | 2017-05-02 05:35:39.337 | ++ /home/jenkins/.rally/openrc:source:L6:   export OS_REGION_NAME=RegionOne
  2017-05-02 05:35:39.339554 | 2017-05-02 05:35:39.339 | ++ /home/jenkins/.rally/openrc:source:L6:   OS_REGION_NAME=RegionOne
  2017-05-02 05:35:39.341073 | 2017-05-02 05:35:39.340 | ++ /opt/stack/new/rally/tests/ci/rally_gate_functions.sh:setUp:L37:   openstack service list
  2017-05-02 05:35:41.873705 | 2017-05-02 05:35:41.873 | (http://104.239.168.159/identity/v2.0/OS-KSADM/services): The resource could not be found. (HTTP 404) (Request-ID: req-edd2c69d-c553-45c2-b540-dc77153bf998)
  2017-05-02 05:35:41.927712 | 2017-05-02 05:35:41.927 | + /opt/stack/new/rally/tests/ci/rally_gate_functions.sh:setUp:L37:   OPENSTACK_SERVICES=
  2017-05-02 05:35:41.928004 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:tsfilter:L96:   return 1
  2017-05-02 05:35:41.928482 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:call_hook_if_defined:L76:   local ret_val=1
  2017-05-02 05:35:41.928620 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:call_hook_if_defined:L77:   sudo mv /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate-post_test_hook.txt /opt/stack/logs/
  2017-05-02 05:35:41.936629 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:call_hook_if_defined:L78:   set +o pipefail
  2017-05-02 05:35:41.936707 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:call_hook_if_defined:L79:   set +o xtrace
  2017-05-02 05:35:41.937382 | Cleaning up host
  2017-05-02 05:35:41.937478 | ... this takes 3 - 4 minutes (logs at logs/devstack-gate-cleanup-host.txt.gz)
  2017-05-02 05:36:25.861875 |  [WARNING]: No hosts matched, nothing to do
  2017-05-02 05:36:26.974430 | Generating static files at /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/logs/ara...
  2017-05-02 05:36:27.941232 | Done.
  2017-05-02 05:36:27.983028 | *** FAILED with status: 1
  2017-05-02 05:36:27.983542 | [Zuul] Task exit code: 1
  2017-05-02 05:36:29.258318 | [Zuul] Job complete, result: FAILURE

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


References