Skip to content

Instantly share code, notes, and snippets.

@spotz
Created July 13, 2018 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spotz/14e19b8a3e0b68b7db2f96bff7fdf4a8 to your computer and use it in GitHub Desktop.
Save spotz/14e19b8a3e0b68b7db2f96bff7fdf4a8 to your computer and use it in GitHub Desktop.
failure from kuryr-libnetwork requirements
This file has been truncated, but you can view the full file.
stack@zunui:~/devstack$ ./stack.sh
+ unset GREP_OPTIONS
+ unset LANG
+ unset LANGUAGE
+ LC_ALL=en_US.utf8
+ export LC_ALL
+ umask 022
+ PATH=/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
+++ dirname ./stack.sh
++ cd .
++ pwd
+ TOP_DIR=/home/stack/devstack
+ NOUNSET=
+ [[ -n '' ]]
++ date +%s
+ DEVSTACK_START_TIME=1531453063
+ [[ -r /home/stack/devstack/.stackenv ]]
+ rm /home/stack/devstack/.stackenv
+ FILES=/home/stack/devstack/files
+ '[' '!' -d /home/stack/devstack/files ']'
+ '[' '!' -d /home/stack/devstack/inc ']'
+ '[' '!' -d /home/stack/devstack/lib ']'
+ [[ '' == \y ]]
+ [[ 1001 -eq 0 ]]
+ [[ -n '' ]]
+ [[ -e /home/stack/.no-devstack ]]
+ LAST_SPINNER_PID=
+ source /home/stack/devstack/functions
++ [[ -z '' ]]
++ declare -r -g _DEVSTACK_FUNCTIONS=1
++++ dirname /home/stack/devstack/functions
+++ cd /home/stack/devstack
+++ pwd
++ FUNC_DIR=/home/stack/devstack
++ source /home/stack/devstack/functions-common
++++ set +o
++++ grep xtrace
+++ _XTRACE_FUNCTIONS_COMMON='set -o xtrace'
+++ set +o xtrace
++ source /home/stack/devstack/inc/ini-config
++++ set +o
++++ grep xtrace
+++ INC_CONF_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /home/stack/devstack/inc/python
++++ set +o
++++ grep xtrace
+++ INC_PY_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /home/stack/devstack/inc/rootwrap
++++ set +o
++++ grep xtrace
+++ INC_ROOT_TRACE='set -o xtrace'
+++ set +o xtrace
+++ set +o
+++ grep xtrace
++ _XTRACE_FUNCTIONS='set -o xtrace'
++ set +o xtrace
+ source /home/stack/devstack/inc/meta-config
+++ set +o
+++ grep xtrace
++ _XTRACE_INC_META='set -o xtrace'
++ set +o xtrace
+ source /home/stack/devstack/lib/stack
+ GetDistro
+ GetOSVersion
+ _ensure_lsb_release
++ command -v lsb_release
+ [[ -x /usr/bin/lsb_release ]]
+ return
++ lsb_release -r -s
+ os_RELEASE=16.04
++ lsb_release -c -s
+ os_CODENAME=xenial
++ lsb_release -i -s
+ os_VENDOR=Ubuntu
+ [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
+ os_PACKAGE=deb
+ typeset -xr os_VENDOR
+ typeset -xr os_RELEASE
+ typeset -xr os_PACKAGE
+ typeset -xr os_CODENAME
+ [[ Ubuntu =~ (Ubuntu) ]]
+ DISTRO=xenial
+ typeset -xr DISTRO
+ rm -f /home/stack/devstack/.localrc.auto
+ extract_localrc_section /home/stack/devstack/local.conf /home/stack/devstack/localrc /home/stack/devstack/.localrc.auto
+ local configfile=/home/stack/devstack/local.conf
+ local localrcfile=/home/stack/devstack/localrc
+ local localautofile=/home/stack/devstack/.localrc.auto
+ [[ -r /home/stack/devstack/local.conf ]]
++ get_meta_section_files /home/stack/devstack/local.conf local
++ local file=/home/stack/devstack/local.conf
++ local matchgroup=local
++ [[ -r /home/stack/devstack/local.conf ]]
++ awk -v matchgroup=local '
/^\[\[.+\|.*\]\]/ {
gsub("[][]", "", $1);
split($1, a, "|");
if (a[1] == matchgroup)
print a[2]
}
' /home/stack/devstack/local.conf
+ LRC=localrc
+ for lfile in '$LRC'
+ [[ localrc == \l\o\c\a\l\r\c ]]
+ [[ -r /home/stack/devstack/localrc ]]
+ echo '# Generated file, do not edit'
+ get_meta_section /home/stack/devstack/local.conf local localrc
+ local file=/home/stack/devstack/local.conf
+ local matchgroup=local
+ local configfile=localrc
+ [[ -r /home/stack/devstack/local.conf ]]
+ [[ -z localrc ]]
+ awk -v matchgroup=local -v configfile=localrc '
BEGIN { group = "" }
/^\[\[.+\|.*\]\]/ {
gsub("[][]", "", $1);
split($1, a, "|");
if (a[1] == matchgroup && a[2] == configfile) {
group=a[1]
} else {
group=""
}
next
}
{
if (group != "")
print $0
}
' /home/stack/devstack/local.conf
+ [[ ! -r /home/stack/devstack/stackrc ]]
+ source /home/stack/devstack/stackrc
++ [[ -z '' ]]
++ declare -r -g _DEVSTACK_STACKRC=1
++++ dirname /home/stack/devstack/stackrc
+++ cd /home/stack/devstack
+++ pwd
++ RC_DIR=/home/stack/devstack
++ source /home/stack/devstack/functions
+++ [[ -z 1 ]]
+++ return 0
++ TARGET_BRANCH=master
++ TRAILING_TARGET_BRANCH=master
++ BRANCHLESS_TARGET_BRANCH=master
++ DEST=/opt/stack
++ DATA_DIR=/opt/stack/data
++ SERVICE_DIR=/opt/stack/status
++ SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
++ [[ 1001 -eq 0 ]]
+++ whoami
++ STACK_USER=stack
++ REGION_NAME=RegionOne
++ KEYSTONE_REGION_NAME=RegionOne
++ isset ENABLED_SERVICES
++ [[ -v ENABLED_SERVICES ]]
++ ENABLED_SERVICES=key
++ ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta
++ ENABLED_SERVICES+=,placement-api,placement-client
++ ENABLED_SERVICES+=,g-api,g-reg
++ ENABLED_SERVICES+=,c-sch,c-api,c-vol
++ ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
++ ENABLED_SERVICES+=,horizon
++ ENABLED_SERVICES+=,rabbit,tempest,mysql,etcd3,dstat
++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True
++ NOVA_ENABLED_APIS=osapi_compute,metadata
++ CELLSV2_SETUP=superconductor
++ HORIZON_APACHE_ROOT=/dashboard
++ USE_SYSTEMD=True
+++ trueorfalse False USER_UNITS
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ USER_UNITS=False
++ [[ False == \T\r\u\e ]]
++ SYSTEMD_DIR=/etc/systemd/system
++ SYSTEMCTL='sudo systemctl'
+++ trueorfalse True ENABLE_KSM
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ ENABLE_KSM=True
++ [[ -r /home/stack/devstack/.localrc.password ]]
+++ trueorfalse False USE_PYTHON3
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ export USE_PYTHON3=False
++ USE_PYTHON3=False
++ export ENABLED_PYTHON3_PACKAGES=nova,glance,cinder,uwsgi,python-openstackclient,openstacksdk
++ ENABLED_PYTHON3_PACKAGES=nova,glance,cinder,uwsgi,python-openstackclient,openstacksdk
++ export DISABLED_PYTHON3_PACKAGES=
++ DISABLED_PYTHON3_PACKAGES=
+++ _get_python_version python3
+++ local interp=python3
+++ local version
++++ which python3
+++ [[ -x /usr/bin/python3 ]]
++++ python3 -c 'import sys; print("%s.%s" % sys.version_info[0:2])'
+++ version=3.5
+++ echo 3.5
++ _DEFAULT_PYTHON3_VERSION=3.5
++ export PYTHON3_VERSION=3.5
++ PYTHON3_VERSION=3.5
+++ _get_python_version python2
+++ local interp=python2
+++ local version
++++ which python2
+++ [[ -x /usr/bin/python2 ]]
++++ python2 -c 'import sys; print("%s.%s" % sys.version_info[0:2])'
+++ version=2.7
+++ echo 2.7
++ _DEFAULT_PYTHON2_VERSION=2.7
++ export PYTHON2_VERSION=2.7
++ PYTHON2_VERSION=2.7
++ [[ -f /home/stack/devstack/localrc ]]
++ [[ -f /home/stack/devstack/.localrc.auto ]]
++ source /home/stack/devstack/.localrc.auto
+++ HOST_IP=104.130.163.16
+++ DATABASE_PASSWORD=openstack
+++ RABBIT_PASSWORD=openstack
+++ SERVICE_TOKEN=openstack
+++ SERVICE_PASSWORD=openstack
+++ ADMIN_PASSWORD=openstack
+++ RECLONE=no
+++ enable_plugin zun https://git.openstack.org/openstack/zun
+++ local name=zun
+++ local url=https://git.openstack.org/openstack/zun
+++ local branch=master
+++ is_plugin_enabled zun
+++ local name=zun
+++ [[ ,, =~ ,zun, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,zun
+++ GITREPO[$name]=https://git.openstack.org/openstack/zun
+++ GITDIR[$name]=/opt/stack/zun
+++ GITBRANCH[$name]=master
+++ enable_plugin zun-tempest-plugin https://git.openstack.org/openstack/zun-tempest-plugin
+++ local name=zun-tempest-plugin
+++ local url=https://git.openstack.org/openstack/zun-tempest-plugin
+++ local branch=master
+++ is_plugin_enabled zun-tempest-plugin
+++ local name=zun-tempest-plugin
+++ [[ ,,zun, =~ ,zun-tempest-plugin, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,zun-tempest-plugin
+++ GITREPO[$name]=https://git.openstack.org/openstack/zun-tempest-plugin
+++ GITDIR[$name]=/opt/stack/zun-tempest-plugin
+++ GITBRANCH[$name]=master
+++ enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
+++ local name=devstack-plugin-container
+++ local url=https://git.openstack.org/openstack/devstack-plugin-container
+++ local branch=master
+++ is_plugin_enabled devstack-plugin-container
+++ local name=devstack-plugin-container
+++ [[ ,,zun,zun-tempest-plugin, =~ ,devstack-plugin-container, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,devstack-plugin-container
+++ GITREPO[$name]=https://git.openstack.org/openstack/devstack-plugin-container
+++ GITDIR[$name]=/opt/stack/devstack-plugin-container
+++ GITBRANCH[$name]=master
+++ KURYR_CAPABILITY_SCOPE=local
+++ KURYR_ETCD_PORT=2379
+++ KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
+++ enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
+++ local name=kuryr-libnetwork
+++ local url=https://git.openstack.org/openstack/kuryr-libnetwork
+++ local branch=master
+++ is_plugin_enabled kuryr-libnetwork
+++ local name=kuryr-libnetwork
+++ [[ ,,zun,zun-tempest-plugin,devstack-plugin-container, =~ ,kuryr-libnetwork, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,kuryr-libnetwork
+++ GITREPO[$name]=https://git.openstack.org/openstack/kuryr-libnetwork
+++ GITDIR[$name]=/opt/stack/kuryr-libnetwork
+++ GITBRANCH[$name]=master
+++ LIBS_FROM_GIT=python-zunclient
+++ enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
+++ local name=zun-ui
+++ local url=https://git.openstack.org/openstack/zun-ui
+++ local branch=master
+++ is_plugin_enabled zun-ui
+++ local name=zun-ui
+++ [[ ,,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork, =~ ,zun-ui, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,zun-ui
+++ GITREPO[$name]=https://git.openstack.org/openstack/zun-ui
+++ GITDIR[$name]=/opt/stack/zun-ui
+++ GITBRANCH[$name]=master
+++ enable_plugin heat https://git.openstack.org/openstack/heat
+++ local name=heat
+++ local url=https://git.openstack.org/openstack/heat
+++ local branch=master
+++ is_plugin_enabled heat
+++ local name=heat
+++ [[ ,,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui, =~ ,heat, ]]
+++ return 1
+++ DEVSTACK_PLUGINS+=,heat
+++ GITREPO[$name]=https://git.openstack.org/openstack/heat
+++ GITDIR[$name]=/opt/stack/heat
+++ GITBRANCH[$name]=master
++ '[' -t 1 ']'
++ _LOG_COLOR_DEFAULT=True
+++ trueorfalse True LOG_COLOR
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ LOG_COLOR=True
++ [[ True == \T\r\u\e ]]
++ TPUT_T=
++ '[' xterm-256color ']'
++ export 'PS4=+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
++ PS4='+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
++stackrc:source:191 IDENTITY_API_VERSION=3
+++stackrc:source:201 trueorfalse False ENABLE_IDENTITY_V2
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:201 ENABLE_IDENTITY_V2=False
++stackrc:source:202 '[' False == False ']'
++stackrc:source:203 IDENTITY_API_VERSION=3
+++stackrc:source:210 trueorfalse False USE_VENV
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:210 USE_VENV=False
++stackrc:source:214 ADDITIONAL_VENV_PACKAGES=
+++stackrc:source:218 trueorfalse False DATABASE_QUERY_LOGGING
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 grep xtrace
++++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:218 DATABASE_QUERY_LOGGING=False
++stackrc:source:229 GIT_TIMEOUT=0
++stackrc:source:235 WSGI_MODE=uwsgi
++stackrc:source:242 GIT_BASE=git://git.openstack.org
++stackrc:source:245 REQUIREMENTS_DIR=/opt/stack/requirements
++stackrc:source:263 DEVSTACK_SERIES=rocky
++stackrc:source:272 CINDER_REPO=git://git.openstack.org/openstack/cinder.git
++stackrc:source:273 CINDER_BRANCH=master
++stackrc:source:276 GLANCE_REPO=git://git.openstack.org/openstack/glance.git
++stackrc:source:277 GLANCE_BRANCH=master
++stackrc:source:280 HORIZON_REPO=git://git.openstack.org/openstack/horizon.git
++stackrc:source:281 HORIZON_BRANCH=master
++stackrc:source:284 KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git
++stackrc:source:285 KEYSTONE_BRANCH=master
++stackrc:source:288 NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git
++stackrc:source:289 NEUTRON_BRANCH=master
++stackrc:source:292 NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git
++stackrc:source:293 NEUTRON_FWAAS_BRANCH=master
++stackrc:source:296 NOVA_REPO=git://git.openstack.org/openstack/nova.git
++stackrc:source:297 NOVA_BRANCH=master
++stackrc:source:300 SWIFT_REPO=git://git.openstack.org/openstack/swift.git
++stackrc:source:301 SWIFT_BRANCH=master
++stackrc:source:310 REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git
++stackrc:source:311 REQUIREMENTS_BRANCH=master
++stackrc:source:314 TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git
++stackrc:source:315 TEMPEST_BRANCH=master
++stackrc:source:326 GITREPO["python-cinderclient"]=git://git.openstack.org/openstack/python-cinderclient.git
++stackrc:source:327 GITBRANCH["python-cinderclient"]=master
++stackrc:source:330 GITREPO["python-brick-cinderclient-ext"]=git://git.openstack.org/openstack/python-brick-cinderclient-ext.git
++stackrc:source:331 GITBRANCH["python-brick-cinderclient-ext"]=master
++stackrc:source:334 GITREPO["python-barbicanclient"]=git://git.openstack.org/openstack/python-barbicanclient.git
++stackrc:source:335 GITBRANCH["python-barbicanclient"]=master
++stackrc:source:336 GITDIR["python-barbicanclient"]=/opt/stack/python-barbicanclient
++stackrc:source:339 GITREPO["python-glanceclient"]=git://git.openstack.org/openstack/python-glanceclient.git
++stackrc:source:340 GITBRANCH["python-glanceclient"]=master
++stackrc:source:343 GITREPO["python-ironicclient"]=git://git.openstack.org/openstack/python-ironicclient.git
++stackrc:source:344 GITBRANCH["python-ironicclient"]=master
++stackrc:source:346 GITDIR["python-ironicclient"]=/opt/stack/python-ironicclient
++stackrc:source:349 GITREPO["keystoneauth"]=git://git.openstack.org/openstack/keystoneauth.git
++stackrc:source:350 GITBRANCH["keystoneauth"]=master
++stackrc:source:353 GITREPO["python-keystoneclient"]=git://git.openstack.org/openstack/python-keystoneclient.git
++stackrc:source:354 GITBRANCH["python-keystoneclient"]=master
++stackrc:source:357 GITREPO["python-neutronclient"]=git://git.openstack.org/openstack/python-neutronclient.git
++stackrc:source:358 GITBRANCH["python-neutronclient"]=master
++stackrc:source:361 GITREPO["python-novaclient"]=git://git.openstack.org/openstack/python-novaclient.git
++stackrc:source:362 GITBRANCH["python-novaclient"]=master
++stackrc:source:365 GITREPO["python-swiftclient"]=git://git.openstack.org/openstack/python-swiftclient.git
++stackrc:source:366 GITBRANCH["python-swiftclient"]=master
++stackrc:source:369 GITREPO["python-openstackclient"]=git://git.openstack.org/openstack/python-openstackclient.git
++stackrc:source:370 GITBRANCH["python-openstackclient"]=master
++stackrc:source:372 GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient
++stackrc:source:375 GITREPO["osc-placement"]=git://git.openstack.org/openstack/osc-placement.git
++stackrc:source:376 GITBRANCH["osc-placement"]=master
++stackrc:source:387 GITREPO["castellan"]=git://git.openstack.org/openstack/castellan.git
++stackrc:source:388 GITBRANCH["castellan"]=master
++stackrc:source:391 GITREPO["cliff"]=git://git.openstack.org/openstack/cliff.git
++stackrc:source:392 GITBRANCH["cliff"]=master
++stackrc:source:395 GITREPO["futurist"]=git://git.openstack.org/openstack/futurist.git
++stackrc:source:396 GITBRANCH["futurist"]=master
++stackrc:source:399 GITREPO["debtcollector"]=git://git.openstack.org/openstack/debtcollector.git
++stackrc:source:400 GITBRANCH["debtcollector"]=master
++stackrc:source:403 GITREPO["automaton"]=git://git.openstack.org/openstack/automaton.git
++stackrc:source:404 GITBRANCH["automaton"]=master
++stackrc:source:407 GITREPO["oslo.cache"]=git://git.openstack.org/openstack/oslo.cache.git
++stackrc:source:408 GITBRANCH["oslo.cache"]=master
++stackrc:source:411 GITREPO["oslo.concurrency"]=git://git.openstack.org/openstack/oslo.concurrency.git
++stackrc:source:412 GITBRANCH["oslo.concurrency"]=master
++stackrc:source:415 GITREPO["oslo.config"]=git://git.openstack.org/openstack/oslo.config.git
++stackrc:source:416 GITBRANCH["oslo.config"]=master
++stackrc:source:419 GITREPO["oslo.context"]=git://git.openstack.org/openstack/oslo.context.git
++stackrc:source:420 GITBRANCH["oslo.context"]=master
++stackrc:source:423 GITREPO["oslo.db"]=git://git.openstack.org/openstack/oslo.db.git
++stackrc:source:424 GITBRANCH["oslo.db"]=master
++stackrc:source:427 GITREPO["oslo.i18n"]=git://git.openstack.org/openstack/oslo.i18n.git
++stackrc:source:428 GITBRANCH["oslo.i18n"]=master
++stackrc:source:431 GITREPO["oslo.log"]=git://git.openstack.org/openstack/oslo.log.git
++stackrc:source:432 GITBRANCH["oslo.log"]=master
++stackrc:source:435 GITREPO["oslo.messaging"]=git://git.openstack.org/openstack/oslo.messaging.git
++stackrc:source:436 GITBRANCH["oslo.messaging"]=master
++stackrc:source:439 GITREPO["oslo.middleware"]=git://git.openstack.org/openstack/oslo.middleware.git
++stackrc:source:440 GITBRANCH["oslo.middleware"]=master
++stackrc:source:443 GITREPO["oslo.policy"]=git://git.openstack.org/openstack/oslo.policy.git
++stackrc:source:444 GITBRANCH["oslo.policy"]=master
++stackrc:source:447 GITREPO["oslo.privsep"]=git://git.openstack.org/openstack/oslo.privsep.git
++stackrc:source:448 GITBRANCH["oslo.privsep"]=master
++stackrc:source:451 GITREPO["oslo.reports"]=git://git.openstack.org/openstack/oslo.reports.git
++stackrc:source:452 GITBRANCH["oslo.reports"]=master
++stackrc:source:455 GITREPO["oslo.rootwrap"]=git://git.openstack.org/openstack/oslo.rootwrap.git
++stackrc:source:456 GITBRANCH["oslo.rootwrap"]=master
++stackrc:source:459 GITREPO["oslo.serialization"]=git://git.openstack.org/openstack/oslo.serialization.git
++stackrc:source:460 GITBRANCH["oslo.serialization"]=master
++stackrc:source:463 GITREPO["oslo.service"]=git://git.openstack.org/openstack/oslo.service.git
++stackrc:source:464 GITBRANCH["oslo.service"]=master
++stackrc:source:467 GITREPO["oslo.utils"]=git://git.openstack.org/openstack/oslo.utils.git
++stackrc:source:468 GITBRANCH["oslo.utils"]=master
++stackrc:source:471 GITREPO["oslo.versionedobjects"]=git://git.openstack.org/openstack/oslo.versionedobjects.git
++stackrc:source:472 GITBRANCH["oslo.versionedobjects"]=master
++stackrc:source:475 GITREPO["oslo.vmware"]=git://git.openstack.org/openstack/oslo.vmware.git
++stackrc:source:476 GITBRANCH["oslo.vmware"]=master
++stackrc:source:479 GITREPO["osprofiler"]=git://git.openstack.org/openstack/osprofiler.git
++stackrc:source:480 GITBRANCH["osprofiler"]=master
++stackrc:source:483 GITREPO["pycadf"]=git://git.openstack.org/openstack/pycadf.git
++stackrc:source:484 GITBRANCH["pycadf"]=master
++stackrc:source:487 GITREPO["stevedore"]=git://git.openstack.org/openstack/stevedore.git
++stackrc:source:488 GITBRANCH["stevedore"]=master
++stackrc:source:491 GITREPO["taskflow"]=git://git.openstack.org/openstack/taskflow.git
++stackrc:source:492 GITBRANCH["taskflow"]=master
++stackrc:source:495 GITREPO["tooz"]=git://git.openstack.org/openstack/tooz.git
++stackrc:source:496 GITBRANCH["tooz"]=master
++stackrc:source:499 GITREPO["pbr"]=git://git.openstack.org/openstack-dev/pbr.git
++stackrc:source:500 GITBRANCH["pbr"]=master
++stackrc:source:510 GITREPO["cursive"]=git://git.openstack.org/openstack/cursive.git
++stackrc:source:511 GITBRANCH["cursive"]=master
++stackrc:source:514 GITREPO["glance_store"]=git://git.openstack.org/openstack/glance_store.git
++stackrc:source:515 GITBRANCH["glance_store"]=master
++stackrc:source:518 GITREPO["keystonemiddleware"]=git://git.openstack.org/openstack/keystonemiddleware.git
++stackrc:source:519 GITBRANCH["keystonemiddleware"]=master
++stackrc:source:522 SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git
++stackrc:source:523 SWIFT3_BRANCH=master
++stackrc:source:526 GITREPO["ceilometermiddleware"]=git://git.openstack.org/openstack/ceilometermiddleware.git
++stackrc:source:527 GITBRANCH["ceilometermiddleware"]=master
++stackrc:source:528 GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware
++stackrc:source:531 GITREPO["openstacksdk"]=git://git.openstack.org/openstack/openstacksdk.git
++stackrc:source:532 GITBRANCH["openstacksdk"]=master
++stackrc:source:535 GITREPO["os-brick"]=git://git.openstack.org/openstack/os-brick.git
++stackrc:source:536 GITBRANCH["os-brick"]=master
++stackrc:source:539 GITREPO["os-client-config"]=git://git.openstack.org/openstack/os-client-config.git
++stackrc:source:540 GITBRANCH["os-client-config"]=master
++stackrc:source:541 GITDIR["os-client-config"]=/opt/stack/os-client-config
++stackrc:source:544 GITREPO["os-vif"]=git://git.openstack.org/openstack/os-vif.git
++stackrc:source:545 GITBRANCH["os-vif"]=master
++stackrc:source:548 GITREPO["osc-lib"]=git://git.openstack.org/openstack/osc-lib.git
++stackrc:source:549 GITBRANCH["osc-lib"]=master
++stackrc:source:552 GITREPO["ironic-lib"]=git://git.openstack.org/openstack/ironic-lib.git
++stackrc:source:553 GITBRANCH["ironic-lib"]=master
++stackrc:source:555 GITDIR["ironic-lib"]=/opt/stack/ironic-lib
++stackrc:source:558 GITREPO["diskimage-builder"]=git://git.openstack.org/openstack/diskimage-builder.git
++stackrc:source:559 GITBRANCH["diskimage-builder"]=master
++stackrc:source:560 GITDIR["diskimage-builder"]=/opt/stack/diskimage-builder
++stackrc:source:563 GITREPO["neutron-lib"]=git://git.openstack.org/openstack/neutron-lib.git
++stackrc:source:564 GITBRANCH["neutron-lib"]=master
++stackrc:source:565 GITDIR["neutron-lib"]=/opt/stack/neutron-lib
++stackrc:source:568 GITREPO["os-traits"]=git://git.openstack.org/openstack/os-traits.git
++stackrc:source:569 GITBRANCH["os-traits"]=master
++stackrc:source:578 DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git
++stackrc:source:579 DIB_UTILS_BRANCH=master
++stackrc:source:582 OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git
++stackrc:source:583 OAC_BRANCH=master
++stackrc:source:586 OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git
++stackrc:source:587 OCC_BRANCH=master
++stackrc:source:590 ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git
++stackrc:source:591 ORC_BRANCH=master
++stackrc:source:603 IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git
++stackrc:source:604 IRONIC_PYTHON_AGENT_BRANCH=master
++stackrc:source:607 NOVNC_REPO=https://github.com/novnc/noVNC.git
++stackrc:source:608 NOVNC_BRANCH=stable/v0.6
++stackrc:source:611 SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git
++stackrc:source:612 SPICE_BRANCH=master
+++stackrc:source:618 trueorfalse False ENABLE_VOLUME_MULTIATTACH
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:618 ENABLE_VOLUME_MULTIATTACH=False
++stackrc:source:624 DEFAULT_VIRT_DRIVER=libvirt
++stackrc:source:625 is_package_installed xenserver-core
++functions-common:is_package_installed:1290 [[ -z xenserver-core ]]
++functions-common:is_package_installed:1294 [[ -z deb ]]
++functions-common:is_package_installed:1298 [[ deb = \d\e\b ]]
++functions-common:is_package_installed:1299 dpkg -s xenserver-core
++stackrc:source:626 VIRT_DRIVER=libvirt
++stackrc:source:627 case "$VIRT_DRIVER" in
++stackrc:source:629 LIBVIRT_TYPE=kvm
++stackrc:source:630 [[ Ubuntu =~ (Debian|Ubuntu) ]]
+++stackrc:source:634 cut -d : -f 1 /etc/group
+++stackrc:source:634 grep 'libvirtd$'
+++stackrc:source:634 true
++stackrc:source:634 LIBVIRT_GROUP=
++stackrc:source:635 LIBVIRT_GROUP=libvirt
+++stackrc:source:662 trueorfalse True ENABLE_UBUNTU_CLOUD_ARCHIVE
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:662 ENABLE_UBUNTU_CLOUD_ARCHIVE=True
++stackrc:source:686 CIRROS_VERSION=0.3.5
++stackrc:source:687 CIRROS_ARCH=x86_64
+++stackrc:source:692 trueorfalse True DOWNLOAD_DEFAULT_IMAGES
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:692 DOWNLOAD_DEFAULT_IMAGES=True
++stackrc:source:693 [[ True == \T\r\u\e ]]
++stackrc:source:694 [[ -n '' ]]
++stackrc:source:697 case "$VIRT_DRIVER" in
++stackrc:source:699 case "$LIBVIRT_TYPE" in
++stackrc:source:705 DEFAULT_IMAGE_NAME=cirros-0.3.5-x86_64-disk
++stackrc:source:706 DEFAULT_IMAGE_FILE_NAME=cirros-0.3.5-x86_64-disk.img
++stackrc:source:707 IMAGE_URLS+=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
++stackrc:source:725 DOWNLOAD_DEFAULT_IMAGES=False
++stackrc:source:734 EXTRA_CACHE_URLS=
++stackrc:source:737 ETCD_VERSION=v3.2.17
++stackrc:source:738 ETCD_SHA256_AMD64=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
++stackrc:source:739 ETCD_SHA256_ARM64=0ab4621c44c79d17d94e43bd184d0f23b763a3669056ce4ae2d0b2942410a98f
++stackrc:source:740 ETCD_SHA256_PPC64=69e1279c4a2a52256b78d2a8dd23346ac46b836e678b971a459f2afaef3c275e
++stackrc:source:742 ETCD_SHA256_S390X=
++stackrc:source:744 is_arch x86_64
+++functions-common:is_arch:420 uname -m
++functions-common:is_arch:420 [[ x86_64 == \x\8\6\_\6\4 ]]
++stackrc:source:745 ETCD_ARCH=amd64
++stackrc:source:746 ETCD_SHA256=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
++stackrc:source:766 ETCD_PORT=2379
++stackrc:source:767 ETCD_PEER_PORT=2380
++stackrc:source:768 ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download
++stackrc:source:769 ETCD_NAME=etcd-v3.2.17-linux-amd64
++stackrc:source:770 ETCD_DOWNLOAD_FILE=etcd-v3.2.17-linux-amd64.tar.gz
++stackrc:source:771 ETCD_DOWNLOAD_LOCATION=https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
++stackrc:source:773 EXTRA_CACHE_URLS+=,https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
++stackrc:source:776 for image_url in '${IMAGE_URLS//,/ }'
+++stackrc:source:777 echo http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
+++stackrc:source:777 wc -l
+++stackrc:source:777 grep -o -F http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
++stackrc:source:777 '[' 1 -gt 1 ']'
++stackrc:source:783 VOLUME_BACKING_FILE_SIZE=24G
++stackrc:source:786 VOLUME_NAME_PREFIX=volume-
++stackrc:source:787 INSTANCE_NAME_PREFIX=instance-
++stackrc:source:790 S3_SERVICE_PORT=3333
++stackrc:source:793 PRIVATE_NETWORK_NAME=private
++stackrc:source:794 PUBLIC_NETWORK_NAME=public
++stackrc:source:796 PUBLIC_INTERFACE=
++stackrc:source:799 SERVICE_PROTOCOL=http
+++stackrc:source:805 nproc
+++stackrc:source:805 nproc
++stackrc:source:805 API_WORKERS=2
++stackrc:source:808 SERVICE_TIMEOUT=60
++stackrc:source:811 NOVA_READY_TIMEOUT=60
++stackrc:source:814 SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
++stackrc:source:817 WORKER_TIMEOUT=90
++stackrc:source:822 [[ -e /usr/bin/dnf ]]
++stackrc:source:825 YUM=yum
+++stackrc:source:834 trueorfalse False OFFLINE
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 grep xtrace
++++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:834 OFFLINE=False
+++stackrc:source:839 trueorfalse False ERROR_ON_CLONE
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 grep xtrace
++++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:839 ERROR_ON_CLONE=False
+++stackrc:source:842 trueorfalse True ENABLE_DEBUG_LOG_LEVEL
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 grep xtrace
++++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:842 ENABLE_DEBUG_LOG_LEVEL=True
++stackrc:source:848 FLOATING_RANGE=172.24.4.0/24
++stackrc:source:849 IPV4_ADDRS_SAFE_TO_USE=10.0.0.0/22
++stackrc:source:850 FIXED_RANGE=10.0.0.0/22
++stackrc:source:851 FIXED_NETWORK_SIZE=256
++stackrc:source:852 HOST_IP_IFACE=
++stackrc:source:853 HOST_IP=104.130.163.16
++stackrc:source:854 HOST_IPV6=
+++stackrc:source:856 get_default_host_ip 10.0.0.0/22 172.24.4.0/24 '' 104.130.163.16 inet
+++functions-common:get_default_host_ip:652 local fixed_range=10.0.0.0/22
+++functions-common:get_default_host_ip:653 local floating_range=172.24.4.0/24
+++functions-common:get_default_host_ip:654 local host_ip_iface=
+++functions-common:get_default_host_ip:655 local host_ip=104.130.163.16
+++functions-common:get_default_host_ip:656 local af=inet
+++functions-common:get_default_host_ip:659 '[' -z 104.130.163.16 -o 104.130.163.16 == dhcp ']'
+++functions-common:get_default_host_ip:683 echo 104.130.163.16
++stackrc:source:856 HOST_IP=104.130.163.16
++stackrc:source:857 '[' 104.130.163.16 == '' ']'
+++stackrc:source:861 get_default_host_ip '' '' '' '' inet6
+++functions-common:get_default_host_ip:652 local fixed_range=
+++functions-common:get_default_host_ip:653 local floating_range=
+++functions-common:get_default_host_ip:654 local host_ip_iface=
+++functions-common:get_default_host_ip:655 local host_ip=
+++functions-common:get_default_host_ip:656 local af=inet6
+++functions-common:get_default_host_ip:659 '[' -z '' -o '' == dhcp ']'
+++functions-common:get_default_host_ip:660 host_ip=
++++functions-common:get_default_host_ip:662 head -1
++++functions-common:get_default_host_ip:662 awk '/default/ {print $5}'
++++functions-common:get_default_host_ip:662 ip -f inet6 route
+++functions-common:get_default_host_ip:662 host_ip_iface=eth0
+++functions-common:get_default_host_ip:663 local host_ips
++++functions-common:get_default_host_ip:664 awk '/inet6/ {split($2,parts,"/"); print parts[1]}'
++++functions-common:get_default_host_ip:664 sed /temporary/d
++++functions-common:get_default_host_ip:664 LC_ALL=C
++++functions-common:get_default_host_ip:664 ip -f inet6 addr show eth0
+++functions-common:get_default_host_ip:664 host_ips='2001:4802:7801:104:be76:4eff:fe20:45b0
fe80::be76:4eff:fe20:45b0'
+++functions-common:get_default_host_ip:665 local ip
+++functions-common:get_default_host_ip:666 for ip in '$host_ips'
+++functions-common:get_default_host_ip:673 [[ inet6 == \i\n\e\t\6 ]]
+++functions-common:get_default_host_ip:674 host_ip=2001:4802:7801:104:be76:4eff:fe20:45b0
+++functions-common:get_default_host_ip:675 break
+++functions-common:get_default_host_ip:683 echo 2001:4802:7801:104:be76:4eff:fe20:45b0
++stackrc:source:861 HOST_IPV6=2001:4802:7801:104:be76:4eff:fe20:45b0
+++stackrc:source:864 trueorfalse True NEUTRON_PORT_SECURITY
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:864 NEUTRON_PORT_SECURITY=True
++stackrc:source:869 SERVICE_IP_VERSION=4
++stackrc:source:875 [[ 4 != \4 ]]
++stackrc:source:879 [[ 4 == 4 ]]
++stackrc:source:880 DEF_SERVICE_HOST=104.130.163.16
++stackrc:source:881 DEF_SERVICE_LOCAL_HOST=127.0.0.1
++stackrc:source:882 DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
++stackrc:source:885 [[ 4 == 6 ]]
++stackrc:source:896 SERVICE_LISTEN_ADDRESS=0.0.0.0
++stackrc:source:900 SERVICE_HOST=104.130.163.16
++stackrc:source:902 SERVICE_LOCAL_HOST=127.0.0.1
++stackrc:source:904 REGION_NAME=RegionOne
+++stackrc:source:907 trueorfalse False SYSLOG
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 grep xtrace
++++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:907 SYSLOG=False
++stackrc:source:908 SYSLOG_HOST=104.130.163.16
++stackrc:source:909 SYSLOG_PORT=516
++stackrc:source:913 GIT_DEPTH=0
+++stackrc:source:917 trueorfalse True RECREATE_KEYSTONE_DB
+++functions-common:trueorfalse:142 local xtrace
++++functions-common:trueorfalse:143 set +o
++++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 xtrace='set -o xtrace'
+++functions-common:trueorfalse:144 set +o xtrace
++stackrc:source:917 RECREATE_KEYSTONE_DB=True
++stackrc:source:929 [[ -z '' ]]
++stackrc:source:930 default_logdir=/opt/stack/logs
++stackrc:source:931 [[ -z '' ]]
++stackrc:source:933 LOGDIR=/opt/stack/logs
++stackrc:source:943 unset default_logdir logfile
++stackrc:source:949 ULIMIT_NOFILE=2048
+./stack.sh:main:220 write_devstack_version
+functions:write_devstack_version:818 sudo tee /etc/devstack-version
+functions:write_devstack_version:818 cat -
++functions:write_devstack_version:818 git log '--format=%H %s %ci' -1
+./stack.sh:main:224 [[ ! xenial =~ (xenial|artful|bionic|stretch|jessie|f27|f28|opensuse-42.3|opensuse-tumbleweed|rhel7) ]]
+./stack.sh:main:235 export_proxy_variables
+functions-common:export_proxy_variables:2077 isset http_proxy
+functions-common:isset:163 [[ -v http_proxy ]]
+functions-common:export_proxy_variables:2080 isset https_proxy
+functions-common:isset:163 [[ -v https_proxy ]]
+functions-common:export_proxy_variables:2083 isset no_proxy
+functions-common:isset:163 [[ -v no_proxy ]]
+./stack.sh:main:240 disable_negated_services
+functions-common:disable_negated_services:1773 local xtrace
++functions-common:disable_negated_services:1774 grep xtrace
++functions-common:disable_negated_services:1774 set +o
+functions-common:disable_negated_services:1774 xtrace='set -o xtrace'
+functions-common:disable_negated_services:1775 set +o xtrace
+./stack.sh:main:247 is_package_installed sudo
+functions-common:is_package_installed:1290 [[ -z sudo ]]
+functions-common:is_package_installed:1294 [[ -z deb ]]
+functions-common:is_package_installed:1298 [[ deb = \d\e\b ]]
+functions-common:is_package_installed:1299 dpkg -s sudo
+./stack.sh:main:250 sudo grep -q '^#includedir.*/etc/sudoers.d' /etc/sudoers
+./stack.sh:main:254 [[ -n '' ]]
++./stack.sh:main:263 mktemp
+./stack.sh:main:263 TEMPFILE=/tmp/tmp.TQMSewyOke
+./stack.sh:main:264 echo 'stack ALL=(root) NOPASSWD:ALL'
+./stack.sh:main:267 echo 'Defaults:stack secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin'
+./stack.sh:main:268 echo 'Defaults:stack !requiretty'
+./stack.sh:main:269 chmod 0440 /tmp/tmp.TQMSewyOke
+./stack.sh:main:270 sudo chown root:root /tmp/tmp.TQMSewyOke
+./stack.sh:main:271 sudo mv /tmp/tmp.TQMSewyOke /etc/sudoers.d/50_stack_sh
+./stack.sh:main:278 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+./stack.sh:main:279 echo 'APT::Acquire::Retries "20";'
+./stack.sh:main:279 sudo tee /etc/apt/apt.conf.d/80retry
+./stack.sh:main:348 DEST=/opt/stack
+./stack.sh:main:352 sudo mkdir -p /opt/stack
+./stack.sh:main:353 safe_chown -R stack /opt/stack
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack
+./stack.sh:main:354 safe_chmod 0755 /opt/stack
+functions-common:safe_chmod:2154 _safe_permission_operation chmod 0755 /opt/stack
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chmod 0755 /opt/stack
+./stack.sh:main:357 [[ -n /opt/stack/logs ]]
+./stack.sh:main:358 mkdir -p /opt/stack/logs
+./stack.sh:main:362 DATA_DIR=/opt/stack/data
+./stack.sh:main:363 sudo mkdir -p /opt/stack/data
+./stack.sh:main:364 safe_chown -R stack /opt/stack/data
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/data
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/data
+./stack.sh:main:365 safe_chmod 0755 /opt/stack/data
+functions-common:safe_chmod:2154 _safe_permission_operation chmod 0755 /opt/stack/data
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 grep xtrace
++functions-common:_safe_permission_operation:1982 set +o
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chmod 0755 /opt/stack/data
++./stack.sh:main:370 hostname -s
+./stack.sh:main:370 LOCAL_HOSTNAME=zunui
+./stack.sh:main:371 fgrep -qwe zunui /etc/hosts
++./stack.sh:main:378 trueorfalse False SKIP_EPEL_INSTALL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+./stack.sh:main:378 SKIP_EPEL_INSTALL=False
+./stack.sh:main:380 [[ xenial == \r\h\e\l\7 ]]
+./stack.sh:main:400 is_package_installed python
+functions-common:is_package_installed:1290 [[ -z python ]]
+functions-common:is_package_installed:1294 [[ -z deb ]]
+functions-common:is_package_installed:1298 [[ deb = \d\e\b ]]
+functions-common:is_package_installed:1299 dpkg -s python
++./stack.sh:main:407 trueorfalse True VERBOSE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+./stack.sh:main:407 VERBOSE=True
++./stack.sh:main:408 trueorfalse False VERBOSE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+./stack.sh:main:408 VERBOSE_NO_TIMESTAMP=True
+./stack.sh:main:454 TIMESTAMP_FORMAT=%F-%H%M%S
+./stack.sh:main:455 LOGDAYS=7
++./stack.sh:main:456 date +%F-%H%M%S
+./stack.sh:main:456 CURRENT_LOG_TIME=2018-07-13-033746
+./stack.sh:main:458 [[ -n '' ]]
+./stack.sh:main:497 exec
+./stack.sh:main:498 [[ True != \T\r\u\e ]]
+./stack.sh:main:503 exec
+./stack.sh:main:507 check_path_perm_sanity /opt/stack
++./stack.sh:main:503 /home/stack/devstack/tools/outfilter.py -v
+functions:check_path_perm_sanity:570 local real_path
++functions:check_path_perm_sanity:571 readlink -f /opt/stack
+functions:check_path_perm_sanity:571 real_path=/opt/stack
+functions:check_path_perm_sanity:572 local rebuilt_path=
++functions:check_path_perm_sanity:573 echo /opt/stack
++functions:check_path_perm_sanity:573 tr / ' '
+functions:check_path_perm_sanity:573 for i in '$(echo ${real_path} | tr "/" " ")'
+functions:check_path_perm_sanity:574 rebuilt_path=/opt
++functions:check_path_perm_sanity:576 stat -c %a /opt
+functions:check_path_perm_sanity:576 [[ 755 = 700 ]]
+functions:check_path_perm_sanity:573 for i in '$(echo ${real_path} | tr "/" " ")'
+functions:check_path_perm_sanity:574 rebuilt_path=/opt/stack
++functions:check_path_perm_sanity:576 stat -c %a /opt/stack
+functions:check_path_perm_sanity:576 [[ 755 = 700 ]]
+./stack.sh:main:513 trap exit_trap EXIT
+./stack.sh:main:554 trap err_trap ERR
+./stack.sh:main:567 set -o errexit
+./stack.sh:main:570 uname -a
Linux zunui 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
+./stack.sh:main:573 SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
+./stack.sh:main:574 rm -f /opt/stack/data/ca-bundle.pem
+./stack.sh:main:577 source /home/stack/devstack/lib/database
+++lib/database:source:23 set +o
+++lib/database:source:23 grep xtrace
++lib/database:source:23 _XTRACE_LIB_DB='set -o xtrace'
++lib/database:source:24 set +o xtrace
+./stack.sh:main:578 source /home/stack/devstack/lib/rpc_backend
+++lib/rpc_backend:source:24 grep xtrace
+++lib/rpc_backend:source:24 set +o
++lib/rpc_backend:source:24 _XTRACE_RPC_BACKEND='set -o xtrace'
++lib/rpc_backend:source:25 set +o xtrace
+./stack.sh:main:584 fetch_plugins
+functions-common:fetch_plugins:1596 local plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
+functions-common:fetch_plugins:1597 local plugin
+functions-common:fetch_plugins:1600 [[ -z ,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat ]]
+functions-common:fetch_plugins:1604 echo 'Fetching DevStack plugins'
Fetching DevStack plugins
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name zun
+functions-common:git_clone_by_name:573 local name=zun
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/zun
+functions-common:git_clone_by_name:575 local dir=/opt/stack/zun
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/zun /opt/stack/zun master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/zun
+functions-common:git_clone:496 local git_dest=/opt/stack/zun
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/zun ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/zun /opt/stack/zun --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453067385
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/zun /opt/stack/zun --branch master
Cloning into '/opt/stack/zun'...
remote: Counting objects: 18744, done.
remote: Compressing objects: 100% (10302/10302), done.
remote: Total 18744 (delta 14326), reused 11939 (delta 8098)
Receiving objects: 100% (18744/18744), 2.60 MiB | 0 bytes/s, done.
Resolving deltas: 100% (14326/14326), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453067385
+functions-common:time_stop:2268 [[ -z 1531453067385 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453069340
+functions-common:time_stop:2272 elapsed_time=1955
+functions-common:time_stop:2273 total=0
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=1955
+functions-common:git_clone:564 cd /opt/stack/zun
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
e370dd0 Merge "Format each container inside capsule"
+functions-common:git_clone:566 cd /home/stack/devstack
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name zun-tempest-plugin
+functions-common:git_clone_by_name:573 local name=zun-tempest-plugin
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/zun-tempest-plugin
+functions-common:git_clone_by_name:575 local dir=/opt/stack/zun-tempest-plugin
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/zun-tempest-plugin /opt/stack/zun-tempest-plugin master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/zun-tempest-plugin
+functions-common:git_clone:496 local git_dest=/opt/stack/zun-tempest-plugin
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:516 echo master
+functions-common:git_clone:530 [[ ! -d /opt/stack/zun-tempest-plugin ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/zun-tempest-plugin /opt/stack/zun-tempest-plugin --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453069565
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/zun-tempest-plugin /opt/stack/zun-tempest-plugin --branch master
Cloning into '/opt/stack/zun-tempest-plugin'...
remote: Counting objects: 813, done.
remote: Compressing objects: 100% (431/431), done.
remote: Total 813 (delta 376), reused 666 (delta 252)
Receiving objects: 100% (813/813), 128.09 KiB | 0 bytes/s, done.
Resolving deltas: 100% (376/376), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453069565
+functions-common:time_stop:2268 [[ -z 1531453069565 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453070516
+functions-common:time_stop:2272 elapsed_time=951
+functions-common:time_stop:2273 total=1955
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=2906
+functions-common:git_clone:564 cd /opt/stack/zun-tempest-plugin
+functions-common:git_clone:565 head -1
+functions-common:git_clone:565 git show --oneline
d2b1f1b Merge "Revert "Disable two container restart test cases""
+functions-common:git_clone:566 cd /home/stack/devstack
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name devstack-plugin-container
+functions-common:git_clone_by_name:573 local name=devstack-plugin-container
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/devstack-plugin-container
+functions-common:git_clone_by_name:575 local dir=/opt/stack/devstack-plugin-container
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/devstack-plugin-container /opt/stack/devstack-plugin-container master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/devstack-plugin-container
+functions-common:git_clone:496 local git_dest=/opt/stack/devstack-plugin-container
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/devstack-plugin-container ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/devstack-plugin-container /opt/stack/devstack-plugin-container --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453070747
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/devstack-plugin-container /opt/stack/devstack-plugin-container --branch master
Cloning into '/opt/stack/devstack-plugin-container'...
remote: Counting objects: 93, done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 93 (delta 36), reused 68 (delta 17)
Unpacking objects: 100% (93/93), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453070747
+functions-common:time_stop:2268 [[ -z 1531453070747 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453071444
+functions-common:time_stop:2272 elapsed_time=697
+functions-common:time_stop:2273 total=2906
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=3603
+functions-common:git_clone:564 cd /opt/stack/devstack-plugin-container
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
54aa82d Support live_restore for keeping all running containers
+functions-common:git_clone:566 cd /home/stack/devstack
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name kuryr-libnetwork
+functions-common:git_clone_by_name:573 local name=kuryr-libnetwork
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/kuryr-libnetwork
+functions-common:git_clone_by_name:575 local dir=/opt/stack/kuryr-libnetwork
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/kuryr-libnetwork /opt/stack/kuryr-libnetwork master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/kuryr-libnetwork
+functions-common:git_clone:496 local git_dest=/opt/stack/kuryr-libnetwork
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/kuryr-libnetwork ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/kuryr-libnetwork /opt/stack/kuryr-libnetwork --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453071686
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/kuryr-libnetwork /opt/stack/kuryr-libnetwork --branch master
Cloning into '/opt/stack/kuryr-libnetwork'...
remote: Counting objects: 4735, done.
remote: Compressing objects: 100% (2186/2186), done.
remote: Total 4735 (delta 3263), reused 3816 (delta 2457)
Receiving objects: 100% (4735/4735), 1.64 MiB | 0 bytes/s, done.
Resolving deltas: 100% (3263/3263), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453071686
+functions-common:time_stop:2268 [[ -z 1531453071686 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453072880
+functions-common:time_stop:2272 elapsed_time=1194
+functions-common:time_stop:2273 total=3603
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=4797
+functions-common:git_clone:564 cd /opt/stack/kuryr-libnetwork
+functions-common:git_clone:565 head -1
+functions-common:git_clone:565 git show --oneline
2081bba Merge "Trivial: Update pypi url to new url"
+functions-common:git_clone:566 cd /home/stack/devstack
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name zun-ui
+functions-common:git_clone_by_name:573 local name=zun-ui
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/zun-ui
+functions-common:git_clone_by_name:575 local dir=/opt/stack/zun-ui
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/zun-ui /opt/stack/zun-ui master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/zun-ui
+functions-common:git_clone:496 local git_dest=/opt/stack/zun-ui
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/zun-ui ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/zun-ui /opt/stack/zun-ui --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453073108
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/zun-ui /opt/stack/zun-ui --branch master
Cloning into '/opt/stack/zun-ui'...
remote: Counting objects: 2480, done.
remote: Compressing objects: 100% (1147/1147), done.
remote: Total 2480 (delta 1431), reused 1992 (delta 1004)
Receiving objects: 100% (2480/2480), 473.99 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1431/1431), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453073108
+functions-common:time_stop:2268 [[ -z 1531453073108 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453074115
+functions-common:time_stop:2272 elapsed_time=1007
+functions-common:time_stop:2273 total=4797
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=5804
+functions-common:git_clone:564 cd /opt/stack/zun-ui
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
8cfab7e Imported Translations from Zanata
+functions-common:git_clone:566 cd /home/stack/devstack
+functions-common:fetch_plugins:1605 for plugin in '${plugins//,/ }'
+functions-common:fetch_plugins:1606 git_clone_by_name heat
+functions-common:git_clone_by_name:573 local name=heat
+functions-common:git_clone_by_name:574 local repo=https://git.openstack.org/openstack/heat
+functions-common:git_clone_by_name:575 local dir=/opt/stack/heat
+functions-common:git_clone_by_name:576 local branch=master
+functions-common:git_clone_by_name:577 git_clone https://git.openstack.org/openstack/heat /opt/stack/heat master
+functions-common:git_clone:495 local git_remote=https://git.openstack.org/openstack/heat
+functions-common:git_clone:496 local git_dest=/opt/stack/heat
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:516 echo master
+functions-common:git_clone:530 [[ ! -d /opt/stack/heat ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://git.openstack.org/openstack/heat /opt/stack/heat --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453074339
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/heat /opt/stack/heat --branch master
Cloning into '/opt/stack/heat'...
remote: Counting objects: 128121, done.
remote: Compressing objects: 100% (58458/58458), done.
remote: Total 128121 (delta 99367), reused 92308 (delta 65128)
Receiving objects: 100% (128121/128121), 25.54 MiB | 10.46 MiB/s, done.
Resolving deltas: 100% (99367/99367), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453074339
+functions-common:time_stop:2268 [[ -z 1531453074339 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453085171
+functions-common:time_stop:2272 elapsed_time=10832
+functions-common:time_stop:2273 total=5804
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=16636
+functions-common:git_clone:564 cd /opt/stack/heat
+functions-common:git_clone:565 head -1
+functions-common:git_clone:565 git show --oneline
80b1f1c Merge "Fix Octavia health manager"
+functions-common:git_clone:566 cd /home/stack/devstack
+./stack.sh:main:588 run_phase override_defaults
+functions-common:run_phase:1678 local mode=override_defaults
+functions-common:run_phase:1679 local phase=
+functions-common:run_phase:1680 [[ -d /home/stack/devstack/extras.d ]]
+functions-common:run_phase:1681 local extra_plugin_file_name
+functions-common:run_phase:1682 for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
+functions-common:run_phase:1687 local exceptions=80-tempest.sh
+functions-common:run_phase:1688 local extra
++functions-common:run_phase:1689 basename /home/stack/devstack/extras.d/80-tempest.sh
+functions-common:run_phase:1689 extra=80-tempest.sh
+functions-common:run_phase:1690 [[ 80-tempest.sh =~ 80-tempest\.sh ]]
+functions-common:run_phase:1694 [[ -r /home/stack/devstack/extras.d/80-tempest.sh ]]
+functions-common:run_phase:1694 source /home/stack/devstack/extras.d/80-tempest.sh override_defaults
++extras.d/80-tempest.sh:source:3 is_service_enabled tempest
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++extras.d/80-tempest.sh:source:4 [[ override_defaults == \s\o\u\r\c\e ]]
++extras.d/80-tempest.sh:source:7 [[ override_defaults == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:10 [[ override_defaults == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:13 [[ override_defaults == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:16 [[ override_defaults == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:19 [[ override_defaults == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:26 [[ override_defaults == \u\n\s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:31 [[ override_defaults == \c\l\e\a\n ]]
+functions-common:run_phase:1699 [[ override_defaults == \s\o\u\r\c\e ]]
+functions-common:run_phase:1702 [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
+functions-common:run_phase:1703 plugin_override_defaults
+functions-common:plugin_override_defaults:1637 local plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
+functions-common:plugin_override_defaults:1638 local plugin
+functions-common:plugin_override_defaults:1641 [[ -z ,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat ]]
+functions-common:plugin_override_defaults:1645 echo 'Overriding Configuration Defaults'
Overriding Configuration Defaults
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/zun
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/zun/devstack/override-defaults ]]
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/zun-tempest-plugin
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/zun-tempest-plugin/devstack/override-defaults ]]
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/devstack-plugin-container
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/devstack-plugin-container/devstack/override-defaults ]]
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/kuryr-libnetwork
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/kuryr-libnetwork/devstack/override-defaults ]]
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/zun-ui
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/zun-ui/devstack/override-defaults ]]
+functions-common:plugin_override_defaults:1646 for plugin in '${plugins//,/ }'
+functions-common:plugin_override_defaults:1647 local dir=/opt/stack/heat
+functions-common:plugin_override_defaults:1649 [[ -f /opt/stack/heat/devstack/override-defaults ]]
+./stack.sh:main:591 source /home/stack/devstack/lib/apache
+++lib/apache:source:22 set +o
+++lib/apache:source:22 grep xtrace
++lib/apache:source:22 _XTRACE_LIB_APACHE='set -o xtrace'
++lib/apache:source:23 set +o xtrace
+./stack.sh:main:594 source /home/stack/devstack/lib/tls
++lib/tls:source:38 is_service_enabled tls-proxy
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 1
+++lib/tls:source:43 hostname -f
++lib/tls:source:43 DEVSTACK_HOSTNAME=zunui
++lib/tls:source:44 DEVSTACK_CERT_NAME=devstack-cert
++lib/tls:source:45 DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
++lib/tls:source:48 ROOT_CA_DIR=/opt/stack/data/CA/root-ca
++lib/tls:source:49 INT_CA_DIR=/opt/stack/data/CA/int-ca
++lib/tls:source:51 ORG_NAME=OpenStack
++lib/tls:source:52 ORG_UNIT_NAME=DevStack
++lib/tls:source:55 STUD_PROTO=--tls
++lib/tls:source:56 STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
++lib/tls:source:63 OPENSSL=/usr/bin/openssl
+./stack.sh:main:597 source /home/stack/devstack/lib/infra
+++lib/infra:source:18 grep xtrace
+++lib/infra:source:18 set +o
++lib/infra:source:18 _XTRACE_INFRA='set -o xtrace'
++lib/infra:source:19 set +o xtrace
+./stack.sh:main:598 source /home/stack/devstack/lib/libraries
+++lib/libraries:source:19 set +o
+++lib/libraries:source:19 grep xtrace
++lib/libraries:source:19 _XTRACE_LIB_LIBRARIES='set -o xtrace'
++lib/libraries:source:20 set +o xtrace
+./stack.sh:main:599 source /home/stack/devstack/lib/lvm
+++lib/lvm:source:19 set +o
+++lib/lvm:source:19 grep xtrace
++lib/lvm:source:19 _XTRACE_LVM='set -o xtrace'
++lib/lvm:source:20 set +o xtrace
+./stack.sh:main:600 source /home/stack/devstack/lib/horizon
+++lib/horizon:source:22 set +o
+++lib/horizon:source:22 grep xtrace
++lib/horizon:source:22 _XTRACE_HORIZON='set -o xtrace'
++lib/horizon:source:23 set +o xtrace
+./stack.sh:main:601 source /home/stack/devstack/lib/keystone
+++lib/keystone:source:30 set +o
+++lib/keystone:source:30 grep xtrace
++lib/keystone:source:30 _XTRACE_KEYSTONE='set -o xtrace'
++lib/keystone:source:31 set +o xtrace
+./stack.sh:main:602 source /home/stack/devstack/lib/glance
+++lib/glance:source:24 grep xtrace
+++lib/glance:source:24 set +o
++lib/glance:source:24 _XTRACE_GLANCE='set -o xtrace'
++lib/glance:source:25 set +o xtrace
+./stack.sh:main:603 source /home/stack/devstack/lib/nova
+++lib/nova:source:27 set +o
+++lib/nova:source:27 grep xtrace
++lib/nova:source:27 _XTRACE_LIB_NOVA='set -o xtrace'
++lib/nova:source:28 set +o xtrace
+./stack.sh:main:604 source /home/stack/devstack/lib/placement
+++lib/placement:source:26 set +o
+++lib/placement:source:26 grep xtrace
++lib/placement:source:26 _XTRACE_LIB_PLACEMENT='set -o xtrace'
++lib/placement:source:27 set +o xtrace
+./stack.sh:main:605 source /home/stack/devstack/lib/cinder
+++lib/cinder:source:23 set +o
+++lib/cinder:source:23 grep xtrace
++lib/cinder:source:23 _XTRACE_CINDER='set -o xtrace'
++lib/cinder:source:24 set +o xtrace
+./stack.sh:main:606 source /home/stack/devstack/lib/swift
+++lib/swift:source:27 grep xtrace
+++lib/swift:source:27 set +o
++lib/swift:source:27 _XTRACE_LIB_SWIFT='set -o xtrace'
++lib/swift:source:28 set +o xtrace
+./stack.sh:main:607 source /home/stack/devstack/lib/neutron
+++lib/neutron:source:22 set +o
+++lib/neutron:source:22 grep xtrace
++lib/neutron:source:22 XTRACE='set -o xtrace'
++lib/neutron:source:23 set +o xtrace
WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future
+./stack.sh:main:608 source /home/stack/devstack/lib/ldap
+++lib/ldap:source:11 grep xtrace
+++lib/ldap:source:11 set +o
++lib/ldap:source:11 _XTRACE_LDAP='set -o xtrace'
++lib/ldap:source:12 set +o xtrace
+./stack.sh:main:609 source /home/stack/devstack/lib/dstat
+++lib/dstat:source:16 grep xtrace
+++lib/dstat:source:16 set +o
++lib/dstat:source:16 _XTRACE_DSTAT='set -o xtrace'
++lib/dstat:source:17 set +o xtrace
+./stack.sh:main:610 source /home/stack/devstack/lib/etcd3
+++lib/etcd3:source:19 grep xtrace
+++lib/etcd3:source:19 set +o
++lib/etcd3:source:19 _XTRACE_ETCD3='set -o xtrace'
++lib/etcd3:source:20 set +o xtrace
+./stack.sh:main:616 run_phase source
+functions-common:run_phase:1678 local mode=source
+functions-common:run_phase:1679 local phase=
+functions-common:run_phase:1680 [[ -d /home/stack/devstack/extras.d ]]
+functions-common:run_phase:1681 local extra_plugin_file_name
+functions-common:run_phase:1682 for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
+functions-common:run_phase:1687 local exceptions=80-tempest.sh
+functions-common:run_phase:1688 local extra
++functions-common:run_phase:1689 basename /home/stack/devstack/extras.d/80-tempest.sh
+functions-common:run_phase:1689 extra=80-tempest.sh
+functions-common:run_phase:1690 [[ 80-tempest.sh =~ 80-tempest\.sh ]]
+functions-common:run_phase:1694 [[ -r /home/stack/devstack/extras.d/80-tempest.sh ]]
+functions-common:run_phase:1694 source /home/stack/devstack/extras.d/80-tempest.sh source
++extras.d/80-tempest.sh:source:3 is_service_enabled tempest
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++extras.d/80-tempest.sh:source:4 [[ source == \s\o\u\r\c\e ]]
++extras.d/80-tempest.sh:source:6 source /home/stack/devstack/lib/tempest
++++lib/tempest:source:39 grep xtrace
++++lib/tempest:source:39 set +o
+++lib/tempest:source:39 _XTRACE_TEMPEST='set -o xtrace'
+++lib/tempest:source:40 set +o xtrace
++extras.d/80-tempest.sh:source:26 [[ source == \u\n\s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:31 [[ source == \c\l\e\a\n ]]
+functions-common:run_phase:1699 [[ source == \s\o\u\r\c\e ]]
+functions-common:run_phase:1700 load_plugin_settings
+functions-common:load_plugin_settings:1614 local plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
+functions-common:load_plugin_settings:1615 local plugin
+functions-common:load_plugin_settings:1618 [[ -z ,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat ]]
+functions-common:load_plugin_settings:1622 echo 'Loading plugin settings'
Loading plugin settings
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/zun
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/zun/devstack/settings ]]
+functions-common:load_plugin_settings:1627 source /opt/stack/zun/devstack/settings
++/opt/stack/zun/devstack/settings:source:18 DOCKER_CLUSTER_STORE=etcd://104.130.163.16:2379
++/opt/stack/zun/devstack/settings:source:21 [[ 104.130.163.16 == 104.130.163.16 ]]
++/opt/stack/zun/devstack/settings:source:22 enable_service zun-api
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/zun/devstack/settings:source:23 enable_service zun-compute
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/zun/devstack/settings:source:24 enable_service zun-wsproxy
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 grep xtrace
+++functions-common:enable_service:1838 set +o
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/zun/devstack/settings:source:29 [[ '' == \e\t\c\d ]]
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/zun-tempest-plugin
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/zun-tempest-plugin/devstack/settings ]]
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/devstack-plugin-container
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/devstack-plugin-container/devstack/settings ]]
+functions-common:load_plugin_settings:1627 source /opt/stack/devstack-plugin-container/devstack/settings
++/opt/stack/devstack-plugin-container/devstack/settings:source:3 CONTAINER_ENGINE=docker
++/opt/stack/devstack-plugin-container/devstack/settings:source:4 ENABLE_CLEAR_CONTAINER=false
++/opt/stack/devstack-plugin-container/devstack/settings:source:5 ENABLE_LIVE_RESTORE=false
++/opt/stack/devstack-plugin-container/devstack/settings:source:8 enable_service container
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/kuryr-libnetwork
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/kuryr-libnetwork/devstack/settings ]]
+functions-common:load_plugin_settings:1627 source /opt/stack/kuryr-libnetwork/devstack/settings
++/opt/stack/kuryr-libnetwork/devstack/settings:source:2 KURYR_HOME=/opt/stack/kuryr-libnetwork
++/opt/stack/kuryr-libnetwork/devstack/settings:source:3 KURYR_ACTIVATOR_FILENAME=kuryr.spec
++/opt/stack/kuryr-libnetwork/devstack/settings:source:4 KURYR_DEFAULT_ACTIVATOR=/opt/stack/kuryr-libnetwork/etc/kuryr.spec
++/opt/stack/kuryr-libnetwork/devstack/settings:source:8 KURYR_ACTIVATOR_DIR=/usr/lib/docker/plugins/kuryr
++/opt/stack/kuryr-libnetwork/devstack/settings:source:9 KURYR_ACTIVATOR=/usr/lib/docker/plugins/kuryr/kuryr.spec
++/opt/stack/kuryr-libnetwork/devstack/settings:source:11 KURYR_CONFIG_FILENAME=kuryr.conf
++/opt/stack/kuryr-libnetwork/devstack/settings:source:12 KURYR_DEFAULT_CONFIG=/opt/stack/kuryr-libnetwork/etc/kuryr.conf
++/opt/stack/kuryr-libnetwork/devstack/settings:source:13 KURYR_CONFIG_DIR=/etc/kuryr
++/opt/stack/kuryr-libnetwork/devstack/settings:source:14 KURYR_CONFIG=/etc/kuryr/kuryr.conf
++/opt/stack/kuryr-libnetwork/devstack/settings:source:15 KURYR_AUTH_CACHE_DIR=/var/cache/kuryr
++/opt/stack/kuryr-libnetwork/devstack/settings:source:16 KURYR_LOG_DIR=/var/log/kuryr
+++/opt/stack/kuryr-libnetwork/devstack/settings:source:17 get_python_exec_prefix
+++inc/python:get_python_exec_prefix:44 local xtrace
++++inc/python:get_python_exec_prefix:45 grep xtrace
++++inc/python:get_python_exec_prefix:45 set +o
+++inc/python:get_python_exec_prefix:45 xtrace='set -o xtrace'
+++inc/python:get_python_exec_prefix:46 set +o xtrace
+++inc/python:get_python_exec_prefix:52 python3_enabled
+++inc/python:python3_enabled:587 [[ False == \T\r\u\e ]]
+++inc/python:python3_enabled:590 return 1
+++inc/python:get_python_exec_prefix:56 is_fedora
+++functions-common:is_fedora:438 [[ -z Ubuntu ]]
+++functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+++functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+++functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+++functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+++functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+++functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+++inc/python:get_python_exec_prefix:56 is_suse
+++functions-common:is_suse:453 [[ -z Ubuntu ]]
+++functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+++functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+++inc/python:get_python_exec_prefix:59 echo /usr/local/bin
++/opt/stack/kuryr-libnetwork/devstack/settings:source:17 KURYR_BIN_DIR=/usr/local/bin
++/opt/stack/kuryr-libnetwork/devstack/settings:source:19 KURYR_POOL_PREFIX=10.10.0.0/16
++/opt/stack/kuryr-libnetwork/devstack/settings:source:20 KURYR_POOL_PREFIX_LEN=24
++/opt/stack/kuryr-libnetwork/devstack/settings:source:22 KURYR_CAPABILITY_SCOPE=local
++/opt/stack/kuryr-libnetwork/devstack/settings:source:23 KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
++/opt/stack/kuryr-libnetwork/devstack/settings:source:25 KURYR_DOCKER_ENGINE_PORT=2375
++/opt/stack/kuryr-libnetwork/devstack/settings:source:26 DOCKER_CLUSTER_STORE=etcd://104.130.163.16:2379
++/opt/stack/kuryr-libnetwork/devstack/settings:source:28 GITREPO["kuryr"]=git://git.openstack.org/openstack/kuryr.git
++/opt/stack/kuryr-libnetwork/devstack/settings:source:29 GITBRANCH["kuryr"]=master
++/opt/stack/kuryr-libnetwork/devstack/settings:source:30 GITDIR["kuryr"]=/opt/stack/kuryr
++/opt/stack/kuryr-libnetwork/devstack/settings:source:32 enable_service kuryr-libnetwork docker-engine
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/kuryr-libnetwork/devstack/settings:source:34 [[ 104.130.163.16 == 104.130.163.16 ]]
++/opt/stack/kuryr-libnetwork/devstack/settings:source:35 enable_service etcd3
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/zun-ui
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/zun-ui/devstack/settings ]]
+functions-common:load_plugin_settings:1627 source /opt/stack/zun-ui/devstack/settings
++/opt/stack/zun-ui/devstack/settings:source:2 enable_service zun-ui
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
+functions-common:load_plugin_settings:1623 for plugin in '${plugins//,/ }'
+functions-common:load_plugin_settings:1624 local dir=/opt/stack/heat
+functions-common:load_plugin_settings:1626 [[ -f /opt/stack/heat/devstack/settings ]]
+functions-common:load_plugin_settings:1627 source /opt/stack/heat/devstack/settings
++/opt/stack/heat/devstack/settings:source:6 enable_service h-eng
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/heat/devstack/settings:source:7 enable_service h-api
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 set +o
+++functions-common:enable_service:1838 grep xtrace
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
++/opt/stack/heat/devstack/settings:source:8 enable_service h-api-cfn
++functions-common:enable_service:1837 local xtrace
+++functions-common:enable_service:1838 grep xtrace
+++functions-common:enable_service:1838 set +o
++functions-common:enable_service:1838 xtrace='set -o xtrace'
++functions-common:enable_service:1839 set +o xtrace
+functions-common:run_phase:1701 verify_disabled_services
+functions-common:verify_disabled_services:1966 local service
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,key, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-cpu, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-cond, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-sch, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-novnc, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-cauth, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,n-api-meta, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,placement-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,placement-client, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,g-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,g-reg, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,c-sch, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,c-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,c-vol, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,q-svc, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,q-dhcp, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,q-meta, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,q-agt, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,q-l3, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,horizon, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,rabbit, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,tempest, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,mysql, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,etcd3, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,dstat, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,zun-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,zun-compute, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,zun-wsproxy, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,container, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,kuryr-libnetwork, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,docker-engine, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,zun-ui, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,h-eng, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,h-api, ]]
+functions-common:verify_disabled_services:1967 for service in '${ENABLED_SERVICES//,/ }'
+functions-common:verify_disabled_services:1968 [[ ,, =~ ,h-api-cfn, ]]
+./stack.sh:main:687 initialize_database_backends
+lib/database:initialize_database_backends:65 for backend in '$DATABASE_BACKENDS'
+lib/database:initialize_database_backends:66 is_service_enabled mysql
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/database:initialize_database_backends:66 DATABASE_TYPE=mysql
+lib/database:initialize_database_backends:65 for backend in '$DATABASE_BACKENDS'
+lib/database:initialize_database_backends:66 is_service_enabled postgresql
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/database:initialize_database_backends:69 '[' -z mysql ']'
+lib/database:initialize_database_backends:73 MYSQL_HOST=127.0.0.1
+lib/database:initialize_database_backends:74 MYSQL_USER=root
+lib/database:initialize_database_backends:80 [[ 4 == 6 ]]
+lib/database:initialize_database_backends:83 DATABASE_HOST=127.0.0.1
+lib/database:initialize_database_backends:86 DATABASE_USER=root
+lib/database:initialize_database_backends:88 '[' -n '' ']'
+lib/database:initialize_database_backends:91 read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
+./stack.sh:read_password:626 local xtrace
++./stack.sh:read_password:627 set +o
++./stack.sh:read_password:627 grep xtrace
+./stack.sh:read_password:627 xtrace='set -o xtrace'
+./stack.sh:read_password:628 set +o xtrace
++lib/database:initialize_database_backends:104 get_database_type_mysql
++lib/databases/mysql:get_database_type_mysql:27 [[ PyMySQL == \P\y\M\y\S\Q\L ]]
++lib/databases/mysql:get_database_type_mysql:28 echo mysql+pymysql
+lib/database:initialize_database_backends:104 BASE_SQL_CONN=mysql+pymysql://root:openstack@127.0.0.1
+lib/database:initialize_database_backends:106 return 0
+./stack.sh:main:687 echo 'Using mysql database backend'
Using mysql database backend
+./stack.sh:main:696 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:697 read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
+./stack.sh:read_password:626 local xtrace
++./stack.sh:read_password:627 grep xtrace
++./stack.sh:read_password:627 set +o
+./stack.sh:read_password:627 xtrace='set -o xtrace'
+./stack.sh:read_password:628 set +o xtrace
+./stack.sh:main:704 is_service_enabled keystone
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:706 read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
+./stack.sh:read_password:626 local xtrace
++./stack.sh:read_password:627 set +o
++./stack.sh:read_password:627 grep xtrace
+./stack.sh:read_password:627 xtrace='set -o xtrace'
+./stack.sh:read_password:628 set +o xtrace
+./stack.sh:main:708 read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
+./stack.sh:read_password:626 local xtrace
++./stack.sh:read_password:627 set +o
++./stack.sh:read_password:627 grep xtrace
+./stack.sh:read_password:627 xtrace='set -o xtrace'
+./stack.sh:read_password:628 set +o xtrace
+./stack.sh:main:719 is_service_enabled ldap
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+./stack.sh:main:728 is_service_enabled s-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+./stack.sh:main:740 save_stackenv 740
+functions-common:save_stackenv:62 local tag=740
++functions-common:save_stackenv:64 date +%F-%H%M%S
+functions-common:save_stackenv:64 time_stamp=2018-07-13-033808
+functions-common:save_stackenv:65 echo '# 2018-07-13-033808 740'
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo BASE_SQL_CONN=mysql+pymysql://root:openstack@127.0.0.1
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo DATA_DIR=/opt/stack/data
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo DEST=/opt/stack
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo HOST_IP=104.130.163.16
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo KEYSTONE_AUTH_URI=http://104.130.163.16/identity
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo KEYSTONE_SERVICE_URI=http://104.130.163.16/identity
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo LOGFILE=
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo OS_CACERT=
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo SERVICE_HOST=104.130.163.16
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo STACK_USER=stack
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo TLS_IP=
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo HOST_IPV6=2001:4802:7801:104:be76:4eff:fe20:45b0
+functions-common:save_stackenv:66 for i in '$STACK_ENV_VARS'
+functions-common:save_stackenv:67 echo SERVICE_IP_VERSION=4
+./stack.sh:main:751 git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/requirements.git
+functions-common:git_clone:496 local git_dest=/opt/stack/requirements
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/requirements ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453089097
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements --branch master
Cloning into '/opt/stack/requirements'...
remote: Counting objects: 28698, done.
remote: Compressing objects: 100% (14034/14034), done.
remote: Total 28698 (delta 19908), reused 23110 (delta 14641)
Receiving objects: 100% (28698/28698), 4.56 MiB | 0 bytes/s, done.
Resolving deltas: 100% (19908/19908), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453089097
+functions-common:time_stop:2268 [[ -z 1531453089097 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453090946
+functions-common:time_stop:2272 elapsed_time=1849
+functions-common:time_stop:2273 total=16636
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=18485
+functions-common:git_clone:564 cd /opt/stack/requirements
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
1c6f47c Merge "update constraint for taskflow to new release 3.2.0"
+functions-common:git_clone:566 cd /home/stack/devstack
+./stack.sh:main:755 echo_summary 'Installing package prerequisites'
+./stack.sh:echo_summary:434 [[ -t 3 ]]
+./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
+./stack.sh:echo_summary:440 echo -e Installing package prerequisites
2018-07-13 03:38:11.022 | Installing package prerequisites
+./stack.sh:main:756 source /home/stack/devstack/tools/install_prereqs.sh
++tools/install_prereqs.sh:source:11 FORCE_PREREQ=0
++tools/install_prereqs.sh:source:13 getopts :f opt
++tools/install_prereqs.sh:source:23 [[ -z /home/stack/devstack ]]
++tools/install_prereqs.sh:source:43 PREREQ_RERUN_MARKER=/home/stack/devstack/.prereqs
++tools/install_prereqs.sh:source:44 PREREQ_RERUN_HOURS=2
++tools/install_prereqs.sh:source:45 PREREQ_RERUN_SECONDS=7200
+++tools/install_prereqs.sh:source:47 date +%s
++tools/install_prereqs.sh:source:47 NOW=1531453091
+++tools/install_prereqs.sh:source:48 head -1 /home/stack/devstack/.prereqs
++tools/install_prereqs.sh:source:48 LAST_RUN=1531451282
++tools/install_prereqs.sh:source:49 DELTA=1809
++tools/install_prereqs.sh:source:50 [[ 1809 -lt 7200 ]]
++tools/install_prereqs.sh:source:50 [[ -z 0 ]]
++tools/install_prereqs.sh:source:57 export_proxy_variables
++functions-common:export_proxy_variables:2077 isset http_proxy
++functions-common:isset:163 [[ -v http_proxy ]]
++functions-common:export_proxy_variables:2080 isset https_proxy
++functions-common:isset:163 [[ -v https_proxy ]]
++functions-common:export_proxy_variables:2083 isset no_proxy
++functions-common:isset:163 [[ -v no_proxy ]]
+++tools/install_prereqs.sh:source:64 get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn
+++functions-common:get_packages:1162 local xtrace
++++functions-common:get_packages:1163 set +o
++++functions-common:get_packages:1163 grep xtrace
+++functions-common:get_packages:1163 xtrace='set -o xtrace'
+++functions-common:get_packages:1164 set +o xtrace
++tools/install_prereqs.sh:source:64 PACKAGES='apache2
apache2-dev
bc
bridge-utils
bsdmainutils
curl
g++
gcc
gettext
git
graphviz
iputils-ping
libapache2-mod-proxy-uwsgi
libffi-dev
libjpeg-dev
libmysqlclient-dev
libpcre3-dev
libpq-dev
libssl-dev
libsystemd-dev
libxml2-dev
libxslt1-dev
libyaml-dev
lsof
openssh-server
openssl
pkg-config
psmisc
python2.7
python-dev
python-gdbm
tar
tcpdump
unzip
uuid-runtime
wget
wget
zlib1g-dev
libkrb5-dev
libldap2-dev
libsasl2-dev
memcached
python-mysqldb
sqlite3
conntrack
curl
dnsmasq-base
dnsmasq-utils
ebtables
gawk
genisoimage
iptables
iputils-arping
kpartx
libjs-jquery-tablesorter
libmysqlclient-dev
parted
pm-utils
python-mysqldb
socat
sqlite3
sudo
vlan
cryptsetup
dosfstools
genisoimage
gir1.2-libosinfo-1.0
netcat-openbsd
open-iscsi
qemu-utils
sg3-utils
sysfsutils
lvm2
open-iscsi
qemu-utils
thin-provisioning-tools
acl
dnsmasq-base
ebtables
haproxy
iptables
iputils-arping
iputils-ping
libmysqlclient-dev
postgresql-server-dev-all
python-mysqldb
sqlite3
sudo
vlan
ipset
conntrack
conntrackd
keepalived
dstat
python-psutil'
+++tools/install_prereqs.sh:source:65 get_plugin_packages
+++functions-common:get_plugin_packages:1236 local xtrace
++++functions-common:get_plugin_packages:1237 set +o
++++functions-common:get_plugin_packages:1237 grep xtrace
+++functions-common:get_plugin_packages:1237 xtrace='set -o xtrace'
+++functions-common:get_plugin_packages:1238 set +o xtrace
++tools/install_prereqs.sh:source:65 PACKAGES='apache2
apache2-dev
bc
bridge-utils
bsdmainutils
curl
g++
gcc
gettext
git
graphviz
iputils-ping
libapache2-mod-proxy-uwsgi
libffi-dev
libjpeg-dev
libmysqlclient-dev
libpcre3-dev
libpq-dev
libssl-dev
libsystemd-dev
libxml2-dev
libxslt1-dev
libyaml-dev
lsof
openssh-server
openssl
pkg-config
psmisc
python2.7
python-dev
python-gdbm
tar
tcpdump
unzip
uuid-runtime
wget
wget
zlib1g-dev
libkrb5-dev
libldap2-dev
libsasl2-dev
memcached
python-mysqldb
sqlite3
conntrack
curl
dnsmasq-base
dnsmasq-utils
ebtables
gawk
genisoimage
iptables
iputils-arping
kpartx
libjs-jquery-tablesorter
libmysqlclient-dev
parted
pm-utils
python-mysqldb
socat
sqlite3
sudo
vlan
cryptsetup
dosfstools
genisoimage
gir1.2-libosinfo-1.0
netcat-openbsd
open-iscsi
qemu-utils
sg3-utils
sysfsutils
lvm2
open-iscsi
qemu-utils
thin-provisioning-tools
acl
dnsmasq-base
ebtables
haproxy
iptables
iputils-arping
iputils-ping
libmysqlclient-dev
postgresql-server-dev-all
python-mysqldb
sqlite3
sudo
vlan
ipset
conntrack
conntrackd
keepalived
dstat
python-psutil '
++tools/install_prereqs.sh:source:67 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++tools/install_prereqs.sh:source:67 echo apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil
++tools/install_prereqs.sh:source:67 grep -q dkms
++tools/install_prereqs.sh:source:72 install_package apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil
++functions-common:install_package:1281 update_package_repo
++functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
++functions-common:update_package_repo:1254 REPOS_UPDATED=False
++functions-common:update_package_repo:1255 RETRY_UPDATE=False
++functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
++functions-common:update_package_repo:1261 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++functions-common:update_package_repo:1262 apt_get_update
++functions-common:apt_get_update:1040 [[ False == \T\r\u\e ]]
++functions-common:apt_get_update:1045 [[ False = \T\r\u\e ]]
++functions-common:apt_get_update:1047 local sudo=sudo
+++functions-common:apt_get_update:1048 id -u
++functions-common:apt_get_update:1048 [[ 1001 = \0 ]]
++functions-common:apt_get_update:1051 time_start apt-get-update
++functions-common:time_start:2245 local name=apt-get-update
++functions-common:time_start:2246 local start_time=
++functions-common:time_start:2247 [[ -n '' ]]
+++functions-common:time_start:2250 date +%s%3N
++functions-common:time_start:2250 _TIME_START[$name]=1531453091485
++functions-common:apt_get_update:1053 local 'proxies=http_proxy= https_proxy= no_proxy= '
++functions-common:apt_get_update:1054 local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
++functions-common:apt_get_update:1055 timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 https://download.docker.com/linux/ubuntu xenial InRelease
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:5 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike InRelease
Ign:6 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens InRelease
Hit:7 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike Release
Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Hit:9 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens Release
Fetched 323 kB in 0s (390 kB/s)
Reading package lists... Done
++functions-common:apt_get_update:1059 REPOS_UPDATED=True
++functions-common:apt_get_update:1061 time_stop apt-get-update
++functions-common:time_stop:2259 local name
++functions-common:time_stop:2260 local end_time
++functions-common:time_stop:2261 local elapsed_time
++functions-common:time_stop:2262 local total
++functions-common:time_stop:2263 local start_time
++functions-common:time_stop:2265 name=apt-get-update
++functions-common:time_stop:2266 start_time=1531453091485
++functions-common:time_stop:2268 [[ -z 1531453091485 ]]
+++functions-common:time_stop:2271 date +%s%3N
++functions-common:time_stop:2271 end_time=1531453093915
++functions-common:time_stop:2272 elapsed_time=2430
++functions-common:time_stop:2273 total=0
++functions-common:time_stop:2275 _TIME_START[$name]=
++functions-common:time_stop:2276 _TIME_TOTAL[$name]=2430
++functions-common:install_package:1282 real_install_package apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil
++functions-common:real_install_package:1267 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++functions-common:real_install_package:1268 apt_get install apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil
++functions-common:apt_get:1068 local xtrace result
+++functions-common:apt_get:1069 set +o
+++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 xtrace='set -o xtrace'
++functions-common:apt_get:1070 set +o xtrace
++functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil
Reading package lists... Done
Building dependency tree
Reading state information... Done
acl is already the newest version (2.2.52-3).
bc is already the newest version (1.06.95-9build1).
bridge-utils is already the newest version (1.5-9ubuntu1).
bsdmainutils is already the newest version (9.0.6ubuntu3).
conntrack is already the newest version (1:1.4.3-3).
g++ is already the newest version (4:5.3.1-1ubuntu1).
gawk is already the newest version (1:4.1.3+dfsg-0.1).
gcc is already the newest version (4:5.3.1-1ubuntu1).
genisoimage is already the newest version (9:1.1.11-3ubuntu1).
gettext is already the newest version (0.19.7-2ubuntu3).
ipset is already the newest version (6.29-1).
iptables is already the newest version (1.6.0-2ubuntu3).
iputils-arping is already the newest version (3:20121221-5ubuntu2).
iputils-ping is already the newest version (3:20121221-5ubuntu2).
libffi-dev is already the newest version (3.2.1-4).
libjpeg-dev is already the newest version (8c-2ubuntu8).
libpcre3-dev is already the newest version (2:8.38-3.1).
libsasl2-dev is already the newest version (2.1.26.dfsg1-14build1).
libyaml-dev is already the newest version (0.1.6-3).
lsof is already the newest version (4.89+dfsg-0.1).
lvm2 is already the newest version (2.02.133-1ubuntu10).
netcat-openbsd is already the newest version (1.105-7ubuntu1).
pkg-config is already the newest version (0.29.1-0ubuntu1).
pm-utils is already the newest version (1.4.1-16).
psmisc is already the newest version (22.21-2.1build1).
python-mysqldb is already the newest version (1.3.7-1build2).
python-psutil is already the newest version (3.4.2-1).
sg3-utils is already the newest version (1.40-0ubuntu1).
sqlite3 is already the newest version (3.11.0-1ubuntu1).
unzip is already the newest version (6.0-20ubuntu1).
conntrackd is already the newest version (1:1.4.3-3).
dstat is already the newest version (0.7.2-4).
gir1.2-libosinfo-1.0 is already the newest version (0.2.12-2ubuntu3).
libjs-jquery-tablesorter is already the newest version (10-2ubuntu2).
socat is already the newest version (1.7.3.1-1).
sysfsutils is already the newest version (2.1.0+repack-4).
thin-provisioning-tools is already the newest version (0.5.6-1ubuntu1).
apache2 is already the newest version (2.4.18-2ubuntu3.9).
apache2-dev is already the newest version (2.4.18-2ubuntu3.9).
cryptsetup is already the newest version (2:1.6.6-5ubuntu2.1).
curl is already the newest version (7.47.0-1ubuntu2.8).
dosfstools is already the newest version (3.0.28-2ubuntu0.1).
ebtables is already the newest version (2.0.10.4-3.4ubuntu2.16.04.2).
git is already the newest version (1:2.7.4-0ubuntu1.4).
graphviz is already the newest version (2.38.0-12ubuntu2.1).
haproxy is already the newest version (1.6.3-1ubuntu0.1).
kpartx is already the newest version (0.5.0+git1.656f8865-5ubuntu2.5).
libkrb5-dev is already the newest version (1.13.2+dfsg-5ubuntu2).
libldap2-dev is already the newest version (2.4.42+dfsg-2ubuntu3.3).
libmysqlclient-dev is already the newest version (5.7.22-0ubuntu0.16.04.1).
libpq-dev is already the newest version (9.5.13-0ubuntu0.16.04).
libssl-dev is already the newest version (1.0.2g-1ubuntu4.13).
libsystemd-dev is already the newest version (229-4ubuntu21.2).
libxml2-dev is already the newest version (2.9.3+dfsg1-1ubuntu0.5).
libxslt1-dev is already the newest version (1.1.28-2.1ubuntu0.1).
memcached is already the newest version (1.4.25-2ubuntu1.4).
open-iscsi is already the newest version (2.0.873+git0.3b4b4500-14ubuntu3.4).
openssh-server is already the newest version (1:7.2p2-4ubuntu2.4).
openssl is already the newest version (1.0.2g-1ubuntu4.13).
parted is already the newest version (3.2-15ubuntu0.1).
python-dev is already the newest version (2.7.12-1~16.04).
python-gdbm is already the newest version (2.7.12-1~16.04).
python2.7 is already the newest version (2.7.12-1ubuntu0~16.04.3).
sudo is already the newest version (1.8.16-0ubuntu1.5).
tar is already the newest version (1.28-2.1ubuntu0.1).
tcpdump is already the newest version (4.9.2-0ubuntu0.16.04.1).
uuid-runtime is already the newest version (2.27.1-6ubuntu3.4).
vlan is already the newest version (1.9-3.2ubuntu1.16.04.5).
wget is already the newest version (1.17.1-1ubuntu1.4).
zlib1g-dev is already the newest version (1:1.2.8.dfsg-2ubuntu4.1).
libapache2-mod-proxy-uwsgi is already the newest version (2.0.12-5ubuntu3.1).
postgresql-server-dev-all is already the newest version (173ubuntu0.1).
dnsmasq-base is already the newest version (2.79-1~cloud0).
dnsmasq-utils is already the newest version (2.79-1~cloud0).
keepalived is already the newest version (1:1.3.9-1build1~cloud0).
qemu-utils is already the newest version (1:2.11+dfsg-1ubuntu7.4~cloud0).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
++functions-common:apt_get:1085 result=0
++functions-common:apt_get:1088 time_stop apt-get
++functions-common:time_stop:2259 local name
++functions-common:time_stop:2260 local end_time
++functions-common:time_stop:2261 local elapsed_time
++functions-common:time_stop:2262 local total
++functions-common:time_stop:2263 local start_time
++functions-common:time_stop:2265 name=apt-get
++functions-common:time_stop:2266 start_time=1531453094026
++functions-common:time_stop:2268 [[ -z 1531453094026 ]]
+++functions-common:time_stop:2271 date +%s%3N
++functions-common:time_stop:2271 end_time=1531453094568
++functions-common:time_stop:2272 elapsed_time=542
++functions-common:time_stop:2273 total=0
++functions-common:time_stop:2275 _TIME_START[$name]=
++functions-common:time_stop:2276 _TIME_TOTAL[$name]=542
++functions-common:apt_get:1089 return 0
++tools/install_prereqs.sh:source:74 [[ -n False ]]
++tools/install_prereqs.sh:source:74 [[ False != \F\a\l\s\e ]]
++tools/install_prereqs.sh:source:84 python3_enabled
++inc/python:python3_enabled:587 [[ False == \T\r\u\e ]]
++inc/python:python3_enabled:590 return 1
+++tools/install_prereqs.sh:source:88 which python
++tools/install_prereqs.sh:source:88 export PYTHON=/usr/bin/python
++tools/install_prereqs.sh:source:88 PYTHON=/usr/bin/python
++tools/install_prereqs.sh:source:94 date +%s
++tools/install_prereqs.sh:source:95 date
+./stack.sh:main:759 [[ False != \T\r\u\e ]]
+./stack.sh:main:760 PYPI_ALTERNATIVE_URL=
+./stack.sh:main:760 /home/stack/devstack/tools/install_pip.sh
+tools/install_pip.sh:main:25 FILES=/home/stack/devstack/files
+tools/install_pip.sh:main:40 PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
++tools/install_pip.sh:main:41 basename https://bootstrap.pypa.io/get-pip.py
+tools/install_pip.sh:main:41 LOCAL_PIP=/home/stack/devstack/files/get-pip.py
+tools/install_pip.sh:main:43 GetDistro
+functions-common:GetDistro:365 GetOSVersion
+functions-common:GetOSVersion:342 _ensure_lsb_release
++functions-common:_ensure_lsb_release:316 command -v lsb_release
+functions-common:_ensure_lsb_release:316 [[ -x /usr/bin/lsb_release ]]
+functions-common:_ensure_lsb_release:317 return
++functions-common:GetOSVersion:344 lsb_release -r -s
+functions-common:GetOSVersion:344 os_RELEASE=16.04
++functions-common:GetOSVersion:345 lsb_release -c -s
+functions-common:GetOSVersion:345 os_CODENAME=xenial
++functions-common:GetOSVersion:346 lsb_release -i -s
+functions-common:GetOSVersion:346 os_VENDOR=Ubuntu
+functions-common:GetOSVersion:348 [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
+functions-common:GetOSVersion:349 os_PACKAGE=deb
+functions-common:GetOSVersion:354 typeset -xr os_VENDOR
+functions-common:GetOSVersion:355 typeset -xr os_RELEASE
+functions-common:GetOSVersion:356 typeset -xr os_PACKAGE
+functions-common:GetOSVersion:357 typeset -xr os_CODENAME
+functions-common:GetDistro:367 [[ Ubuntu =~ (Ubuntu) ]]
+functions-common:GetDistro:370 DISTRO=xenial
+functions-common:GetDistro:414 typeset -xr DISTRO
+tools/install_pip.sh:main:44 echo 'Distro: xenial'
Distro: xenial
+tools/install_pip.sh:main:126 get_versions
++tools/install_pip.sh:get_versions:49 which pip
+tools/install_pip.sh:get_versions:49 PIP=/usr/local/bin/pip
+tools/install_pip.sh:get_versions:50 [[ -n /usr/local/bin/pip ]]
++tools/install_pip.sh:get_versions:51 awk '{ print $2}'
++tools/install_pip.sh:get_versions:51 /usr/local/bin/pip --version
+tools/install_pip.sh:get_versions:51 PIP_VERSION=9.0.3
+tools/install_pip.sh:get_versions:52 echo 'pip: 9.0.3'
pip: 9.0.3
+tools/install_pip.sh:main:135 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+tools/install_pip.sh:main:135 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+tools/install_pip.sh:main:136 uninstall_package python-pip
+functions-common:uninstall_package:1310 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:uninstall_package:1311 apt_get purge python-pip
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'python-pip' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453096417
+functions-common:time_stop:2268 [[ -z 1531453096417 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453096925
+functions-common:time_stop:2272 elapsed_time=508
+functions-common:time_stop:2273 total=0
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=508
+functions-common:apt_get:1089 return 0
+tools/install_pip.sh:main:137 uninstall_package python3-pip
+functions-common:uninstall_package:1310 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:uninstall_package:1311 apt_get purge python3-pip
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'python3-pip' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453096997
+functions-common:time_stop:2268 [[ -z 1531453096997 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453097504
+functions-common:time_stop:2272 elapsed_time=507
+functions-common:time_stop:2273 total=508
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=1015
+functions-common:apt_get:1089 return 0
+tools/install_pip.sh:main:140 install_get_pip
+tools/install_pip.sh:install_get_pip:62 [[ -r /home/stack/devstack/files/get-pip.py ]]
+tools/install_pip.sh:install_get_pip:63 head -1 /home/stack/devstack/files/get-pip.py
+tools/install_pip.sh:install_get_pip:63 grep -q '#!/usr/bin/env python'
+tools/install_pip.sh:install_get_pip:79 [[ ! -r /home/stack/devstack/files/get-pip.py ]]
+tools/install_pip.sh:install_get_pip:79 [[ -r /home/stack/devstack/files/get-pip.py.downloaded ]]
+tools/install_pip.sh:install_get_pip:82 local timecond=
+tools/install_pip.sh:install_get_pip:83 [[ -r /home/stack/devstack/files/get-pip.py ]]
+tools/install_pip.sh:install_get_pip:84 timecond='-z /home/stack/devstack/files/get-pip.py'
+tools/install_pip.sh:install_get_pip:87 curl -f --retry 6 --retry-delay 5 -z /home/stack/devstack/files/get-pip.py -o /home/stack/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
+tools/install_pip.sh:install_get_pip:90 touch /home/stack/devstack/files/get-pip.py.downloaded
+tools/install_pip.sh:install_get_pip:92 sudo -H -E python /home/stack/devstack/files/get-pip.py -c /home/stack/devstack/tools/cap-pip.txt
Collecting pip!=8,<10 (from -c /home/stack/devstack/tools/cap-pip.txt (line 1))
Using cached https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 9.0.3
Uninstalling pip-9.0.3:
Successfully uninstalled pip-9.0.3
Successfully installed pip-9.0.3
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+tools/install_pip.sh:install_get_pip:93 python3_enabled
+inc/python:python3_enabled:587 [[ False == \T\r\u\e ]]
+inc/python:python3_enabled:590 return 1
+tools/install_pip.sh:main:142 [[ -n '' ]]
+tools/install_pip.sh:main:146 set -x
+tools/install_pip.sh:main:150 pip_install_gr setuptools
+inc/python:pip_install_gr:70 local name=setuptools
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements setuptools
++inc/python:get_from_global_requirements:392 local package=setuptools
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt
+++inc/python:get_from_global_requirements:394 cut -d# -f1
++inc/python:get_from_global_requirements:394 required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 '
++inc/python:get_from_global_requirements:395 [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 == '' ]]
++inc/python:get_from_global_requirements:398 echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0'
+inc/python:pip_install_gr:72 clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0'
+inc/python:pip_install_gr:73 pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0'
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local 'test_req=setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0/test-requirements.txt'
+inc/python:pip_install:351 [[ -e setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0'
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 in /usr/local/lib/python2.7/dist-packages
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453103798
+functions-common:time_stop:2268 [[ -z 1531453103798 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453106563
+functions-common:time_stop:2272 elapsed_time=2765
+functions-common:time_stop:2273 total=0
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=2765
+inc/python:pip_install:369 return 0
+tools/install_pip.sh:main:152 get_versions
++tools/install_pip.sh:get_versions:49 which pip
+tools/install_pip.sh:get_versions:49 PIP=/usr/local/bin/pip
+tools/install_pip.sh:get_versions:50 [[ -n /usr/local/bin/pip ]]
++tools/install_pip.sh:get_versions:51 awk '{ print $2}'
++tools/install_pip.sh:get_versions:51 /usr/local/bin/pip --version
+tools/install_pip.sh:get_versions:51 PIP_VERSION=9.0.3
+tools/install_pip.sh:get_versions:52 echo 'pip: 9.0.3'
pip: 9.0.3
+./stack.sh:main:764 pip_install -U os-testr
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=os-testr/test-requirements.txt
+inc/python:pip_install:351 [[ -e os-testr/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already up-to-date: os-testr===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413))
Requirement already up-to-date: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
Requirement already up-to-date: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277))
Requirement already up-to-date: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
Requirement already up-to-date: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
Requirement already up-to-date: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
Requirement already up-to-date: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142))
Requirement already up-to-date: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57))
Requirement already up-to-date: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already up-to-date: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88))
Requirement already up-to-date: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2))
Requirement already up-to-date: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already up-to-date: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 459))
Requirement already up-to-date: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 176))
Using cached https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
Requirement already up-to-date: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Requirement already up-to-date: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398))
Requirement already up-to-date: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389))
Requirement already up-to-date: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
Requirement already up-to-date: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148))
Requirement already up-to-date: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
Requirement already up-to-date: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
Requirement already up-to-date: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491))
Requirement already up-to-date: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already up-to-date: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
Requirement already up-to-date: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430))
Installing collected packages: argparse
Found existing installation: argparse 1.2.1
Not uninstalling argparse at /usr/lib/python2.7, as it is in the standard library.
Successfully installed argparse-1.4.0
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453107466
+functions-common:time_stop:2268 [[ -z 1531453107466 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453111531
+functions-common:time_stop:2272 elapsed_time=4065
+functions-common:time_stop:2273 total=0
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=4065
+inc/python:pip_install:369 return 0
+./stack.sh:main:766 TRACK_DEPENDS=False
+./stack.sh:main:769 [[ False = True ]]
+./stack.sh:main:780 source /home/stack/devstack/tools/fixup_stuff.sh
++tools/fixup_stuff.sh:source:22 [[ -z /home/stack/devstack ]]
+./stack.sh:main:781 fixup_all
+tools/fixup_stuff.sh:fixup_all:238 fixup_keystone
+tools/fixup_stuff.sh:fixup_keystone:49 keystone_ports=35357,35358
+tools/fixup_stuff.sh:fixup_keystone:54 sysctl net.ipv4.ip_local_reserved_ports
++tools/fixup_stuff.sh:fixup_keystone:56 awk -F= '{print $2;}'
++tools/fixup_stuff.sh:fixup_keystone:56 sed 's/^ //'
++tools/fixup_stuff.sh:fixup_keystone:56 sysctl net.ipv4.ip_local_reserved_ports
+tools/fixup_stuff.sh:fixup_keystone:56 reserved_ports=35357-35358
+tools/fixup_stuff.sh:fixup_keystone:58 [[ -z 35357-35358 ]]
+tools/fixup_stuff.sh:fixup_keystone:65 sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358
net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358
+tools/fixup_stuff.sh:fixup_all:239 fixup_uca
+tools/fixup_stuff.sh:fixup_uca:81 [[ True == \F\a\l\s\e ]]
+tools/fixup_stuff.sh:fixup_uca:81 [[ xenial != \x\e\n\i\a\l ]]
+tools/fixup_stuff.sh:fixup_uca:86 install_package software-properties-common
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package software-properties-common
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install software-properties-common
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
software-properties-common is already the newest version (0.96.20.7).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453111824
+functions-common:time_stop:2268 [[ -z 1531453111824 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453112353
+functions-common:time_stop:2272 elapsed_time=529
+functions-common:time_stop:2273 total=542
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=1071
+functions-common:apt_get:1089 return 0
+tools/fixup_stuff.sh:fixup_uca:88 [[ -f /etc/ci/mirror_info.sh ]]
+tools/fixup_stuff.sh:fixup_uca:96 sudo add-apt-repository -y cloud-archive:queens
Reading package lists...
Building dependency tree...
Reading state information...
ubuntu-cloud-keyring is already the newest version (2012.08.14).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+tools/fixup_stuff.sh:fixup_uca:103 iniset -sudo /etc/pip.conf global no-binary libvirt-python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+tools/fixup_stuff.sh:fixup_uca:106 REPOS_UPDATED=False
+tools/fixup_stuff.sh:fixup_uca:107 apt_get_update
+functions-common:apt_get_update:1040 [[ False == \T\r\u\e ]]
+functions-common:apt_get_update:1045 [[ False = \T\r\u\e ]]
+functions-common:apt_get_update:1047 local sudo=sudo
++functions-common:apt_get_update:1048 id -u
+functions-common:apt_get_update:1048 [[ 1001 = \0 ]]
+functions-common:apt_get_update:1051 time_start apt-get-update
+functions-common:time_start:2245 local name=apt-get-update
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453113638
+functions-common:apt_get_update:1053 local 'proxies=http_proxy= https_proxy= no_proxy= '
+functions-common:apt_get_update:1054 local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
+functions-common:apt_get_update:1055 timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:4 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike InRelease
Hit:5 https://download.docker.com/linux/ubuntu xenial InRelease
Ign:6 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens InRelease
Hit:7 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike Release
Hit:9 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens Release
Get:10 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Fetched 323 kB in 0s (423 kB/s)
Reading package lists... Done
+functions-common:apt_get_update:1059 REPOS_UPDATED=True
+functions-common:apt_get_update:1061 time_stop apt-get-update
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get-update
+functions-common:time_stop:2266 start_time=1531453113638
+functions-common:time_stop:2268 [[ -z 1531453113638 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453118534
+functions-common:time_stop:2272 elapsed_time=4896
+functions-common:time_stop:2273 total=2430
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=7326
+tools/fixup_stuff.sh:fixup_all:240 fixup_python_packages
+tools/fixup_stuff.sh:fixup_python_packages:126 pip_install 'prettytable>=0.7'
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local 'test_req=prettytable>=0.7/test-requirements.txt'
+inc/python:pip_install:351 [[ -e prettytable>=0.7/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'prettytable>=0.7'
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453118614
+functions-common:time_stop:2268 [[ -z 1531453118614 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453121384
+functions-common:time_stop:2272 elapsed_time=2770
+functions-common:time_stop:2273 total=4065
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=6835
+inc/python:pip_install:369 return 0
++tools/fixup_stuff.sh:fixup_python_packages:127 get_package_path prettytable
++tools/fixup_stuff.sh:get_package_path:115 local package=prettytable
+++tools/fixup_stuff.sh:get_package_path:116 python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])'
++tools/fixup_stuff.sh:get_package_path:116 echo /usr/local/lib/python2.7/dist-packages
+tools/fixup_stuff.sh:fixup_python_packages:127 PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages
++tools/fixup_stuff.sh:fixup_python_packages:129 echo /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info
+tools/fixup_stuff.sh:fixup_python_packages:129 dir=/usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info
+tools/fixup_stuff.sh:fixup_python_packages:130 [[ -d /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info ]]
+tools/fixup_stuff.sh:fixup_python_packages:131 sudo chmod +r /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/INSTALLER /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/METADATA /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/RECORD /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/top_level.txt /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/WHEEL
+tools/fixup_stuff.sh:fixup_python_packages:136 pip_install httplib2
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=httplib2/test-requirements.txt
+inc/python:pip_install:351 [[ -e httplib2/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt httplib2
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: httplib2===0.11.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453121582
+functions-common:time_stop:2268 [[ -z 1531453121582 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453124416
+functions-common:time_stop:2272 elapsed_time=2834
+functions-common:time_stop:2273 total=6835
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=9669
+inc/python:pip_install:369 return 0
++tools/fixup_stuff.sh:fixup_python_packages:137 get_package_path httplib2
++tools/fixup_stuff.sh:get_package_path:115 local package=httplib2
+++tools/fixup_stuff.sh:get_package_path:116 python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])'
++tools/fixup_stuff.sh:get_package_path:116 echo /usr/local/lib/python2.7/dist-packages/httplib2
+tools/fixup_stuff.sh:fixup_python_packages:137 PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
++tools/fixup_stuff.sh:fixup_python_packages:139 echo '/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
+tools/fixup_stuff.sh:fixup_python_packages:139 dir='/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
+tools/fixup_stuff.sh:fixup_python_packages:140 [[ -d /usr/local/lib/python2.7/dist-packages/httplib2-0.8* ]]
+tools/fixup_stuff.sh:fixup_all:241 fixup_fedora
+tools/fixup_stuff.sh:fixup_fedora:146 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+tools/fixup_stuff.sh:fixup_fedora:147 return
+tools/fixup_stuff.sh:fixup_all:242 fixup_virtualenv
+tools/fixup_stuff.sh:fixup_virtualenv:231 [[ ! -f /etc/ci/mirror_info.sh ]]
+tools/fixup_stuff.sh:fixup_virtualenv:232 install_package python-virtualenv
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package python-virtualenv
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install python-virtualenv
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-virtualenv is already the newest version (15.0.1+ds-3ubuntu1).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453124797
+functions-common:time_stop:2268 [[ -z 1531453124797 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453125324
+functions-common:time_stop:2272 elapsed_time=527
+functions-common:time_stop:2273 total=1071
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=1598
+functions-common:apt_get:1089 return 0
+tools/fixup_stuff.sh:fixup_virtualenv:233 pip_install -U --force-reinstall virtualenv
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=virtualenv/test-requirements.txt
+inc/python:pip_install:351 [[ -e virtualenv/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U --force-reinstall virtualenv
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Collecting virtualenv===16.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 534))
Using cached https://files.pythonhosted.org/packages/b6/30/96a02b2287098b23b875bc8c2f58071c35d2efe84f747b64d523721dc2b5/virtualenv-16.0.0-py2.py3-none-any.whl
Installing collected packages: virtualenv
Found existing installation: virtualenv 16.0.0
Uninstalling virtualenv-16.0.0:
Successfully uninstalled virtualenv-16.0.0
Successfully installed virtualenv-16.0.0
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453125398
+functions-common:time_stop:2268 [[ -z 1531453125398 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453128627
+functions-common:time_stop:2272 elapsed_time=3229
+functions-common:time_stop:2273 total=9669
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=12898
+inc/python:pip_install:369 return 0
+./stack.sh:main:783 [[ True == \T\r\u\e ]]
+./stack.sh:main:784 pip_install_gr systemd-python
+inc/python:pip_install_gr:70 local name=systemd-python
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements systemd-python
++inc/python:get_from_global_requirements:392 local package=systemd-python
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt
+++inc/python:get_from_global_requirements:394 cut -d# -f1
++inc/python:get_from_global_requirements:394 required_pkg='systemd-python '
++inc/python:get_from_global_requirements:395 [[ systemd-python == '' ]]
++inc/python:get_from_global_requirements:398 echo systemd-python
+inc/python:pip_install_gr:72 clean_name=systemd-python
+inc/python:pip_install_gr:73 pip_install systemd-python
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=systemd-python/test-requirements.txt
+inc/python:pip_install:351 [[ -e systemd-python/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt systemd-python
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: systemd-python===234 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453128794
+functions-common:time_stop:2268 [[ -z 1531453128794 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453131588
+functions-common:time_stop:2272 elapsed_time=2794
+functions-common:time_stop:2273 total=12898
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=15692
+inc/python:pip_install:369 return 0
+./stack.sh:main:787 iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+./stack.sh:main:788 sudo systemctl restart systemd-journald
+./stack.sh:main:795 install_infra
+lib/infra:install_infra:31 local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
+lib/infra:install_infra:32 '[' '!' -d /opt/stack/requirements/.venv ']'
+lib/infra:install_infra:32 virtualenv /opt/stack/requirements/.venv
New python executable in /opt/stack/requirements/.venv/bin/python
Installing setuptools, pip, wheel...done.
+lib/infra:install_infra:34 PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
+lib/infra:install_infra:34 pip_install -U pbr
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=pbr/test-requirements.txt
+inc/python:pip_install:351 [[ -e pbr/test-requirements.txt ]]
+inc/python:pip_install:359 env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Collecting pbr===4.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
Using cached https://files.pythonhosted.org/packages/ae/d6/2ab389a3bf5fffd03069dacaddb0cdd531594abab5119f308527c0df53e6/pbr-4.1.0-py2.py3-none-any.whl
Installing collected packages: pbr
Successfully installed pbr-4.1.0
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453135049
+functions-common:time_stop:2268 [[ -z 1531453135049 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453137416
+functions-common:time_stop:2272 elapsed_time=2367
+functions-common:time_stop:2273 total=15692
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=18059
+inc/python:pip_install:369 return 0
+lib/infra:install_infra:35 PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
+lib/infra:install_infra:35 pip_install /opt/stack/requirements
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/requirements/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/requirements/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/requirements/test-requirements.txt'
+inc/python:pip_install:359 env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/requirements/test-requirements.txt /opt/stack/requirements
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Processing /opt/stack/requirements
Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 57))
Using cached https://files.pythonhosted.org/packages/a8/28/7eed6bf76792f418029a18d5b2ace87ce7562927cdd00f1cefe481cd148f/fixtures-3.0.0-py2.py3-none-any.whl
Collecting bashate===0.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Using cached https://files.pythonhosted.org/packages/6a/13/62705165f3acca95a05dd64c5ee83514269736c2398d8215a09bb496c048/bashate-0.5.1-py2-none-any.whl
Collecting mock===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 158))
Using cached https://files.pythonhosted.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl
Collecting PyYAML===3.13 (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
Collecting requests===2.19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
Using cached https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl
Collecting funcsigs===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
Using cached https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
Collecting stestr===2.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 277))
Collecting testscenarios===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
Using cached https://files.pythonhosted.org/packages/da/25/2f10da0d5427989fefa5ab51e697bc02625bbb7de2be3bc8452462efac78/testscenarios-0.5.0-py2.py3-none-any.whl
Collecting packaging===17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
Using cached https://files.pythonhosted.org/packages/ad/c2/b500ea05d5f9f361a562f089fc91f77ed3b4783e13a08a3daf82069b1224/packaging-17.1-py2.py3-none-any.whl
Collecting testtools===2.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
Using cached https://files.pythonhosted.org/packages/87/74/a4d55da28d7bba6d6f49430f22a62afd8472cb24a63fa61daef80d3e821b/testtools-2.3.0-py2.py3-none-any.whl
Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
Using cached https://files.pythonhosted.org/packages/2b/d6/4fed8d65e28a970e1c5cb33ce9c7e22e3de745e1b2ae37af051ef16aea3b/Parsley-1.3-py2.py3-none-any.whl
Collecting idna===2.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl
Collecting Sphinx===1.7.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 366))
Using cached https://files.pythonhosted.org/packages/1b/9f/98d67201c5a6e1aececed03a44a819d0e32adba81414081e303cfaf8c54c/Sphinx-1.7.5-py2.py3-none-any.whl
Collecting openstackdocstheme===1.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 370))
Using cached https://files.pythonhosted.org/packages/a7/18/62745ec978534665ff2e9ae53463551dee539f6146f2f6230ec6526af9a8/openstackdocstheme-1.21.0-py2.py3-none-any.whl
Collecting pyparsing===2.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
Using cached https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl
Collecting six===1.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting dulwich===0.19.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 421))
Collecting future===0.16.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 459))
Collecting Babel===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 509))
Using cached https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl
Collecting virtualenv===16.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 534))
Using cached https://files.pythonhosted.org/packages/b6/30/96a02b2287098b23b875bc8c2f58071c35d2efe84f747b64d523721dc2b5/virtualenv-16.0.0-py2.py3-none-any.whl
Collecting pytz===2018.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 537))
Using cached https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl
Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 10)) (40.0.0)
Requirement already satisfied: pbr===4.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) (4.1.0)
Collecting certifi===2018.4.16 (from -c /opt/stack/requirements/upper-constraints.txt (line 38))
Using cached https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl
Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting urllib3===1.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Using cached https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl
Collecting voluptuous===0.11.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 2))
Using cached https://files.pythonhosted.org/packages/f5/09/a0e20a0bd743131e237128bad3a4f83b283f70c032b7e7c0f06baf7f6862/voluptuous-0.11.1-py2.py3-none-any.whl
Collecting python-subunit===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
Using cached https://files.pythonhosted.org/packages/ee/3a/b8a93e1f5b9a9f7e0a7630146f1c62878b6949ac5e4bac6ae2ae13fa9f83/python_subunit-1.3.0-py2.py3-none-any.whl
Collecting cliff===2.13.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
Using cached https://files.pythonhosted.org/packages/06/6d/672b0f1eb3c5f455dff6e9558990c3b0777c70452b8020b62c425035795c/cliff-2.13.0-py2.py3-none-any.whl
Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
Using cached https://files.pythonhosted.org/packages/72/20/7f0f433060a962200b7272b8c12ba90ef5b903e218174301d0abfd523813/unittest2-1.1.0-py2.py3-none-any.whl
Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Using cached https://files.pythonhosted.org/packages/17/0a/6ac05a3723017a967193456a2efa0aa9ac4b51456891af1e2353bb9de21e/traceback2-1.4.0-py2.py3-none-any.whl
Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 142))
Using cached https://files.pythonhosted.org/packages/03/e9/e915af1f97914cd0bc021e125fd1bfd4106de614a275e4b6866dd9a209ac/extras-1.0.0-py2.py3-none-any.whl
Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 88))
Using cached https://files.pythonhosted.org/packages/26/2e/03bce213a9bf02a2750dcb04e761785e9c763fc11071edc4b447eacbb842/python_mimeparse-1.6.0-py2.py3-none-any.whl
Collecting alabaster===0.7.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 41))
Using cached https://files.pythonhosted.org/packages/6e/71/c3648cc2f675063dbe2d669004a59e4a5120172713a1de3c3b14144d4b31/alabaster-0.7.11-py2.py3-none-any.whl
Collecting Jinja2===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 192))
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting snowballstemmer===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 191))
Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting imagesize===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
Using cached https://files.pythonhosted.org/packages/e9/79/31cc1c2e0daf575f8fd2b581e2975e6a6938bd439581f766b79c50479521/imagesize-1.0.0-py2.py3-none-any.whl
Collecting Pygments>=2.0 (from Sphinx===1.7.5->-c /opt/stack/requirements/upper-constraints.txt (line 366))
Using cached https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl
Collecting typing===3.6.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
Using cached https://files.pythonhosted.org/packages/0d/4d/4e5985d075d241d686a1663fa1f88b61d544658d08c1375c7c6aac32afc3/typing-3.6.4-py2-none-any.whl
Collecting docutils===0.14 (from -c /opt/stack/requirements/upper-constraints.txt (line 256))
Using cached https://files.pythonhosted.org/packages/50/09/c53398e0005b11f7ffb27b7aa720c617aba53be4fb4f4f3f06b9b5c60f28/docutils-0.14-py2-none-any.whl
Collecting sphinxcontrib-websupport===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
Using cached https://files.pythonhosted.org/packages/52/69/3c2fbdc3702358c5b34ee25e387b24838597ef099761fc9a42c166796e8f/sphinxcontrib_websupport-1.1.0-py2.py3-none-any.whl
Collecting cmd2===0.8.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 398))
Using cached https://files.pythonhosted.org/packages/f9/6a/0fc7efe26074a214b3b4d26a5a48d54a3c3919b440d5606c99021ed00c44/cmd2-0.8.8-py2.py3-none-any.whl
Collecting stevedore===1.28.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 389))
Using cached https://files.pythonhosted.org/packages/17/6b/3b7d6d08b2ab3e5ef09e01c9f7b3b590ee135f289bb94553419e40922c25/stevedore-1.28.0-py2.py3-none-any.whl
Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
Collecting unicodecsv===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 148))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 176)) (1.2.1)
Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Using cached https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
Collecting MarkupSafe===1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Collecting pyperclip===1.6.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
Collecting contextlib2===0.5.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 491))
Using cached https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl
Collecting enum34===1.1.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Using cached https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
Collecting wcwidth===0.1.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting subprocess32===3.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 430))
Building wheels for collected packages: openstack-requirements
Running setup.py bdist_wheel for openstack-requirements ... done
Stored in directory: /tmp/pip-ephem-wheel-cache-Vu_ZM6/wheels/23/d2/76/35839893480c271646cb5811416aad00e6dc53f2ec2a96714f
Successfully built openstack-requirements
Installing collected packages: voluptuous, chardet, typing, certifi, alabaster, six, linecache2, traceback2, unittest2, extras, python-mimeparse, testtools, fixtures, sphinxcontrib-websupport, pytz, Babel, bashate, MarkupSafe, wcwidth, prettytable, unicodecsv, imagesize, urllib3, python-subunit, funcsigs, mock, PyYAML, idna, requests, snowballstemmer, Jinja2, pyperclip, contextlib2, pyparsing, enum34, subprocess32, cmd2, stevedore, cliff, docutils, future, stestr, testscenarios, packaging, Parsley, Pygments, Sphinx, dulwich, openstackdocstheme, virtualenv, openstack-requirements
Successfully installed Babel-2.6.0 Jinja2-2.10 MarkupSafe-1.0 Parsley-1.3 PyYAML-3.13 Pygments-2.2.0 Sphinx-1.7.5 alabaster-0.7.11 bashate-0.5.1 certifi-2018.4.16 chardet-3.0.4 cliff-2.13.0 cmd2-0.8.8 contextlib2-0.5.5 docutils-0.14 dulwich-0.19.5 enum34-1.1.6 extras-1.0.0 fixtures-3.0.0 funcsigs-1.0.2 future-0.16.0 idna-2.7 imagesize-1.0.0 linecache2-1.0.0 mock-2.0.0 openstack-requirements-1.2.1.dev793 openstackdocstheme-1.21.0 packaging-17.1 prettytable-0.7.2 pyparsing-2.2.0 pyperclip-1.6.2 python-mimeparse-1.6.0 python-subunit-1.3.0 pytz-2018.5 requests-2.19.1 six-1.11.0 snowballstemmer-1.2.1 sphinxcontrib-websupport-1.1.0 stestr-2.1.0 stevedore-1.28.0 subprocess32-3.5.2 testscenarios-0.5.0 testtools-2.3.0 traceback2-1.4.0 typing-3.6.4 unicodecsv-0.14.1 unittest2-1.1.0 urllib3-1.23 virtualenv-16.0.0 voluptuous-0.11.1 wcwidth-0.1.7
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453137496
+functions-common:time_stop:2268 [[ -z 1531453137496 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453153190
+functions-common:time_stop:2272 elapsed_time=15694
+functions-common:time_stop:2273 total=18059
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=33753
+inc/python:pip_install:369 return 0
+lib/infra:install_infra:39 unset PIP_VIRTUAL_ENV
+lib/infra:install_infra:42 use_library_from_git pbr
+inc/python:use_library_from_git:404 local name=pbr
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,pbr, ]]
+inc/python:use_library_from_git:407 return 1
+lib/infra:install_infra:48 pip_install -U pbr
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=pbr/test-requirements.txt
+inc/python:pip_install:351 [[ -e pbr/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U pbr
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already up-to-date: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453153307
+functions-common:time_stop:2268 [[ -z 1531453153307 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453156181
+functions-common:time_stop:2272 elapsed_time=2874
+functions-common:time_stop:2273 total=33753
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=36627
+inc/python:pip_install:369 return 0
+./stack.sh:main:800 run_phase stack pre-install
+functions-common:run_phase:1678 local mode=stack
+functions-common:run_phase:1679 local phase=pre-install
+functions-common:run_phase:1680 [[ -d /home/stack/devstack/extras.d ]]
+functions-common:run_phase:1681 local extra_plugin_file_name
+functions-common:run_phase:1682 for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
+functions-common:run_phase:1687 local exceptions=80-tempest.sh
+functions-common:run_phase:1688 local extra
++functions-common:run_phase:1689 basename /home/stack/devstack/extras.d/80-tempest.sh
+functions-common:run_phase:1689 extra=80-tempest.sh
+functions-common:run_phase:1690 [[ 80-tempest.sh =~ 80-tempest\.sh ]]
+functions-common:run_phase:1694 [[ -r /home/stack/devstack/extras.d/80-tempest.sh ]]
+functions-common:run_phase:1694 source /home/stack/devstack/extras.d/80-tempest.sh stack pre-install
++extras.d/80-tempest.sh:source:3 is_service_enabled tempest
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]]
++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:7 [[ pre-install == \i\n\s\t\a\l\l ]]
++extras.d/80-tempest.sh:source:10 [[ stack == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:10 [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
++extras.d/80-tempest.sh:source:13 [[ stack == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:13 [[ pre-install == \e\x\t\r\a ]]
++extras.d/80-tempest.sh:source:16 [[ stack == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:16 [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]]
++extras.d/80-tempest.sh:source:19 [[ stack == \s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:19 [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]]
++extras.d/80-tempest.sh:source:26 [[ stack == \u\n\s\t\a\c\k ]]
++extras.d/80-tempest.sh:source:31 [[ stack == \c\l\e\a\n ]]
+functions-common:run_phase:1699 [[ stack == \s\o\u\r\c\e ]]
+functions-common:run_phase:1702 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
+functions-common:run_phase:1705 run_plugins stack pre-install
+functions-common:run_plugins:1664 local mode=stack
+functions-common:run_plugins:1665 local phase=pre-install
+functions-common:run_plugins:1667 local plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
+functions-common:run_plugins:1668 local plugin
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/zun
+functions-common:run_plugins:1671 [[ -f /opt/stack/zun/devstack/plugin.sh ]]
+functions-common:run_plugins:1672 source /opt/stack/zun/devstack/plugin.sh stack pre-install
+++/opt/stack/zun/devstack/plugin.sh:source:4 grep xtrace
+++/opt/stack/zun/devstack/plugin.sh:source:4 set +o
++/opt/stack/zun/devstack/plugin.sh:source:4 XTRACE='set -o xtrace'
++/opt/stack/zun/devstack/plugin.sh:source:5 set -o xtrace
++/opt/stack/zun/devstack/plugin.sh:source:7 echo_summary 'zun'\''s plugin.sh was called...'
++./stack.sh:echo_summary:434 [[ -t 3 ]]
++./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
++./stack.sh:echo_summary:440 echo -e 'zun'\''s' plugin.sh was called...
2018-07-13 03:39:16.585 | zun's plugin.sh was called...
++/opt/stack/zun/devstack/plugin.sh:source:8 source /opt/stack/zun/devstack/lib/zun
++++/opt/stack/zun/devstack/lib/zun:source:24 grep xtrace
++++/opt/stack/zun/devstack/lib/zun:source:24 set +o
+++/opt/stack/zun/devstack/lib/zun:source:24 XTRACE='set -o xtrace'
+++/opt/stack/zun/devstack/lib/zun:source:25 set +o xtrace
/home/stack/devstack/lib/tls: line 388: return: is_service_enabled: numeric argument required
++/opt/stack/zun/devstack/plugin.sh:source:9 set -o posix
++/opt/stack/zun/devstack/plugin.sh:source:9 set
ACCOUNT_PORT_BASE=6612
ADDITIONAL_VENV_PACKAGES=
ADMIN_PASSWORD=openstack
AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent
AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent
AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent
AGENT_METERING_BINARY=/usr/local/bin/neutron-metering-agent
APACHE_CONF_DIR=/etc/apache2/sites-available
APACHE_GROUP=stack
APACHE_LOG_DIR=/var/log/apache2
APACHE_NAME=apache2
APACHE_SETTINGS_DIR=/etc/apache2/conf-enabled
APACHE_USER=stack
API_WORKERS=2
BACKING_FILE_SUFFIX=-backing-file
BASE_SQL_CONN=mysql+pymysql://root:openstack@127.0.0.1
BASH=/bin/bash
BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="1672" [1]="1705" [2]="800" [3]="0")
BASH_REMATCH=()
BASH_SOURCE=([0]="/opt/stack/zun/devstack/plugin.sh" [1]="/home/stack/devstack/functions-common" [2]="/home/stack/devstack/functions-common" [3]="./stack.sh")
BASH_VERSINFO=([0]="4" [1]="3" [2]="48" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='4.3.48(1)-release'
BRANCHLESS_TARGET_BRANCH=master
BUILD_TIMEOUT=196
CELLSV2_SETUP=superconductor
CINDER_API_PASTE_INI=/etc/cinder/api-paste.ini
CINDER_AUTH_CACHE_DIR=/var/cache/cinder
CINDER_BACKENDS=/home/stack/devstack/lib/cinder_backends
CINDER_BIN_DIR=/usr/local/bin
CINDER_BRANCH=master
CINDER_CACHE_ENABLED_FOR_BACKENDS=lvm:lvmdriver-1
CINDER_CONF=/etc/cinder/cinder.conf
CINDER_CONF_DIR=/etc/cinder
CINDER_DIR=/opt/stack/cinder
CINDER_DRIVER=default
CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1
CINDER_IMG_CACHE_ENABLED=True
CINDER_IMG_CACHE_SIZE_COUNT=
CINDER_IMG_CACHE_SIZE_GB=
CINDER_ISCSI_HELPER=tgtadm
CINDER_LVM_TYPE=auto
CINDER_PERIODIC_INTERVAL=60
CINDER_PLUGINS=/home/stack/devstack/lib/cinder_plugins
CINDER_REPO=git://git.openstack.org/openstack/cinder.git
CINDER_SERVICE_HOST=104.130.163.16
CINDER_SERVICE_LISTEN_ADDRESS=0.0.0.0
CINDER_SERVICE_PORT=8776
CINDER_SERVICE_PORT_INT=18776
CINDER_SERVICE_PROTOCOL=http
CINDER_STATE_PATH=/opt/stack/data/cinder
CINDER_USE_MOD_WSGI=True
CINDER_UWSGI=/usr/local/bin/cinder-wsgi
CINDER_UWSGI_CONF=/etc/cinder/cinder-api-uwsgi.ini
CINDER_VOLUME_CLEAR=zero
CIRROS_ARCH=x86_64
CIRROS_VERSION=0.3.5
CONFIG_AWK_CMD=awk
CONTAINER_ENGINE=docker
CONTAINER_PORT_BASE=6611
CURL_GET='curl -g'
CURRENT_LOG_TIME=2018-07-13-033746
DATABASE_BACKENDS=' mysql postgresql'
DATABASE_HOST=127.0.0.1
DATABASE_PASSWORD=openstack
DATABASE_QUERY_LOGGING=False
DATABASE_TYPE=mysql
DATABASE_USER=root
DATA_DIR=/opt/stack/data
DC=([0]="openstack" [1]="org")
DEBUG_LIBVIRT=True
DEBUG_LIBVIRT_COREDUMPS=False
DEFAULT_IMAGE_FILE_NAME=cirros-0.3.5-x86_64-disk.img
DEFAULT_IMAGE_NAME=cirros-0.3.5-x86_64-disk
DEFAULT_VIRT_DRIVER=libvirt
DEFAULT_VOLUME_GROUP_NAME=stack-volumes-default
DEF_SERVICE_HOST=104.130.163.16
DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
DEF_SERVICE_LOCAL_HOST=127.0.0.1
DELTA=1809
DEPRECATED_TEXT='\nUsing lib/neutron-legacy is deprecated, and it will be removed in the future'
DEST=/opt/stack
DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
DEVSTACK_CERT_NAME=devstack-cert
DEVSTACK_HOSTNAME=zunui
DEVSTACK_PLUGINS=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
DEVSTACK_SERIES=rocky
DEVSTACK_START_TIME=1531453063
DIB_UTILS_BRANCH=master
DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git
DIRSTACK=()
DISABLED_PYTHON3_PACKAGES=
DISTRO=xenial
DOCKER_CLUSTER_STORE=etcd://104.130.163.16:2379
DOCKER_REMOTE_API_PORT=2375
DOWNLOAD_DEFAULT_IMAGES=False
ENABLED_PYTHON3_PACKAGES=nova,glance,cinder,uwsgi,python-openstackclient,openstacksdk
ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn
ENABLE_CLEAR_CONTAINER=false
ENABLE_DEBUG_LOG_LEVEL=True
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
ENABLE_IDENTITY_V2=False
ENABLE_ISOLATED_METADATA=False
ENABLE_KSM=True
ENABLE_LIVE_RESTORE=false
ENABLE_METADATA_NETWORK=False
ENABLE_TENANT_TUNNELS=True
ENABLE_TENANT_VLANS=False
ENABLE_UBUNTU_CLOUD_ARCHIVE=True
ENABLE_VOLUME_MULTIATTACH=False
ERROR_ON_CLONE=False
ETCD_ARCH=amd64
ETCD_BIN_DIR=/opt/stack/bin
ETCD_DATA_DIR=/opt/stack/data/etcd
ETCD_DOWNLOAD_FILE=etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_LOCATION=https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download
ETCD_NAME=etcd-v3.2.17-linux-amd64
ETCD_PEER_PORT=2380
ETCD_PORT=2379
ETCD_SHA256=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_AMD64=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_ARM64=0ab4621c44c79d17d94e43bd184d0f23b763a3669056ce4ae2d0b2942410a98f
ETCD_SHA256_PPC64=69e1279c4a2a52256b78d2a8dd23346ac46b836e678b971a459f2afaef3c275e
ETCD_SHA256_S390X=
ETCD_SYSTEMD_SERVICE=devstack@etcd.service
ETCD_VERSION=v3.2.17
EUID=1001
EXTRA_CACHE_URLS=,https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
FILES=/home/stack/devstack/files
FILTERS=RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
FIXED_NETWORK_SIZE=256
FIXED_RANGE=10.0.0.0/22
FIXED_RANGE_V6=fd7d:9cd4:6c0f::/64
FLAT_INTERFACE=eth0
FLAT_NETWORK_BRIDGE=br100
FLAT_NETWORK_BRIDGE_DEFAULT=br100
FLOATING_RANGE=172.24.4.0/24
FORCE_CONFIG_DRIVE=False
FORCE_PREREQ=0
FUNCNAME=([0]="source" [1]="run_plugins" [2]="run_phase" [3]="main")
FUNC_DIR=/home/stack/devstack
GITBRANCH=([python-novaclient]="master" [oslo.privsep]="master" [oslo.config]="master" [ironic-lib]="master" [pbr]="master" [oslo.reports]="master" [oslo.context]="master" [python-keystoneclient]="master" [keystoneauth]="master" [heat]="master" [taskflow]="master" [osc-placement]="master" [devstack-plugin-container]="master" [oslo.middleware]="master" [kuryr-libnetwork]="master" [pycadf]="master" [python-glanceclient]="master" [zun]="master" [debtcollector]="master" [python-ironicclient]="master" [automaton]="master" [castellan]="master" [zun-ui]="master" [oslo.messaging]="master" [diskimage-builder]="master" [python-barbicanclient]="master" [os-client-config]="master" [oslo.log]="master" [oslo.service]="master" [cliff]="master" [neutron-lib]="master" [openstacksdk]="master" [stevedore]="master" [python-cinderclient]="master" [os-brick]="master" [glance_store]="master" [oslo.concurrency]="master" [oslo.policy]="master" [oslo.db]="master" [python-brick-cinderclient-ext]="master" [oslo.vmware]="master" [keystonemiddleware]="master" [oslo.cache]="master" [os-vif]="master" [oslo.serialization]="master" [tooz]="master" [oslo.versionedobjects]="master" [zun-tempest-plugin]="master" [python-zunclient]="master" [kuryr]="master" [osc-lib]="master" [futurist]="master" [python-openstackclient]="master" [osprofiler]="master" [oslo.rootwrap]="master" [os-traits]="master" [ceilometermiddleware]="master" [oslo.i18n]="master" [oslo.utils]="master" [cursive]="master" [python-swiftclient]="master" [python-neutronclient]="master" )
GITDIR=([python-novaclient]="/opt/stack/python-novaclient" [oslo.privsep]="/opt/stack/oslo.privsep" [oslo.config]="/opt/stack/oslo.config" [pbr]="/opt/stack/pbr" [ironic-lib]="/opt/stack/ironic-lib" [python-keystoneclient]="/opt/stack/python-keystoneclient" [keystoneauth]="/opt/stack/keystoneauth" [oslo.reports]="/opt/stack/oslo.reports" [oslo.context]="/opt/stack/oslo.context" [heat]="/opt/stack/heat" [taskflow]="/opt/stack/taskflow" [osc-placement]="/opt/stack/osc-placement" [devstack-plugin-container]="/opt/stack/devstack-plugin-container" [oslo.middleware]="/opt/stack/oslo.middleware" [kuryr-libnetwork]="/opt/stack/kuryr-libnetwork" [pycadf]="/opt/stack/pycadf" [python-glanceclient]="/opt/stack/python-glanceclient" [zun]="/opt/stack/zun" [debtcollector]="/opt/stack/debtcollector" [python-ironicclient]="/opt/stack/python-ironicclient" [automaton]="/opt/stack/automaton" [castellan]="/opt/stack/castellan" [zun-ui]="/opt/stack/zun-ui" [oslo.messaging]="/opt/stack/oslo.messaging" [diskimage-builder]="/opt/stack/diskimage-builder" [python-barbicanclient]="/opt/stack/python-barbicanclient" [oslo.log]="/opt/stack/oslo.log" [os-client-config]="/opt/stack/os-client-config" [oslo.service]="/opt/stack/oslo.service" [cliff]="/opt/stack/cliff" [neutron-lib]="/opt/stack/neutron-lib" [openstacksdk]="/opt/stack/openstacksdk" [python-cinderclient]="/opt/stack/python-cinderclient" [stevedore]="/opt/stack/stevedore" [glance_store]="/opt/stack/glance_store" [os-brick]="/opt/stack/os-brick" [oslo.concurrency]="/opt/stack/oslo.concurrency" [python-brick-cinderclient-ext]="/opt/stack/python-brick-cinderclient-ext" [oslo.policy]="/opt/stack/oslo.policy" [oslo.db]="/opt/stack/oslo.db" [oslo.vmware]="/opt/stack/oslo.vmware" [keystonemiddleware]="/opt/stack/keystonemiddleware" [oslo.cache]="/opt/stack/oslo.cache" [os-vif]="/opt/stack/os-vif" [oslo.serialization]="/opt/stack/oslo.serialization" [tooz]="/opt/stack/tooz" [oslo.versionedobjects]="/opt/stack/oslo.versionedobjects" [zun-tempest-plugin]="/opt/stack/zun-tempest-plugin" [python-zunclient]="/opt/stack/python-zunclient" [kuryr]="/opt/stack/kuryr" [osc-lib]="/opt/stack/osc-lib" [futurist]="/opt/stack/futurist" [python-openstackclient]="/opt/stack/python-openstackclient" [osprofiler]="/opt/stack/osprofiler" [oslo.rootwrap]="/opt/stack/oslo.rootwrap" [os-traits]="/opt/stack/os-traits" [oslo.i18n]="/opt/stack/oslo.i18n" [ceilometermiddleware]="/opt/stack/ceilometermiddleware" [oslo.utils]="/opt/stack/oslo.utils" [python-neutronclient]="/opt/stack/python-neutronclient" [python-swiftclient]="/opt/stack/python-swiftclient" [cursive]="/opt/stack/cursive" )
GITREPO=([python-novaclient]="git://git.openstack.org/openstack/python-novaclient.git" [oslo.privsep]="git://git.openstack.org/openstack/oslo.privsep.git" [oslo.config]="git://git.openstack.org/openstack/oslo.config.git" [ironic-lib]="git://git.openstack.org/openstack/ironic-lib.git" [pbr]="git://git.openstack.org/openstack-dev/pbr.git" [oslo.reports]="git://git.openstack.org/openstack/oslo.reports.git" [oslo.context]="git://git.openstack.org/openstack/oslo.context.git" [python-keystoneclient]="git://git.openstack.org/openstack/python-keystoneclient.git" [keystoneauth]="git://git.openstack.org/openstack/keystoneauth.git" [heat]="https://git.openstack.org/openstack/heat" [taskflow]="git://git.openstack.org/openstack/taskflow.git" [osc-placement]="git://git.openstack.org/openstack/osc-placement.git" [devstack-plugin-container]="https://git.openstack.org/openstack/devstack-plugin-container" [oslo.middleware]="git://git.openstack.org/openstack/oslo.middleware.git" [kuryr-libnetwork]="https://git.openstack.org/openstack/kuryr-libnetwork" [pycadf]="git://git.openstack.org/openstack/pycadf.git" [python-glanceclient]="git://git.openstack.org/openstack/python-glanceclient.git" [zun]="https://git.openstack.org/openstack/zun" [debtcollector]="git://git.openstack.org/openstack/debtcollector.git" [python-ironicclient]="git://git.openstack.org/openstack/python-ironicclient.git" [automaton]="git://git.openstack.org/openstack/automaton.git" [castellan]="git://git.openstack.org/openstack/castellan.git" [zun-ui]="https://git.openstack.org/openstack/zun-ui" [oslo.messaging]="git://git.openstack.org/openstack/oslo.messaging.git" [diskimage-builder]="git://git.openstack.org/openstack/diskimage-builder.git" [python-barbicanclient]="git://git.openstack.org/openstack/python-barbicanclient.git" [os-client-config]="git://git.openstack.org/openstack/os-client-config.git" [oslo.log]="git://git.openstack.org/openstack/oslo.log.git" [oslo.service]="git://git.openstack.org/openstack/oslo.service.git" [cliff]="git://git.openstack.org/openstack/cliff.git" [neutron-lib]="git://git.openstack.org/openstack/neutron-lib.git" [openstacksdk]="git://git.openstack.org/openstack/openstacksdk.git" [stevedore]="git://git.openstack.org/openstack/stevedore.git" [python-cinderclient]="git://git.openstack.org/openstack/python-cinderclient.git" [os-brick]="git://git.openstack.org/openstack/os-brick.git" [glance_store]="git://git.openstack.org/openstack/glance_store.git" [oslo.concurrency]="git://git.openstack.org/openstack/oslo.concurrency.git" [oslo.policy]="git://git.openstack.org/openstack/oslo.policy.git" [oslo.db]="git://git.openstack.org/openstack/oslo.db.git" [python-brick-cinderclient-ext]="git://git.openstack.org/openstack/python-brick-cinderclient-ext.git" [oslo.vmware]="git://git.openstack.org/openstack/oslo.vmware.git" [keystonemiddleware]="git://git.openstack.org/openstack/keystonemiddleware.git" [oslo.cache]="git://git.openstack.org/openstack/oslo.cache.git" [os-vif]="git://git.openstack.org/openstack/os-vif.git" [oslo.serialization]="git://git.openstack.org/openstack/oslo.serialization.git" [tooz]="git://git.openstack.org/openstack/tooz.git" [oslo.versionedobjects]="git://git.openstack.org/openstack/oslo.versionedobjects.git" [zun-tempest-plugin]="https://git.openstack.org/openstack/zun-tempest-plugin" [python-zunclient]="git://git.openstack.org/openstack/python-zunclient.git" [kuryr]="git://git.openstack.org/openstack/kuryr.git" [osc-lib]="git://git.openstack.org/openstack/osc-lib.git" [futurist]="git://git.openstack.org/openstack/futurist.git" [python-openstackclient]="git://git.openstack.org/openstack/python-openstackclient.git" [osprofiler]="git://git.openstack.org/openstack/osprofiler.git" [oslo.rootwrap]="git://git.openstack.org/openstack/oslo.rootwrap.git" [os-traits]="git://git.openstack.org/openstack/os-traits.git" [ceilometermiddleware]="git://git.openstack.org/openstack/ceilometermiddleware.git" [oslo.i18n]="git://git.openstack.org/openstack/oslo.i18n.git" [oslo.utils]="git://git.openstack.org/openstack/oslo.utils.git" [cursive]="git://git.openstack.org/openstack/cursive.git" [python-swiftclient]="git://git.openstack.org/openstack/python-swiftclient.git" [python-neutronclient]="git://git.openstack.org/openstack/python-neutronclient.git" )
GIT_BASE=git://git.openstack.org
GIT_DEPTH=0
GIT_TIMEOUT=0
GLANCE_API_CONF=/etc/glance/glance-api.conf
GLANCE_API_PASTE_INI=/etc/glance/glance-api-paste.ini
GLANCE_AUTH_CACHE_DIR=/var/cache/glance
GLANCE_BIN_DIR=/usr/local/bin
GLANCE_BRANCH=master
GLANCE_CACHE_CONF=/etc/glance/glance-cache.conf
GLANCE_CACHE_DIR=/opt/stack/data/glance/cache
GLANCE_CONF_DIR=/etc/glance
GLANCE_DIR=/opt/stack/glance
GLANCE_HOSTPORT=104.130.163.16:9292
GLANCE_IMAGE_DIR=/opt/stack/data/glance/images
GLANCE_IMAGE_IMPORT_CONF=/etc/glance/glance-image-import.conf
GLANCE_LOCK_DIR=/opt/stack/data/glance/locks
GLANCE_METADEF_DIR=/etc/glance/metadefs
GLANCE_POLICY_JSON=/etc/glance/policy.json
GLANCE_REGISTRY_CONF=/etc/glance/glance-registry.conf
GLANCE_REGISTRY_PASTE_INI=/etc/glance/glance-registry-paste.ini
GLANCE_REGISTRY_PORT=9191
GLANCE_REGISTRY_PORT_INT=19191
GLANCE_REPO=git://git.openstack.org/openstack/glance.git
GLANCE_SCHEMA_JSON=/etc/glance/schema-image.json
GLANCE_SERVICE_HOST=104.130.163.16
GLANCE_SERVICE_LISTEN_ADDRESS=0.0.0.0
GLANCE_SERVICE_PORT=9292
GLANCE_SERVICE_PORT_INT=19292
GLANCE_SERVICE_PROTOCOL=http
GLANCE_SWIFT_STORE_CONF=/etc/glance/glance-swift-store.conf
GLANCE_URL=http://104.130.163.16/image
GLANCE_UWSGI=/usr/local/bin/glance-wsgi-api
GLANCE_UWSGI_CONF=/etc/glance/glance-uwsgi.ini
GLANCE_V1_ENABLED=False
GROUPS=()
GUEST_INTERFACE_DEFAULT=eth0
HOME=/home/stack
HORIZON_APACHE_ROOT=/dashboard
HORIZON_BRANCH=master
HORIZON_DIR=/opt/stack/horizon
HORIZON_REPO=git://git.openstack.org/openstack/horizon.git
HORIZON_SETTINGS=/opt/stack/horizon/openstack_dashboard/local/local_settings.py.example
HOSTNAME=zunui
HOSTTYPE=x86_64
HOST_IP=104.130.163.16
HOST_IPV6=2001:4802:7801:104:be76:4eff:fe20:45b0
HOST_IP_IFACE=
IDENTITY_API_VERSION=3
IFS='
'
IMAGE_URLS=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
INC_CONF_TRACE='set -o xtrace'
INC_PY_TRACE='set -o xtrace'
INC_ROOT_TRACE='set -o xtrace'
INSTALL_TEMPEST=True
INSTANCES_PATH=/opt/stack/data/nova/instances
INSTANCE_NAME_PREFIX=instance-
INT_CA_DIR=/opt/stack/data/CA/int-ca
IPV4_ADDRS_SAFE_TO_USE=10.0.0.0/22
IPV6_ADDRESS_MODE=slaac
IPV6_ADDRS_SAFE_TO_USE=fd7d:9cd4:6c0f::/56
IPV6_ENABLED=True
IPV6_GLOBAL_ID=7d:9cd4:6c0f
IPV6_PRIVATE_NETWORK_GATEWAY=
IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet
IPV6_PROVIDER_FIXED_RANGE=
IPV6_PROVIDER_NETWORK_GATEWAY=
IPV6_PROVIDER_SUBNET_NAME=provider_net_v6
IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2
IPV6_PUBLIC_RANGE=2001:db8::/64
IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet
IPV6_RA_MODE=slaac
IPV6_ROUTER_GW_IP=2001:db8::1
IPV6_SUBNET_ATTRIBUTES_ENABLED=True
IP_VERSION=4+6
IRONIC_PYTHON_AGENT_BRANCH=master
IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git
KEYSTONE_ADMIN_BIND_HOST=104.130.163.16
KEYSTONE_ADMIN_UWSGI=/usr/local/bin/keystone-wsgi-admin
KEYSTONE_ADMIN_UWSGI_CONF=/etc/keystone/keystone-uwsgi-admin.ini
KEYSTONE_ASSIGNMENT_BACKEND=sql
KEYSTONE_AUTH_HOST=104.130.163.16
KEYSTONE_AUTH_PORT=35357
KEYSTONE_AUTH_PORT_INT=35358
KEYSTONE_AUTH_PROTOCOL=http
KEYSTONE_AUTH_URI=http://104.130.163.16/identity
KEYSTONE_AUTH_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_BIN_DIR=/usr/local/bin
KEYSTONE_BRANCH=master
KEYSTONE_CONF=/etc/keystone/keystone.conf
KEYSTONE_CONF_DIR=/etc/keystone
KEYSTONE_DEPLOY=uwsgi
KEYSTONE_DIR=/opt/stack/keystone
KEYSTONE_IDENTITY_BACKEND=sql
KEYSTONE_LOCKOUT_DURATION=10
KEYSTONE_LOCKOUT_FAILURE_ATTEMPTS=2
KEYSTONE_PASSWORD_HASH_ROUNDS=4
KEYSTONE_PUBLIC_UWSGI=/usr/local/bin/keystone-wsgi-public
KEYSTONE_PUBLIC_UWSGI_CONF=/etc/keystone/keystone-uwsgi-public.ini
KEYSTONE_REGION_NAME=RegionOne
KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git
KEYSTONE_RESOURCE_BACKEND=sql
KEYSTONE_ROLE_BACKEND=sql
KEYSTONE_SECURITY_COMPLIANCE_ENABLED=True
KEYSTONE_SERVICE_HOST=104.130.163.16
KEYSTONE_SERVICE_PORT=5000
KEYSTONE_SERVICE_PORT_INT=5001
KEYSTONE_SERVICE_PROTOCOL=http
KEYSTONE_SERVICE_URI=http://104.130.163.16/identity
KEYSTONE_SERVICE_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_TOKEN_FORMAT=fernet
KEYSTONE_UNIQUE_LAST_PASSWORD_COUNT=2
KILL_PATH=/bin/kill
KURYR_ACTIVATOR=/usr/lib/docker/plugins/kuryr/kuryr.spec
KURYR_ACTIVATOR_DIR=/usr/lib/docker/plugins/kuryr
KURYR_ACTIVATOR_FILENAME=kuryr.spec
KURYR_AUTH_CACHE_DIR=/var/cache/kuryr
KURYR_BIN_DIR=/usr/local/bin
KURYR_CAPABILITY_SCOPE=local
KURYR_CONFIG=/etc/kuryr/kuryr.conf
KURYR_CONFIG_DIR=/etc/kuryr
KURYR_CONFIG_FILENAME=kuryr.conf
KURYR_DEFAULT_ACTIVATOR=/opt/stack/kuryr-libnetwork/etc/kuryr.spec
KURYR_DEFAULT_CONFIG=/opt/stack/kuryr-libnetwork/etc/kuryr.conf
KURYR_DOCKER_ENGINE_PORT=2375
KURYR_ETCD_PORT=2379
KURYR_HOME=/opt/stack/kuryr-libnetwork
KURYR_LOG_DIR=/var/log/kuryr
KURYR_POOL_PREFIX=10.10.0.0/16
KURYR_POOL_PREFIX_LEN=24
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
LAST_RUN=1531451282
LAST_SPINNER_PID=
LB_PHYSICAL_INTERFACE=eth0
LC_ALL=en_US.utf8
LDAP_BASE_DC=openstack
LDAP_BASE_DN=dc=openstack,dc=org
LDAP_DOMAIN=openstack.org
LDAP_MANAGER_DN=cn=Manager,dc=openstack,dc=org
LDAP_OLCDB_NUMBER=1
LDAP_ROOTPW_COMMAND=replace
LDAP_SERVICE_NAME=slapd
LDAP_URL=ldap://localhost
LESSCLOSE='/usr/bin/lesspipe %s %s'
LESSOPEN='| /usr/bin/lesspipe %s'
LIBS_FROM_GIT=python-zunclient
LIBVIRT_DAEMON=libvirt-bin
LIBVIRT_DEFAULT_URI=qemu:///system
LIBVIRT_GROUP=libvirt
LIBVIRT_TYPE=kvm
LINENO=740
LOCAL_HOSTNAME=zunui
LOGDAYS=7
LOGDIR=/opt/stack/logs
LOGNAME=stack
LOG_COLOR=True
LRC=localrc
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
MACHTYPE=x86_64-pc-linux-gnu
MAIL=/var/mail/stack
MAX_DB_CONNECTIONS=200
METADATA_SERVICE_PORT=8775
METERING_PLUGIN=neutron.services.metering.metering_plugin.MeteringPlugin
ML2_L3_PLUGIN=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
MULTI_HOST=False
MYSQL_DRIVER=PyMySQL
MYSQL_HOST=127.0.0.1
MYSQL_SERVICE_NAME=mysql
MYSQL_USER=root
NETWORK_GATEWAY=
NETWORK_MANAGER=FlatDHCPManager
NEUTRON_AGENT=openvswitch
NEUTRON_AGENT_BINARY=neutron-openvswitch-agent
NEUTRON_AGENT_CONF=/etc/neutron/
NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron
NEUTRON_AUTH_STRATEGY=keystone
NEUTRON_BIN_DIR=/usr/local/bin
NEUTRON_BRANCH=master
NEUTRON_CONF=/etc/neutron/neutron.conf
NEUTRON_CONF_DIR=/etc/neutron
NEUTRON_CORE_PLUGIN=ml2
NEUTRON_CORE_PLUGIN_CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_FILENAME=ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_PATH=/etc/neutron/plugins/ml2
NEUTRON_CREATE_INITIAL_NETWORKS=True
NEUTRON_DHCP_BINARY=neutron-dhcp-agent
NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini
NEUTRON_DIR=/opt/stack/neutron
NEUTRON_DISTRIBUTED_ROUTING=False
NEUTRON_DVR_MODE=dvr_snat
NEUTRON_FWAAS_BRANCH=master
NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas
NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git
NEUTRON_L3_BINARY=neutron-l3-agent
NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini
NEUTRON_META_BINARY=neutron-metadata-agent
NEUTRON_META_CONF=/etc/neutron/metadata_agent.ini
NEUTRON_METERING_AGENT_CONF=/etc/neutron/metering_agent.ini
NEUTRON_METERING_AGENT_CONF_FILENAME=metering_agent.ini
NEUTRON_METERING_BINARY=neutron-metering-agent
NEUTRON_PORT_SECURITY=True
NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git
NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap
NEUTRON_ROOTWRAP_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
NEUTRON_ROOTWRAP_CONF_FILE=/etc/neutron/rootwrap.conf
NEUTRON_ROOTWRAP_DAEMON_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
NEUTRON_SERVICE_HOST=104.130.163.16
NEUTRON_SERVICE_PORT=9696
NEUTRON_SERVICE_PORT_INT=19696
NEUTRON_SERVICE_PROTOCOL=http
NEUTRON_STATE_PATH=/opt/stack/data/neutron
NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini
NOUNSET=
NOVA_ALLOW_MOVE_TO_SAME_HOST=True
NOVA_API_DB=nova_api
NOVA_API_PASTE_INI=/etc/nova/api-paste.ini
NOVA_AUTH_CACHE_DIR=/var/cache/nova
NOVA_BIN_DIR=/usr/local/bin
NOVA_BRANCH=master
NOVA_CELLS_CONF=/etc/nova/nova-cells.conf
NOVA_CELLS_DB=nova_cell
NOVA_COND_CONF=/etc/nova/nova.conf
NOVA_CONF=/etc/nova/nova.conf
NOVA_CONF_DIR=/etc/nova
NOVA_CONSOLE_PROXY_COMPUTE_TLS=False
NOVA_CPU_CELL=1
NOVA_CPU_CONF=/etc/nova/nova-cpu.conf
NOVA_DIR=/opt/stack/nova
NOVA_ENABLED_APIS=osapi_compute,metadata
NOVA_FAKE_CONF=/etc/nova/nova-fake.conf
NOVA_INSTANCES_PATH=/opt/stack/data/nova/instances
NOVA_METADATA_UWSGI=/usr/local/bin/nova-metadata-wsgi
NOVA_METADATA_UWSGI_CONF=/etc/nova/nova-metadata-uwsgi.ini
NOVA_NUM_CELLS=1
NOVA_PLUGINS=/home/stack/devstack/lib/nova_plugins
NOVA_READY_TIMEOUT=60
NOVA_REPO=git://git.openstack.org/openstack/nova.git
NOVA_SERVICE_HOST=104.130.163.16
NOVA_SERVICE_LISTEN_ADDRESS=0.0.0.0
NOVA_SERVICE_LOCAL_HOST=127.0.0.1
NOVA_SERVICE_PORT=8774
NOVA_SERVICE_PORT_INT=18774
NOVA_SERVICE_PROTOCOL=http
NOVA_STATE_PATH=/opt/stack/data/nova
NOVA_USE_MOD_WSGI=True
NOVA_USE_SERVICE_TOKEN=False
NOVA_UWSGI=/usr/local/bin/nova-api-wsgi
NOVA_UWSGI_CONF=/etc/nova/nova-api-uwsgi.ini
NOVA_VNC_ENABLED=False
NOVNC_BRANCH=stable/v0.6
NOVNC_REPO=https://github.com/novnc/noVNC.git
NOW=1531453091
NO_UPDATE_REPOS=False
OAC_BRANCH=master
OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git
OBJECT_PORT_BASE=6613
OCC_BRANCH=master
OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git
OFFLINE=False
OLDPWD=/opt/stack/requirements
OPENSSL=/usr/bin/openssl
OPTERR=1
OPTIND=1
ORC_BRANCH=master
ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git
ORG_NAME=OpenStack
ORG_UNIT_NAME=DevStack
OSLO_BIN_DIR=/usr/local/bin
OSTYPE=linux-gnu
OVS_BRIDGE=br-int
OVS_DATAPATH_TYPE=system
OVS_ENABLE_TUNNELING=True
OVS_PHYSICAL_BRIDGE=br-ex
OVS_TUNNEL_BRIDGE=br-tun
PACKAGES='apache2
apache2-dev
bc
bridge-utils
bsdmainutils
curl
g++
gcc
gettext
git
graphviz
iputils-ping
libapache2-mod-proxy-uwsgi
libffi-dev
libjpeg-dev
libmysqlclient-dev
libpcre3-dev
libpq-dev
libssl-dev
libsystemd-dev
libxml2-dev
libxslt1-dev
libyaml-dev
lsof
openssh-server
openssl
pkg-config
psmisc
python2.7
python-dev
python-gdbm
tar
tcpdump
unzip
uuid-runtime
wget
wget
zlib1g-dev
libkrb5-dev
libldap2-dev
libsasl2-dev
memcached
python-mysqldb
sqlite3
conntrack
curl
dnsmasq-base
dnsmasq-utils
ebtables
gawk
genisoimage
iptables
iputils-arping
kpartx
libjs-jquery-tablesorter
libmysqlclient-dev
parted
pm-utils
python-mysqldb
socat
sqlite3
sudo
vlan
cryptsetup
dosfstools
genisoimage
gir1.2-libosinfo-1.0
netcat-openbsd
open-iscsi
qemu-utils
sg3-utils
sysfsutils
lvm2
open-iscsi
qemu-utils
thin-provisioning-tools
acl
dnsmasq-base
ebtables
haproxy
iptables
iputils-arping
iputils-ping
libmysqlclient-dev
postgresql-server-dev-all
python-mysqldb
sqlite3
sudo
vlan
ipset
conntrack
conntrackd
keepalived
dstat
python-psutil '
PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
PATH=/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
PHYSICAL_NETWORK=public
PIPESTATUS=([0]="0")
PIP_UPGRADE=False
PIP_VIRTUAL_ENV=
PLACEMENT_AUTH_STRATEGY=placement
PLACEMENT_BIN_DIR=/usr/local/bin
PLACEMENT_CONF=/etc/nova/nova.conf
PLACEMENT_CONF_DIR=/etc/nova
PLACEMENT_DB_ENABLED=False
PLACEMENT_SERVICE_HOST=104.130.163.16
PLACEMENT_SERVICE_PROTOCOL=http
PLACEMENT_UWSGI=/usr/local/bin/nova-placement-api
PLACEMENT_UWSGI_CONF=/etc/nova/placement-uwsgi.ini
POSIXLY_CORRECT=y
PPID=12968
PREREQ_RERUN_HOURS=2
PREREQ_RERUN_MARKER=/home/stack/devstack/.prereqs
PREREQ_RERUN_SECONDS=7200
PRIVATE_NETWORK_NAME=private
PRIVATE_SUBNET_NAME=private-subnet
PROVIDER_SUBNET_NAME=provider_net
PS4='+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
PUBLIC_BRIDGE=br-ex
PUBLIC_BRIDGE_MTU=1500
PUBLIC_INTERFACE=
PUBLIC_INTERFACE_DEFAULT=br100
PUBLIC_NETWORK_GATEWAY=
PUBLIC_NETWORK_NAME=public
PUBLIC_PHYSICAL_NETWORK=public
PUBLIC_SUBNET_NAME=public-subnet
PWD=/home/stack/devstack
PYTHON=/usr/bin/python
PYTHON2_VERSION=2.7
PYTHON3_VERSION=3.5
QEMU_CONF=/etc/libvirt/qemu.conf
Q_ADMIN_USERNAME=neutron
Q_AGENT=openvswitch
Q_ALLOW_OVERLAPPING_IP=True
Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True
Q_AUTH_STRATEGY=keystone
Q_DB_NAME=neutron
Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini
Q_DVR_MODE=legacy
Q_HOST=104.130.163.16
Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini
Q_L3_ROUTER_PER_TENANT=True
Q_LISTEN_ADDRESS=0.0.0.0
Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini
Q_META_DATA_IP=104.130.163.16
Q_ML2_PLUGIN_EXT_DRIVERS=port_security
Q_ML2_PLUGIN_GENEVE_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_PLUGIN_GRE_TYPE_OPTIONS=tunnel_id_ranges=1:1000
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge
Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=
Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True
Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True
Q_OVS_USE_VETH=False
Q_PLUGIN=ml2
Q_PORT=9696
Q_PORT_INT=19696
Q_PROTOCOL=http
Q_PUBLIC_VETH_EX=veth-pub-ex
Q_PUBLIC_VETH_INT=veth-pub-int
Q_ROUTER_NAME=router1
Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf
Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
Q_TUNNEL_TYPES=vxlan
Q_USE_PROVIDERNET_FOR_PUBLIC=True
Q_USE_PUBLIC_VETH=False
Q_USE_ROOTWRAP=True
Q_USE_ROOTWRAP_DAEMON=True
Q_USE_SECGROUP=True
RABBIT_HOST=104.130.163.16
RABBIT_PASSWORD=openstack
RABBIT_USERID=stackrabbit
RC_DIR=/home/stack/devstack
RECLONE=False
RECREATE_KEYSTONE_DB=True
REGION_NAME=RegionOne
REPOS_UPDATED=True
REQUIREMENTS_BRANCH=master
REQUIREMENTS_DIR=/opt/stack/requirements
REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git
RETRY_UPDATE=False
ROOT_CA_DIR=/opt/stack/data/CA/root-ca
S3_SERVICE_PORT=3333
SCHEDULER=filter_scheduler
SERVICE_DIR=/opt/stack/status
SERVICE_DOMAIN_NAME=Default
SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
SERVICE_HOST=104.130.163.16
SERVICE_IP_VERSION=4
SERVICE_LISTEN_ADDRESS=0.0.0.0
SERVICE_LOCAL_HOST=127.0.0.1
SERVICE_PASSWORD=openstack
SERVICE_PROJECT_NAME=service
SERVICE_PROTOCOL=http
SERVICE_TENANT_NAME=service
SERVICE_TIMEOUT=60
SERVICE_TOKEN=openstack
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:posix:xtrace
SHLVL=2
SKIP_EPEL_INSTALL=False
SPICE_BRANCH=master
SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git
SSH_CLIENT='68.201.194.221 52267 22'
SSH_CONNECTION='68.201.194.221 52267 104.130.163.16 22'
SSH_TTY=/dev/pts/0
SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
STACK_ENV_VARS='BASE_SQL_CONN DATA_DIR DEST ENABLED_SERVICES HOST_IP KEYSTONE_AUTH_URI KEYSTONE_SERVICE_URI LOGFILE OS_CACERT SERVICE_HOST STACK_USER TLS_IP HOST_IPV6 SERVICE_IP_VERSION'
STACK_USER=stack
STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
STUD_PROTO=--tls
SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4
SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6
SUBNETPOOL_PREFIX_V4=10.0.0.0/22
SUBNETPOOL_PREFIX_V6=fd7d:9cd4:6c0f::/56
SUBNETPOOL_SIZE_V4=26
SUBNETPOOL_SIZE_V6=64
SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
SUDO_SECURE_PATH_FILE=/etc/sudoers.d/zz-secure-path
SWIFT3_BRANCH=master
SWIFT3_DIR=/opt/stack/swift3
SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git
SWIFT_APACHE_WSGI_DIR=/var/www/swift
SWIFT_AUTH_CACHE_DIR=/var/cache/swift
SWIFT_BIN_DIR=/usr/local/bin
SWIFT_BRANCH=master
SWIFT_CONF_DIR=/etc/swift
SWIFT_DATA_DIR=/opt/stack/data/swift
SWIFT_DEFAULT_BIND_PORT=8080
SWIFT_DEFAULT_BIND_PORT_INT=8081
SWIFT_DIR=/opt/stack/swift
SWIFT_DISK_IMAGE=/opt/stack/data/swift/drives/images/swift.img
SWIFT_ENABLE_TEMPURLS=False
SWIFT_EXTRAS_MIDDLEWARE='formpost staticweb'
SWIFT_EXTRAS_MIDDLEWARE_LAST=
SWIFT_EXTRAS_MIDDLEWARE_NO_AUTH=crossdomain
SWIFT_LOG_TOKEN_LENGTH=12
SWIFT_LOOPBACK_DISK_SIZE=6G
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=6G
SWIFT_MAX_FILE_SIZE=5368709122
SWIFT_MAX_FILE_SIZE_DEFAULT=5368709122
SWIFT_MAX_HEADER_SIZE=16384
SWIFT_PARTITION_POWER_SIZE=9
SWIFT_REPLICAS=1
SWIFT_REPLICAS_SEQ=1
SWIFT_REPO=git://git.openstack.org/openstack/swift.git
SWIFT_SERVICE_LISTEN_ADDRESS=0.0.0.0
SWIFT_SERVICE_LOCAL_HOST=127.0.0.1
SWIFT_SERVICE_PROTOCOL=http
SWIFT_START_ALL_SERVICES=True
SWIFT_STORAGE_IPS=
SWIFT_TEMPURL_KEY=
SWIFT_USE_MOD_WSGI=False
SYSLOG=False
SYSLOG_HOST=104.130.163.16
SYSLOG_PORT=516
SYSTEMCTL='sudo systemctl'
SYSTEMD_DIR=/etc/systemd/system
TARGET_BRANCH=master
TEMPEST_ALLOW_TENANT_ISOLATION=True
TEMPEST_BRANCH=master
TEMPEST_CONCURRENCY=8
TEMPEST_CONFIG=/opt/stack/tempest/etc/tempest.conf
TEMPEST_CONFIG_DIR=/opt/stack/tempest/etc
TEMPEST_DEFAULT_STORAGE_PROTOCOL=iSCSI
TEMPEST_DEFAULT_VOLUME_VENDOR='Open Source'
TEMPEST_DIR=/opt/stack/tempest
TEMPEST_HAS_ADMIN=True
TEMPEST_PLUGINS=0
TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git
TEMPEST_STATE_PATH=/opt/stack/data/tempest
TEMPEST_STORAGE_PROTOCOL=iSCSI
TEMPEST_USE_TEST_ACCOUNTS=False
TEMPEST_VOLUME_DRIVER=default
TEMPEST_VOLUME_VENDOR='Open Source'
TEMPFILE=/tmp/tmp.TQMSewyOke
TENANT_TUNNEL_RANGES=1:1000
TENANT_VLAN_RANGE=
TERM=xterm-256color
TEST_FLOATING_POOL=test
TEST_FLOATING_RANGE=192.168.253.0/29
TIMESTAMP_FORMAT=%F-%H%M%S
TOP_DIR=/home/stack/devstack
TPUT_T=
TRACK_DEPENDS=False
TRAILING_TARGET_BRANCH=master
TUNNEL_ENDPOINT_IP=104.130.163.16
UBUNTU_RELEASE_BASE_NUM=16
UID=1001
ULIMIT_NOFILE=2048
USER=stack
USER_UNITS=False
USE_PYTHON3=False
USE_SUBNETPOOL=True
USE_SYSTEMD=True
USE_VENV=False
VERBOSE=True
VERBOSE_NO_TIMESTAMP=True
VIF_PLUGGING_IS_FATAL=True
VIF_PLUGGING_TIMEOUT=300
VIRT_DRIVER=libvirt
VLAN_INTERFACE=eth0
VOLUME_BACKING_FILE_SIZE=24G
VOLUME_GROUP_NAME=stack-volumes
VOLUME_NAME_PREFIX=volume-
WORKER_TIMEOUT=90
WSGI_MODE=uwsgi
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
XDG_RUNTIME_DIR=/run/user/1001
XDG_SESSION_ID=19
XTRACE='set -o xtrace'
YUM=yum
ZUN_API_PASTE=/etc/zun/api-paste.ini
ZUN_AUTH_CACHE_DIR=/var/cache/zun
ZUN_BIN_DIR=/usr/local/bin
ZUN_BRANCH=master
ZUN_CONF=/etc/zun/zun.conf
ZUN_CONF_DIR=/etc/zun
ZUN_DB_TYPE=sql
ZUN_DIR=/opt/stack/zun
ZUN_DRIVER=docker
ZUN_ETCD_PORT=2379
ZUN_ETCD_VERSION=v3.0.13
ZUN_REPO=git://git.openstack.org/openstack/zun.git
ZUN_SERVICE_HOST=104.130.163.16
ZUN_SERVICE_PORT=9517
ZUN_SERVICE_PORT_INT=19517
ZUN_SERVICE_PROTOCOL=http
ZUN_STATE_PATH=/opt/stack/data/zun
ZUN_TEMPEST_PLUGIN_BRANCH=master
ZUN_TEMPEST_PLUGIN_DIR=/opt/stack/zun-tempest-plugin
ZUN_TEMPEST_PLUGIN_REPO=git://git.openstack.org/openstack/zun-tempest-plugin.git
ZUN_TRUSTEE_DOMAIN_ADMIN_PASSWORD=secret
ZUN_USE_UWSGI=True
ZUN_UWSGI=/usr/local/bin/zun-api-wsgi
ZUN_UWSGI_CONF=/etc/zun/zun-api-uwsgi.ini
ZUN_WEBSOCKET_PROXY_IP=0.0.0.0
ZUN_WEBSOCKET_PROXY_PORT=6784
_=posix
_DEFAULT_LVM_INIT=0
_DEFAULT_PYTHON2_VERSION=2.7
_DEFAULT_PYTHON3_VERSION=3.5
_DEVSTACK_FUNCTIONS=1
_DEVSTACK_FUNCTIONS_COMMON=1
_DEVSTACK_STACKRC=1
_LOG_COLOR_DEFAULT=True
_Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
_TIME_BEGIN=1531453063
_TIME_START=([apt-get-update]="" [pip_install]="" [git_timed]="" [apt-get]="" )
_TIME_TOTAL=([apt-get-update]="7326" [pip_install]="36627" [git_timed]="18485" [apt-get]="1598" )
_XTRACE_CINDER='set -o xtrace'
_XTRACE_CINDER_LVM='set +o xtrace'
_XTRACE_DB_MYSQL='set +o xtrace'
_XTRACE_DSTAT='set -o xtrace'
_XTRACE_ETCD3='set -o xtrace'
_XTRACE_FUNCTIONS='set -o xtrace'
_XTRACE_FUNCTIONS_COMMON='set -o xtrace'
_XTRACE_GLANCE='set -o xtrace'
_XTRACE_HORIZON='set -o xtrace'
_XTRACE_INC_META='set -o xtrace'
_XTRACE_INFRA='set -o xtrace'
_XTRACE_KEYSTONE='set -o xtrace'
_XTRACE_LDAP='set -o xtrace'
_XTRACE_LIB_APACHE='set -o xtrace'
_XTRACE_LIB_DB='set -o xtrace'
_XTRACE_LIB_LIBRARIES='set -o xtrace'
_XTRACE_LIB_NOVA='set -o xtrace'
_XTRACE_LIB_PLACEMENT='set -o xtrace'
_XTRACE_LIB_SWIFT='set -o xtrace'
_XTRACE_LVM='set -o xtrace'
_XTRACE_NETURON_METER='set +o xtrace'
_XTRACE_NEUTRON='set +o xtrace'
_XTRACE_NEUTRON_ML2='set +o xtrace'
_XTRACE_NEUTRON_OVSL2='set +o xtrace'
_XTRACE_NEUTRON_OVS_BASE='set +o xtrace'
_XTRACE_NOVA_FN_LIBVIRT='set +o xtrace'
_XTRACE_NOVA_LIBVIRT='set +o xtrace'
_XTRACE_PG='set +o xtrace'
_XTRACE_RPC_BACKEND='set -o xtrace'
_XTRACE_TEMPEST='set -o xtrace'
backend=postgresql
be=lvm:lvmdriver-1
be_name=lvmdriver-1
be_type=lvm
db=postgresql
dc=org
default_route_dev=eth0
default_v4_route_devs=eth0
default_v6_route_devs=eth0
dir=/opt/stack/zun
dn=,dc=openstack,dc=org
exceptions=80-tempest.sh
extra=80-tempest.sh
extra_plugin_file_name=/home/stack/devstack/extras.d/80-tempest.sh
f=/home/stack/devstack/lib/databases/postgresql
i=SERVICE_IP_VERSION
image_url=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
keystone_ports=35357,35358
lfile=localrc
localrc=/home/stack/devstack/.localrc.password
mode=stack
msg='ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
opt='?'
os_CODENAME=xenial
os_PACKAGE=deb
os_RELEASE=16.04
os_VENDOR=Ubuntu
phase=pre-install
plugin=zun
plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
pw=openstack
reserved_ports=35357-35358
time_stamp=2018-07-13-033808
var=ADMIN_PASSWORD
++/opt/stack/zun/devstack/plugin.sh:source:11 is_service_enabled zun-api zun-compute
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++/opt/stack/zun/devstack/plugin.sh:source:12 [[ stack == \s\t\a\c\k ]]
++/opt/stack/zun/devstack/plugin.sh:source:12 [[ pre-install == \i\n\s\t\a\l\l ]]
++/opt/stack/zun/devstack/plugin.sh:source:19 [[ stack == \s\t\a\c\k ]]
++/opt/stack/zun/devstack/plugin.sh:source:19 [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
++/opt/stack/zun/devstack/plugin.sh:source:27 [[ stack == \s\t\a\c\k ]]
++/opt/stack/zun/devstack/plugin.sh:source:27 [[ pre-install == \e\x\t\r\a ]]
++/opt/stack/zun/devstack/plugin.sh:source:38 [[ stack == \u\n\s\t\a\c\k ]]
++/opt/stack/zun/devstack/plugin.sh:source:42 [[ stack == \c\l\e\a\n ]]
++/opt/stack/zun/devstack/plugin.sh:source:48 set -o xtrace
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/zun-tempest-plugin
+functions-common:run_plugins:1671 [[ -f /opt/stack/zun-tempest-plugin/devstack/plugin.sh ]]
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/devstack-plugin-container
+functions-common:run_plugins:1671 [[ -f /opt/stack/devstack-plugin-container/devstack/plugin.sh ]]
+functions-common:run_plugins:1672 source /opt/stack/devstack-plugin-container/devstack/plugin.sh stack pre-install
+++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:4 set +o
+++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:4 grep xtrace
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:4 XTRACE='set -o xtrace'
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:5 set -o xtrace
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:7 echo_summary 'container'\''s plugin.sh was called...'
++./stack.sh:echo_summary:434 [[ -t 3 ]]
++./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
++./stack.sh:echo_summary:440 echo -e 'container'\''s' plugin.sh was called...
2018-07-13 03:39:16.928 | container's plugin.sh was called...
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:8 source /opt/stack/devstack-plugin-container/devstack/lib/docker
++++/opt/stack/devstack-plugin-container/devstack/lib/docker:source:17 grep xtrace
++++/opt/stack/devstack-plugin-container/devstack/lib/docker:source:17 set +o
+++/opt/stack/devstack-plugin-container/devstack/lib/docker:source:17 _XTRACE_DOCKER='set -o xtrace'
+++/opt/stack/devstack-plugin-container/devstack/lib/docker:source:18 set +o xtrace
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:9 set -o posix
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:9 set
ACCOUNT_PORT_BASE=6612
ADDITIONAL_VENV_PACKAGES=
ADMIN_PASSWORD=openstack
AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent
AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent
AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent
AGENT_METERING_BINARY=/usr/local/bin/neutron-metering-agent
APACHE_CONF_DIR=/etc/apache2/sites-available
APACHE_GROUP=stack
APACHE_LOG_DIR=/var/log/apache2
APACHE_NAME=apache2
APACHE_SETTINGS_DIR=/etc/apache2/conf-enabled
APACHE_USER=stack
API_WORKERS=2
BACKING_FILE_SUFFIX=-backing-file
BASE_SQL_CONN=mysql+pymysql://root:openstack@127.0.0.1
BASH=/bin/bash
BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="1672" [1]="1705" [2]="800" [3]="0")
BASH_REMATCH=([0]=",zun-compute,")
BASH_SOURCE=([0]="/opt/stack/devstack-plugin-container/devstack/plugin.sh" [1]="/home/stack/devstack/functions-common" [2]="/home/stack/devstack/functions-common" [3]="./stack.sh")
BASH_VERSINFO=([0]="4" [1]="3" [2]="48" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='4.3.48(1)-release'
BRANCHLESS_TARGET_BRANCH=master
BUILD_TIMEOUT=196
CELLSV2_SETUP=superconductor
CINDER_API_PASTE_INI=/etc/cinder/api-paste.ini
CINDER_AUTH_CACHE_DIR=/var/cache/cinder
CINDER_BACKENDS=/home/stack/devstack/lib/cinder_backends
CINDER_BIN_DIR=/usr/local/bin
CINDER_BRANCH=master
CINDER_CACHE_ENABLED_FOR_BACKENDS=lvm:lvmdriver-1
CINDER_CONF=/etc/cinder/cinder.conf
CINDER_CONF_DIR=/etc/cinder
CINDER_DIR=/opt/stack/cinder
CINDER_DRIVER=default
CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1
CINDER_IMG_CACHE_ENABLED=True
CINDER_IMG_CACHE_SIZE_COUNT=
CINDER_IMG_CACHE_SIZE_GB=
CINDER_ISCSI_HELPER=tgtadm
CINDER_LVM_TYPE=auto
CINDER_PERIODIC_INTERVAL=60
CINDER_PLUGINS=/home/stack/devstack/lib/cinder_plugins
CINDER_REPO=git://git.openstack.org/openstack/cinder.git
CINDER_SERVICE_HOST=104.130.163.16
CINDER_SERVICE_LISTEN_ADDRESS=0.0.0.0
CINDER_SERVICE_PORT=8776
CINDER_SERVICE_PORT_INT=18776
CINDER_SERVICE_PROTOCOL=http
CINDER_STATE_PATH=/opt/stack/data/cinder
CINDER_USE_MOD_WSGI=True
CINDER_UWSGI=/usr/local/bin/cinder-wsgi
CINDER_UWSGI_CONF=/etc/cinder/cinder-api-uwsgi.ini
CINDER_VOLUME_CLEAR=zero
CIRROS_ARCH=x86_64
CIRROS_VERSION=0.3.5
CONFIG_AWK_CMD=awk
CONTAINER_ENGINE=docker
CONTAINER_PORT_BASE=6611
CURL_GET='curl -g'
CURRENT_LOG_TIME=2018-07-13-033746
DATABASE_BACKENDS=' mysql postgresql'
DATABASE_HOST=127.0.0.1
DATABASE_PASSWORD=openstack
DATABASE_QUERY_LOGGING=False
DATABASE_TYPE=mysql
DATABASE_USER=root
DATA_DIR=/opt/stack/data
DC=([0]="openstack" [1]="org")
DEBUG_LIBVIRT=True
DEBUG_LIBVIRT_COREDUMPS=False
DEFAULT_IMAGE_FILE_NAME=cirros-0.3.5-x86_64-disk.img
DEFAULT_IMAGE_NAME=cirros-0.3.5-x86_64-disk
DEFAULT_VIRT_DRIVER=libvirt
DEFAULT_VOLUME_GROUP_NAME=stack-volumes-default
DEF_SERVICE_HOST=104.130.163.16
DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
DEF_SERVICE_LOCAL_HOST=127.0.0.1
DELTA=1809
DEPRECATED_TEXT='\nUsing lib/neutron-legacy is deprecated, and it will be removed in the future'
DEST=/opt/stack
DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
DEVSTACK_CERT_NAME=devstack-cert
DEVSTACK_HOSTNAME=zunui
DEVSTACK_PLUGINS=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
DEVSTACK_SERIES=rocky
DEVSTACK_START_TIME=1531453063
DIB_UTILS_BRANCH=master
DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git
DIRSTACK=()
DISABLED_PYTHON3_PACKAGES=
DISTRO=xenial
DOCKER_CGROUP_DRIVER=
DOCKER_CLUSTER_STORE=etcd://104.130.163.16:2379
DOCKER_ENGINE_PORT=2375
DOCKER_ENGINE_SOCKET_FILE=/var/run/docker.sock
DOCKER_GROUP=stack
DOCKER_REMOTE_API_PORT=2375
DOWNLOAD_DEFAULT_IMAGES=False
ENABLED_PYTHON3_PACKAGES=nova,glance,cinder,uwsgi,python-openstackclient,openstacksdk
ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn
ENABLE_CLEAR_CONTAINER=False
ENABLE_DEBUG_LOG_LEVEL=True
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
ENABLE_IDENTITY_V2=False
ENABLE_ISOLATED_METADATA=False
ENABLE_KSM=True
ENABLE_LIVE_RESTORE=False
ENABLE_METADATA_NETWORK=False
ENABLE_TENANT_TUNNELS=True
ENABLE_TENANT_VLANS=False
ENABLE_UBUNTU_CLOUD_ARCHIVE=True
ENABLE_VOLUME_MULTIATTACH=False
ERROR_ON_CLONE=False
ETCD_ARCH=amd64
ETCD_BIN_DIR=/opt/stack/bin
ETCD_DATA_DIR=/opt/stack/data/etcd
ETCD_DOWNLOAD_FILE=etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_LOCATION=https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download
ETCD_NAME=etcd-v3.2.17-linux-amd64
ETCD_PEER_PORT=2380
ETCD_PORT=2379
ETCD_SHA256=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_AMD64=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_ARM64=0ab4621c44c79d17d94e43bd184d0f23b763a3669056ce4ae2d0b2942410a98f
ETCD_SHA256_PPC64=69e1279c4a2a52256b78d2a8dd23346ac46b836e678b971a459f2afaef3c275e
ETCD_SHA256_S390X=
ETCD_SYSTEMD_SERVICE=devstack@etcd.service
ETCD_VERSION=v3.2.17
EUID=1001
EXTRA_CACHE_URLS=,https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
FILES=/home/stack/devstack/files
FILTERS=RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
FIXED_NETWORK_SIZE=256
FIXED_RANGE=10.0.0.0/22
FIXED_RANGE_V6=fd7d:9cd4:6c0f::/64
FLAT_INTERFACE=eth0
FLAT_NETWORK_BRIDGE=br100
FLAT_NETWORK_BRIDGE_DEFAULT=br100
FLOATING_RANGE=172.24.4.0/24
FORCE_CONFIG_DRIVE=False
FORCE_PREREQ=0
FUNCNAME=([0]="source" [1]="run_plugins" [2]="run_phase" [3]="main")
FUNC_DIR=/home/stack/devstack
GITBRANCH=([python-novaclient]="master" [oslo.privsep]="master" [oslo.config]="master" [ironic-lib]="master" [pbr]="master" [oslo.reports]="master" [oslo.context]="master" [python-keystoneclient]="master" [keystoneauth]="master" [heat]="master" [taskflow]="master" [osc-placement]="master" [devstack-plugin-container]="master" [oslo.middleware]="master" [kuryr-libnetwork]="master" [pycadf]="master" [python-glanceclient]="master" [zun]="master" [debtcollector]="master" [python-ironicclient]="master" [automaton]="master" [castellan]="master" [zun-ui]="master" [oslo.messaging]="master" [diskimage-builder]="master" [python-barbicanclient]="master" [os-client-config]="master" [oslo.log]="master" [oslo.service]="master" [cliff]="master" [neutron-lib]="master" [openstacksdk]="master" [stevedore]="master" [python-cinderclient]="master" [os-brick]="master" [glance_store]="master" [oslo.concurrency]="master" [oslo.policy]="master" [oslo.db]="master" [python-brick-cinderclient-ext]="master" [oslo.vmware]="master" [keystonemiddleware]="master" [oslo.cache]="master" [os-vif]="master" [oslo.serialization]="master" [tooz]="master" [oslo.versionedobjects]="master" [zun-tempest-plugin]="master" [python-zunclient]="master" [kuryr]="master" [osc-lib]="master" [futurist]="master" [python-openstackclient]="master" [osprofiler]="master" [oslo.rootwrap]="master" [os-traits]="master" [ceilometermiddleware]="master" [oslo.i18n]="master" [oslo.utils]="master" [cursive]="master" [python-swiftclient]="master" [python-neutronclient]="master" )
GITDIR=([python-novaclient]="/opt/stack/python-novaclient" [oslo.privsep]="/opt/stack/oslo.privsep" [oslo.config]="/opt/stack/oslo.config" [pbr]="/opt/stack/pbr" [ironic-lib]="/opt/stack/ironic-lib" [python-keystoneclient]="/opt/stack/python-keystoneclient" [keystoneauth]="/opt/stack/keystoneauth" [oslo.reports]="/opt/stack/oslo.reports" [oslo.context]="/opt/stack/oslo.context" [heat]="/opt/stack/heat" [taskflow]="/opt/stack/taskflow" [osc-placement]="/opt/stack/osc-placement" [devstack-plugin-container]="/opt/stack/devstack-plugin-container" [oslo.middleware]="/opt/stack/oslo.middleware" [kuryr-libnetwork]="/opt/stack/kuryr-libnetwork" [pycadf]="/opt/stack/pycadf" [python-glanceclient]="/opt/stack/python-glanceclient" [zun]="/opt/stack/zun" [debtcollector]="/opt/stack/debtcollector" [python-ironicclient]="/opt/stack/python-ironicclient" [automaton]="/opt/stack/automaton" [castellan]="/opt/stack/castellan" [zun-ui]="/opt/stack/zun-ui" [oslo.messaging]="/opt/stack/oslo.messaging" [diskimage-builder]="/opt/stack/diskimage-builder" [python-barbicanclient]="/opt/stack/python-barbicanclient" [oslo.log]="/opt/stack/oslo.log" [os-client-config]="/opt/stack/os-client-config" [oslo.service]="/opt/stack/oslo.service" [cliff]="/opt/stack/cliff" [neutron-lib]="/opt/stack/neutron-lib" [openstacksdk]="/opt/stack/openstacksdk" [python-cinderclient]="/opt/stack/python-cinderclient" [stevedore]="/opt/stack/stevedore" [glance_store]="/opt/stack/glance_store" [os-brick]="/opt/stack/os-brick" [oslo.concurrency]="/opt/stack/oslo.concurrency" [python-brick-cinderclient-ext]="/opt/stack/python-brick-cinderclient-ext" [oslo.policy]="/opt/stack/oslo.policy" [oslo.db]="/opt/stack/oslo.db" [oslo.vmware]="/opt/stack/oslo.vmware" [keystonemiddleware]="/opt/stack/keystonemiddleware" [oslo.cache]="/opt/stack/oslo.cache" [os-vif]="/opt/stack/os-vif" [oslo.serialization]="/opt/stack/oslo.serialization" [tooz]="/opt/stack/tooz" [oslo.versionedobjects]="/opt/stack/oslo.versionedobjects" [zun-tempest-plugin]="/opt/stack/zun-tempest-plugin" [python-zunclient]="/opt/stack/python-zunclient" [kuryr]="/opt/stack/kuryr" [osc-lib]="/opt/stack/osc-lib" [futurist]="/opt/stack/futurist" [python-openstackclient]="/opt/stack/python-openstackclient" [osprofiler]="/opt/stack/osprofiler" [oslo.rootwrap]="/opt/stack/oslo.rootwrap" [os-traits]="/opt/stack/os-traits" [oslo.i18n]="/opt/stack/oslo.i18n" [ceilometermiddleware]="/opt/stack/ceilometermiddleware" [oslo.utils]="/opt/stack/oslo.utils" [python-neutronclient]="/opt/stack/python-neutronclient" [python-swiftclient]="/opt/stack/python-swiftclient" [cursive]="/opt/stack/cursive" )
GITREPO=([python-novaclient]="git://git.openstack.org/openstack/python-novaclient.git" [oslo.privsep]="git://git.openstack.org/openstack/oslo.privsep.git" [oslo.config]="git://git.openstack.org/openstack/oslo.config.git" [ironic-lib]="git://git.openstack.org/openstack/ironic-lib.git" [pbr]="git://git.openstack.org/openstack-dev/pbr.git" [oslo.reports]="git://git.openstack.org/openstack/oslo.reports.git" [oslo.context]="git://git.openstack.org/openstack/oslo.context.git" [python-keystoneclient]="git://git.openstack.org/openstack/python-keystoneclient.git" [keystoneauth]="git://git.openstack.org/openstack/keystoneauth.git" [heat]="https://git.openstack.org/openstack/heat" [taskflow]="git://git.openstack.org/openstack/taskflow.git" [osc-placement]="git://git.openstack.org/openstack/osc-placement.git" [devstack-plugin-container]="https://git.openstack.org/openstack/devstack-plugin-container" [oslo.middleware]="git://git.openstack.org/openstack/oslo.middleware.git" [kuryr-libnetwork]="https://git.openstack.org/openstack/kuryr-libnetwork" [pycadf]="git://git.openstack.org/openstack/pycadf.git" [python-glanceclient]="git://git.openstack.org/openstack/python-glanceclient.git" [zun]="https://git.openstack.org/openstack/zun" [debtcollector]="git://git.openstack.org/openstack/debtcollector.git" [python-ironicclient]="git://git.openstack.org/openstack/python-ironicclient.git" [automaton]="git://git.openstack.org/openstack/automaton.git" [castellan]="git://git.openstack.org/openstack/castellan.git" [zun-ui]="https://git.openstack.org/openstack/zun-ui" [oslo.messaging]="git://git.openstack.org/openstack/oslo.messaging.git" [diskimage-builder]="git://git.openstack.org/openstack/diskimage-builder.git" [python-barbicanclient]="git://git.openstack.org/openstack/python-barbicanclient.git" [os-client-config]="git://git.openstack.org/openstack/os-client-config.git" [oslo.log]="git://git.openstack.org/openstack/oslo.log.git" [oslo.service]="git://git.openstack.org/openstack/oslo.service.git" [cliff]="git://git.openstack.org/openstack/cliff.git" [neutron-lib]="git://git.openstack.org/openstack/neutron-lib.git" [openstacksdk]="git://git.openstack.org/openstack/openstacksdk.git" [stevedore]="git://git.openstack.org/openstack/stevedore.git" [python-cinderclient]="git://git.openstack.org/openstack/python-cinderclient.git" [os-brick]="git://git.openstack.org/openstack/os-brick.git" [glance_store]="git://git.openstack.org/openstack/glance_store.git" [oslo.concurrency]="git://git.openstack.org/openstack/oslo.concurrency.git" [oslo.policy]="git://git.openstack.org/openstack/oslo.policy.git" [oslo.db]="git://git.openstack.org/openstack/oslo.db.git" [python-brick-cinderclient-ext]="git://git.openstack.org/openstack/python-brick-cinderclient-ext.git" [oslo.vmware]="git://git.openstack.org/openstack/oslo.vmware.git" [keystonemiddleware]="git://git.openstack.org/openstack/keystonemiddleware.git" [oslo.cache]="git://git.openstack.org/openstack/oslo.cache.git" [os-vif]="git://git.openstack.org/openstack/os-vif.git" [oslo.serialization]="git://git.openstack.org/openstack/oslo.serialization.git" [tooz]="git://git.openstack.org/openstack/tooz.git" [oslo.versionedobjects]="git://git.openstack.org/openstack/oslo.versionedobjects.git" [zun-tempest-plugin]="https://git.openstack.org/openstack/zun-tempest-plugin" [python-zunclient]="git://git.openstack.org/openstack/python-zunclient.git" [kuryr]="git://git.openstack.org/openstack/kuryr.git" [osc-lib]="git://git.openstack.org/openstack/osc-lib.git" [futurist]="git://git.openstack.org/openstack/futurist.git" [python-openstackclient]="git://git.openstack.org/openstack/python-openstackclient.git" [osprofiler]="git://git.openstack.org/openstack/osprofiler.git" [oslo.rootwrap]="git://git.openstack.org/openstack/oslo.rootwrap.git" [os-traits]="git://git.openstack.org/openstack/os-traits.git" [ceilometermiddleware]="git://git.openstack.org/openstack/ceilometermiddleware.git" [oslo.i18n]="git://git.openstack.org/openstack/oslo.i18n.git" [oslo.utils]="git://git.openstack.org/openstack/oslo.utils.git" [cursive]="git://git.openstack.org/openstack/cursive.git" [python-swiftclient]="git://git.openstack.org/openstack/python-swiftclient.git" [python-neutronclient]="git://git.openstack.org/openstack/python-neutronclient.git" )
GIT_BASE=git://git.openstack.org
GIT_DEPTH=0
GIT_TIMEOUT=0
GLANCE_API_CONF=/etc/glance/glance-api.conf
GLANCE_API_PASTE_INI=/etc/glance/glance-api-paste.ini
GLANCE_AUTH_CACHE_DIR=/var/cache/glance
GLANCE_BIN_DIR=/usr/local/bin
GLANCE_BRANCH=master
GLANCE_CACHE_CONF=/etc/glance/glance-cache.conf
GLANCE_CACHE_DIR=/opt/stack/data/glance/cache
GLANCE_CONF_DIR=/etc/glance
GLANCE_DIR=/opt/stack/glance
GLANCE_HOSTPORT=104.130.163.16:9292
GLANCE_IMAGE_DIR=/opt/stack/data/glance/images
GLANCE_IMAGE_IMPORT_CONF=/etc/glance/glance-image-import.conf
GLANCE_LOCK_DIR=/opt/stack/data/glance/locks
GLANCE_METADEF_DIR=/etc/glance/metadefs
GLANCE_POLICY_JSON=/etc/glance/policy.json
GLANCE_REGISTRY_CONF=/etc/glance/glance-registry.conf
GLANCE_REGISTRY_PASTE_INI=/etc/glance/glance-registry-paste.ini
GLANCE_REGISTRY_PORT=9191
GLANCE_REGISTRY_PORT_INT=19191
GLANCE_REPO=git://git.openstack.org/openstack/glance.git
GLANCE_SCHEMA_JSON=/etc/glance/schema-image.json
GLANCE_SERVICE_HOST=104.130.163.16
GLANCE_SERVICE_LISTEN_ADDRESS=0.0.0.0
GLANCE_SERVICE_PORT=9292
GLANCE_SERVICE_PORT_INT=19292
GLANCE_SERVICE_PROTOCOL=http
GLANCE_SWIFT_STORE_CONF=/etc/glance/glance-swift-store.conf
GLANCE_URL=http://104.130.163.16/image
GLANCE_UWSGI=/usr/local/bin/glance-wsgi-api
GLANCE_UWSGI_CONF=/etc/glance/glance-uwsgi.ini
GLANCE_V1_ENABLED=False
GROUPS=()
GUEST_INTERFACE_DEFAULT=eth0
HOME=/home/stack
HORIZON_APACHE_ROOT=/dashboard
HORIZON_BRANCH=master
HORIZON_DIR=/opt/stack/horizon
HORIZON_REPO=git://git.openstack.org/openstack/horizon.git
HORIZON_SETTINGS=/opt/stack/horizon/openstack_dashboard/local/local_settings.py.example
HOSTNAME=zunui
HOSTTYPE=x86_64
HOST_IP=104.130.163.16
HOST_IPV6=2001:4802:7801:104:be76:4eff:fe20:45b0
HOST_IP_IFACE=
IDENTITY_API_VERSION=3
IFS='
'
IMAGE_URLS=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
INC_CONF_TRACE='set -o xtrace'
INC_PY_TRACE='set -o xtrace'
INC_ROOT_TRACE='set -o xtrace'
INSTALL_TEMPEST=True
INSTANCES_PATH=/opt/stack/data/nova/instances
INSTANCE_NAME_PREFIX=instance-
INT_CA_DIR=/opt/stack/data/CA/int-ca
IPV4_ADDRS_SAFE_TO_USE=10.0.0.0/22
IPV6_ADDRESS_MODE=slaac
IPV6_ADDRS_SAFE_TO_USE=fd7d:9cd4:6c0f::/56
IPV6_ENABLED=True
IPV6_GLOBAL_ID=7d:9cd4:6c0f
IPV6_PRIVATE_NETWORK_GATEWAY=
IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet
IPV6_PROVIDER_FIXED_RANGE=
IPV6_PROVIDER_NETWORK_GATEWAY=
IPV6_PROVIDER_SUBNET_NAME=provider_net_v6
IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2
IPV6_PUBLIC_RANGE=2001:db8::/64
IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet
IPV6_RA_MODE=slaac
IPV6_ROUTER_GW_IP=2001:db8::1
IPV6_SUBNET_ATTRIBUTES_ENABLED=True
IP_VERSION=4+6
IRONIC_PYTHON_AGENT_BRANCH=master
IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git
KEYSTONE_ADMIN_BIND_HOST=104.130.163.16
KEYSTONE_ADMIN_UWSGI=/usr/local/bin/keystone-wsgi-admin
KEYSTONE_ADMIN_UWSGI_CONF=/etc/keystone/keystone-uwsgi-admin.ini
KEYSTONE_ASSIGNMENT_BACKEND=sql
KEYSTONE_AUTH_HOST=104.130.163.16
KEYSTONE_AUTH_PORT=35357
KEYSTONE_AUTH_PORT_INT=35358
KEYSTONE_AUTH_PROTOCOL=http
KEYSTONE_AUTH_URI=http://104.130.163.16/identity
KEYSTONE_AUTH_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_BIN_DIR=/usr/local/bin
KEYSTONE_BRANCH=master
KEYSTONE_CONF=/etc/keystone/keystone.conf
KEYSTONE_CONF_DIR=/etc/keystone
KEYSTONE_DEPLOY=uwsgi
KEYSTONE_DIR=/opt/stack/keystone
KEYSTONE_IDENTITY_BACKEND=sql
KEYSTONE_LOCKOUT_DURATION=10
KEYSTONE_LOCKOUT_FAILURE_ATTEMPTS=2
KEYSTONE_PASSWORD_HASH_ROUNDS=4
KEYSTONE_PUBLIC_UWSGI=/usr/local/bin/keystone-wsgi-public
KEYSTONE_PUBLIC_UWSGI_CONF=/etc/keystone/keystone-uwsgi-public.ini
KEYSTONE_REGION_NAME=RegionOne
KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git
KEYSTONE_RESOURCE_BACKEND=sql
KEYSTONE_ROLE_BACKEND=sql
KEYSTONE_SECURITY_COMPLIANCE_ENABLED=True
KEYSTONE_SERVICE_HOST=104.130.163.16
KEYSTONE_SERVICE_PORT=5000
KEYSTONE_SERVICE_PORT_INT=5001
KEYSTONE_SERVICE_PROTOCOL=http
KEYSTONE_SERVICE_URI=http://104.130.163.16/identity
KEYSTONE_SERVICE_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_TOKEN_FORMAT=fernet
KEYSTONE_UNIQUE_LAST_PASSWORD_COUNT=2
KILL_PATH=/bin/kill
KURYR_ACTIVATOR=/usr/lib/docker/plugins/kuryr/kuryr.spec
KURYR_ACTIVATOR_DIR=/usr/lib/docker/plugins/kuryr
KURYR_ACTIVATOR_FILENAME=kuryr.spec
KURYR_AUTH_CACHE_DIR=/var/cache/kuryr
KURYR_BIN_DIR=/usr/local/bin
KURYR_CAPABILITY_SCOPE=local
KURYR_CONFIG=/etc/kuryr/kuryr.conf
KURYR_CONFIG_DIR=/etc/kuryr
KURYR_CONFIG_FILENAME=kuryr.conf
KURYR_DEFAULT_ACTIVATOR=/opt/stack/kuryr-libnetwork/etc/kuryr.spec
KURYR_DEFAULT_CONFIG=/opt/stack/kuryr-libnetwork/etc/kuryr.conf
KURYR_DOCKER_ENGINE_PORT=2375
KURYR_ETCD_PORT=2379
KURYR_HOME=/opt/stack/kuryr-libnetwork
KURYR_LOG_DIR=/var/log/kuryr
KURYR_POOL_PREFIX=10.10.0.0/16
KURYR_POOL_PREFIX_LEN=24
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
LAST_RUN=1531451282
LAST_SPINNER_PID=
LB_PHYSICAL_INTERFACE=eth0
LC_ALL=en_US.utf8
LDAP_BASE_DC=openstack
LDAP_BASE_DN=dc=openstack,dc=org
LDAP_DOMAIN=openstack.org
LDAP_MANAGER_DN=cn=Manager,dc=openstack,dc=org
LDAP_OLCDB_NUMBER=1
LDAP_ROOTPW_COMMAND=replace
LDAP_SERVICE_NAME=slapd
LDAP_URL=ldap://localhost
LESSCLOSE='/usr/bin/lesspipe %s %s'
LESSOPEN='| /usr/bin/lesspipe %s'
LIBS_FROM_GIT=python-zunclient
LIBVIRT_DAEMON=libvirt-bin
LIBVIRT_DEFAULT_URI=qemu:///system
LIBVIRT_GROUP=libvirt
LIBVIRT_TYPE=kvm
LINENO=740
LOCAL_HOSTNAME=zunui
LOGDAYS=7
LOGDIR=/opt/stack/logs
LOGNAME=stack
LOG_COLOR=True
LRC=localrc
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
MACHTYPE=x86_64-pc-linux-gnu
MAIL=/var/mail/stack
MAX_DB_CONNECTIONS=200
METADATA_SERVICE_PORT=8775
METERING_PLUGIN=neutron.services.metering.metering_plugin.MeteringPlugin
ML2_L3_PLUGIN=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
MULTI_HOST=False
MYSQL_DRIVER=PyMySQL
MYSQL_HOST=127.0.0.1
MYSQL_SERVICE_NAME=mysql
MYSQL_USER=root
NETWORK_GATEWAY=
NETWORK_MANAGER=FlatDHCPManager
NEUTRON_AGENT=openvswitch
NEUTRON_AGENT_BINARY=neutron-openvswitch-agent
NEUTRON_AGENT_CONF=/etc/neutron/
NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron
NEUTRON_AUTH_STRATEGY=keystone
NEUTRON_BIN_DIR=/usr/local/bin
NEUTRON_BRANCH=master
NEUTRON_CONF=/etc/neutron/neutron.conf
NEUTRON_CONF_DIR=/etc/neutron
NEUTRON_CORE_PLUGIN=ml2
NEUTRON_CORE_PLUGIN_CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_FILENAME=ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_PATH=/etc/neutron/plugins/ml2
NEUTRON_CREATE_INITIAL_NETWORKS=True
NEUTRON_DHCP_BINARY=neutron-dhcp-agent
NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini
NEUTRON_DIR=/opt/stack/neutron
NEUTRON_DISTRIBUTED_ROUTING=False
NEUTRON_DVR_MODE=dvr_snat
NEUTRON_FWAAS_BRANCH=master
NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas
NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git
NEUTRON_L3_BINARY=neutron-l3-agent
NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini
NEUTRON_META_BINARY=neutron-metadata-agent
NEUTRON_META_CONF=/etc/neutron/metadata_agent.ini
NEUTRON_METERING_AGENT_CONF=/etc/neutron/metering_agent.ini
NEUTRON_METERING_AGENT_CONF_FILENAME=metering_agent.ini
NEUTRON_METERING_BINARY=neutron-metering-agent
NEUTRON_PORT_SECURITY=True
NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git
NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap
NEUTRON_ROOTWRAP_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
NEUTRON_ROOTWRAP_CONF_FILE=/etc/neutron/rootwrap.conf
NEUTRON_ROOTWRAP_DAEMON_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
NEUTRON_SERVICE_HOST=104.130.163.16
NEUTRON_SERVICE_PORT=9696
NEUTRON_SERVICE_PORT_INT=19696
NEUTRON_SERVICE_PROTOCOL=http
NEUTRON_STATE_PATH=/opt/stack/data/neutron
NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini
NOUNSET=
NOVA_ALLOW_MOVE_TO_SAME_HOST=True
NOVA_API_DB=nova_api
NOVA_API_PASTE_INI=/etc/nova/api-paste.ini
NOVA_AUTH_CACHE_DIR=/var/cache/nova
NOVA_BIN_DIR=/usr/local/bin
NOVA_BRANCH=master
NOVA_CELLS_CONF=/etc/nova/nova-cells.conf
NOVA_CELLS_DB=nova_cell
NOVA_COND_CONF=/etc/nova/nova.conf
NOVA_CONF=/etc/nova/nova.conf
NOVA_CONF_DIR=/etc/nova
NOVA_CONSOLE_PROXY_COMPUTE_TLS=False
NOVA_CPU_CELL=1
NOVA_CPU_CONF=/etc/nova/nova-cpu.conf
NOVA_DIR=/opt/stack/nova
NOVA_ENABLED_APIS=osapi_compute,metadata
NOVA_FAKE_CONF=/etc/nova/nova-fake.conf
NOVA_INSTANCES_PATH=/opt/stack/data/nova/instances
NOVA_METADATA_UWSGI=/usr/local/bin/nova-metadata-wsgi
NOVA_METADATA_UWSGI_CONF=/etc/nova/nova-metadata-uwsgi.ini
NOVA_NUM_CELLS=1
NOVA_PLUGINS=/home/stack/devstack/lib/nova_plugins
NOVA_READY_TIMEOUT=60
NOVA_REPO=git://git.openstack.org/openstack/nova.git
NOVA_SERVICE_HOST=104.130.163.16
NOVA_SERVICE_LISTEN_ADDRESS=0.0.0.0
NOVA_SERVICE_LOCAL_HOST=127.0.0.1
NOVA_SERVICE_PORT=8774
NOVA_SERVICE_PORT_INT=18774
NOVA_SERVICE_PROTOCOL=http
NOVA_STATE_PATH=/opt/stack/data/nova
NOVA_USE_MOD_WSGI=True
NOVA_USE_SERVICE_TOKEN=False
NOVA_UWSGI=/usr/local/bin/nova-api-wsgi
NOVA_UWSGI_CONF=/etc/nova/nova-api-uwsgi.ini
NOVA_VNC_ENABLED=False
NOVNC_BRANCH=stable/v0.6
NOVNC_REPO=https://github.com/novnc/noVNC.git
NOW=1531453091
NO_UPDATE_REPOS=False
OAC_BRANCH=master
OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git
OBJECT_PORT_BASE=6613
OCC_BRANCH=master
OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git
OFFLINE=False
OLDPWD=/opt/stack/requirements
OPENSSL=/usr/bin/openssl
OPTERR=1
OPTIND=1
ORC_BRANCH=master
ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git
ORG_NAME=OpenStack
ORG_UNIT_NAME=DevStack
OSLO_BIN_DIR=/usr/local/bin
OSTYPE=linux-gnu
OVS_BRIDGE=br-int
OVS_DATAPATH_TYPE=system
OVS_ENABLE_TUNNELING=True
OVS_PHYSICAL_BRIDGE=br-ex
OVS_TUNNEL_BRIDGE=br-tun
PACKAGES='apache2
apache2-dev
bc
bridge-utils
bsdmainutils
curl
g++
gcc
gettext
git
graphviz
iputils-ping
libapache2-mod-proxy-uwsgi
libffi-dev
libjpeg-dev
libmysqlclient-dev
libpcre3-dev
libpq-dev
libssl-dev
libsystemd-dev
libxml2-dev
libxslt1-dev
libyaml-dev
lsof
openssh-server
openssl
pkg-config
psmisc
python2.7
python-dev
python-gdbm
tar
tcpdump
unzip
uuid-runtime
wget
wget
zlib1g-dev
libkrb5-dev
libldap2-dev
libsasl2-dev
memcached
python-mysqldb
sqlite3
conntrack
curl
dnsmasq-base
dnsmasq-utils
ebtables
gawk
genisoimage
iptables
iputils-arping
kpartx
libjs-jquery-tablesorter
libmysqlclient-dev
parted
pm-utils
python-mysqldb
socat
sqlite3
sudo
vlan
cryptsetup
dosfstools
genisoimage
gir1.2-libosinfo-1.0
netcat-openbsd
open-iscsi
qemu-utils
sg3-utils
sysfsutils
lvm2
open-iscsi
qemu-utils
thin-provisioning-tools
acl
dnsmasq-base
ebtables
haproxy
iptables
iputils-arping
iputils-ping
libmysqlclient-dev
postgresql-server-dev-all
python-mysqldb
sqlite3
sudo
vlan
ipset
conntrack
conntrackd
keepalived
dstat
python-psutil '
PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
PATH=/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
PHYSICAL_NETWORK=public
PIPESTATUS=([0]="0")
PIP_UPGRADE=False
PIP_VIRTUAL_ENV=
PLACEMENT_AUTH_STRATEGY=placement
PLACEMENT_BIN_DIR=/usr/local/bin
PLACEMENT_CONF=/etc/nova/nova.conf
PLACEMENT_CONF_DIR=/etc/nova
PLACEMENT_DB_ENABLED=False
PLACEMENT_SERVICE_HOST=104.130.163.16
PLACEMENT_SERVICE_PROTOCOL=http
PLACEMENT_UWSGI=/usr/local/bin/nova-placement-api
PLACEMENT_UWSGI_CONF=/etc/nova/placement-uwsgi.ini
POSIXLY_CORRECT=y
PPID=12968
PREREQ_RERUN_HOURS=2
PREREQ_RERUN_MARKER=/home/stack/devstack/.prereqs
PREREQ_RERUN_SECONDS=7200
PRIVATE_NETWORK_NAME=private
PRIVATE_SUBNET_NAME=private-subnet
PROVIDER_SUBNET_NAME=provider_net
PS4='+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
PUBLIC_BRIDGE=br-ex
PUBLIC_BRIDGE_MTU=1500
PUBLIC_INTERFACE=
PUBLIC_INTERFACE_DEFAULT=br100
PUBLIC_NETWORK_GATEWAY=
PUBLIC_NETWORK_NAME=public
PUBLIC_PHYSICAL_NETWORK=public
PUBLIC_SUBNET_NAME=public-subnet
PWD=/home/stack/devstack
PYTHON=/usr/bin/python
PYTHON2_VERSION=2.7
PYTHON3_VERSION=3.5
QEMU_CONF=/etc/libvirt/qemu.conf
Q_ADMIN_USERNAME=neutron
Q_AGENT=openvswitch
Q_ALLOW_OVERLAPPING_IP=True
Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True
Q_AUTH_STRATEGY=keystone
Q_DB_NAME=neutron
Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini
Q_DVR_MODE=legacy
Q_HOST=104.130.163.16
Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini
Q_L3_ROUTER_PER_TENANT=True
Q_LISTEN_ADDRESS=0.0.0.0
Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini
Q_META_DATA_IP=104.130.163.16
Q_ML2_PLUGIN_EXT_DRIVERS=port_security
Q_ML2_PLUGIN_GENEVE_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_PLUGIN_GRE_TYPE_OPTIONS=tunnel_id_ranges=1:1000
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge
Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=
Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True
Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True
Q_OVS_USE_VETH=False
Q_PLUGIN=ml2
Q_PORT=9696
Q_PORT_INT=19696
Q_PROTOCOL=http
Q_PUBLIC_VETH_EX=veth-pub-ex
Q_PUBLIC_VETH_INT=veth-pub-int
Q_ROUTER_NAME=router1
Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf
Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
Q_TUNNEL_TYPES=vxlan
Q_USE_PROVIDERNET_FOR_PUBLIC=True
Q_USE_PUBLIC_VETH=False
Q_USE_ROOTWRAP=True
Q_USE_ROOTWRAP_DAEMON=True
Q_USE_SECGROUP=True
RABBIT_HOST=104.130.163.16
RABBIT_PASSWORD=openstack
RABBIT_USERID=stackrabbit
RC_DIR=/home/stack/devstack
RECLONE=False
RECREATE_KEYSTONE_DB=True
REGION_NAME=RegionOne
REPOS_UPDATED=True
REQUIREMENTS_BRANCH=master
REQUIREMENTS_DIR=/opt/stack/requirements
REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git
RETRY_UPDATE=False
ROOT_CA_DIR=/opt/stack/data/CA/root-ca
S3_SERVICE_PORT=3333
SCHEDULER=filter_scheduler
SERVICE_DIR=/opt/stack/status
SERVICE_DOMAIN_NAME=Default
SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
SERVICE_HOST=104.130.163.16
SERVICE_IP_VERSION=4
SERVICE_LISTEN_ADDRESS=0.0.0.0
SERVICE_LOCAL_HOST=127.0.0.1
SERVICE_PASSWORD=openstack
SERVICE_PROJECT_NAME=service
SERVICE_PROTOCOL=http
SERVICE_TENANT_NAME=service
SERVICE_TIMEOUT=60
SERVICE_TOKEN=openstack
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:posix:xtrace
SHLVL=2
SKIP_EPEL_INSTALL=False
SPICE_BRANCH=master
SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git
SSH_CLIENT='68.201.194.221 52267 22'
SSH_CONNECTION='68.201.194.221 52267 104.130.163.16 22'
SSH_TTY=/dev/pts/0
SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
STACK_ENV_VARS='BASE_SQL_CONN DATA_DIR DEST ENABLED_SERVICES HOST_IP KEYSTONE_AUTH_URI KEYSTONE_SERVICE_URI LOGFILE OS_CACERT SERVICE_HOST STACK_USER TLS_IP HOST_IPV6 SERVICE_IP_VERSION'
STACK_USER=stack
STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
STUD_PROTO=--tls
SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4
SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6
SUBNETPOOL_PREFIX_V4=10.0.0.0/22
SUBNETPOOL_PREFIX_V6=fd7d:9cd4:6c0f::/56
SUBNETPOOL_SIZE_V4=26
SUBNETPOOL_SIZE_V6=64
SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
SUDO_SECURE_PATH_FILE=/etc/sudoers.d/zz-secure-path
SWIFT3_BRANCH=master
SWIFT3_DIR=/opt/stack/swift3
SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git
SWIFT_APACHE_WSGI_DIR=/var/www/swift
SWIFT_AUTH_CACHE_DIR=/var/cache/swift
SWIFT_BIN_DIR=/usr/local/bin
SWIFT_BRANCH=master
SWIFT_CONF_DIR=/etc/swift
SWIFT_DATA_DIR=/opt/stack/data/swift
SWIFT_DEFAULT_BIND_PORT=8080
SWIFT_DEFAULT_BIND_PORT_INT=8081
SWIFT_DIR=/opt/stack/swift
SWIFT_DISK_IMAGE=/opt/stack/data/swift/drives/images/swift.img
SWIFT_ENABLE_TEMPURLS=False
SWIFT_EXTRAS_MIDDLEWARE='formpost staticweb'
SWIFT_EXTRAS_MIDDLEWARE_LAST=
SWIFT_EXTRAS_MIDDLEWARE_NO_AUTH=crossdomain
SWIFT_LOG_TOKEN_LENGTH=12
SWIFT_LOOPBACK_DISK_SIZE=6G
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=6G
SWIFT_MAX_FILE_SIZE=5368709122
SWIFT_MAX_FILE_SIZE_DEFAULT=5368709122
SWIFT_MAX_HEADER_SIZE=16384
SWIFT_PARTITION_POWER_SIZE=9
SWIFT_REPLICAS=1
SWIFT_REPLICAS_SEQ=1
SWIFT_REPO=git://git.openstack.org/openstack/swift.git
SWIFT_SERVICE_LISTEN_ADDRESS=0.0.0.0
SWIFT_SERVICE_LOCAL_HOST=127.0.0.1
SWIFT_SERVICE_PROTOCOL=http
SWIFT_START_ALL_SERVICES=True
SWIFT_STORAGE_IPS=
SWIFT_TEMPURL_KEY=
SWIFT_USE_MOD_WSGI=False
SYSLOG=False
SYSLOG_HOST=104.130.163.16
SYSLOG_PORT=516
SYSTEMCTL='sudo systemctl'
SYSTEMD_DIR=/etc/systemd/system
TARGET_BRANCH=master
TEMPEST_ALLOW_TENANT_ISOLATION=True
TEMPEST_BRANCH=master
TEMPEST_CONCURRENCY=8
TEMPEST_CONFIG=/opt/stack/tempest/etc/tempest.conf
TEMPEST_CONFIG_DIR=/opt/stack/tempest/etc
TEMPEST_DEFAULT_STORAGE_PROTOCOL=iSCSI
TEMPEST_DEFAULT_VOLUME_VENDOR='Open Source'
TEMPEST_DIR=/opt/stack/tempest
TEMPEST_HAS_ADMIN=True
TEMPEST_PLUGINS=0
TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git
TEMPEST_STATE_PATH=/opt/stack/data/tempest
TEMPEST_STORAGE_PROTOCOL=iSCSI
TEMPEST_USE_TEST_ACCOUNTS=False
TEMPEST_VOLUME_DRIVER=default
TEMPEST_VOLUME_VENDOR='Open Source'
TEMPFILE=/tmp/tmp.TQMSewyOke
TENANT_TUNNEL_RANGES=1:1000
TENANT_VLAN_RANGE=
TERM=xterm-256color
TEST_FLOATING_POOL=test
TEST_FLOATING_RANGE=192.168.253.0/29
TIMESTAMP_FORMAT=%F-%H%M%S
TOP_DIR=/home/stack/devstack
TPUT_T=
TRACK_DEPENDS=False
TRAILING_TARGET_BRANCH=master
TUNNEL_ENDPOINT_IP=104.130.163.16
UBUNTU_RELEASE_BASE_NUM=16
UID=1001
ULIMIT_NOFILE=2048
USER=stack
USER_UNITS=False
USE_PYTHON3=False
USE_SUBNETPOOL=True
USE_SYSTEMD=True
USE_VENV=False
VERBOSE=True
VERBOSE_NO_TIMESTAMP=True
VIF_PLUGGING_IS_FATAL=True
VIF_PLUGGING_TIMEOUT=300
VIRT_DRIVER=libvirt
VLAN_INTERFACE=eth0
VOLUME_BACKING_FILE_SIZE=24G
VOLUME_GROUP_NAME=stack-volumes
VOLUME_NAME_PREFIX=volume-
WORKER_TIMEOUT=90
WSGI_MODE=uwsgi
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
XDG_RUNTIME_DIR=/run/user/1001
XDG_SESSION_ID=19
XTRACE='set -o xtrace'
YUM=yum
ZUN_API_PASTE=/etc/zun/api-paste.ini
ZUN_AUTH_CACHE_DIR=/var/cache/zun
ZUN_BIN_DIR=/usr/local/bin
ZUN_BRANCH=master
ZUN_CONF=/etc/zun/zun.conf
ZUN_CONF_DIR=/etc/zun
ZUN_DB_TYPE=sql
ZUN_DIR=/opt/stack/zun
ZUN_DRIVER=docker
ZUN_ETCD_PORT=2379
ZUN_ETCD_VERSION=v3.0.13
ZUN_REPO=git://git.openstack.org/openstack/zun.git
ZUN_SERVICE_HOST=104.130.163.16
ZUN_SERVICE_PORT=9517
ZUN_SERVICE_PORT_INT=19517
ZUN_SERVICE_PROTOCOL=http
ZUN_STATE_PATH=/opt/stack/data/zun
ZUN_TEMPEST_PLUGIN_BRANCH=master
ZUN_TEMPEST_PLUGIN_DIR=/opt/stack/zun-tempest-plugin
ZUN_TEMPEST_PLUGIN_REPO=git://git.openstack.org/openstack/zun-tempest-plugin.git
ZUN_TRUSTEE_DOMAIN_ADMIN_PASSWORD=secret
ZUN_USE_UWSGI=True
ZUN_UWSGI=/usr/local/bin/zun-api-wsgi
ZUN_UWSGI_CONF=/etc/zun/zun-api-uwsgi.ini
ZUN_WEBSOCKET_PROXY_IP=0.0.0.0
ZUN_WEBSOCKET_PROXY_PORT=6784
_=posix
_DEFAULT_LVM_INIT=0
_DEFAULT_PYTHON2_VERSION=2.7
_DEFAULT_PYTHON3_VERSION=3.5
_DEVSTACK_FUNCTIONS=1
_DEVSTACK_FUNCTIONS_COMMON=1
_DEVSTACK_STACKRC=1
_LOG_COLOR_DEFAULT=True
_Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
_TIME_BEGIN=1531453063
_TIME_START=([apt-get-update]="" [pip_install]="" [git_timed]="" [apt-get]="" )
_TIME_TOTAL=([apt-get-update]="7326" [pip_install]="36627" [git_timed]="18485" [apt-get]="1598" )
_XTRACE_CINDER='set -o xtrace'
_XTRACE_CINDER_LVM='set +o xtrace'
_XTRACE_DB_MYSQL='set +o xtrace'
_XTRACE_DOCKER='set -o xtrace'
_XTRACE_DSTAT='set -o xtrace'
_XTRACE_ETCD3='set -o xtrace'
_XTRACE_FUNCTIONS='set -o xtrace'
_XTRACE_FUNCTIONS_COMMON='set -o xtrace'
_XTRACE_GLANCE='set -o xtrace'
_XTRACE_HORIZON='set -o xtrace'
_XTRACE_INC_META='set -o xtrace'
_XTRACE_INFRA='set -o xtrace'
_XTRACE_KEYSTONE='set -o xtrace'
_XTRACE_LDAP='set -o xtrace'
_XTRACE_LIB_APACHE='set -o xtrace'
_XTRACE_LIB_DB='set -o xtrace'
_XTRACE_LIB_LIBRARIES='set -o xtrace'
_XTRACE_LIB_NOVA='set -o xtrace'
_XTRACE_LIB_PLACEMENT='set -o xtrace'
_XTRACE_LIB_SWIFT='set -o xtrace'
_XTRACE_LVM='set -o xtrace'
_XTRACE_NETURON_METER='set +o xtrace'
_XTRACE_NEUTRON='set +o xtrace'
_XTRACE_NEUTRON_ML2='set +o xtrace'
_XTRACE_NEUTRON_OVSL2='set +o xtrace'
_XTRACE_NEUTRON_OVS_BASE='set +o xtrace'
_XTRACE_NOVA_FN_LIBVIRT='set +o xtrace'
_XTRACE_NOVA_LIBVIRT='set +o xtrace'
_XTRACE_PG='set +o xtrace'
_XTRACE_RPC_BACKEND='set -o xtrace'
_XTRACE_TEMPEST='set -o xtrace'
backend=postgresql
be=lvm:lvmdriver-1
be_name=lvmdriver-1
be_type=lvm
db=postgresql
dc=org
default_route_dev=eth0
default_v4_route_devs=eth0
default_v6_route_devs=eth0
dir=/opt/stack/devstack-plugin-container
dn=,dc=openstack,dc=org
exceptions=80-tempest.sh
extra=80-tempest.sh
extra_plugin_file_name=/home/stack/devstack/extras.d/80-tempest.sh
f=/home/stack/devstack/lib/databases/postgresql
i=SERVICE_IP_VERSION
image_url=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
keystone_ports=35357,35358
lfile=localrc
localrc=/home/stack/devstack/.localrc.password
mode=stack
msg='ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
opt='?'
os_CODENAME=xenial
os_PACKAGE=deb
os_RELEASE=16.04
os_VENDOR=Ubuntu
phase=pre-install
plugin=devstack-plugin-container
plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
pw=openstack
reserved_ports=35357-35358
time_stamp=2018-07-13-033808
var=ADMIN_PASSWORD
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:11 is_service_enabled container
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:12 [[ stack == \s\t\a\c\k ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:12 [[ pre-install == \i\n\s\t\a\l\l ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:17 [[ stack == \s\t\a\c\k ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:17 [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:24 [[ stack == \u\n\s\t\a\c\k ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:30 [[ stack == \c\l\e\a\n ]]
++/opt/stack/devstack-plugin-container/devstack/plugin.sh:source:37 set -o xtrace
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/kuryr-libnetwork
+functions-common:run_plugins:1671 [[ -f /opt/stack/kuryr-libnetwork/devstack/plugin.sh ]]
+functions-common:run_plugins:1672 source /opt/stack/kuryr-libnetwork/devstack/plugin.sh stack pre-install
+++/opt/stack/kuryr-libnetwork/devstack/plugin.sh:source:15 set +o
+++/opt/stack/kuryr-libnetwork/devstack/plugin.sh:source:15 grep xtrace
++/opt/stack/kuryr-libnetwork/devstack/plugin.sh:source:15 XTRACE='set -o xtrace'
++/opt/stack/kuryr-libnetwork/devstack/plugin.sh:source:16 set +o xtrace
2018-07-13 03:39:17.149 | kuryr-libnetwork's plugin.sh was called...
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/zun-ui
+functions-common:run_plugins:1671 [[ -f /opt/stack/zun-ui/devstack/plugin.sh ]]
+functions-common:run_plugins:1672 source /opt/stack/zun-ui/devstack/plugin.sh stack pre-install
++++/opt/stack/zun-ui/devstack/plugin.sh:source:3 dirname /opt/stack/zun-ui/devstack/plugin.sh
+++/opt/stack/zun-ui/devstack/plugin.sh:source:3 cd /opt/stack/zun-ui/devstack/..
+++/opt/stack/zun-ui/devstack/plugin.sh:source:3 pwd
++/opt/stack/zun-ui/devstack/plugin.sh:source:3 ZUN_UI_DIR=/opt/stack/zun-ui
++/opt/stack/zun-ui/devstack/plugin.sh:source:27 is_service_enabled zun-ui
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++/opt/stack/zun-ui/devstack/plugin.sh:source:29 [[ stack == \s\t\a\c\k ]]
++/opt/stack/zun-ui/devstack/plugin.sh:source:29 [[ pre-install == \p\r\e\-\i\n\s\t\a\l\l ]]
++/opt/stack/zun-ui/devstack/plugin.sh:source:32 :
++/opt/stack/zun-ui/devstack/plugin.sh:source:49 [[ stack == \u\n\s\t\a\c\k ]]
++/opt/stack/zun-ui/devstack/plugin.sh:source:54 [[ stack == \c\l\e\a\n ]]
+functions-common:run_plugins:1669 for plugin in '${plugins//,/ }'
+functions-common:run_plugins:1670 local dir=/opt/stack/heat
+functions-common:run_plugins:1671 [[ -f /opt/stack/heat/devstack/plugin.sh ]]
+functions-common:run_plugins:1672 source /opt/stack/heat/devstack/plugin.sh stack pre-install
+++/opt/stack/heat/devstack/plugin.sh:source:4 set +o
+++/opt/stack/heat/devstack/plugin.sh:source:4 grep xtrace
++/opt/stack/heat/devstack/plugin.sh:source:4 XTRACE='set -o xtrace'
++/opt/stack/heat/devstack/plugin.sh:source:5 set -o xtrace
++/opt/stack/heat/devstack/plugin.sh:source:7 echo_summary 'heat'\''s plugin.sh was called...'
++./stack.sh:echo_summary:434 [[ -t 3 ]]
++./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
++./stack.sh:echo_summary:440 echo -e 'heat'\''s' plugin.sh was called...
2018-07-13 03:39:17.433 | heat's plugin.sh was called...
++/opt/stack/heat/devstack/plugin.sh:source:8 source /opt/stack/heat/devstack/lib/heat
++++/opt/stack/heat/devstack/lib/heat:source:25 set +o
++++/opt/stack/heat/devstack/lib/heat:source:25 grep xtrace
+++/opt/stack/heat/devstack/lib/heat:source:25 _XTRACE_HEAT='set -o xtrace'
+++/opt/stack/heat/devstack/lib/heat:source:26 set +o xtrace
++/opt/stack/heat/devstack/plugin.sh:source:9 set -o posix
++/opt/stack/heat/devstack/plugin.sh:source:9 set
ACCOUNT_PORT_BASE=6612
ADDITIONAL_VENV_PACKAGES=
ADMIN_PASSWORD=openstack
AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent
AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent
AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent
AGENT_METERING_BINARY=/usr/local/bin/neutron-metering-agent
APACHE_CONF_DIR=/etc/apache2/sites-available
APACHE_GROUP=stack
APACHE_LOG_DIR=/var/log/apache2
APACHE_NAME=apache2
APACHE_SETTINGS_DIR=/etc/apache2/conf-enabled
APACHE_USER=stack
API_WORKERS=2
BACKING_FILE_SUFFIX=-backing-file
BASE_SQL_CONN=mysql+pymysql://root:openstack@127.0.0.1
BASH=/bin/bash
BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="1672" [1]="1705" [2]="800" [3]="0")
BASH_REMATCH=([0]=",zun-ui,")
BASH_SOURCE=([0]="/opt/stack/heat/devstack/plugin.sh" [1]="/home/stack/devstack/functions-common" [2]="/home/stack/devstack/functions-common" [3]="./stack.sh")
BASH_VERSINFO=([0]="4" [1]="3" [2]="48" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='4.3.48(1)-release'
BRANCHLESS_TARGET_BRANCH=master
BUILD_TIMEOUT=196
CELLSV2_SETUP=superconductor
CINDER_API_PASTE_INI=/etc/cinder/api-paste.ini
CINDER_AUTH_CACHE_DIR=/var/cache/cinder
CINDER_BACKENDS=/home/stack/devstack/lib/cinder_backends
CINDER_BIN_DIR=/usr/local/bin
CINDER_BRANCH=master
CINDER_CACHE_ENABLED_FOR_BACKENDS=lvm:lvmdriver-1
CINDER_CONF=/etc/cinder/cinder.conf
CINDER_CONF_DIR=/etc/cinder
CINDER_DIR=/opt/stack/cinder
CINDER_DRIVER=default
CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1
CINDER_IMG_CACHE_ENABLED=True
CINDER_IMG_CACHE_SIZE_COUNT=
CINDER_IMG_CACHE_SIZE_GB=
CINDER_ISCSI_HELPER=tgtadm
CINDER_LVM_TYPE=auto
CINDER_PERIODIC_INTERVAL=60
CINDER_PLUGINS=/home/stack/devstack/lib/cinder_plugins
CINDER_REPO=git://git.openstack.org/openstack/cinder.git
CINDER_SERVICE_HOST=104.130.163.16
CINDER_SERVICE_LISTEN_ADDRESS=0.0.0.0
CINDER_SERVICE_PORT=8776
CINDER_SERVICE_PORT_INT=18776
CINDER_SERVICE_PROTOCOL=http
CINDER_STATE_PATH=/opt/stack/data/cinder
CINDER_USE_MOD_WSGI=True
CINDER_UWSGI=/usr/local/bin/cinder-wsgi
CINDER_UWSGI_CONF=/etc/cinder/cinder-api-uwsgi.ini
CINDER_VOLUME_CLEAR=zero
CIRROS_ARCH=x86_64
CIRROS_VERSION=0.3.5
CONFIG_AWK_CMD=awk
CONTAINER_ENGINE=docker
CONTAINER_PORT_BASE=6611
CURL_GET='curl -g'
CURRENT_LOG_TIME=2018-07-13-033746
DATABASE_BACKENDS=' mysql postgresql'
DATABASE_HOST=127.0.0.1
DATABASE_PASSWORD=openstack
DATABASE_QUERY_LOGGING=False
DATABASE_TYPE=mysql
DATABASE_USER=root
DATA_DIR=/opt/stack/data
DC=([0]="openstack" [1]="org")
DEBUG_LIBVIRT=True
DEBUG_LIBVIRT_COREDUMPS=False
DEFAULT_IMAGE_FILE_NAME=cirros-0.3.5-x86_64-disk.img
DEFAULT_IMAGE_NAME=cirros-0.3.5-x86_64-disk
DEFAULT_VIRT_DRIVER=libvirt
DEFAULT_VOLUME_GROUP_NAME=stack-volumes-default
DEF_SERVICE_HOST=104.130.163.16
DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
DEF_SERVICE_LOCAL_HOST=127.0.0.1
DELTA=1809
DEPRECATED_TEXT='\nUsing lib/neutron-legacy is deprecated, and it will be removed in the future'
DEST=/opt/stack
DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
DEVSTACK_CERT_NAME=devstack-cert
DEVSTACK_HOSTNAME=zunui
DEVSTACK_PLUGINS=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
DEVSTACK_SERIES=rocky
DEVSTACK_START_TIME=1531453063
DIB_UTILS_BRANCH=master
DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git
DIRSTACK=()
DISABLED_PYTHON3_PACKAGES=
DISTRO=xenial
DISTRO_DISTUTILS_DATA_PATH=/usr/local
DOCKER_CGROUP_DRIVER=
DOCKER_CLUSTER_STORE=etcd://104.130.163.16:2379
DOCKER_ENGINE_PORT=2375
DOCKER_ENGINE_SOCKET_FILE=/var/run/docker.sock
DOCKER_GROUP=stack
DOCKER_REMOTE_API_PORT=2375
DOWNLOAD_DEFAULT_IMAGES=False
ENABLED_PYTHON3_PACKAGES=nova,glance,cinder,uwsgi,python-openstackclient,openstacksdk
ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn
ENABLE_CLEAR_CONTAINER=False
ENABLE_DEBUG_LOG_LEVEL=True
ENABLE_HEAT_PLUGINS=
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
ENABLE_IDENTITY_V2=False
ENABLE_ISOLATED_METADATA=False
ENABLE_KSM=True
ENABLE_LIVE_RESTORE=False
ENABLE_METADATA_NETWORK=False
ENABLE_TENANT_TUNNELS=True
ENABLE_TENANT_VLANS=False
ENABLE_UBUNTU_CLOUD_ARCHIVE=True
ENABLE_VOLUME_MULTIATTACH=False
ERROR_ON_CLONE=False
ETCD_ARCH=amd64
ETCD_BIN_DIR=/opt/stack/bin
ETCD_DATA_DIR=/opt/stack/data/etcd
ETCD_DOWNLOAD_FILE=etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_LOCATION=https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download
ETCD_NAME=etcd-v3.2.17-linux-amd64
ETCD_PEER_PORT=2380
ETCD_PORT=2379
ETCD_SHA256=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_AMD64=0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd
ETCD_SHA256_ARM64=0ab4621c44c79d17d94e43bd184d0f23b763a3669056ce4ae2d0b2942410a98f
ETCD_SHA256_PPC64=69e1279c4a2a52256b78d2a8dd23346ac46b836e678b971a459f2afaef3c275e
ETCD_SHA256_S390X=
ETCD_SYSTEMD_SERVICE=devstack@etcd.service
ETCD_VERSION=v3.2.17
EUID=1001
EXTRA_CACHE_URLS=,https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
FILES=/home/stack/devstack/files
FILTERS=RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
FIXED_NETWORK_SIZE=256
FIXED_RANGE=10.0.0.0/22
FIXED_RANGE_V6=fd7d:9cd4:6c0f::/64
FLAT_INTERFACE=eth0
FLAT_NETWORK_BRIDGE=br100
FLAT_NETWORK_BRIDGE_DEFAULT=br100
FLOATING_RANGE=172.24.4.0/24
FORCE_CONFIG_DRIVE=False
FORCE_PREREQ=0
FUNCNAME=([0]="source" [1]="run_plugins" [2]="run_phase" [3]="main")
FUNC_DIR=/home/stack/devstack
GITBRANCH=([python-novaclient]="master" [oslo.privsep]="master" [oslo.config]="master" [ironic-lib]="master" [pbr]="master" [oslo.reports]="master" [oslo.context]="master" [python-keystoneclient]="master" [keystoneauth]="master" [heat]="master" [taskflow]="master" [osc-placement]="master" [devstack-plugin-container]="master" [oslo.middleware]="master" [kuryr-libnetwork]="master" [pycadf]="master" [python-glanceclient]="master" [zun]="master" [debtcollector]="master" [python-ironicclient]="master" [automaton]="master" [castellan]="master" [zun-ui]="master" [oslo.messaging]="master" [diskimage-builder]="master" [python-barbicanclient]="master" [os-client-config]="master" [oslo.log]="master" [oslo.service]="master" [cliff]="master" [neutron-lib]="master" [python-heatclient]="master" [openstacksdk]="master" [stevedore]="master" [python-cinderclient]="master" [os-brick]="master" [glance_store]="master" [oslo.concurrency]="master" [oslo.policy]="master" [oslo.db]="master" [python-brick-cinderclient-ext]="master" [oslo.vmware]="master" [keystonemiddleware]="master" [oslo.cache]="master" [os-vif]="master" [oslo.serialization]="master" [tooz]="master" [oslo.versionedobjects]="master" [zun-tempest-plugin]="master" [python-zunclient]="master" [kuryr]="master" [osc-lib]="master" [futurist]="master" [python-openstackclient]="master" [osprofiler]="master" [oslo.rootwrap]="master" [os-traits]="master" [ceilometermiddleware]="master" [oslo.i18n]="master" [oslo.utils]="master" [cursive]="master" [python-swiftclient]="master" [python-neutronclient]="master" )
GITDIR=([python-novaclient]="/opt/stack/python-novaclient" [oslo.privsep]="/opt/stack/oslo.privsep" [oslo.config]="/opt/stack/oslo.config" [pbr]="/opt/stack/pbr" [ironic-lib]="/opt/stack/ironic-lib" [python-keystoneclient]="/opt/stack/python-keystoneclient" [keystoneauth]="/opt/stack/keystoneauth" [oslo.reports]="/opt/stack/oslo.reports" [oslo.context]="/opt/stack/oslo.context" [heat]="/opt/stack/heat" [taskflow]="/opt/stack/taskflow" [osc-placement]="/opt/stack/osc-placement" [devstack-plugin-container]="/opt/stack/devstack-plugin-container" [oslo.middleware]="/opt/stack/oslo.middleware" [kuryr-libnetwork]="/opt/stack/kuryr-libnetwork" [pycadf]="/opt/stack/pycadf" [python-glanceclient]="/opt/stack/python-glanceclient" [zun]="/opt/stack/zun" [debtcollector]="/opt/stack/debtcollector" [python-ironicclient]="/opt/stack/python-ironicclient" [automaton]="/opt/stack/automaton" [castellan]="/opt/stack/castellan" [zun-ui]="/opt/stack/zun-ui" [oslo.messaging]="/opt/stack/oslo.messaging" [diskimage-builder]="/opt/stack/diskimage-builder" [python-barbicanclient]="/opt/stack/python-barbicanclient" [oslo.log]="/opt/stack/oslo.log" [os-client-config]="/opt/stack/os-client-config" [oslo.service]="/opt/stack/oslo.service" [cliff]="/opt/stack/cliff" [neutron-lib]="/opt/stack/neutron-lib" [python-heatclient]="/opt/stack/python-heatclient" [openstacksdk]="/opt/stack/openstacksdk" [python-cinderclient]="/opt/stack/python-cinderclient" [stevedore]="/opt/stack/stevedore" [glance_store]="/opt/stack/glance_store" [os-brick]="/opt/stack/os-brick" [oslo.concurrency]="/opt/stack/oslo.concurrency" [python-brick-cinderclient-ext]="/opt/stack/python-brick-cinderclient-ext" [oslo.policy]="/opt/stack/oslo.policy" [oslo.db]="/opt/stack/oslo.db" [oslo.vmware]="/opt/stack/oslo.vmware" [keystonemiddleware]="/opt/stack/keystonemiddleware" [oslo.cache]="/opt/stack/oslo.cache" [os-vif]="/opt/stack/os-vif" [oslo.serialization]="/opt/stack/oslo.serialization" [tooz]="/opt/stack/tooz" [oslo.versionedobjects]="/opt/stack/oslo.versionedobjects" [zun-tempest-plugin]="/opt/stack/zun-tempest-plugin" [python-zunclient]="/opt/stack/python-zunclient" [kuryr]="/opt/stack/kuryr" [osc-lib]="/opt/stack/osc-lib" [futurist]="/opt/stack/futurist" [python-openstackclient]="/opt/stack/python-openstackclient" [osprofiler]="/opt/stack/osprofiler" [oslo.rootwrap]="/opt/stack/oslo.rootwrap" [os-traits]="/opt/stack/os-traits" [oslo.i18n]="/opt/stack/oslo.i18n" [ceilometermiddleware]="/opt/stack/ceilometermiddleware" [oslo.utils]="/opt/stack/oslo.utils" [python-neutronclient]="/opt/stack/python-neutronclient" [python-swiftclient]="/opt/stack/python-swiftclient" [cursive]="/opt/stack/cursive" )
GITREPO=([python-novaclient]="git://git.openstack.org/openstack/python-novaclient.git" [oslo.privsep]="git://git.openstack.org/openstack/oslo.privsep.git" [oslo.config]="git://git.openstack.org/openstack/oslo.config.git" [ironic-lib]="git://git.openstack.org/openstack/ironic-lib.git" [pbr]="git://git.openstack.org/openstack-dev/pbr.git" [oslo.reports]="git://git.openstack.org/openstack/oslo.reports.git" [oslo.context]="git://git.openstack.org/openstack/oslo.context.git" [python-keystoneclient]="git://git.openstack.org/openstack/python-keystoneclient.git" [keystoneauth]="git://git.openstack.org/openstack/keystoneauth.git" [heat]="https://git.openstack.org/openstack/heat" [taskflow]="git://git.openstack.org/openstack/taskflow.git" [osc-placement]="git://git.openstack.org/openstack/osc-placement.git" [devstack-plugin-container]="https://git.openstack.org/openstack/devstack-plugin-container" [oslo.middleware]="git://git.openstack.org/openstack/oslo.middleware.git" [kuryr-libnetwork]="https://git.openstack.org/openstack/kuryr-libnetwork" [pycadf]="git://git.openstack.org/openstack/pycadf.git" [python-glanceclient]="git://git.openstack.org/openstack/python-glanceclient.git" [zun]="https://git.openstack.org/openstack/zun" [debtcollector]="git://git.openstack.org/openstack/debtcollector.git" [python-ironicclient]="git://git.openstack.org/openstack/python-ironicclient.git" [automaton]="git://git.openstack.org/openstack/automaton.git" [castellan]="git://git.openstack.org/openstack/castellan.git" [zun-ui]="https://git.openstack.org/openstack/zun-ui" [oslo.messaging]="git://git.openstack.org/openstack/oslo.messaging.git" [diskimage-builder]="git://git.openstack.org/openstack/diskimage-builder.git" [python-barbicanclient]="git://git.openstack.org/openstack/python-barbicanclient.git" [os-client-config]="git://git.openstack.org/openstack/os-client-config.git" [oslo.log]="git://git.openstack.org/openstack/oslo.log.git" [oslo.service]="git://git.openstack.org/openstack/oslo.service.git" [cliff]="git://git.openstack.org/openstack/cliff.git" [neutron-lib]="git://git.openstack.org/openstack/neutron-lib.git" [python-heatclient]="git://git.openstack.org/openstack/python-heatclient.git" [openstacksdk]="git://git.openstack.org/openstack/openstacksdk.git" [stevedore]="git://git.openstack.org/openstack/stevedore.git" [python-cinderclient]="git://git.openstack.org/openstack/python-cinderclient.git" [os-brick]="git://git.openstack.org/openstack/os-brick.git" [glance_store]="git://git.openstack.org/openstack/glance_store.git" [oslo.concurrency]="git://git.openstack.org/openstack/oslo.concurrency.git" [oslo.policy]="git://git.openstack.org/openstack/oslo.policy.git" [oslo.db]="git://git.openstack.org/openstack/oslo.db.git" [python-brick-cinderclient-ext]="git://git.openstack.org/openstack/python-brick-cinderclient-ext.git" [oslo.vmware]="git://git.openstack.org/openstack/oslo.vmware.git" [keystonemiddleware]="git://git.openstack.org/openstack/keystonemiddleware.git" [oslo.cache]="git://git.openstack.org/openstack/oslo.cache.git" [os-vif]="git://git.openstack.org/openstack/os-vif.git" [oslo.serialization]="git://git.openstack.org/openstack/oslo.serialization.git" [tooz]="git://git.openstack.org/openstack/tooz.git" [oslo.versionedobjects]="git://git.openstack.org/openstack/oslo.versionedobjects.git" [zun-tempest-plugin]="https://git.openstack.org/openstack/zun-tempest-plugin" [python-zunclient]="git://git.openstack.org/openstack/python-zunclient.git" [kuryr]="git://git.openstack.org/openstack/kuryr.git" [osc-lib]="git://git.openstack.org/openstack/osc-lib.git" [futurist]="git://git.openstack.org/openstack/futurist.git" [python-openstackclient]="git://git.openstack.org/openstack/python-openstackclient.git" [osprofiler]="git://git.openstack.org/openstack/osprofiler.git" [oslo.rootwrap]="git://git.openstack.org/openstack/oslo.rootwrap.git" [os-traits]="git://git.openstack.org/openstack/os-traits.git" [ceilometermiddleware]="git://git.openstack.org/openstack/ceilometermiddleware.git" [oslo.i18n]="git://git.openstack.org/openstack/oslo.i18n.git" [oslo.utils]="git://git.openstack.org/openstack/oslo.utils.git" [cursive]="git://git.openstack.org/openstack/cursive.git" [python-swiftclient]="git://git.openstack.org/openstack/python-swiftclient.git" [python-neutronclient]="git://git.openstack.org/openstack/python-neutronclient.git" )
GIT_BASE=git://git.openstack.org
GIT_DEPTH=0
GIT_TIMEOUT=0
GLANCE_API_CONF=/etc/glance/glance-api.conf
GLANCE_API_PASTE_INI=/etc/glance/glance-api-paste.ini
GLANCE_AUTH_CACHE_DIR=/var/cache/glance
GLANCE_BIN_DIR=/usr/local/bin
GLANCE_BRANCH=master
GLANCE_CACHE_CONF=/etc/glance/glance-cache.conf
GLANCE_CACHE_DIR=/opt/stack/data/glance/cache
GLANCE_CONF_DIR=/etc/glance
GLANCE_DIR=/opt/stack/glance
GLANCE_HOSTPORT=104.130.163.16:9292
GLANCE_IMAGE_DIR=/opt/stack/data/glance/images
GLANCE_IMAGE_IMPORT_CONF=/etc/glance/glance-image-import.conf
GLANCE_LOCK_DIR=/opt/stack/data/glance/locks
GLANCE_METADEF_DIR=/etc/glance/metadefs
GLANCE_POLICY_JSON=/etc/glance/policy.json
GLANCE_REGISTRY_CONF=/etc/glance/glance-registry.conf
GLANCE_REGISTRY_PASTE_INI=/etc/glance/glance-registry-paste.ini
GLANCE_REGISTRY_PORT=9191
GLANCE_REGISTRY_PORT_INT=19191
GLANCE_REPO=git://git.openstack.org/openstack/glance.git
GLANCE_SCHEMA_JSON=/etc/glance/schema-image.json
GLANCE_SERVICE_HOST=104.130.163.16
GLANCE_SERVICE_LISTEN_ADDRESS=0.0.0.0
GLANCE_SERVICE_PORT=9292
GLANCE_SERVICE_PORT_INT=19292
GLANCE_SERVICE_PROTOCOL=http
GLANCE_SWIFT_STORE_CONF=/etc/glance/glance-swift-store.conf
GLANCE_URL=http://104.130.163.16/image
GLANCE_UWSGI=/usr/local/bin/glance-wsgi-api
GLANCE_UWSGI_CONF=/etc/glance/glance-uwsgi.ini
GLANCE_V1_ENABLED=False
GROUPS=()
GUEST_INTERFACE_DEFAULT=eth0
HEAT_API_HOST=104.130.163.16
HEAT_API_PORT=8004
HEAT_API_UWSGI=/usr/local/bin/heat-wsgi-api
HEAT_API_UWSGI_CONF=/etc/heat/heat-api-uwsgi.ini
HEAT_BIN_DIR=/usr/local/bin
HEAT_BRANCH=master
HEAT_CFN_API_UWSGI=/usr/local/bin/heat-wsgi-api-cfn
HEAT_CFN_API_UWSGI_CONF=/etc/heat/heat-api-cfn-uwsgi.ini
HEAT_CONF=/etc/heat/heat.conf
HEAT_CONF_DIR=/etc/heat
HEAT_DEFERRED_AUTH=
HEAT_DIR=/opt/stack/heat
HEAT_ENABLE_ADOPT_ABANDON=False
HEAT_ENV_DIR=/etc/heat/environment.d
HEAT_FILES_DIR=/opt/stack/heat/heat/httpd/files
HEAT_PLUGIN_DIR=/opt/stack/data/heat/plugins
HEAT_REPO=git://git.openstack.org/openstack/heat.git
HEAT_SERVICE_USER=heat
HEAT_STACK_DOMAIN=True
HEAT_STANDALONE=False
HEAT_TEMPLATES_DIR=/etc/heat/templates
HEAT_TRUSTEE_DOMAIN=default
HEAT_TRUSTEE_PASSWORD=openstack
HEAT_TRUSTEE_USER=heat
HEAT_USE_APACHE=True
HOME=/home/stack
HORIZON_APACHE_ROOT=/dashboard
HORIZON_BRANCH=master
HORIZON_DIR=/opt/stack/horizon
HORIZON_REPO=git://git.openstack.org/openstack/horizon.git
HORIZON_SETTINGS=/opt/stack/horizon/openstack_dashboard/local/local_settings.py.example
HOSTNAME=zunui
HOSTTYPE=x86_64
HOST_IP=104.130.163.16
HOST_IPV6=2001:4802:7801:104:be76:4eff:fe20:45b0
HOST_IP_IFACE=
IDENTITY_API_VERSION=3
IFS='
'
IMAGE_URLS=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
INC_CONF_TRACE='set -o xtrace'
INC_PY_TRACE='set -o xtrace'
INC_ROOT_TRACE='set -o xtrace'
INSTALL_TEMPEST=True
INSTANCES_PATH=/opt/stack/data/nova/instances
INSTANCE_NAME_PREFIX=instance-
INT_CA_DIR=/opt/stack/data/CA/int-ca
IPV4_ADDRS_SAFE_TO_USE=10.0.0.0/22
IPV6_ADDRESS_MODE=slaac
IPV6_ADDRS_SAFE_TO_USE=fd7d:9cd4:6c0f::/56
IPV6_ENABLED=True
IPV6_GLOBAL_ID=7d:9cd4:6c0f
IPV6_PRIVATE_NETWORK_GATEWAY=
IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet
IPV6_PROVIDER_FIXED_RANGE=
IPV6_PROVIDER_NETWORK_GATEWAY=
IPV6_PROVIDER_SUBNET_NAME=provider_net_v6
IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2
IPV6_PUBLIC_RANGE=2001:db8::/64
IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet
IPV6_RA_MODE=slaac
IPV6_ROUTER_GW_IP=2001:db8::1
IPV6_SUBNET_ATTRIBUTES_ENABLED=True
IP_VERSION=4+6
IRONIC_PYTHON_AGENT_BRANCH=master
IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git
KEYSTONE_ADMIN_BIND_HOST=104.130.163.16
KEYSTONE_ADMIN_UWSGI=/usr/local/bin/keystone-wsgi-admin
KEYSTONE_ADMIN_UWSGI_CONF=/etc/keystone/keystone-uwsgi-admin.ini
KEYSTONE_ASSIGNMENT_BACKEND=sql
KEYSTONE_AUTH_HOST=104.130.163.16
KEYSTONE_AUTH_PORT=35357
KEYSTONE_AUTH_PORT_INT=35358
KEYSTONE_AUTH_PROTOCOL=http
KEYSTONE_AUTH_URI=http://104.130.163.16/identity
KEYSTONE_AUTH_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_BIN_DIR=/usr/local/bin
KEYSTONE_BRANCH=master
KEYSTONE_CONF=/etc/keystone/keystone.conf
KEYSTONE_CONF_DIR=/etc/keystone
KEYSTONE_DEPLOY=uwsgi
KEYSTONE_DIR=/opt/stack/keystone
KEYSTONE_IDENTITY_BACKEND=sql
KEYSTONE_LOCKOUT_DURATION=10
KEYSTONE_LOCKOUT_FAILURE_ATTEMPTS=2
KEYSTONE_PASSWORD_HASH_ROUNDS=4
KEYSTONE_PUBLIC_UWSGI=/usr/local/bin/keystone-wsgi-public
KEYSTONE_PUBLIC_UWSGI_CONF=/etc/keystone/keystone-uwsgi-public.ini
KEYSTONE_REGION_NAME=RegionOne
KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git
KEYSTONE_RESOURCE_BACKEND=sql
KEYSTONE_ROLE_BACKEND=sql
KEYSTONE_SECURITY_COMPLIANCE_ENABLED=True
KEYSTONE_SERVICE_HOST=104.130.163.16
KEYSTONE_SERVICE_PORT=5000
KEYSTONE_SERVICE_PORT_INT=5001
KEYSTONE_SERVICE_PROTOCOL=http
KEYSTONE_SERVICE_URI=http://104.130.163.16/identity
KEYSTONE_SERVICE_URI_V3=http://104.130.163.16/identity/v3
KEYSTONE_TOKEN_FORMAT=fernet
KEYSTONE_UNIQUE_LAST_PASSWORD_COUNT=2
KILL_PATH=/bin/kill
KURYR_ACTIVATOR=/usr/lib/docker/plugins/kuryr/kuryr.spec
KURYR_ACTIVATOR_DIR=/usr/lib/docker/plugins/kuryr
KURYR_ACTIVATOR_FILENAME=kuryr.spec
KURYR_AUTH_CACHE_DIR=/var/cache/kuryr
KURYR_BIN_DIR=/usr/local/bin
KURYR_CAPABILITY_SCOPE=local
KURYR_CONFIG=/etc/kuryr/kuryr.conf
KURYR_CONFIG_DIR=/etc/kuryr
KURYR_CONFIG_FILENAME=kuryr.conf
KURYR_DEFAULT_ACTIVATOR=/opt/stack/kuryr-libnetwork/etc/kuryr.spec
KURYR_DEFAULT_CONFIG=/opt/stack/kuryr-libnetwork/etc/kuryr.conf
KURYR_DOCKER_ENGINE_PORT=2375
KURYR_ETCD_PORT=2379
KURYR_HOME=/opt/stack/kuryr-libnetwork
KURYR_LOG_DIR=/var/log/kuryr
KURYR_POOL_PREFIX=10.10.0.0/16
KURYR_POOL_PREFIX_LEN=24
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
LAST_RUN=1531451282
LAST_SPINNER_PID=
LB_PHYSICAL_INTERFACE=eth0
LC_ALL=en_US.utf8
LDAP_BASE_DC=openstack
LDAP_BASE_DN=dc=openstack,dc=org
LDAP_DOMAIN=openstack.org
LDAP_MANAGER_DN=cn=Manager,dc=openstack,dc=org
LDAP_OLCDB_NUMBER=1
LDAP_ROOTPW_COMMAND=replace
LDAP_SERVICE_NAME=slapd
LDAP_URL=ldap://localhost
LESSCLOSE='/usr/bin/lesspipe %s %s'
LESSOPEN='| /usr/bin/lesspipe %s'
LIBS_FROM_GIT=python-zunclient
LIBVIRT_DAEMON=libvirt-bin
LIBVIRT_DEFAULT_URI=qemu:///system
LIBVIRT_GROUP=libvirt
LIBVIRT_TYPE=kvm
LINENO=740
LOCAL_HOSTNAME=zunui
LOGDAYS=7
LOGDIR=/opt/stack/logs
LOGNAME=stack
LOG_COLOR=True
LRC=localrc
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
MACHTYPE=x86_64-pc-linux-gnu
MAIL=/var/mail/stack
MAX_DB_CONNECTIONS=200
METADATA_SERVICE_PORT=8775
METERING_PLUGIN=neutron.services.metering.metering_plugin.MeteringPlugin
ML2_L3_PLUGIN=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
MULTI_HOST=False
MYSQL_DRIVER=PyMySQL
MYSQL_HOST=127.0.0.1
MYSQL_SERVICE_NAME=mysql
MYSQL_USER=root
NETWORK_GATEWAY=
NETWORK_MANAGER=FlatDHCPManager
NEUTRON_AGENT=openvswitch
NEUTRON_AGENT_BINARY=neutron-openvswitch-agent
NEUTRON_AGENT_CONF=/etc/neutron/
NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron
NEUTRON_AUTH_STRATEGY=keystone
NEUTRON_BIN_DIR=/usr/local/bin
NEUTRON_BRANCH=master
NEUTRON_CONF=/etc/neutron/neutron.conf
NEUTRON_CONF_DIR=/etc/neutron
NEUTRON_CORE_PLUGIN=ml2
NEUTRON_CORE_PLUGIN_CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_FILENAME=ml2_conf.ini
NEUTRON_CORE_PLUGIN_CONF_PATH=/etc/neutron/plugins/ml2
NEUTRON_CREATE_INITIAL_NETWORKS=True
NEUTRON_DHCP_BINARY=neutron-dhcp-agent
NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini
NEUTRON_DIR=/opt/stack/neutron
NEUTRON_DISTRIBUTED_ROUTING=False
NEUTRON_DVR_MODE=dvr_snat
NEUTRON_FWAAS_BRANCH=master
NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas
NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git
NEUTRON_L3_BINARY=neutron-l3-agent
NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini
NEUTRON_META_BINARY=neutron-metadata-agent
NEUTRON_META_CONF=/etc/neutron/metadata_agent.ini
NEUTRON_METERING_AGENT_CONF=/etc/neutron/metering_agent.ini
NEUTRON_METERING_AGENT_CONF_FILENAME=metering_agent.ini
NEUTRON_METERING_BINARY=neutron-metering-agent
NEUTRON_PORT_SECURITY=True
NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git
NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap
NEUTRON_ROOTWRAP_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
NEUTRON_ROOTWRAP_CONF_FILE=/etc/neutron/rootwrap.conf
NEUTRON_ROOTWRAP_DAEMON_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
NEUTRON_SERVICE_HOST=104.130.163.16
NEUTRON_SERVICE_PORT=9696
NEUTRON_SERVICE_PORT_INT=19696
NEUTRON_SERVICE_PROTOCOL=http
NEUTRON_STATE_PATH=/opt/stack/data/neutron
NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini
NOUNSET=
NOVA_ALLOW_MOVE_TO_SAME_HOST=True
NOVA_API_DB=nova_api
NOVA_API_PASTE_INI=/etc/nova/api-paste.ini
NOVA_AUTH_CACHE_DIR=/var/cache/nova
NOVA_BIN_DIR=/usr/local/bin
NOVA_BRANCH=master
NOVA_CELLS_CONF=/etc/nova/nova-cells.conf
NOVA_CELLS_DB=nova_cell
NOVA_COND_CONF=/etc/nova/nova.conf
NOVA_CONF=/etc/nova/nova.conf
NOVA_CONF_DIR=/etc/nova
NOVA_CONSOLE_PROXY_COMPUTE_TLS=False
NOVA_CPU_CELL=1
NOVA_CPU_CONF=/etc/nova/nova-cpu.conf
NOVA_DIR=/opt/stack/nova
NOVA_ENABLED_APIS=osapi_compute,metadata
NOVA_FAKE_CONF=/etc/nova/nova-fake.conf
NOVA_INSTANCES_PATH=/opt/stack/data/nova/instances
NOVA_METADATA_UWSGI=/usr/local/bin/nova-metadata-wsgi
NOVA_METADATA_UWSGI_CONF=/etc/nova/nova-metadata-uwsgi.ini
NOVA_NUM_CELLS=1
NOVA_PLUGINS=/home/stack/devstack/lib/nova_plugins
NOVA_READY_TIMEOUT=60
NOVA_REPO=git://git.openstack.org/openstack/nova.git
NOVA_SERVICE_HOST=104.130.163.16
NOVA_SERVICE_LISTEN_ADDRESS=0.0.0.0
NOVA_SERVICE_LOCAL_HOST=127.0.0.1
NOVA_SERVICE_PORT=8774
NOVA_SERVICE_PORT_INT=18774
NOVA_SERVICE_PROTOCOL=http
NOVA_STATE_PATH=/opt/stack/data/nova
NOVA_USE_MOD_WSGI=True
NOVA_USE_SERVICE_TOKEN=False
NOVA_UWSGI=/usr/local/bin/nova-api-wsgi
NOVA_UWSGI_CONF=/etc/nova/nova-api-uwsgi.ini
NOVA_VNC_ENABLED=False
NOVNC_BRANCH=stable/v0.6
NOVNC_REPO=https://github.com/novnc/noVNC.git
NOW=1531453091
NO_UPDATE_REPOS=False
OAC_BRANCH=master
OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git
OBJECT_PORT_BASE=6613
OCC_BRANCH=master
OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git
OFFLINE=False
OLDPWD=/opt/stack/requirements
OPENSSL=/usr/bin/openssl
OPTERR=1
OPTIND=1
ORC_BRANCH=master
ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git
ORG_NAME=OpenStack
ORG_UNIT_NAME=DevStack
OSLO_BIN_DIR=/usr/local/bin
OSTYPE=linux-gnu
OVS_BRIDGE=br-int
OVS_DATAPATH_TYPE=system
OVS_ENABLE_TUNNELING=True
OVS_PHYSICAL_BRIDGE=br-ex
OVS_TUNNEL_BRIDGE=br-tun
PACKAGES='apache2
apache2-dev
bc
bridge-utils
bsdmainutils
curl
g++
gcc
gettext
git
graphviz
iputils-ping
libapache2-mod-proxy-uwsgi
libffi-dev
libjpeg-dev
libmysqlclient-dev
libpcre3-dev
libpq-dev
libssl-dev
libsystemd-dev
libxml2-dev
libxslt1-dev
libyaml-dev
lsof
openssh-server
openssl
pkg-config
psmisc
python2.7
python-dev
python-gdbm
tar
tcpdump
unzip
uuid-runtime
wget
wget
zlib1g-dev
libkrb5-dev
libldap2-dev
libsasl2-dev
memcached
python-mysqldb
sqlite3
conntrack
curl
dnsmasq-base
dnsmasq-utils
ebtables
gawk
genisoimage
iptables
iputils-arping
kpartx
libjs-jquery-tablesorter
libmysqlclient-dev
parted
pm-utils
python-mysqldb
socat
sqlite3
sudo
vlan
cryptsetup
dosfstools
genisoimage
gir1.2-libosinfo-1.0
netcat-openbsd
open-iscsi
qemu-utils
sg3-utils
sysfsutils
lvm2
open-iscsi
qemu-utils
thin-provisioning-tools
acl
dnsmasq-base
ebtables
haproxy
iptables
iputils-arping
iputils-ping
libmysqlclient-dev
postgresql-server-dev-all
python-mysqldb
sqlite3
sudo
vlan
ipset
conntrack
conntrackd
keepalived
dstat
python-psutil '
PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
PATH=/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
PHYSICAL_NETWORK=public
PIPESTATUS=([0]="0")
PIP_UPGRADE=False
PIP_VIRTUAL_ENV=
PLACEMENT_AUTH_STRATEGY=placement
PLACEMENT_BIN_DIR=/usr/local/bin
PLACEMENT_CONF=/etc/nova/nova.conf
PLACEMENT_CONF_DIR=/etc/nova
PLACEMENT_DB_ENABLED=False
PLACEMENT_SERVICE_HOST=104.130.163.16
PLACEMENT_SERVICE_PROTOCOL=http
PLACEMENT_UWSGI=/usr/local/bin/nova-placement-api
PLACEMENT_UWSGI_CONF=/etc/nova/placement-uwsgi.ini
POSIXLY_CORRECT=y
PPID=12968
PREREQ_RERUN_HOURS=2
PREREQ_RERUN_MARKER=/home/stack/devstack/.prereqs
PREREQ_RERUN_SECONDS=7200
PRIVATE_NETWORK_NAME=private
PRIVATE_SUBNET_NAME=private-subnet
PROVIDER_SUBNET_NAME=provider_net
PS4='+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
PUBLIC_BRIDGE=br-ex
PUBLIC_BRIDGE_MTU=1500
PUBLIC_INTERFACE=
PUBLIC_INTERFACE_DEFAULT=br100
PUBLIC_NETWORK_GATEWAY=
PUBLIC_NETWORK_NAME=public
PUBLIC_PHYSICAL_NETWORK=public
PUBLIC_SUBNET_NAME=public-subnet
PWD=/home/stack/devstack
PYTHON=/usr/bin/python
PYTHON2_VERSION=2.7
PYTHON3_VERSION=3.5
QEMU_CONF=/etc/libvirt/qemu.conf
Q_ADMIN_USERNAME=neutron
Q_AGENT=openvswitch
Q_ALLOW_OVERLAPPING_IP=True
Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True
Q_AUTH_STRATEGY=keystone
Q_DB_NAME=neutron
Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini
Q_DVR_MODE=legacy
Q_HOST=104.130.163.16
Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini
Q_L3_ROUTER_PER_TENANT=True
Q_LISTEN_ADDRESS=0.0.0.0
Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini
Q_META_DATA_IP=104.130.163.16
Q_ML2_PLUGIN_EXT_DRIVERS=port_security
Q_ML2_PLUGIN_GENEVE_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_PLUGIN_GRE_TYPE_OPTIONS=tunnel_id_ranges=1:1000
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge
Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=
Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS=vni_ranges=1:1000
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True
Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True
Q_OVS_USE_VETH=False
Q_PLUGIN=ml2
Q_PORT=9696
Q_PORT_INT=19696
Q_PROTOCOL=http
Q_PUBLIC_VETH_EX=veth-pub-ex
Q_PUBLIC_VETH_INT=veth-pub-int
Q_ROUTER_NAME=router1
Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf
Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
Q_TUNNEL_TYPES=vxlan
Q_USE_PROVIDERNET_FOR_PUBLIC=True
Q_USE_PUBLIC_VETH=False
Q_USE_ROOTWRAP=True
Q_USE_ROOTWRAP_DAEMON=True
Q_USE_SECGROUP=True
RABBIT_HOST=104.130.163.16
RABBIT_PASSWORD=openstack
RABBIT_USERID=stackrabbit
RC_DIR=/home/stack/devstack
RECLONE=False
RECREATE_KEYSTONE_DB=True
REGION_NAME=RegionOne
REPOS_UPDATED=True
REQUIREMENTS_BRANCH=master
REQUIREMENTS_DIR=/opt/stack/requirements
REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git
RETRY_UPDATE=False
ROOT_CA_DIR=/opt/stack/data/CA/root-ca
S3_SERVICE_PORT=3333
SCHEDULER=filter_scheduler
SERVICE_DIR=/opt/stack/status
SERVICE_DOMAIN_NAME=Default
SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
SERVICE_HOST=104.130.163.16
SERVICE_IP_VERSION=4
SERVICE_LISTEN_ADDRESS=0.0.0.0
SERVICE_LOCAL_HOST=127.0.0.1
SERVICE_PASSWORD=openstack
SERVICE_PROJECT_NAME=service
SERVICE_PROTOCOL=http
SERVICE_TENANT_NAME=service
SERVICE_TIMEOUT=60
SERVICE_TOKEN=openstack
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:posix:xtrace
SHLVL=2
SKIP_EPEL_INSTALL=False
SPICE_BRANCH=master
SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git
SSH_CLIENT='68.201.194.221 52267 22'
SSH_CONNECTION='68.201.194.221 52267 104.130.163.16 22'
SSH_TTY=/dev/pts/0
SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
STACK_ENV_VARS='BASE_SQL_CONN DATA_DIR DEST ENABLED_SERVICES HOST_IP KEYSTONE_AUTH_URI KEYSTONE_SERVICE_URI LOGFILE OS_CACERT SERVICE_HOST STACK_USER TLS_IP HOST_IPV6 SERVICE_IP_VERSION'
STACK_USER=stack
STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
STUD_PROTO=--tls
SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4
SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6
SUBNETPOOL_PREFIX_V4=10.0.0.0/22
SUBNETPOOL_PREFIX_V6=fd7d:9cd4:6c0f::/56
SUBNETPOOL_SIZE_V4=26
SUBNETPOOL_SIZE_V6=64
SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
SUDO_SECURE_PATH_FILE=/etc/sudoers.d/zz-secure-path
SWIFT3_BRANCH=master
SWIFT3_DIR=/opt/stack/swift3
SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git
SWIFT_APACHE_WSGI_DIR=/var/www/swift
SWIFT_AUTH_CACHE_DIR=/var/cache/swift
SWIFT_BIN_DIR=/usr/local/bin
SWIFT_BRANCH=master
SWIFT_CONF_DIR=/etc/swift
SWIFT_DATA_DIR=/opt/stack/data/swift
SWIFT_DEFAULT_BIND_PORT=8080
SWIFT_DEFAULT_BIND_PORT_INT=8081
SWIFT_DIR=/opt/stack/swift
SWIFT_DISK_IMAGE=/opt/stack/data/swift/drives/images/swift.img
SWIFT_ENABLE_TEMPURLS=False
SWIFT_EXTRAS_MIDDLEWARE='formpost staticweb'
SWIFT_EXTRAS_MIDDLEWARE_LAST=
SWIFT_EXTRAS_MIDDLEWARE_NO_AUTH=crossdomain
SWIFT_LOG_TOKEN_LENGTH=12
SWIFT_LOOPBACK_DISK_SIZE=6G
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=6G
SWIFT_MAX_FILE_SIZE=5368709122
SWIFT_MAX_FILE_SIZE_DEFAULT=5368709122
SWIFT_MAX_HEADER_SIZE=16384
SWIFT_PARTITION_POWER_SIZE=9
SWIFT_REPLICAS=1
SWIFT_REPLICAS_SEQ=1
SWIFT_REPO=git://git.openstack.org/openstack/swift.git
SWIFT_SERVICE_LISTEN_ADDRESS=0.0.0.0
SWIFT_SERVICE_LOCAL_HOST=127.0.0.1
SWIFT_SERVICE_PROTOCOL=http
SWIFT_START_ALL_SERVICES=True
SWIFT_STORAGE_IPS=
SWIFT_TEMPURL_KEY=
SWIFT_USE_MOD_WSGI=False
SYSLOG=False
SYSLOG_HOST=104.130.163.16
SYSLOG_PORT=516
SYSTEMCTL='sudo systemctl'
SYSTEMD_DIR=/etc/systemd/system
TARGET_BRANCH=master
TEMPEST_ALLOW_TENANT_ISOLATION=True
TEMPEST_BRANCH=master
TEMPEST_CONCURRENCY=8
TEMPEST_CONFIG=/opt/stack/tempest/etc/tempest.conf
TEMPEST_CONFIG_DIR=/opt/stack/tempest/etc
TEMPEST_DEFAULT_STORAGE_PROTOCOL=iSCSI
TEMPEST_DEFAULT_VOLUME_VENDOR='Open Source'
TEMPEST_DIR=/opt/stack/tempest
TEMPEST_HAS_ADMIN=True
TEMPEST_PLUGINS=0
TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git
TEMPEST_STATE_PATH=/opt/stack/data/tempest
TEMPEST_STORAGE_PROTOCOL=iSCSI
TEMPEST_USE_TEST_ACCOUNTS=False
TEMPEST_VOLUME_DRIVER=default
TEMPEST_VOLUME_VENDOR='Open Source'
TEMPFILE=/tmp/tmp.TQMSewyOke
TENANT_TUNNEL_RANGES=1:1000
TENANT_VLAN_RANGE=
TERM=xterm-256color
TEST_FLOATING_POOL=test
TEST_FLOATING_RANGE=192.168.253.0/29
TIMESTAMP_FORMAT=%F-%H%M%S
TOP_DIR=/home/stack/devstack
TPUT_T=
TRACK_DEPENDS=False
TRAILING_TARGET_BRANCH=master
TUNNEL_ENDPOINT_IP=104.130.163.16
UBUNTU_RELEASE_BASE_NUM=16
UID=1001
ULIMIT_NOFILE=2048
USER=stack
USER_UNITS=False
USE_PYTHON3=False
USE_SUBNETPOOL=True
USE_SYSTEMD=True
USE_VENV=False
VERBOSE=True
VERBOSE_NO_TIMESTAMP=True
VIF_PLUGGING_IS_FATAL=True
VIF_PLUGGING_TIMEOUT=300
VIRT_DRIVER=libvirt
VLAN_INTERFACE=eth0
VOLUME_BACKING_FILE_SIZE=24G
VOLUME_GROUP_NAME=stack-volumes
VOLUME_NAME_PREFIX=volume-
WORKER_TIMEOUT=90
WSGI_MODE=uwsgi
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
XDG_RUNTIME_DIR=/run/user/1001
XDG_SESSION_ID=19
XTRACE='set -o xtrace'
YUM=yum
ZUN_API_PASTE=/etc/zun/api-paste.ini
ZUN_AUTH_CACHE_DIR=/var/cache/zun
ZUN_BIN_DIR=/usr/local/bin
ZUN_BRANCH=master
ZUN_CONF=/etc/zun/zun.conf
ZUN_CONF_DIR=/etc/zun
ZUN_DB_TYPE=sql
ZUN_DIR=/opt/stack/zun
ZUN_DRIVER=docker
ZUN_ETCD_PORT=2379
ZUN_ETCD_VERSION=v3.0.13
ZUN_REPO=git://git.openstack.org/openstack/zun.git
ZUN_SERVICE_HOST=104.130.163.16
ZUN_SERVICE_PORT=9517
ZUN_SERVICE_PORT_INT=19517
ZUN_SERVICE_PROTOCOL=http
ZUN_STATE_PATH=/opt/stack/data/zun
ZUN_TEMPEST_PLUGIN_BRANCH=master
ZUN_TEMPEST_PLUGIN_DIR=/opt/stack/zun-tempest-plugin
ZUN_TEMPEST_PLUGIN_REPO=git://git.openstack.org/openstack/zun-tempest-plugin.git
ZUN_TRUSTEE_DOMAIN_ADMIN_PASSWORD=secret
ZUN_UI_DIR=/opt/stack/zun-ui
ZUN_USE_UWSGI=True
ZUN_UWSGI=/usr/local/bin/zun-api-wsgi
ZUN_UWSGI_CONF=/etc/zun/zun-api-uwsgi.ini
ZUN_WEBSOCKET_PROXY_IP=0.0.0.0
ZUN_WEBSOCKET_PROXY_PORT=6784
_=posix
_DEFAULT_LVM_INIT=0
_DEFAULT_PYTHON2_VERSION=2.7
_DEFAULT_PYTHON3_VERSION=3.5
_DEVSTACK_FUNCTIONS=1
_DEVSTACK_FUNCTIONS_COMMON=1
_DEVSTACK_STACKRC=1
_LOG_COLOR_DEFAULT=True
_Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
_TIME_BEGIN=1531453063
_TIME_START=([apt-get-update]="" [pip_install]="" [git_timed]="" [apt-get]="" )
_TIME_TOTAL=([apt-get-update]="7326" [pip_install]="36627" [git_timed]="18485" [apt-get]="1598" )
_XTRACE_CINDER='set -o xtrace'
_XTRACE_CINDER_LVM='set +o xtrace'
_XTRACE_DB_MYSQL='set +o xtrace'
_XTRACE_DOCKER='set -o xtrace'
_XTRACE_DSTAT='set -o xtrace'
_XTRACE_ETCD3='set -o xtrace'
_XTRACE_FUNCTIONS='set -o xtrace'
_XTRACE_FUNCTIONS_COMMON='set -o xtrace'
_XTRACE_GLANCE='set -o xtrace'
_XTRACE_HEAT='set -o xtrace'
_XTRACE_HORIZON='set -o xtrace'
_XTRACE_INC_META='set -o xtrace'
_XTRACE_INFRA='set -o xtrace'
_XTRACE_KEYSTONE='set -o xtrace'
_XTRACE_LDAP='set -o xtrace'
_XTRACE_LIB_APACHE='set -o xtrace'
_XTRACE_LIB_DB='set -o xtrace'
_XTRACE_LIB_LIBRARIES='set -o xtrace'
_XTRACE_LIB_NOVA='set -o xtrace'
_XTRACE_LIB_PLACEMENT='set -o xtrace'
_XTRACE_LIB_SWIFT='set -o xtrace'
_XTRACE_LVM='set -o xtrace'
_XTRACE_NETURON_METER='set +o xtrace'
_XTRACE_NEUTRON='set +o xtrace'
_XTRACE_NEUTRON_ML2='set +o xtrace'
_XTRACE_NEUTRON_OVSL2='set +o xtrace'
_XTRACE_NEUTRON_OVS_BASE='set +o xtrace'
_XTRACE_NOVA_FN_LIBVIRT='set +o xtrace'
_XTRACE_NOVA_LIBVIRT='set +o xtrace'
_XTRACE_PG='set +o xtrace'
_XTRACE_RPC_BACKEND='set -o xtrace'
_XTRACE_TEMPEST='set -o xtrace'
backend=postgresql
be=lvm:lvmdriver-1
be_name=lvmdriver-1
be_type=lvm
db=postgresql
dc=org
default_route_dev=eth0
default_v4_route_devs=eth0
default_v6_route_devs=eth0
dir=/opt/stack/heat
dn=,dc=openstack,dc=org
exceptions=80-tempest.sh
extra=80-tempest.sh
extra_plugin_file_name=/home/stack/devstack/extras.d/80-tempest.sh
f=/home/stack/devstack/lib/databases/postgresql
i=SERVICE_IP_VERSION
image_url=http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
keystone_ports=35357,35358
lfile=localrc
localrc=/home/stack/devstack/.localrc.password
mode=stack
msg='ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
opt='?'
os_CODENAME=xenial
os_PACKAGE=deb
os_RELEASE=16.04
os_VENDOR=Ubuntu
phase=pre-install
plugin=heat
plugins=,zun,zun-tempest-plugin,devstack-plugin-container,kuryr-libnetwork,zun-ui,heat
pw=openstack
reserved_ports=35357-35358
time_stamp=2018-07-13-033808
var=ADMIN_PASSWORD
++/opt/stack/heat/devstack/plugin.sh:source:11 is_heat_enabled
++/opt/stack/heat/devstack/lib/heat:is_heat_enabled:92 [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn =~ ,h- ]]
++/opt/stack/heat/devstack/lib/heat:is_heat_enabled:92 return 0
++/opt/stack/heat/devstack/plugin.sh:source:12 [[ stack == \s\t\a\c\k ]]
++/opt/stack/heat/devstack/plugin.sh:source:12 [[ pre-install == \i\n\s\t\a\l\l ]]
++/opt/stack/heat/devstack/plugin.sh:source:19 [[ stack == \s\t\a\c\k ]]
++/opt/stack/heat/devstack/plugin.sh:source:19 [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]]
++/opt/stack/heat/devstack/plugin.sh:source:24 [[ stack == \s\t\a\c\k ]]
++/opt/stack/heat/devstack/plugin.sh:source:24 [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
++/opt/stack/heat/devstack/plugin.sh:source:31 [[ stack == \s\t\a\c\k ]]
++/opt/stack/heat/devstack/plugin.sh:source:31 [[ pre-install == \e\x\t\r\a ]]
++/opt/stack/heat/devstack/plugin.sh:source:40 [[ stack == \u\n\s\t\a\c\k ]]
++/opt/stack/heat/devstack/plugin.sh:source:44 [[ stack == \c\l\e\a\n ]]
++/opt/stack/heat/devstack/plugin.sh:source:50 set -o xtrace
+./stack.sh:main:803 set_systemd_override DefaultLimitNOFILE 2048
+functions:set_systemd_override:786 local key=DefaultLimitNOFILE
+functions:set_systemd_override:787 local value=2048
+functions:set_systemd_override:789 local sysconf=/etc/systemd/system.conf
+functions:set_systemd_override:790 iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:set_systemd_override:791 echo 'Set systemd system override for DefaultLimitNOFILE=2048'
Set systemd system override for DefaultLimitNOFILE=2048
+functions:set_systemd_override:793 sudo systemctl daemon-reload
+./stack.sh:main:805 install_rpc_backend
+lib/rpc_backend:install_rpc_backend:52 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/rpc_backend:install_rpc_backend:54 install_package rabbitmq-server
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package rabbitmq-server
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install rabbitmq-server
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
rabbitmq-server is already the newest version (3.6.10-1~cloud0).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453158017
+functions-common:time_stop:2268 [[ -z 1531453158017 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453158577
+functions-common:time_stop:2272 elapsed_time=560
+functions-common:time_stop:2273 total=1598
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=2158
+functions-common:apt_get:1089 return 0
+lib/rpc_backend:install_rpc_backend:55 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/rpc_backend:install_rpc_backend:68 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+lib/rpc_backend:install_rpc_backend:68 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+./stack.sh:main:806 restart_rpc_backend
+lib/rpc_backend:restart_rpc_backend:76 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/rpc_backend:restart_rpc_backend:78 echo_summary 'Starting RabbitMQ'
+./stack.sh:echo_summary:434 [[ -t 3 ]]
+./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
+./stack.sh:echo_summary:440 echo -e Starting RabbitMQ
2018-07-13 03:39:18.788 | Starting RabbitMQ
+lib/rpc_backend:restart_rpc_backend:89 local i
++lib/rpc_backend:restart_rpc_backend:90 seq 20
+lib/rpc_backend:restart_rpc_backend:90 for i in '`seq 20`'
+lib/rpc_backend:restart_rpc_backend:91 local rc=0
+lib/rpc_backend:restart_rpc_backend:93 [[ 1 -eq 20 ]]
+lib/rpc_backend:restart_rpc_backend:95 [[ 1 == \0 ]]
+lib/rpc_backend:restart_rpc_backend:99 rabbit_setuser stackrabbit openstack
+lib/rpc_backend:rabbit_setuser:168 local user=stackrabbit pass=openstack found= out=
++lib/rpc_backend:rabbit_setuser:169 sudo rabbitmqctl list_users
+lib/rpc_backend:rabbit_setuser:169 out='Listing users
stackrabbit []'
++lib/rpc_backend:rabbit_setuser:171 echo 'Listing users
stackrabbit []'
++lib/rpc_backend:rabbit_setuser:171 awk '$1 == user { print $1 }' user=stackrabbit
+lib/rpc_backend:rabbit_setuser:171 found=stackrabbit
+lib/rpc_backend:rabbit_setuser:172 '[' stackrabbit = stackrabbit ']'
+lib/rpc_backend:rabbit_setuser:173 sudo rabbitmqctl change_password stackrabbit openstack
Changing password for user "stackrabbit"
+lib/rpc_backend:rabbit_setuser:179 sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'
Setting permissions for user "stackrabbit" in vhost "/"
+lib/rpc_backend:restart_rpc_backend:100 '[' 0 -ne 0 ']'
+lib/rpc_backend:restart_rpc_backend:105 sudo rabbitmqctl change_password stackrabbit openstack
Changing password for user "stackrabbit"
+lib/rpc_backend:restart_rpc_backend:107 '[' 0 -ne 0 ']'
+lib/rpc_backend:restart_rpc_backend:111 break
+lib/rpc_backend:restart_rpc_backend:114 sudo rabbitmqctl delete_user guest
Deleting user "guest"
Error: no_such_user: guest
+lib/rpc_backend:restart_rpc_backend:114 true
+./stack.sh:main:808 is_service_enabled mysql postgresql
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:809 install_database
+lib/database:install_database:118 install_database_mysql
+lib/databases/mysql:install_database_mysql:127 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/databases/mysql:install_database_mysql:130 sudo debconf-set-selections
+lib/databases/mysql:install_database_mysql:140 [[ ! -e /home/stack/.my.cnf ]]
+lib/databases/mysql:install_database_mysql:150 is_oraclelinux
+functions-common:is_oraclelinux:426 [[ -z Ubuntu ]]
+functions-common:is_oraclelinux:430 '[' Ubuntu = OracleServer ']'
+lib/databases/mysql:install_database_mysql:152 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+lib/databases/mysql:install_database_mysql:152 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/databases/mysql:install_database_mysql:155 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/databases/mysql:install_database_mysql:156 install_package mysql-server
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package mysql-server
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install mysql-server
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-server is already the newest version (5.7.22-0ubuntu0.16.04.1).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453164088
+functions-common:time_stop:2268 [[ -z 1531453164088 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453164600
+functions-common:time_stop:2272 elapsed_time=512
+functions-common:time_stop:2273 total=2158
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=2670
+functions-common:apt_get:1089 return 0
+./stack.sh:main:811 '[' -n mysql ']'
+./stack.sh:main:812 install_database_python
+lib/database:install_database_python:123 install_database_python_mysql
+lib/databases/mysql:install_database_python_mysql:164 pip_install_gr PyMySQL
+inc/python:pip_install_gr:70 local name=PyMySQL
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements PyMySQL
++inc/python:get_from_global_requirements:392 local package=PyMySQL
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt
+++inc/python:get_from_global_requirements:394 cut -d# -f1
++inc/python:get_from_global_requirements:394 required_pkg='PyMySQL '
++inc/python:get_from_global_requirements:395 [[ PyMySQL == '' ]]
++inc/python:get_from_global_requirements:398 echo PyMySQL
+inc/python:pip_install_gr:72 clean_name=PyMySQL
+inc/python:pip_install_gr:73 pip_install PyMySQL
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=PyMySQL/test-requirements.txt
+inc/python:pip_install:351 [[ -e PyMySQL/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt PyMySQL
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453164776
+functions-common:time_stop:2268 [[ -z 1531453164776 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453167595
+functions-common:time_stop:2272 elapsed_time=2819
+functions-common:time_stop:2273 total=36627
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=39446
+inc/python:pip_install:369 return 0
+lib/databases/mysql:install_database_python_mysql:165 [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]]
+lib/databases/mysql:install_database_python_mysql:167 [[ PyMySQL == \P\y\M\y\S\Q\L ]]
+lib/databases/mysql:install_database_python_mysql:168 ADDITIONAL_VENV_PACKAGES+=,PyMySQL
+./stack.sh:main:815 is_service_enabled neutron
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:816 install_neutron_agent_packages
+lib/neutron:install_neutron_agent_packages:640 is_neutron_legacy_enabled
+lib/neutron:is_neutron_legacy_enabled:115 [[ , =~ ,neutron ]]
+lib/neutron:is_neutron_legacy_enabled:116 [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn =~ ,q- ]]
+lib/neutron:is_neutron_legacy_enabled:116 return 0
+lib/neutron:install_neutron_agent_packages:642 install_neutron_agent_packages_mutnauq
+lib/neutron-legacy:install_neutron_agent_packages_mutnauq:442 is_service_enabled q-l3
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/neutron-legacy:install_neutron_agent_packages_mutnauq:443 install_package radvd
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package radvd
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install radvd
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd
Reading package lists... Done
Building dependency tree
Reading state information... Done
radvd is already the newest version (1:2.11-1).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453167926
+functions-common:time_stop:2268 [[ -z 1531453167926 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453168434
+functions-common:time_stop:2272 elapsed_time=508
+functions-common:time_stop:2273 total=2670
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=3178
+functions-common:apt_get:1089 return 0
+lib/neutron-legacy:install_neutron_agent_packages_mutnauq:446 is_service_enabled q-agt q-dhcp q-l3
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/neutron-legacy:install_neutron_agent_packages_mutnauq:447 neutron_plugin_install_agent_packages
+lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 _neutron_ovs_base_install_agent_packages
++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 get_packages openvswitch
++functions-common:get_packages:1162 local xtrace
+++functions-common:get_packages:1163 set +o
+++functions-common:get_packages:1163 grep xtrace
++functions-common:get_packages:1163 xtrace='set -o xtrace'
++functions-common:get_packages:1164 set +o xtrace
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 install_package fakeroot make openvswitch-switch
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package fakeroot make openvswitch-switch
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install fakeroot make openvswitch-switch
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch
Reading package lists... Done
Building dependency tree
Reading state information... Done
fakeroot is already the newest version (1.20.2-1ubuntu1).
make is already the newest version (4.1-6).
openvswitch-switch is already the newest version (2.9.0-0ubuntu1~cloud0).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453168735
+functions-common:time_stop:2268 [[ -z 1531453168735 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453169241
+functions-common:time_stop:2272 elapsed_time=506
+functions-common:time_stop:2273 total=3178
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=3684
+functions-common:apt_get:1089 return 0
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 _neutron_ovs_base_install_ubuntu_dkms
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 local kernel_version
++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 uname -r
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 kernel_version=4.4.0-130-generic
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 local kernel_major_minor
++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 cut -d. -f1-2
++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 echo 4.4.0-130-generic
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 kernel_major_minor=4.4
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 vercmp 4.4 '<' 3.13
+functions:vercmp:602 local v1=4.4
+functions:vercmp:603 local 'op=<'
+functions:vercmp:604 local v2=3.13
+functions:vercmp:605 local result
++functions:vercmp:609 head -1
++functions:vercmp:609 sort -V
++functions:vercmp:609 echo -e '4.4\n3.13'
+functions:vercmp:609 result=3.13
+functions:vercmp:611 case $op in
+functions:vercmp:621 '[' 4.4 '!=' 3.13 ']'
+functions:vercmp:621 '[' 3.13 = 4.4 ']'
+functions:vercmp:622 return
+lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 restart_service openvswitch-switch
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart openvswitch-switch
+./stack.sh:main:819 is_service_enabled etcd3
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:820 install_etcd3
+lib/etcd3:install_etcd3:93 echo 'Installing etcd'
Installing etcd
+lib/etcd3:install_etcd3:96 sudo mkdir -p /opt/stack/bin
+lib/etcd3:install_etcd3:97 sudo mkdir -p /opt/stack/data/etcd
+lib/etcd3:install_etcd3:100 local etcd_file
++lib/etcd3:install_etcd3:101 get_extra_file https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
++functions:get_extra_file:60 local file_url=https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
+++functions:get_extra_file:62 basename https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz
++functions:get_extra_file:62 file_name=etcd-v3.2.17-linux-amd64.tar.gz
++functions:get_extra_file:63 [[ https://github.com/coreos/etcd/releases/download/v3.2.17/etcd-v3.2.17-linux-amd64.tar.gz != file* ]]
++functions:get_extra_file:65 [[ ! -f /home/stack/devstack/files/etcd-v3.2.17-linux-amd64.tar.gz ]]
++functions:get_extra_file:71 echo /home/stack/devstack/files/etcd-v3.2.17-linux-amd64.tar.gz
++functions:get_extra_file:72 return
+lib/etcd3:install_etcd3:101 etcd_file=/home/stack/devstack/files/etcd-v3.2.17-linux-amd64.tar.gz
+lib/etcd3:install_etcd3:102 '[' '!' -f /home/stack/devstack/files/etcd-v3.2.17-linux-amd64/etcd ']'
+lib/etcd3:install_etcd3:111 '[' '!' -f /opt/stack/bin/etcd ']'
+lib/etcd3:install_etcd3:112 sudo cp /home/stack/devstack/files/etcd-v3.2.17-linux-amd64/etcd /opt/stack/bin/etcd
+lib/etcd3:install_etcd3:113 sudo cp /home/stack/devstack/files/etcd-v3.2.17-linux-amd64/etcdctl /opt/stack/bin/etcdctl
+./stack.sh:main:826 echo_summary 'Installing OpenStack project source'
+./stack.sh:echo_summary:434 [[ -t 3 ]]
+./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
+./stack.sh:echo_summary:440 echo -e Installing OpenStack project source
2018-07-13 03:39:30.209 | Installing OpenStack project source
+./stack.sh:main:829 install_libs
+lib/libraries:install_libs:88 _install_lib_from_source automaton
+lib/libraries:_install_lib_from_source:72 local name=automaton
+lib/libraries:_install_lib_from_source:73 use_library_from_git automaton
+inc/python:use_library_from_git:404 local name=automaton
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,automaton, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:89 _install_lib_from_source castellan
+lib/libraries:_install_lib_from_source:72 local name=castellan
+lib/libraries:_install_lib_from_source:73 use_library_from_git castellan
+inc/python:use_library_from_git:404 local name=castellan
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,castellan, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:90 _install_lib_from_source cliff
+lib/libraries:_install_lib_from_source:72 local name=cliff
+lib/libraries:_install_lib_from_source:73 use_library_from_git cliff
+inc/python:use_library_from_git:404 local name=cliff
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,cliff, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:91 _install_lib_from_source cursive
+lib/libraries:_install_lib_from_source:72 local name=cursive
+lib/libraries:_install_lib_from_source:73 use_library_from_git cursive
+inc/python:use_library_from_git:404 local name=cursive
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,cursive, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:92 _install_lib_from_source debtcollector
+lib/libraries:_install_lib_from_source:72 local name=debtcollector
+lib/libraries:_install_lib_from_source:73 use_library_from_git debtcollector
+inc/python:use_library_from_git:404 local name=debtcollector
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,debtcollector, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:93 _install_lib_from_source futurist
+lib/libraries:_install_lib_from_source:72 local name=futurist
+lib/libraries:_install_lib_from_source:73 use_library_from_git futurist
+inc/python:use_library_from_git:404 local name=futurist
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,futurist, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:94 _install_lib_from_source openstacksdk
+lib/libraries:_install_lib_from_source:72 local name=openstacksdk
+lib/libraries:_install_lib_from_source:73 use_library_from_git openstacksdk
+inc/python:use_library_from_git:404 local name=openstacksdk
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,openstacksdk, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:95 _install_lib_from_source osc-lib
+lib/libraries:_install_lib_from_source:72 local name=osc-lib
+lib/libraries:_install_lib_from_source:73 use_library_from_git osc-lib
+inc/python:use_library_from_git:404 local name=osc-lib
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,osc-lib, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:96 _install_lib_from_source osc-placement
+lib/libraries:_install_lib_from_source:72 local name=osc-placement
+lib/libraries:_install_lib_from_source:73 use_library_from_git osc-placement
+inc/python:use_library_from_git:404 local name=osc-placement
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,osc-placement, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:97 _install_lib_from_source os-client-config
+lib/libraries:_install_lib_from_source:72 local name=os-client-config
+lib/libraries:_install_lib_from_source:73 use_library_from_git os-client-config
+inc/python:use_library_from_git:404 local name=os-client-config
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,os-client-config, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:98 _install_lib_from_source oslo.cache
+lib/libraries:_install_lib_from_source:72 local name=oslo.cache
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.cache
+inc/python:use_library_from_git:404 local name=oslo.cache
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.cache, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:99 _install_lib_from_source oslo.concurrency
+lib/libraries:_install_lib_from_source:72 local name=oslo.concurrency
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.concurrency
+inc/python:use_library_from_git:404 local name=oslo.concurrency
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.concurrency, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:100 _install_lib_from_source oslo.config
+lib/libraries:_install_lib_from_source:72 local name=oslo.config
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.config
+inc/python:use_library_from_git:404 local name=oslo.config
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.config, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:101 _install_lib_from_source oslo.context
+lib/libraries:_install_lib_from_source:72 local name=oslo.context
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.context
+inc/python:use_library_from_git:404 local name=oslo.context
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.context, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:102 _install_lib_from_source oslo.db
+lib/libraries:_install_lib_from_source:72 local name=oslo.db
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.db
+inc/python:use_library_from_git:404 local name=oslo.db
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.db, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:103 _install_lib_from_source oslo.i18n
+lib/libraries:_install_lib_from_source:72 local name=oslo.i18n
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.i18n
+inc/python:use_library_from_git:404 local name=oslo.i18n
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.i18n, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:104 _install_lib_from_source oslo.log
+lib/libraries:_install_lib_from_source:72 local name=oslo.log
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.log
+inc/python:use_library_from_git:404 local name=oslo.log
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.log, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:105 _install_lib_from_source oslo.messaging
+lib/libraries:_install_lib_from_source:72 local name=oslo.messaging
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.messaging
+inc/python:use_library_from_git:404 local name=oslo.messaging
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.messaging, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:106 _install_lib_from_source oslo.middleware
+lib/libraries:_install_lib_from_source:72 local name=oslo.middleware
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.middleware
+inc/python:use_library_from_git:404 local name=oslo.middleware
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.middleware, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:107 _install_lib_from_source oslo.policy
+lib/libraries:_install_lib_from_source:72 local name=oslo.policy
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.policy
+inc/python:use_library_from_git:404 local name=oslo.policy
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.policy, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:108 _install_lib_from_source oslo.privsep
+lib/libraries:_install_lib_from_source:72 local name=oslo.privsep
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.privsep
+inc/python:use_library_from_git:404 local name=oslo.privsep
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.privsep, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:109 _install_lib_from_source oslo.reports
+lib/libraries:_install_lib_from_source:72 local name=oslo.reports
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.reports
+inc/python:use_library_from_git:404 local name=oslo.reports
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.reports, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:110 _install_lib_from_source oslo.rootwrap
+lib/libraries:_install_lib_from_source:72 local name=oslo.rootwrap
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.rootwrap
+inc/python:use_library_from_git:404 local name=oslo.rootwrap
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.rootwrap, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:111 _install_lib_from_source oslo.serialization
+lib/libraries:_install_lib_from_source:72 local name=oslo.serialization
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.serialization
+inc/python:use_library_from_git:404 local name=oslo.serialization
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.serialization, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:112 _install_lib_from_source oslo.service
+lib/libraries:_install_lib_from_source:72 local name=oslo.service
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.service
+inc/python:use_library_from_git:404 local name=oslo.service
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.service, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:113 _install_lib_from_source oslo.utils
+lib/libraries:_install_lib_from_source:72 local name=oslo.utils
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.utils
+inc/python:use_library_from_git:404 local name=oslo.utils
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.utils, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:114 _install_lib_from_source oslo.versionedobjects
+lib/libraries:_install_lib_from_source:72 local name=oslo.versionedobjects
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.versionedobjects
+inc/python:use_library_from_git:404 local name=oslo.versionedobjects
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.versionedobjects, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:115 _install_lib_from_source oslo.vmware
+lib/libraries:_install_lib_from_source:72 local name=oslo.vmware
+lib/libraries:_install_lib_from_source:73 use_library_from_git oslo.vmware
+inc/python:use_library_from_git:404 local name=oslo.vmware
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,oslo.vmware, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:116 _install_lib_from_source osprofiler
+lib/libraries:_install_lib_from_source:72 local name=osprofiler
+lib/libraries:_install_lib_from_source:73 use_library_from_git osprofiler
+inc/python:use_library_from_git:404 local name=osprofiler
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,osprofiler, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:117 _install_lib_from_source pycadf
+lib/libraries:_install_lib_from_source:72 local name=pycadf
+lib/libraries:_install_lib_from_source:73 use_library_from_git pycadf
+inc/python:use_library_from_git:404 local name=pycadf
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,pycadf, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:118 _install_lib_from_source stevedore
+lib/libraries:_install_lib_from_source:72 local name=stevedore
+lib/libraries:_install_lib_from_source:73 use_library_from_git stevedore
+inc/python:use_library_from_git:404 local name=stevedore
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,stevedore, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:119 _install_lib_from_source taskflow
+lib/libraries:_install_lib_from_source:72 local name=taskflow
+lib/libraries:_install_lib_from_source:73 use_library_from_git taskflow
+inc/python:use_library_from_git:404 local name=taskflow
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,taskflow, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:120 _install_lib_from_source tooz
+lib/libraries:_install_lib_from_source:72 local name=tooz
+lib/libraries:_install_lib_from_source:73 use_library_from_git tooz
+inc/python:use_library_from_git:404 local name=tooz
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,tooz, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:124 _install_lib_from_source os-brick
+lib/libraries:_install_lib_from_source:72 local name=os-brick
+lib/libraries:_install_lib_from_source:73 use_library_from_git os-brick
+inc/python:use_library_from_git:404 local name=os-brick
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,os-brick, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:125 _install_lib_from_source os-traits
+lib/libraries:_install_lib_from_source:72 local name=os-traits
+lib/libraries:_install_lib_from_source:73 use_library_from_git os-traits
+inc/python:use_library_from_git:404 local name=os-traits
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,os-traits, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:128 _install_lib_from_source python-barbicanclient
+lib/libraries:_install_lib_from_source:72 local name=python-barbicanclient
+lib/libraries:_install_lib_from_source:73 use_library_from_git python-barbicanclient
+inc/python:use_library_from_git:404 local name=python-barbicanclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-barbicanclient, ]]
+inc/python:use_library_from_git:407 return 1
+lib/libraries:install_libs:135 pip_install etcd3
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=etcd3/test-requirements.txt
+inc/python:pip_install:351 [[ -e etcd3/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt etcd3
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: etcd3===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474))
Requirement already satisfied: protobuf===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
Requirement already satisfied: grpcio===1.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457))
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf===3.6.0->-c /opt/stack/requirements/upper-constraints.txt (line 339))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453172099
+functions-common:time_stop:2268 [[ -z 1531453172099 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453174967
+functions-common:time_stop:2272 elapsed_time=2868
+functions-common:time_stop:2273 total=39446
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=42314
+inc/python:pip_install:369 return 0
+lib/libraries:install_libs:136 pip_install etcd3gw
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=etcd3gw/test-requirements.txt
+inc/python:pip_install:351 [[ -e etcd3gw/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt etcd3gw
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: etcd3gw===0.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453175035
+functions-common:time_stop:2268 [[ -z 1531453175035 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453177897
+functions-common:time_stop:2272 elapsed_time=2862
+functions-common:time_stop:2273 total=42314
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=45176
+inc/python:pip_install:369 return 0
+./stack.sh:main:832 install_apache_uwsgi
+lib/apache:install_apache_uwsgi:80 local apxs=apxs2
+lib/apache:install_apache_uwsgi:81 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+lib/apache:install_apache_uwsgi:92 local dir
++lib/apache:install_apache_uwsgi:93 mktemp -d
+lib/apache:install_apache_uwsgi:93 dir=/tmp/tmp.VlVEpONyPk
+lib/apache:install_apache_uwsgi:94 pushd /tmp/tmp.VlVEpONyPk
/tmp/tmp.VlVEpONyPk ~/devstack
+lib/apache:install_apache_uwsgi:95 pip_install uwsgi
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=uwsgi/test-requirements.txt
+inc/python:pip_install:351 [[ -e uwsgi/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt uwsgi
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: uwsgi in /usr/local/lib/python2.7/dist-packages
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453178054
+functions-common:time_stop:2268 [[ -z 1531453178054 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453180851
+functions-common:time_stop:2272 elapsed_time=2797
+functions-common:time_stop:2273 total=45176
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=47973
+inc/python:pip_install:369 return 0
+lib/apache:install_apache_uwsgi:96 pip download uwsgi -c /opt/stack/requirements/upper-constraints.txt
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Collecting uwsgi
Using cached https://files.pythonhosted.org/packages/a2/c9/a2d5737f63cd9df4317a4acc15d1ddf4952e28398601d8d7d706c16381e0/uwsgi-2.0.17.1.tar.gz
Saved ./uwsgi-2.0.17.1.tar.gz
Successfully downloaded uwsgi
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+lib/apache:install_apache_uwsgi:97 local uwsgi
++lib/apache:install_apache_uwsgi:98 ls uwsgi-2.0.17.1.tar.gz
+lib/apache:install_apache_uwsgi:98 uwsgi=uwsgi-2.0.17.1.tar.gz
+lib/apache:install_apache_uwsgi:99 tar xvf uwsgi-2.0.17.1.tar.gz
uwsgi-2.0.17.1/
uwsgi-2.0.17.1/.gitignore
uwsgi-2.0.17.1/.travis.yml
uwsgi-2.0.17.1/CONTRIBUTORS
uwsgi-2.0.17.1/INSTALL
uwsgi-2.0.17.1/LICENSE
uwsgi-2.0.17.1/Makefile
uwsgi-2.0.17.1/PKG-INFO
uwsgi-2.0.17.1/README
uwsgi-2.0.17.1/apache2/
uwsgi-2.0.17.1/apache2/mod_Ruwsgi.c
uwsgi-2.0.17.1/apache2/mod_proxy_uwsgi.c
uwsgi-2.0.17.1/apache2/mod_uwsgi.c
uwsgi-2.0.17.1/attach.py
uwsgi-2.0.17.1/bin/
uwsgi-2.0.17.1/bin/uwsgi
uwsgi-2.0.17.1/buildconf/
uwsgi-2.0.17.1/buildconf/all.ini
uwsgi-2.0.17.1/buildconf/asyncio.ini
uwsgi-2.0.17.1/buildconf/base.ini
uwsgi-2.0.17.1/buildconf/cgi.ini
uwsgi-2.0.17.1/buildconf/core.ini
uwsgi-2.0.17.1/buildconf/coroae.ini
uwsgi-2.0.17.1/buildconf/coverity.ini
uwsgi-2.0.17.1/buildconf/default.ini
uwsgi-2.0.17.1/buildconf/django.ini
uwsgi-2.0.17.1/buildconf/embedded.ini
uwsgi-2.0.17.1/buildconf/erlang.ini
uwsgi-2.0.17.1/buildconf/gccgo.ini
uwsgi-2.0.17.1/buildconf/gevent.ini
uwsgi-2.0.17.1/buildconf/glusterfs.ini
uwsgi-2.0.17.1/buildconf/gridfs.ini
uwsgi-2.0.17.1/buildconf/jwsgi.ini
uwsgi-2.0.17.1/buildconf/lib.ini
uwsgi-2.0.17.1/buildconf/lua.ini
uwsgi-2.0.17.1/buildconf/luap.ini
uwsgi-2.0.17.1/buildconf/minimal.ini
uwsgi-2.0.17.1/buildconf/modular.ini
uwsgi-2.0.17.1/buildconf/mono.ini
uwsgi-2.0.17.1/buildconf/nolang.ini
uwsgi-2.0.17.1/buildconf/package.ini
uwsgi-2.0.17.1/buildconf/php.ini
uwsgi-2.0.17.1/buildconf/plonly.ini
uwsgi-2.0.17.1/buildconf/ppa.ini
uwsgi-2.0.17.1/buildconf/psgi.ini
uwsgi-2.0.17.1/buildconf/pyerl.ini
uwsgi-2.0.17.1/buildconf/pylua.ini
uwsgi-2.0.17.1/buildconf/pyonly.ini
uwsgi-2.0.17.1/buildconf/pypy.ini
uwsgi-2.0.17.1/buildconf/pypyonly.ini
uwsgi-2.0.17.1/buildconf/pyring.ini
uwsgi-2.0.17.1/buildconf/pyuwsgi.ini
uwsgi-2.0.17.1/buildconf/rack.ini
uwsgi-2.0.17.1/buildconf/rados.ini
uwsgi-2.0.17.1/buildconf/rbonly.ini
uwsgi-2.0.17.1/buildconf/ring.ini
uwsgi-2.0.17.1/buildconf/ruby2.ini
uwsgi-2.0.17.1/buildconf/servlet.ini
uwsgi-2.0.17.1/buildconf/travis.ini
uwsgi-2.0.17.1/buildconf/unbit.ini
uwsgi-2.0.17.1/buildconf/unbitstaff.ini
uwsgi-2.0.17.1/buildconf/uwsgi.it.ini
uwsgi-2.0.17.1/buildconf/v8.ini
uwsgi-2.0.17.1/contrib/
uwsgi-2.0.17.1/contrib/Uwsgi.pm
uwsgi-2.0.17.1/contrib/binder.pl
uwsgi-2.0.17.1/contrib/centos_init_script
uwsgi-2.0.17.1/contrib/cgi_python.c
uwsgi-2.0.17.1/contrib/cryptologger.rb
uwsgi-2.0.17.1/contrib/emperormon.ru
uwsgi-2.0.17.1/contrib/fdconf.pl
uwsgi-2.0.17.1/contrib/graphite_uwsgi.py
uwsgi-2.0.17.1/contrib/launchd/
uwsgi-2.0.17.1/contrib/launchd/it.unbit.uwsgi.emperor.plist
uwsgi-2.0.17.1/contrib/launchd/it.unbit.uwsgi.plist
uwsgi-2.0.17.1/contrib/loadapp.pl
uwsgi-2.0.17.1/contrib/pypy/
uwsgi-2.0.17.1/contrib/pypy/uwsgi_pypy_greenlets.py
uwsgi-2.0.17.1/contrib/pyuwsgi.py
uwsgi-2.0.17.1/contrib/runuwsgi.py
uwsgi-2.0.17.1/contrib/securesubscribe.pl
uwsgi-2.0.17.1/contrib/spoolqueue/
uwsgi-2.0.17.1/contrib/spoolqueue/producer.py
uwsgi-2.0.17.1/contrib/spoolqueue/tasks.py
uwsgi-2.0.17.1/contrib/spoolqueue/tasksconsumer.py
uwsgi-2.0.17.1/contrib/subscribe.pl
uwsgi-2.0.17.1/contrib/twuwsgi.py
uwsgi-2.0.17.1/contrib/upstart/
uwsgi-2.0.17.1/contrib/upstart/emperor.conf
uwsgi-2.0.17.1/contrib/upstart/uwsgi.conf
uwsgi-2.0.17.1/contrib/upython
uwsgi-2.0.17.1/contrib/urack.rb
uwsgi-2.0.17.1/contrib/uwsgi-cache-monitor.py
uwsgi-2.0.17.1/contrib/uwsgi.erl
uwsgi-2.0.17.1/contrib/uwsgi.java
uwsgi-2.0.17.1/contrib/uwsgi.rb
uwsgi-2.0.17.1/contrib/uwsgi_client.c
uwsgi-2.0.17.1/contrib/uwsgi_dynamic_client.c
uwsgi-2.0.17.1/contrib/uwsgisubscribers.ru
uwsgi-2.0.17.1/contrib/xinetd_uwsgi
uwsgi-2.0.17.1/core/
uwsgi-2.0.17.1/core/alarm.c
uwsgi-2.0.17.1/core/async.c
uwsgi-2.0.17.1/core/buffer.c
uwsgi-2.0.17.1/core/cache.c
uwsgi-2.0.17.1/core/chunked.c
uwsgi-2.0.17.1/core/clang_fake.c
uwsgi-2.0.17.1/core/clock.c
uwsgi-2.0.17.1/core/config.c
uwsgi-2.0.17.1/core/cookie.c
uwsgi-2.0.17.1/core/cron.c
uwsgi-2.0.17.1/core/daemons.c
uwsgi-2.0.17.1/core/emperor.c
uwsgi-2.0.17.1/core/errors.c
uwsgi-2.0.17.1/core/event.c
uwsgi-2.0.17.1/core/exceptions.c
uwsgi-2.0.17.1/core/fifo.c
uwsgi-2.0.17.1/core/fsmon.c
uwsgi-2.0.17.1/core/gateway.c
uwsgi-2.0.17.1/core/hash.c
uwsgi-2.0.17.1/core/hooks.c
uwsgi-2.0.17.1/core/ini.c
uwsgi-2.0.17.1/core/init.c
uwsgi-2.0.17.1/core/io.c
uwsgi-2.0.17.1/core/json.c
uwsgi-2.0.17.1/core/legion.c
uwsgi-2.0.17.1/core/lock.c
uwsgi-2.0.17.1/core/logging.
uwsgi-2.0.17.1/core/logging.c
uwsgi-2.0.17.1/core/loop.c
uwsgi-2.0.17.1/core/master.c
uwsgi-2.0.17.1/core/master_checks.c
uwsgi-2.0.17.1/core/master_events.c
uwsgi-2.0.17.1/core/master_utils.c
uwsgi-2.0.17.1/core/metrics.c
uwsgi-2.0.17.1/core/mount.c
uwsgi-2.0.17.1/core/mule.c
uwsgi-2.0.17.1/core/notify.c
uwsgi-2.0.17.1/core/offload.c
uwsgi-2.0.17.1/core/plugins.c
uwsgi-2.0.17.1/core/plugins_builder.c
uwsgi-2.0.17.1/core/progress.c
uwsgi-2.0.17.1/core/protocol.c
uwsgi-2.0.17.1/core/querystring.c
uwsgi-2.0.17.1/core/queue.c
uwsgi-2.0.17.1/core/rb_timers.c
uwsgi-2.0.17.1/core/reader.c
uwsgi-2.0.17.1/core/regexp.c
uwsgi-2.0.17.1/core/routing.c
uwsgi-2.0.17.1/core/rpc.c
uwsgi-2.0.17.1/core/sendfile.c
uwsgi-2.0.17.1/core/setup_utils.c
uwsgi-2.0.17.1/core/sharedarea.c
uwsgi-2.0.17.1/core/signal.c
uwsgi-2.0.17.1/core/skel.c
uwsgi-2.0.17.1/core/snmp.c
uwsgi-2.0.17.1/core/socket.c
uwsgi-2.0.17.1/core/spooler.c
uwsgi-2.0.17.1/core/ssl.c
uwsgi-2.0.17.1/core/static.c
uwsgi-2.0.17.1/core/stats.c
uwsgi-2.0.17.1/core/storage.c
uwsgi-2.0.17.1/core/strings.c
uwsgi-2.0.17.1/core/subscription.c
uwsgi-2.0.17.1/core/timebomb.c
uwsgi-2.0.17.1/core/transformations.c
uwsgi-2.0.17.1/core/utils.c
uwsgi-2.0.17.1/core/uwsgi.c
uwsgi-2.0.17.1/core/websockets.c
uwsgi-2.0.17.1/core/writer.c
uwsgi-2.0.17.1/core/xmlconf.c
uwsgi-2.0.17.1/core/yaml.c
uwsgi-2.0.17.1/core/zeus.c
uwsgi-2.0.17.1/core/zlib.c
uwsgi-2.0.17.1/examples/
uwsgi-2.0.17.1/examples/bootstrap.py
uwsgi-2.0.17.1/examples/bootstrap2.py
uwsgi-2.0.17.1/examples/bootstrap3.py
uwsgi-2.0.17.1/examples/bootstrap4.py
uwsgi-2.0.17.1/examples/bootstrap5.py
uwsgi-2.0.17.1/examples/config.lua
uwsgi-2.0.17.1/examples/config.ru
uwsgi-2.0.17.1/examples/config17.ru
uwsgi-2.0.17.1/examples/config2.lua
uwsgi-2.0.17.1/examples/config2.ru
uwsgi-2.0.17.1/examples/config30.ru
uwsgi-2.0.17.1/examples/corostream.pl
uwsgi-2.0.17.1/examples/debug.ini
uwsgi-2.0.17.1/examples/fibers.ru
uwsgi-2.0.17.1/examples/fibers.yml
uwsgi-2.0.17.1/examples/flaskpost.py
uwsgi-2.0.17.1/examples/heavytest.ini
uwsgi-2.0.17.1/examples/heavytest.py
uwsgi-2.0.17.1/examples/info_uwsgi.php
uwsgi-2.0.17.1/examples/logic.ini
uwsgi-2.0.17.1/examples/mega.xml
uwsgi-2.0.17.1/examples/mjpeg_stream.py
uwsgi-2.0.17.1/examples/mojoapp.pl
uwsgi-2.0.17.1/examples/multi.ini
uwsgi-2.0.17.1/examples/multi.xml
uwsgi-2.0.17.1/examples/multiapp.py
uwsgi-2.0.17.1/examples/protected.ini
uwsgi-2.0.17.1/examples/router.lua
uwsgi-2.0.17.1/examples/simple_app.py
uwsgi-2.0.17.1/examples/simple_app_wsgi2.py
uwsgi-2.0.17.1/examples/simple_logger.py
uwsgi-2.0.17.1/examples/sites.xml
uwsgi-2.0.17.1/examples/sputnik.ws
uwsgi-2.0.17.1/examples/staticfilesnmp.py
uwsgi-2.0.17.1/examples/taskqueue.py
uwsgi-2.0.17.1/examples/uwsgi.xml
uwsgi-2.0.17.1/examples/uwsgirouter.py
uwsgi-2.0.17.1/examples/uwsgirouter2.py
uwsgi-2.0.17.1/examples/uwsgirouter3.py
uwsgi-2.0.17.1/examples/uwsgirouter4.py
uwsgi-2.0.17.1/examples/uwsgirouter5.py
uwsgi-2.0.17.1/examples/uwsgistatus.py
uwsgi-2.0.17.1/examples/welcome.ini
uwsgi-2.0.17.1/examples/welcome.py
uwsgi-2.0.17.1/examples/welcome3.py
uwsgi-2.0.17.1/examples/werkzeug.js
uwsgi-2.0.17.1/examples/werkzeug.yml
uwsgi-2.0.17.1/examples/werkzeug_strict.yml
uwsgi-2.0.17.1/examples/xmlindex-html.xsl
uwsgi-2.0.17.1/examples/xmlindex.ini
uwsgi-2.0.17.1/examples/zmqgevent.ini
uwsgi-2.0.17.1/ext/
uwsgi-2.0.17.1/ext/uwsgi/
uwsgi-2.0.17.1/ext/uwsgi/extconf.rb
uwsgi-2.0.17.1/install.sh
uwsgi-2.0.17.1/lib/
uwsgi-2.0.17.1/lib/linux_ns.c
uwsgi-2.0.17.1/lib/netlink.c
uwsgi-2.0.17.1/lib/sun_fixes.c
uwsgi-2.0.17.1/logo_uWSGI.png
uwsgi-2.0.17.1/logo_uWSGI.svg
uwsgi-2.0.17.1/mongrel2-uwsgi.conf
uwsgi-2.0.17.1/plugins/
uwsgi-2.0.17.1/plugins/airbrake/
uwsgi-2.0.17.1/plugins/airbrake/airbrake_plugin.c
uwsgi-2.0.17.1/plugins/airbrake/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/alarm_curl/
uwsgi-2.0.17.1/plugins/alarm_curl/alarm_curl_plugin.c
uwsgi-2.0.17.1/plugins/alarm_curl/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/alarm_speech/
uwsgi-2.0.17.1/plugins/alarm_speech/alarm_speech.m
uwsgi-2.0.17.1/plugins/alarm_speech/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/alarm_xmpp/
uwsgi-2.0.17.1/plugins/alarm_xmpp/alarm_xmpp_plugin.c
uwsgi-2.0.17.1/plugins/alarm_xmpp/gloox.cc
uwsgi-2.0.17.1/plugins/alarm_xmpp/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/asyncio/
uwsgi-2.0.17.1/plugins/asyncio/asyncio.c
uwsgi-2.0.17.1/plugins/asyncio/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/cache/
uwsgi-2.0.17.1/plugins/cache/cache.c
uwsgi-2.0.17.1/plugins/cache/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/carbon/
uwsgi-2.0.17.1/plugins/carbon/carbon.c
uwsgi-2.0.17.1/plugins/carbon/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/cgi/
uwsgi-2.0.17.1/plugins/cgi/cgi_plugin.c
uwsgi-2.0.17.1/plugins/cgi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/cheaper_backlog2/
uwsgi-2.0.17.1/plugins/cheaper_backlog2/cheaper_backlog2.c
uwsgi-2.0.17.1/plugins/cheaper_backlog2/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/cheaper_busyness/
uwsgi-2.0.17.1/plugins/cheaper_busyness/cheaper_busyness.c
uwsgi-2.0.17.1/plugins/cheaper_busyness/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/clock_monotonic/
uwsgi-2.0.17.1/plugins/clock_monotonic/clock_monotonic.c
uwsgi-2.0.17.1/plugins/clock_monotonic/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/clock_realtime/
uwsgi-2.0.17.1/plugins/clock_realtime/clock_realtime.c
uwsgi-2.0.17.1/plugins/clock_realtime/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/corerouter/
uwsgi-2.0.17.1/plugins/corerouter/corerouter.c
uwsgi-2.0.17.1/plugins/corerouter/cr.h
uwsgi-2.0.17.1/plugins/corerouter/cr_common.c
uwsgi-2.0.17.1/plugins/corerouter/cr_map.c
uwsgi-2.0.17.1/plugins/corerouter/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/coroae/
uwsgi-2.0.17.1/plugins/coroae/coroae.c
uwsgi-2.0.17.1/plugins/coroae/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/cplusplus/
uwsgi-2.0.17.1/plugins/cplusplus/base.cc
uwsgi-2.0.17.1/plugins/cplusplus/plugin.c
uwsgi-2.0.17.1/plugins/cplusplus/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/curl_cron/
uwsgi-2.0.17.1/plugins/curl_cron/curl_cron.c
uwsgi-2.0.17.1/plugins/curl_cron/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/dumbloop/
uwsgi-2.0.17.1/plugins/dumbloop/dumb.c
uwsgi-2.0.17.1/plugins/dumbloop/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/dummy/
uwsgi-2.0.17.1/plugins/dummy/dummy.c
uwsgi-2.0.17.1/plugins/dummy/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/echo/
uwsgi-2.0.17.1/plugins/echo/echo_plugin.c
uwsgi-2.0.17.1/plugins/echo/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/emperor_amqp/
uwsgi-2.0.17.1/plugins/emperor_amqp/amqp.c
uwsgi-2.0.17.1/plugins/emperor_amqp/emperor_amqp.c
uwsgi-2.0.17.1/plugins/emperor_amqp/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/emperor_mongodb/
uwsgi-2.0.17.1/plugins/emperor_mongodb/emperor_mongodb.cc
uwsgi-2.0.17.1/plugins/emperor_mongodb/plugin.c
uwsgi-2.0.17.1/plugins/emperor_mongodb/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/emperor_pg/
uwsgi-2.0.17.1/plugins/emperor_pg/emperor_pg.c
uwsgi-2.0.17.1/plugins/emperor_pg/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/emperor_zeromq/
uwsgi-2.0.17.1/plugins/emperor_zeromq/emperor_zeromq.c
uwsgi-2.0.17.1/plugins/emperor_zeromq/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/example/
uwsgi-2.0.17.1/plugins/example/example_plugin.c
uwsgi-2.0.17.1/plugins/example/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/exception_log/
uwsgi-2.0.17.1/plugins/exception_log/exception_log.c
uwsgi-2.0.17.1/plugins/exception_log/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/fastrouter/
uwsgi-2.0.17.1/plugins/fastrouter/fastrouter.c
uwsgi-2.0.17.1/plugins/fastrouter/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/fiber/
uwsgi-2.0.17.1/plugins/fiber/fiber.c
uwsgi-2.0.17.1/plugins/fiber/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/forkptyrouter/
uwsgi-2.0.17.1/plugins/forkptyrouter/forkptyrouter.c
uwsgi-2.0.17.1/plugins/forkptyrouter/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/gccgo/
uwsgi-2.0.17.1/plugins/gccgo/gccgo_plugin.c
uwsgi-2.0.17.1/plugins/gccgo/uwsgi.go
uwsgi-2.0.17.1/plugins/gccgo/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/geoip/
uwsgi-2.0.17.1/plugins/geoip/geoip.c
uwsgi-2.0.17.1/plugins/geoip/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/gevent/
uwsgi-2.0.17.1/plugins/gevent/gevent.c
uwsgi-2.0.17.1/plugins/gevent/gevent.h
uwsgi-2.0.17.1/plugins/gevent/hooks.c
uwsgi-2.0.17.1/plugins/gevent/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/glusterfs/
uwsgi-2.0.17.1/plugins/glusterfs/glusterfs.c
uwsgi-2.0.17.1/plugins/glusterfs/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/graylog2/
uwsgi-2.0.17.1/plugins/graylog2/graylog2_plugin.c
uwsgi-2.0.17.1/plugins/graylog2/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/greenlet/
uwsgi-2.0.17.1/plugins/greenlet/greenlet.c
uwsgi-2.0.17.1/plugins/greenlet/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/gridfs/
uwsgi-2.0.17.1/plugins/gridfs/gridfs.cc
uwsgi-2.0.17.1/plugins/gridfs/plugin.c
uwsgi-2.0.17.1/plugins/gridfs/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/http/
uwsgi-2.0.17.1/plugins/http/common.h
uwsgi-2.0.17.1/plugins/http/http.c
uwsgi-2.0.17.1/plugins/http/https.c
uwsgi-2.0.17.1/plugins/http/keepalive.c
uwsgi-2.0.17.1/plugins/http/spdy3.c
uwsgi-2.0.17.1/plugins/http/spdy3.h
uwsgi-2.0.17.1/plugins/http/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/jvm/
uwsgi-2.0.17.1/plugins/jvm/jvm.h
uwsgi-2.0.17.1/plugins/jvm/jvm_plugin.c
uwsgi-2.0.17.1/plugins/jvm/uwsgi.java
uwsgi-2.0.17.1/plugins/jvm/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/jwsgi/
uwsgi-2.0.17.1/plugins/jwsgi/jwsgi_plugin.c
uwsgi-2.0.17.1/plugins/jwsgi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ldap/
uwsgi-2.0.17.1/plugins/ldap/ldap.c
uwsgi-2.0.17.1/plugins/ldap/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/legion_cache_fetch/
uwsgi-2.0.17.1/plugins/legion_cache_fetch/legion_cache_fetch.c
uwsgi-2.0.17.1/plugins/legion_cache_fetch/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/libffi/
uwsgi-2.0.17.1/plugins/libffi/libffi.c
uwsgi-2.0.17.1/plugins/libffi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/libtcc/
uwsgi-2.0.17.1/plugins/libtcc/libtcc.c
uwsgi-2.0.17.1/plugins/libtcc/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/logcrypto/
uwsgi-2.0.17.1/plugins/logcrypto/logcrypto.c
uwsgi-2.0.17.1/plugins/logcrypto/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/logfile/
uwsgi-2.0.17.1/plugins/logfile/logfile.c
uwsgi-2.0.17.1/plugins/logfile/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/logpipe/
uwsgi-2.0.17.1/plugins/logpipe/logpipe.c
uwsgi-2.0.17.1/plugins/logpipe/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/logsocket/
uwsgi-2.0.17.1/plugins/logsocket/logsocket_plugin.c
uwsgi-2.0.17.1/plugins/logsocket/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/logzmq/
uwsgi-2.0.17.1/plugins/logzmq/plugin.c
uwsgi-2.0.17.1/plugins/logzmq/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/lua/
uwsgi-2.0.17.1/plugins/lua/lua_plugin.c
uwsgi-2.0.17.1/plugins/lua/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/matheval/
uwsgi-2.0.17.1/plugins/matheval/math.c
uwsgi-2.0.17.1/plugins/matheval/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/mongodb/
uwsgi-2.0.17.1/plugins/mongodb/plugin.c
uwsgi-2.0.17.1/plugins/mongodb/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/mongodblog/
uwsgi-2.0.17.1/plugins/mongodblog/mongodblog_plugin.c
uwsgi-2.0.17.1/plugins/mongodblog/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/mongrel2/
uwsgi-2.0.17.1/plugins/mongrel2/mongrel2.c
uwsgi-2.0.17.1/plugins/mongrel2/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/mono/
uwsgi-2.0.17.1/plugins/mono/mono_plugin.c
uwsgi-2.0.17.1/plugins/mono/uwsgi.cs
uwsgi-2.0.17.1/plugins/mono/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/msgpack/
uwsgi-2.0.17.1/plugins/msgpack/msgpack.c
uwsgi-2.0.17.1/plugins/msgpack/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/nagios/
uwsgi-2.0.17.1/plugins/nagios/nagios.c
uwsgi-2.0.17.1/plugins/nagios/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/notfound/
uwsgi-2.0.17.1/plugins/notfound/notfound.c
uwsgi-2.0.17.1/plugins/notfound/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/objc_gc/
uwsgi-2.0.17.1/plugins/objc_gc/objc_gc.m
uwsgi-2.0.17.1/plugins/objc_gc/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/pam/
uwsgi-2.0.17.1/plugins/pam/pam.c
uwsgi-2.0.17.1/plugins/pam/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/php/
uwsgi-2.0.17.1/plugins/php/common.h
uwsgi-2.0.17.1/plugins/php/php_plugin.c
uwsgi-2.0.17.1/plugins/php/session.c
uwsgi-2.0.17.1/plugins/php/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ping/
uwsgi-2.0.17.1/plugins/ping/ping_plugin.c
uwsgi-2.0.17.1/plugins/ping/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/psgi/
uwsgi-2.0.17.1/plugins/psgi/psgi.h
uwsgi-2.0.17.1/plugins/psgi/psgi_loader.c
uwsgi-2.0.17.1/plugins/psgi/psgi_plugin.c
uwsgi-2.0.17.1/plugins/psgi/psgi_response.c
uwsgi-2.0.17.1/plugins/psgi/uwsgi_plmodule.c
uwsgi-2.0.17.1/plugins/psgi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/pty/
uwsgi-2.0.17.1/plugins/pty/pty.c
uwsgi-2.0.17.1/plugins/pty/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/pypy/
uwsgi-2.0.17.1/plugins/pypy/README
uwsgi-2.0.17.1/plugins/pypy/pypy_plugin.c
uwsgi-2.0.17.1/plugins/pypy/pypy_setup.py
uwsgi-2.0.17.1/plugins/pypy/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/python/
uwsgi-2.0.17.1/plugins/python/gil.c
uwsgi-2.0.17.1/plugins/python/profiler.c
uwsgi-2.0.17.1/plugins/python/pump_subhandler.c
uwsgi-2.0.17.1/plugins/python/pyloader.c
uwsgi-2.0.17.1/plugins/python/python_plugin.c
uwsgi-2.0.17.1/plugins/python/pyutils.c
uwsgi-2.0.17.1/plugins/python/raw.c
uwsgi-2.0.17.1/plugins/python/symimporter.c
uwsgi-2.0.17.1/plugins/python/tracebacker.c
uwsgi-2.0.17.1/plugins/python/uwsgi_pymodule.c
uwsgi-2.0.17.1/plugins/python/uwsgi_python.h
uwsgi-2.0.17.1/plugins/python/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/python/web3_subhandler.c
uwsgi-2.0.17.1/plugins/python/wsgi_handlers.c
uwsgi-2.0.17.1/plugins/python/wsgi_headers.c
uwsgi-2.0.17.1/plugins/python/wsgi_subhandler.c
uwsgi-2.0.17.1/plugins/pyuwsgi/
uwsgi-2.0.17.1/plugins/pyuwsgi/pyuwsgi.c
uwsgi-2.0.17.1/plugins/pyuwsgi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rack/
uwsgi-2.0.17.1/plugins/rack/rack_api.c
uwsgi-2.0.17.1/plugins/rack/rack_plugin.c
uwsgi-2.0.17.1/plugins/rack/uwsgi_rack.h
uwsgi-2.0.17.1/plugins/rack/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rados/
uwsgi-2.0.17.1/plugins/rados/rados.c
uwsgi-2.0.17.1/plugins/rados/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rawrouter/
uwsgi-2.0.17.1/plugins/rawrouter/rawrouter.c
uwsgi-2.0.17.1/plugins/rawrouter/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rbthreads/
uwsgi-2.0.17.1/plugins/rbthreads/rbthreads.c
uwsgi-2.0.17.1/plugins/rbthreads/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/redislog/
uwsgi-2.0.17.1/plugins/redislog/redislog_plugin.c
uwsgi-2.0.17.1/plugins/redislog/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ring/
uwsgi-2.0.17.1/plugins/ring/ring_plugin.c
uwsgi-2.0.17.1/plugins/ring/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_access/
uwsgi-2.0.17.1/plugins/router_access/router_access.c
uwsgi-2.0.17.1/plugins/router_access/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_basicauth/
uwsgi-2.0.17.1/plugins/router_basicauth/router_basicauth.c
uwsgi-2.0.17.1/plugins/router_basicauth/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_cache/
uwsgi-2.0.17.1/plugins/router_cache/router_cache.c
uwsgi-2.0.17.1/plugins/router_cache/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_expires/
uwsgi-2.0.17.1/plugins/router_expires/expires.c
uwsgi-2.0.17.1/plugins/router_expires/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_hash/
uwsgi-2.0.17.1/plugins/router_hash/router_hash.c
uwsgi-2.0.17.1/plugins/router_hash/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_http/
uwsgi-2.0.17.1/plugins/router_http/router_http.c
uwsgi-2.0.17.1/plugins/router_http/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_memcached/
uwsgi-2.0.17.1/plugins/router_memcached/router_memcached.c
uwsgi-2.0.17.1/plugins/router_memcached/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_metrics/
uwsgi-2.0.17.1/plugins/router_metrics/plugin.c
uwsgi-2.0.17.1/plugins/router_metrics/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_radius/
uwsgi-2.0.17.1/plugins/router_radius/radius.c
uwsgi-2.0.17.1/plugins/router_radius/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_redirect/
uwsgi-2.0.17.1/plugins/router_redirect/router_redirect.c
uwsgi-2.0.17.1/plugins/router_redirect/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_redis/
uwsgi-2.0.17.1/plugins/router_redis/router_redis.c
uwsgi-2.0.17.1/plugins/router_redis/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_rewrite/
uwsgi-2.0.17.1/plugins/router_rewrite/router_rewrite.c
uwsgi-2.0.17.1/plugins/router_rewrite/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_spnego/
uwsgi-2.0.17.1/plugins/router_spnego/router_spnego.c
uwsgi-2.0.17.1/plugins/router_spnego/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_static/
uwsgi-2.0.17.1/plugins/router_static/router_static.c
uwsgi-2.0.17.1/plugins/router_static/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_uwsgi/
uwsgi-2.0.17.1/plugins/router_uwsgi/router_uwsgi.c
uwsgi-2.0.17.1/plugins/router_uwsgi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/router_xmldir/
uwsgi-2.0.17.1/plugins/router_xmldir/router_xmldir.c
uwsgi-2.0.17.1/plugins/router_xmldir/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rpc/
uwsgi-2.0.17.1/plugins/rpc/rpc_plugin.c
uwsgi-2.0.17.1/plugins/rpc/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rrdtool/
uwsgi-2.0.17.1/plugins/rrdtool/rrdtool.c
uwsgi-2.0.17.1/plugins/rrdtool/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/rsyslog/
uwsgi-2.0.17.1/plugins/rsyslog/rsyslog_plugin.c
uwsgi-2.0.17.1/plugins/rsyslog/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ruby19/
uwsgi-2.0.17.1/plugins/ruby19/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/servlet/
uwsgi-2.0.17.1/plugins/servlet/servlet_plugin.c
uwsgi-2.0.17.1/plugins/servlet/uwsgi_servlet.java
uwsgi-2.0.17.1/plugins/servlet/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/signal/
uwsgi-2.0.17.1/plugins/signal/signal_plugin.c
uwsgi-2.0.17.1/plugins/signal/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/spooler/
uwsgi-2.0.17.1/plugins/spooler/spooler_plugin.c
uwsgi-2.0.17.1/plugins/spooler/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/sqlite3/
uwsgi-2.0.17.1/plugins/sqlite3/plugin.c
uwsgi-2.0.17.1/plugins/sqlite3/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ssi/
uwsgi-2.0.17.1/plugins/ssi/ssi.c
uwsgi-2.0.17.1/plugins/ssi/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/sslrouter/
uwsgi-2.0.17.1/plugins/sslrouter/sslrouter.c
uwsgi-2.0.17.1/plugins/sslrouter/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/stackless/
uwsgi-2.0.17.1/plugins/stackless/stackless.c
uwsgi-2.0.17.1/plugins/stackless/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/stats_pusher_file/
uwsgi-2.0.17.1/plugins/stats_pusher_file/plugin.c
uwsgi-2.0.17.1/plugins/stats_pusher_file/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/stats_pusher_mongodb/
uwsgi-2.0.17.1/plugins/stats_pusher_mongodb/plugin.c
uwsgi-2.0.17.1/plugins/stats_pusher_mongodb/stats_pusher_mongodb.cc
uwsgi-2.0.17.1/plugins/stats_pusher_mongodb/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/stats_pusher_socket/
uwsgi-2.0.17.1/plugins/stats_pusher_socket/plugin.c
uwsgi-2.0.17.1/plugins/stats_pusher_socket/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/stats_pusher_statsd/
uwsgi-2.0.17.1/plugins/stats_pusher_statsd/plugin.c
uwsgi-2.0.17.1/plugins/stats_pusher_statsd/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/symcall/
uwsgi-2.0.17.1/plugins/symcall/symcall_plugin.c
uwsgi-2.0.17.1/plugins/symcall/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/syslog/
uwsgi-2.0.17.1/plugins/syslog/syslog_plugin.c
uwsgi-2.0.17.1/plugins/syslog/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/systemd_logger/
uwsgi-2.0.17.1/plugins/systemd_logger/systemd_logger.c
uwsgi-2.0.17.1/plugins/systemd_logger/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/tornado/
uwsgi-2.0.17.1/plugins/tornado/tornado.c
uwsgi-2.0.17.1/plugins/tornado/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_chunked/
uwsgi-2.0.17.1/plugins/transformation_chunked/chunked.c
uwsgi-2.0.17.1/plugins/transformation_chunked/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_gzip/
uwsgi-2.0.17.1/plugins/transformation_gzip/gzip.c
uwsgi-2.0.17.1/plugins/transformation_gzip/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_offload/
uwsgi-2.0.17.1/plugins/transformation_offload/offload.c
uwsgi-2.0.17.1/plugins/transformation_offload/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_template/
uwsgi-2.0.17.1/plugins/transformation_template/tt.c
uwsgi-2.0.17.1/plugins/transformation_template/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_tofile/
uwsgi-2.0.17.1/plugins/transformation_tofile/tofile.c
uwsgi-2.0.17.1/plugins/transformation_tofile/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/transformation_toupper/
uwsgi-2.0.17.1/plugins/transformation_toupper/toupper.c
uwsgi-2.0.17.1/plugins/transformation_toupper/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/tuntap/
uwsgi-2.0.17.1/plugins/tuntap/common.c
uwsgi-2.0.17.1/plugins/tuntap/common.h
uwsgi-2.0.17.1/plugins/tuntap/firewall.c
uwsgi-2.0.17.1/plugins/tuntap/tuntap.c
uwsgi-2.0.17.1/plugins/tuntap/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/ugreen/
uwsgi-2.0.17.1/plugins/ugreen/ugreen.c
uwsgi-2.0.17.1/plugins/ugreen/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/v8/
uwsgi-2.0.17.1/plugins/v8/plugin.c
uwsgi-2.0.17.1/plugins/v8/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/v8/v8_commonjs.cc
uwsgi-2.0.17.1/plugins/v8/v8_jsgi.cc
uwsgi-2.0.17.1/plugins/v8/v8_uwsgi.cc
uwsgi-2.0.17.1/plugins/v8/v8_uwsgi.h
uwsgi-2.0.17.1/plugins/webdav/
uwsgi-2.0.17.1/plugins/webdav/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/webdav/webdav.c
uwsgi-2.0.17.1/plugins/xattr/
uwsgi-2.0.17.1/plugins/xattr/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/xattr/xattr.c
uwsgi-2.0.17.1/plugins/xslt/
uwsgi-2.0.17.1/plugins/xslt/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/xslt/xslt.c
uwsgi-2.0.17.1/plugins/zabbix/
uwsgi-2.0.17.1/plugins/zabbix/plugin.c
uwsgi-2.0.17.1/plugins/zabbix/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/zergpool/
uwsgi-2.0.17.1/plugins/zergpool/uwsgiplugin.py
uwsgi-2.0.17.1/plugins/zergpool/zergpool.c
uwsgi-2.0.17.1/proto/
uwsgi-2.0.17.1/proto/base.c
uwsgi-2.0.17.1/proto/fastcgi.c
uwsgi-2.0.17.1/proto/http.c
uwsgi-2.0.17.1/proto/puwsgi.c
uwsgi-2.0.17.1/proto/scgi.c
uwsgi-2.0.17.1/proto/uwsgi.c
uwsgi-2.0.17.1/setup.cpyext.py
uwsgi-2.0.17.1/setup.py
uwsgi-2.0.17.1/t/
uwsgi-2.0.17.1/t/cachebitmap.ini
uwsgi-2.0.17.1/t/cachebitmap.py
uwsgi-2.0.17.1/t/cachetest.py
uwsgi-2.0.17.1/t/clojure/
uwsgi-2.0.17.1/t/clojure/myapp.clj
uwsgi-2.0.17.1/t/core/
uwsgi-2.0.17.1/t/core/apps/
uwsgi-2.0.17.1/t/core/apps/read_body_and_send.pl
uwsgi-2.0.17.1/t/core/read_body_and_send.pl
uwsgi-2.0.17.1/t/core/url_sanitize.pl
uwsgi-2.0.17.1/t/go/
uwsgi-2.0.17.1/t/go/cachetest.go
uwsgi-2.0.17.1/t/go/complextest.go
uwsgi-2.0.17.1/t/go/uploadtest.go
uwsgi-2.0.17.1/t/java/
uwsgi-2.0.17.1/t/java/rpc.java
uwsgi-2.0.17.1/t/lua/
uwsgi-2.0.17.1/t/lua/basic.lua
uwsgi-2.0.17.1/t/mono/
uwsgi-2.0.17.1/t/mono/cache.aspx
uwsgi-2.0.17.1/t/mules/
uwsgi-2.0.17.1/t/mules/mulebrain.py
uwsgi-2.0.17.1/t/mules/reload.py
uwsgi-2.0.17.1/t/mules/signal_management.py
uwsgi-2.0.17.1/t/perl/
uwsgi-2.0.17.1/t/perl/active_workers_signal.pl
uwsgi-2.0.17.1/t/perl/apps/
uwsgi-2.0.17.1/t/perl/apps/input_with_offset.pl
uwsgi-2.0.17.1/t/perl/test.psgi
uwsgi-2.0.17.1/t/perl/test_benchmark.pl
uwsgi-2.0.17.1/t/perl/test_harakiri.psgi
uwsgi-2.0.17.1/t/perl/test_hello.psgi
uwsgi-2.0.17.1/t/perl/test_input_with_offset.pl
uwsgi-2.0.17.1/t/perl/test_post.psgi
uwsgi-2.0.17.1/t/perl/test_sleepy.psgi
uwsgi-2.0.17.1/t/perl/test_streaming.psgi
uwsgi-2.0.17.1/t/pypy/
uwsgi-2.0.17.1/t/pypy/t_continulet1.py
uwsgi-2.0.17.1/t/pypy/t_continulet2.py
uwsgi-2.0.17.1/t/python/
uwsgi-2.0.17.1/t/python/forcecl.py
uwsgi-2.0.17.1/t/python/manage_script_name/
uwsgi-2.0.17.1/t/python/manage_script_name/manage_script_name_test.ini
uwsgi-2.0.17.1/t/python/manage_script_name/test_manage_script_name.py
uwsgi-2.0.17.1/t/python/manage_script_name/useless_app.py
uwsgi-2.0.17.1/t/python/spooler_decorators/
uwsgi-2.0.17.1/t/python/spooler_decorators/spooler_decorator_test.ini
uwsgi-2.0.17.1/t/python/spooler_decorators/spooler_decorator_tests.py
uwsgi-2.0.17.1/t/python/spooler_decorators/spooler_handlers.py
uwsgi-2.0.17.1/t/python/testba.py
uwsgi-2.0.17.1/t/ring/
uwsgi-2.0.17.1/t/ring/README.md
uwsgi-2.0.17.1/t/ring/config.ini
uwsgi-2.0.17.1/t/ring/project.clj
uwsgi-2.0.17.1/t/ring/src/
uwsgi-2.0.17.1/t/ring/src/uwsgi/
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/app.clj
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/basic.clj
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/body.clj
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/simple.clj
uwsgi-2.0.17.1/t/ring/src/uwsgi/ring/tests/upload.clj
uwsgi-2.0.17.1/t/routing/
uwsgi-2.0.17.1/t/routing/auth.ini
uwsgi-2.0.17.1/t/routing/errorlimiter.ini
uwsgi-2.0.17.1/t/routing/limiter.ini
uwsgi-2.0.17.1/t/sharedarea/
uwsgi-2.0.17.1/t/sharedarea/bigranges.ini
uwsgi-2.0.17.1/t/sharedarea/bigranges.py
uwsgi-2.0.17.1/t/sharedarea/sharedarea_incdec.ini
uwsgi-2.0.17.1/t/sharedarea/sharedarea_incdec.py
uwsgi-2.0.17.1/t/spooler/
uwsgi-2.0.17.1/t/spooler/read.py
uwsgi-2.0.17.1/t/spooler/reload.py
uwsgi-2.0.17.1/t/spooler/spooldir/
uwsgi-2.0.17.1/t/spooler/spooldir/.gitignore
uwsgi-2.0.17.1/t/webdav/
uwsgi-2.0.17.1/t/webdav/carddav.ini
uwsgi-2.0.17.1/t/xslt/
uwsgi-2.0.17.1/t/xslt/cd.xml
uwsgi-2.0.17.1/t/xslt/cd.xml.xslt
uwsgi-2.0.17.1/t/xslt/routex.ini
uwsgi-2.0.17.1/tests/
uwsgi-2.0.17.1/tests/Responder.pm
uwsgi-2.0.17.1/tests/__init__.py
uwsgi-2.0.17.1/tests/badthread.py
uwsgi-2.0.17.1/tests/badwrites.py
uwsgi-2.0.17.1/tests/cpubound_async.py
uwsgi-2.0.17.1/tests/cpubound_green.py
uwsgi-2.0.17.1/tests/cpubound_stackless.py
uwsgi-2.0.17.1/tests/decoratortest.py
uwsgi-2.0.17.1/tests/fileserve_async.py
uwsgi-2.0.17.1/tests/gevent_spool.py
uwsgi-2.0.17.1/tests/grunter.py
uwsgi-2.0.17.1/tests/iobound_async.py
uwsgi-2.0.17.1/tests/iobound_async_unix.py
uwsgi-2.0.17.1/tests/iobound_green.py
uwsgi-2.0.17.1/tests/logger.py
uwsgi-2.0.17.1/tests/mako_ugreen.py
uwsgi-2.0.17.1/tests/mulefunc.py
uwsgi-2.0.17.1/tests/multiapp.txt
uwsgi-2.0.17.1/tests/myadmin.py
uwsgi-2.0.17.1/tests/pgbound_async.py
uwsgi-2.0.17.1/tests/picazzo.py
uwsgi-2.0.17.1/tests/psycogreen_green.py
uwsgi-2.0.17.1/tests/psycopg2_green.py
uwsgi-2.0.17.1/tests/pump.py
uwsgi-2.0.17.1/tests/queue.py
uwsgi-2.0.17.1/tests/refcount.py
uwsgi-2.0.17.1/tests/rpc.lua
uwsgi-2.0.17.1/tests/rpc.py
uwsgi-2.0.17.1/tests/runningthread.py
uwsgi-2.0.17.1/tests/sendchunked.py
uwsgi-2.0.17.1/tests/sharedarea.py
uwsgi-2.0.17.1/tests/sig.lua
uwsgi-2.0.17.1/tests/signals.py
uwsgi-2.0.17.1/tests/sigwait.py
uwsgi-2.0.17.1/tests/sleeping_async.py
uwsgi-2.0.17.1/tests/sleeping_green.py
uwsgi-2.0.17.1/tests/sleepthreadasync.py
uwsgi-2.0.17.1/tests/slow.py
uwsgi-2.0.17.1/tests/spoolme.py
uwsgi-2.0.17.1/tests/staticfile.py
uwsgi-2.0.17.1/tests/streamer.psgi
uwsgi-2.0.17.1/tests/t/
uwsgi-2.0.17.1/tests/t/static.pl
uwsgi-2.0.17.1/tests/templates/
uwsgi-2.0.17.1/tests/templates/queue.html
uwsgi-2.0.17.1/tests/testapp.py
uwsgi-2.0.17.1/tests/testgevent.py
uwsgi-2.0.17.1/tests/testpy3.py
uwsgi-2.0.17.1/tests/testsignals.py
uwsgi-2.0.17.1/tests/threads.py
uwsgi-2.0.17.1/tests/travis.sh
uwsgi-2.0.17.1/tests/ugevent.py
uwsgi-2.0.17.1/tests/web3.py
uwsgi-2.0.17.1/tests/websockets.py
uwsgi-2.0.17.1/tests/websockets_chat.pl
uwsgi-2.0.17.1/tests/websockets_chat.py
uwsgi-2.0.17.1/tests/websockets_chat_async.py
uwsgi-2.0.17.1/tests/websockets_chat_asyncio.py
uwsgi-2.0.17.1/tests/websockets_echo.lua
uwsgi-2.0.17.1/tests/websockets_echo.pl
uwsgi-2.0.17.1/tests/websockets_echo.py
uwsgi-2.0.17.1/tests/websockets_echo.ru
uwsgi-2.0.17.1/tests/werkzeug.py
uwsgi-2.0.17.1/uwsgi.gemspec
uwsgi-2.0.17.1/uwsgi.h
uwsgi-2.0.17.1/uwsgi_main.c
uwsgi-2.0.17.1/uwsgiconfig.py
uwsgi-2.0.17.1/uwsgidecorators.py
uwsgi-2.0.17.1/uwsgidsl.rb
uwsgi-2.0.17.1/valgrind/
uwsgi-2.0.17.1/valgrind/README
uwsgi-2.0.17.1/valgrind/valgrind-generate-sups.sh
uwsgi-2.0.17.1/vassals/
uwsgi-2.0.17.1/vassals/broodlord.ini
uwsgi-2.0.17.1/vassals/cc.ini
uwsgi-2.0.17.1/vassals/multi.xml
uwsgi-2.0.17.1/vhosttest/
uwsgi-2.0.17.1/vhosttest/flask001/
uwsgi-2.0.17.1/vhosttest/flask001/app1.py
uwsgi-2.0.17.1/vhosttest/flask002/
uwsgi-2.0.17.1/vhosttest/flask002/app2.py
uwsgi-2.0.17.1/vhosttest/flask003/
uwsgi-2.0.17.1/vhosttest/flask003/app3.py
uwsgi-2.0.17.1/vhosttest/flask004/
uwsgi-2.0.17.1/vhosttest/flask004/app4.py
uwsgi-2.0.17.1/vhosttest/flask005/
uwsgi-2.0.17.1/vhosttest/flask005/app5.py
uwsgi-2.0.17.1/vhosttest/nginx.conf
+lib/apache:install_apache_uwsgi:100 cd uwsgi-2.0.17.1/apache2
+lib/apache:install_apache_uwsgi:101 sudo apxs2 -i -c mod_proxy_uwsgi.c
/usr/share/apr-1.0/build/libtool --mode=compile --tag=disable-static x86_64-linux-gnu-gcc -prefer-pic -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DBUILD_DATETIME='"2018-06-07T19:43:03"' -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -c -o mod_proxy_uwsgi.lo mod_proxy_uwsgi.c && touch mod_proxy_uwsgi.slo
libtool: compile: x86_64-linux-gnu-gcc -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DBUILD_DATETIME=\"2018-06-07T19:43:03\" -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -c mod_proxy_uwsgi.c -fPIC -DPIC -o .libs/mod_proxy_uwsgi.o
/usr/share/apr-1.0/build/libtool --mode=link --tag=disable-static x86_64-linux-gnu-gcc -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o mod_proxy_uwsgi.la -rpath /usr/lib/apache2/modules -module -avoid-version mod_proxy_uwsgi.lo
libtool: link: x86_64-linux-gnu-gcc -shared -fPIC -DPIC .libs/mod_proxy_uwsgi.o -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,mod_proxy_uwsgi.so -o .libs/mod_proxy_uwsgi.so
libtool: link: ( cd ".libs" && rm -f "mod_proxy_uwsgi.la" && ln -s "../mod_proxy_uwsgi.la" "mod_proxy_uwsgi.la" )
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' mod_proxy_uwsgi.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install install mod_proxy_uwsgi.la /usr/lib/apache2/modules/
libtool: install: install .libs/mod_proxy_uwsgi.so /usr/lib/apache2/modules/mod_proxy_uwsgi.so
libtool: install: install .libs/mod_proxy_uwsgi.lai /usr/lib/apache2/modules/mod_proxy_uwsgi.la
libtool: finish: PATH="/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin:/sbin" ldconfig -n /usr/lib/apache2/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/apache2/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 644 /usr/lib/apache2/modules/mod_proxy_uwsgi.so
+lib/apache:install_apache_uwsgi:102 popd
~/devstack
+lib/apache:install_apache_uwsgi:104 sudo rm -rf /tmp/tmp.VlVEpONyPk
+lib/apache:install_apache_uwsgi:106 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:install_apache_uwsgi:108 sudo a2enmod proxy
Module proxy already enabled
+lib/apache:install_apache_uwsgi:109 sudo a2enmod proxy_uwsgi
Considering dependency proxy for proxy_uwsgi:
Module proxy already enabled
Module proxy_uwsgi already enabled
+lib/apache:install_apache_uwsgi:115 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+./stack.sh:main:835 install_keystoneauth
+lib/keystone:install_keystoneauth:453 use_library_from_git keystoneauth
+inc/python:use_library_from_git:404 local name=keystoneauth
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,keystoneauth, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:836 install_keystoneclient
+lib/keystone:install_keystoneclient:461 use_library_from_git python-keystoneclient
+inc/python:use_library_from_git:404 local name=python-keystoneclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-keystoneclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:837 install_glanceclient
+lib/glance:install_glanceclient:313 use_library_from_git python-glanceclient
+inc/python:use_library_from_git:404 local name=python-glanceclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-glanceclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:838 install_cinderclient
+lib/cinder:install_cinderclient:449 use_library_from_git python-brick-cinderclient-ext
+inc/python:use_library_from_git:404 local name=python-brick-cinderclient-ext
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-brick-cinderclient-ext, ]]
+inc/python:use_library_from_git:407 return 1
+lib/cinder:install_cinderclient:454 use_library_from_git python-cinderclient
+inc/python:use_library_from_git:404 local name=python-cinderclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-cinderclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:839 install_novaclient
+lib/nova:install_novaclient:805 use_library_from_git python-novaclient
+inc/python:use_library_from_git:404 local name=python-novaclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-novaclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:840 is_service_enabled swift glance horizon
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:841 install_swiftclient
+lib/swift:install_swiftclient:767 use_library_from_git python-swiftclient
+inc/python:use_library_from_git:404 local name=python-swiftclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-swiftclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:843 is_service_enabled neutron nova horizon
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:844 install_neutronclient
+lib/neutron:install_neutronclient:419 use_library_from_git python-neutronclient
+inc/python:use_library_from_git:404 local name=python-neutronclient
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,python-neutronclient, ]]
+inc/python:use_library_from_git:407 return 1
+./stack.sh:main:848 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+./stack.sh:main:855 install_keystonemiddleware
+lib/keystone:install_keystonemiddleware:471 use_library_from_git keystonemiddleware
+inc/python:use_library_from_git:404 local name=keystonemiddleware
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,keystonemiddleware, ]]
+inc/python:use_library_from_git:407 return 1
+lib/keystone:install_keystonemiddleware:476 pip_install_gr keystonemiddleware
+inc/python:pip_install_gr:70 local name=keystonemiddleware
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements keystonemiddleware
++inc/python:get_from_global_requirements:392 local package=keystonemiddleware
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt
+++inc/python:get_from_global_requirements:394 cut -d# -f1
++inc/python:get_from_global_requirements:394 required_pkg='keystonemiddleware '
++inc/python:get_from_global_requirements:395 [[ keystonemiddleware == '' ]]
++inc/python:get_from_global_requirements:398 echo keystonemiddleware
+inc/python:pip_install_gr:72 clean_name=keystonemiddleware
+inc/python:pip_install_gr:73 pip_install keystonemiddleware
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=keystonemiddleware/test-requirements.txt
+inc/python:pip_install:351 [[ -e keystonemiddleware/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 50))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453186989
+functions-common:time_stop:2268 [[ -z 1531453186989 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453190176
+functions-common:time_stop:2272 elapsed_time=3187
+functions-common:time_stop:2273 total=47973
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=51160
+inc/python:pip_install:369 return 0
+lib/keystone:install_keystonemiddleware:480 pip_install_gr python-memcached
+inc/python:pip_install_gr:70 local name=python-memcached
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements python-memcached
++inc/python:get_from_global_requirements:392 local package=python-memcached
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt
+++inc/python:get_from_global_requirements:394 cut -d# -f1
++inc/python:get_from_global_requirements:394 required_pkg='python-memcached '
++inc/python:get_from_global_requirements:395 [[ python-memcached == '' ]]
++inc/python:get_from_global_requirements:398 echo python-memcached
+inc/python:pip_install_gr:72 clean_name=python-memcached
+inc/python:pip_install_gr:73 pip_install python-memcached
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=python-memcached/test-requirements.txt
+inc/python:pip_install:351 [[ -e python-memcached/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt python-memcached
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453190329
+functions-common:time_stop:2268 [[ -z 1531453190329 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453193120
+functions-common:time_stop:2272 elapsed_time=2791
+functions-common:time_stop:2273 total=51160
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=53951
+inc/python:pip_install:369 return 0
+./stack.sh:main:857 is_service_enabled keystone
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:858 '[' 104.130.163.16 == 104.130.163.16 ']'
+./stack.sh:main:859 stack_install_service keystone
+lib/stack:stack_install_service:20 local service=keystone
+lib/stack:stack_install_service:21 type install_keystone
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_keystone
+lib/keystone:install_keystone:486 is_service_enabled ldap
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/keystone:install_keystone:490 git_clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/keystone.git
+functions-common:git_clone:496 local git_dest=/opt/stack/keystone
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/keystone ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453193493
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone --branch master
Cloning into '/opt/stack/keystone'...
remote: Counting objects: 103788, done.
remote: Compressing objects: 100% (52428/52428), done.
remote: Total 103788 (delta 75219), reused 74551 (delta 47671)
Receiving objects: 100% (103788/103788), 27.67 MiB | 9.16 MiB/s, done.
Resolving deltas: 100% (75219/75219), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453193493
+functions-common:time_stop:2268 [[ -z 1531453193493 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453202504
+functions-common:time_stop:2272 elapsed_time=9011
+functions-common:time_stop:2273 total=18485
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=27496
+functions-common:git_clone:564 cd /opt/stack/keystone
+functions-common:git_clone:565 head -1
+functions-common:git_clone:565 git show --oneline
0d5b5f6 Merge "Address minor comments to 404 error detection"
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/keystone:install_keystone:491 setup_develop /opt/stack/keystone
+inc/python:setup_develop:488 local project_dir=/opt/stack/keystone
+inc/python:setup_develop:489 local extras=
+inc/python:setup_develop:490 _setup_package_with_constraints_edit /opt/stack/keystone -e
+inc/python:_setup_package_with_constraints_edit:520 local project_dir=/opt/stack/keystone
+inc/python:_setup_package_with_constraints_edit:521 local flags=-e
+inc/python:_setup_package_with_constraints_edit:522 local extras=
++inc/python:_setup_package_with_constraints_edit:529 cd /opt/stack/keystone
++inc/python:_setup_package_with_constraints_edit:529 pwd
+inc/python:_setup_package_with_constraints_edit:529 project_dir=/opt/stack/keystone
+inc/python:_setup_package_with_constraints_edit:531 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:533 local name
++inc/python:_setup_package_with_constraints_edit:534 awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg
+inc/python:_setup_package_with_constraints_edit:534 name=keystone
+inc/python:_setup_package_with_constraints_edit:536 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone'
+inc/python:_setup_package_with_constraints_edit:540 setup_package /opt/stack/keystone -e
+inc/python:setup_package:563 local project_dir=/opt/stack/keystone
+inc/python:setup_package:564 local flags=-e
+inc/python:setup_package:565 local extras=
+inc/python:setup_package:569 [[ -n -e ]]
+inc/python:setup_package:569 [[ -z '' ]]
+inc/python:setup_package:569 [[ ! -e =~ ^-.* ]]
+inc/python:setup_package:574 [[ ! -z '' ]]
+inc/python:setup_package:578 pip_install -e /opt/stack/keystone
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/keystone/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/keystone/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/keystone/test-requirements.txt'
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/keystone/test-requirements.txt -e /opt/stack/keystone
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/keystone
Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: Flask===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
Requirement already satisfied: Flask-RESTful===0.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
Requirement already satisfied: Jinja2===2.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
Requirement already satisfied: MarkupSafe===1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))
Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
Requirement already satisfied: SQLAlchemy===1.2.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36))
Requirement already satisfied: WebTest===2.0.30 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37))
Requirement already satisfied: Werkzeug===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))
Requirement already satisfied: aniso8601===3.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79))
Requirement already satisfied: bashate===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
Requirement already satisfied: bcrypt===3.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
Requirement already satisfied: beautifulsoup4===4.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
Requirement already satisfied: click===6.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109))
Requirement already satisfied: coverage===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: freezegun===0.3.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195))
Requirement already satisfied: itsdangerous===0.24 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198))
Requirement already satisfied: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
Requirement already satisfied: lxml===4.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
Requirement already satisfied: oauthlib===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
Requirement already satisfied: os-testr===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
Requirement already satisfied: oslo.concurrency===3.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
Requirement already satisfied: oslo.db===4.40.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
oslo.db 4.40.0 does not provide the extra 'fixtures'
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
Requirement already satisfied: oslo.messaging===8.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
Requirement already satisfied: oslo.middleware===3.35.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
Requirement already satisfied: oslo.policy===1.37.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
Requirement already satisfied: oslo.service===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: oslotest===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
Requirement already satisfied: osprofiler===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
Requirement already satisfied: passlib===1.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))
Requirement already satisfied: psycopg2===2.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349))
Requirement already satisfied: pysaml2===4.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379))
Requirement already satisfied: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415))
Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436))
Requirement already satisfied: scrypt===0.8.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458))
Requirement already satisfied: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475))
Requirement already satisfied: sqlparse===0.2.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476))
Requirement already satisfied: statsd===3.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477))
Requirement already satisfied: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479))
Requirement already satisfied: tempest===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491))
Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494))
Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495))
Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496))
Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506))
Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519))
Requirement already satisfied: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523))
Requirement already satisfied: waitress===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524))
Requirement already satisfied: hacking!=0.13.0,<0.14,>=0.12.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 5))
Requirement already satisfied: pep257==0.7.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 6))
Requirement already satisfied: flake8-docstrings==0.2.1.post1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 7))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
Requirement already satisfied: alembic===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
Requirement already satisfied: amqp===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78))
Requirement already satisfied: cachetools===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: kombu===4.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
Requirement already satisfied: eventlet===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17))
Requirement already satisfied: greenlet===0.4.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
Requirement already satisfied: mox3===0.25.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
Requirement already satisfied: pyOpenSSL===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
Requirement already satisfied: defusedxml===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110))
Requirement already satisfied: paramiko===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387))
Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 517))
Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532))
Requirement already satisfied: Mako===1.0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
Requirement already satisfied: vine===1.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117))
Requirement already satisfied: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet===0.20.0->-c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516))
Requirement already satisfied: pyasn1===0.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329))
Requirement already satisfied: PyNaCl===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
Installing collected packages: keystone
Found existing installation: keystone 14.0.0.0b3.dev91
Can't uninstall 'keystone'. No files were found to uninstall.
Running setup.py develop for keystone
Successfully installed keystone
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453203275
+functions-common:time_stop:2268 [[ -z 1531453203275 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453214484
+functions-common:time_stop:2272 elapsed_time=11209
+functions-common:time_stop:2273 total=53951
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=65160
+inc/python:pip_install:369 return 0
+inc/python:setup_package:580 [[ -e == \-\e ]]
+inc/python:setup_package:581 safe_chown -R stack /opt/stack/keystone/keystone.egg-info
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 grep xtrace
++functions-common:_safe_permission_operation:1982 set +o
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/keystone/keystone.egg-info
+inc/python:_setup_package_with_constraints_edit:544 use_library_from_git /opt/stack/keystone
+inc/python:use_library_from_git:404 local name=/opt/stack/keystone
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,/opt/stack/keystone, ]]
+inc/python:use_library_from_git:407 return 1
+lib/keystone:install_keystone:493 is_service_enabled ldap
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/keystone:install_keystone:497 '[' uwsgi == mod_wsgi ']'
+lib/keystone:install_keystone:499 '[' uwsgi == uwsgi ']'
+lib/keystone:install_keystone:500 pip_install uwsgi
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=uwsgi/test-requirements.txt
+inc/python:pip_install:351 [[ -e uwsgi/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt uwsgi
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: uwsgi in /usr/local/lib/python2.7/dist-packages
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453214729
+functions-common:time_stop:2268 [[ -z 1531453214729 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453217559
+functions-common:time_stop:2272 elapsed_time=2830
+functions-common:time_stop:2273 total=65160
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=67990
+inc/python:pip_install:369 return 0
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:860 configure_keystone
+lib/keystone:configure_keystone:199 sudo install -d -o stack /etc/keystone
+lib/keystone:configure_keystone:201 [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
+lib/keystone:configure_keystone:202 install -m 600 /dev/null /etc/keystone/keystone.conf
+lib/keystone:configure_keystone:205 is_service_enabled ldap
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/keystone:configure_keystone:209 iniset /etc/keystone/keystone.conf identity driver sql
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:210 iniset /etc/keystone/keystone.conf identity password_hash_rounds 4
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:211 iniset /etc/keystone/keystone.conf assignment driver sql
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:212 iniset /etc/keystone/keystone.conf role driver sql
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:213 iniset /etc/keystone/keystone.conf resource driver sql
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:216 iniset /etc/keystone/keystone.conf cache enabled True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:217 iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:218 iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:220 iniset_rpc_backend keystone /etc/keystone/keystone.conf
+lib/rpc_backend:iniset_rpc_backend:152 local package=keystone
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/keystone/keystone.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url ''
++lib/rpc_backend:get_transport_url:134 local virtual_host=
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/keystone/keystone.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/keystone:configure_keystone:222 local service_port=5000
+lib/keystone:configure_keystone:223 local auth_port=35357
+lib/keystone:configure_keystone:225 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/keystone:configure_keystone:237 iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:238 iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:240 [[ fernet != '' ]]
+lib/keystone:configure_keystone:241 iniset /etc/keystone/keystone.conf token provider fernet
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/keystone:configure_keystone:244 database_connection_url keystone
++lib/database:database_connection_url:134 local db=keystone
++lib/database:database_connection_url:135 database_connection_url_mysql keystone
++lib/databases/mysql:database_connection_url_mysql:173 local db=keystone
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/keystone?charset=utf8'
+lib/keystone:configure_keystone:244 iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/keystone?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:247 '[' False '!=' False ']'
+lib/keystone:configure_keystone:252 setup_logging /etc/keystone/keystone.conf
+functions:setup_logging:642 local conf_file=/etc/keystone/keystone.conf
+functions:setup_logging:643 local other_cond=False
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/keystone/keystone.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/keystone/keystone.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:254 iniset /etc/keystone/keystone.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:256 '[' uwsgi == mod_wsgi ']'
+lib/keystone:configure_keystone:260 write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity
+lib/apache:write_uwsgi_config:236 local file=/etc/keystone/keystone-uwsgi-public.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/keystone-wsgi-public
+lib/apache:write_uwsgi_config:238 local url=/identity
+lib/apache:write_uwsgi_config:239 local http=
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/keystone-wsgi-public
+lib/apache:write_uwsgi_config:241 name=keystone-wsgi-public
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/keystone-wsgi-public.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/keystone/keystone-uwsgi-public.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n '' ]]
+lib/apache:write_uwsgi_config:284 local apache_conf=
++lib/apache:write_uwsgi_config:285 apache_site_config_for keystone-wsgi-public
++lib/apache:apache_site_config_for:168 local site=keystone-wsgi-public
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/keystone-wsgi-public.conf
+lib/apache:write_uwsgi_config:285 apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf
+lib/apache:write_uwsgi_config:286 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:287 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:288 echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 '
+lib/apache:write_uwsgi_config:288 sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf
ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0
+lib/apache:write_uwsgi_config:289 enable_apache_site keystone-wsgi-public
+lib/apache:enable_apache_site:185 local site=keystone-wsgi-public
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite keystone-wsgi-public
Site keystone-wsgi-public already enabled
+lib/apache:write_uwsgi_config:290 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+lib/keystone:configure_keystone:261 write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin
+lib/apache:write_uwsgi_config:236 local file=/etc/keystone/keystone-uwsgi-admin.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/keystone-wsgi-admin
+lib/apache:write_uwsgi_config:238 local url=/identity_admin
+lib/apache:write_uwsgi_config:239 local http=
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/keystone-wsgi-admin
+lib/apache:write_uwsgi_config:241 name=keystone-wsgi-admin
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/keystone-wsgi-admin.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/keystone/keystone-uwsgi-admin.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n '' ]]
+lib/apache:write_uwsgi_config:284 local apache_conf=
++lib/apache:write_uwsgi_config:285 apache_site_config_for keystone-wsgi-admin
++lib/apache:apache_site_config_for:168 local site=keystone-wsgi-admin
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/keystone-wsgi-admin.conf
+lib/apache:write_uwsgi_config:285 apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf
+lib/apache:write_uwsgi_config:286 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:287 iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:288 echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 '
+lib/apache:write_uwsgi_config:288 sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf
ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0
+lib/apache:write_uwsgi_config:289 enable_apache_site keystone-wsgi-admin
+lib/apache:enable_apache_site:185 local site=keystone-wsgi-admin
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite keystone-wsgi-admin
Site keystone-wsgi-admin already enabled
+lib/apache:write_uwsgi_config:290 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+lib/keystone:configure_keystone:264 iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:266 iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:268 iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:276 [[ True = True ]]
+lib/keystone:configure_keystone:277 iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:278 iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_keystone:279 iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+./stack.sh:main:864 is_service_enabled swift
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+./stack.sh:main:880 is_service_enabled g-api n-api
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:882 stack_install_service glance
+lib/stack:stack_install_service:20 local service=glance
+lib/stack:stack_install_service:21 type install_glance
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_glance
+lib/glance:install_glance:324 use_library_from_git glance_store
+inc/python:use_library_from_git:404 local name=glance_store
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,glance_store, ]]
+inc/python:use_library_from_git:407 return 1
+lib/glance:install_glance:329 git_clone git://git.openstack.org/openstack/glance.git /opt/stack/glance master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/glance.git
+functions-common:git_clone:496 local git_dest=/opt/stack/glance
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/glance ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/glance.git /opt/stack/glance --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453225542
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/glance.git /opt/stack/glance --branch master
Cloning into '/opt/stack/glance'...
remote: Counting objects: 57160, done.
remote: Compressing objects: 100% (26711/26711), done.
remote: Total 57160 (delta 42272), reused 42132 (delta 28173)
Receiving objects: 100% (57160/57160), 14.01 MiB | 12.97 MiB/s, done.
Resolving deltas: 100% (42272/42272), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453225542
+functions-common:time_stop:2268 [[ -z 1531453225542 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453229840
+functions-common:time_stop:2272 elapsed_time=4298
+functions-common:time_stop:2273 total=27496
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=31794
+functions-common:git_clone:564 cd /opt/stack/glance
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
f349659 fix tox python3 overrides
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/glance:install_glance:331 setup_develop /opt/stack/glance
+inc/python:setup_develop:488 local project_dir=/opt/stack/glance
+inc/python:setup_develop:489 local extras=
+inc/python:setup_develop:490 _setup_package_with_constraints_edit /opt/stack/glance -e
+inc/python:_setup_package_with_constraints_edit:520 local project_dir=/opt/stack/glance
+inc/python:_setup_package_with_constraints_edit:521 local flags=-e
+inc/python:_setup_package_with_constraints_edit:522 local extras=
++inc/python:_setup_package_with_constraints_edit:529 cd /opt/stack/glance
++inc/python:_setup_package_with_constraints_edit:529 pwd
+inc/python:_setup_package_with_constraints_edit:529 project_dir=/opt/stack/glance
+inc/python:_setup_package_with_constraints_edit:531 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:533 local name
++inc/python:_setup_package_with_constraints_edit:534 awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg
+inc/python:_setup_package_with_constraints_edit:534 name=glance
+inc/python:_setup_package_with_constraints_edit:536 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance'
+inc/python:_setup_package_with_constraints_edit:540 setup_package /opt/stack/glance -e
+inc/python:setup_package:563 local project_dir=/opt/stack/glance
+inc/python:setup_package:564 local flags=-e
+inc/python:setup_package:565 local extras=
+inc/python:setup_package:569 [[ -n -e ]]
+inc/python:setup_package:569 [[ -z '' ]]
+inc/python:setup_package:569 [[ ! -e =~ ^-.* ]]
+inc/python:setup_package:574 [[ ! -z '' ]]
+inc/python:setup_package:578 pip_install -e /opt/stack/glance
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/glance/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/glance/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/glance/test-requirements.txt'
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/glance/test-requirements.txt -e /opt/stack/glance
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/glance
Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17))
Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
Requirement already satisfied: SQLAlchemy===1.2.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28))
Requirement already satisfied: Sphinx===1.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: WSME===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36))
Requirement already satisfied: alabaster===0.7.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 76))
Requirement already satisfied: alembic===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
Requirement already satisfied: coverage===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
Requirement already satisfied: ddt===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
Requirement already satisfied: defusedxml===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: doc8===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145))
Requirement already satisfied: docutils===0.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
Requirement already satisfied: eventlet===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: glance-store===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
Requirement already satisfied: greenlet===0.4.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
Requirement already satisfied: httplib2===0.11.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191))
Requirement already satisfied: imagesize===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
Requirement already satisfied: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277))
Requirement already satisfied: os-testr===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
Requirement already satisfied: oslo.concurrency===3.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
Requirement already satisfied: oslo.db===4.40.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
Requirement already satisfied: oslo.messaging===8.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
Requirement already satisfied: oslo.middleware===3.35.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: oslo.policy===1.37.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
Requirement already satisfied: oslo.service===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
Requirement already satisfied: oslotest===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
Requirement already satisfied: osprofiler===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321))
Requirement already satisfied: psutil===5.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
Requirement already satisfied: psycopg2===2.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
Requirement already satisfied: pyOpenSSL===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
Requirement already satisfied: pysendfile===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368))
Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380))
Requirement already satisfied: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408))
Requirement already satisfied: python-swiftclient===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416))
Requirement already satisfied: qpid-python===1.36.0.post1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420))
Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426))
Requirement already satisfied: restructuredtext-lint===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435))
Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437))
Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 459))
Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))
Requirement already satisfied: sphinxcontrib-websupport===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473))
Requirement already satisfied: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476))
Requirement already satisfied: sqlparse===0.2.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477))
Requirement already satisfied: statsd===3.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478))
Requirement already satisfied: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480))
Requirement already satisfied: taskflow===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492))
Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494))
Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495))
Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496))
Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497))
Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507))
Requirement already satisfied: typing===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514))
Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533))
Requirement already satisfied: xattr===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536))
Requirement already satisfied: hacking!=0.13.0,<0.14,>=0.12.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 6))
Requirement already satisfied: bandit>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 12))
Requirement already satisfied: Jinja2===2.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from Sphinx===1.7.5->-c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: Pygments>=2.0 in /usr/local/lib/python2.7/dist-packages (from Sphinx===1.7.5->-c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: Mako===1.0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
Requirement already satisfied: castellan===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet===0.20.0->-c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117))
Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))
Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: amqp===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78))
Requirement already satisfied: cachetools===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: kombu===4.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272))
Requirement already satisfied: mox3===0.25.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237))
Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110))
Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
Requirement already satisfied: automaton===1.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90))
Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388))
Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 518))
Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/glance/test-requirements.txt (line 6))
Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/glance/test-requirements.txt (line 6))
Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/glance/test-requirements.txt (line 6))
Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/glance/test-requirements.txt (line 6))
Requirement already satisfied: GitPython===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12))
Requirement already satisfied: MarkupSafe===1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333))
Requirement already satisfied: python-barbicanclient===4.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361))
Requirement already satisfied: vine===1.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517))
Requirement already satisfied: gitdb2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482))
Requirement already satisfied: smmap2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
Installing collected packages: glance
Found existing installation: glance 17.0.0.0b3.dev18
Can't uninstall 'glance'. No files were found to uninstall.
Running setup.py develop for glance
Successfully installed glance
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453230638
+functions-common:time_stop:2268 [[ -z 1531453230638 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453240875
+functions-common:time_stop:2272 elapsed_time=10237
+functions-common:time_stop:2273 total=67990
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=78227
+inc/python:pip_install:369 return 0
+inc/python:setup_package:580 [[ -e == \-\e ]]
+inc/python:setup_package:581 safe_chown -R stack /opt/stack/glance/glance.egg-info
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/glance/glance.egg-info
+inc/python:_setup_package_with_constraints_edit:544 use_library_from_git /opt/stack/glance
+inc/python:use_library_from_git:404 local name=/opt/stack/glance
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,/opt/stack/glance, ]]
+inc/python:use_library_from_git:407 return 1
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:883 configure_glance
+lib/glance:configure_glance:107 sudo install -d -o stack /etc/glance /etc/glance/metadefs
+lib/glance:configure_glance:112 create_glance_cache_dir
+lib/glance:create_glance_cache_dir:285 sudo install -d -o stack /var/cache/glance/api /var/cache/glance/registry /var/cache/glance/search /var/cache/glance/artifact
+lib/glance:create_glance_cache_dir:286 rm -f '/var/cache/glance/api/*' '/var/cache/glance/registry/*' '/var/cache/glance/search/*' '/var/cache/glance/artifact/*'
+lib/glance:configure_glance:115 iniset /etc/glance/glance-registry.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:116 iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:117 iniset /etc/glance/glance-registry.conf DEFAULT workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:118 local dburl
++lib/glance:configure_glance:119 database_connection_url glance
++lib/database:database_connection_url:134 local db=glance
++lib/database:database_connection_url:135 database_connection_url_mysql glance
++lib/databases/mysql:database_connection_url_mysql:173 local db=glance
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/glance?charset=utf8'
+lib/glance:configure_glance:119 dburl='mysql+pymysql://root:openstack@127.0.0.1/glance?charset=utf8'
+lib/glance:configure_glance:120 iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/glance?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:121 iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:122 iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:123 configure_auth_token_middleware /etc/glance/glance-registry.conf glance /var/cache/glance/registry
+lib/keystone:configure_auth_token_middleware:408 local conf_file=/etc/glance/glance-registry.conf
+lib/keystone:configure_auth_token_middleware:409 local admin_user=glance
+lib/keystone:configure_auth_token_middleware:410 local signing_dir=/var/cache/glance/registry
+lib/keystone:configure_auth_token_middleware:411 local section=keystone_authtoken
+lib/keystone:configure_auth_token_middleware:413 iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:414 iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:415 iniset /etc/glance/glance-registry.conf keystone_authtoken username glance
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:416 iniset /etc/glance/glance-registry.conf keystone_authtoken password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:417 iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:418 iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:419 iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:421 iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:422 iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:423 iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:124 iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:125 iniset_rpc_backend glance /etc/glance/glance-registry.conf
+lib/rpc_backend:iniset_rpc_backend:152 local package=glance
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/glance/glance-registry.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url ''
++lib/rpc_backend:get_transport_url:134 local virtual_host=
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/glance:configure_glance:126 iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:129 iniset /etc/glance/glance-api.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:130 iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/glance?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:131 iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:132 iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:133 iniset /etc/glance/glance-api.conf DEFAULT lock_path /opt/stack/data/glance/locks
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:134 iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:135 configure_auth_token_middleware /etc/glance/glance-api.conf glance /var/cache/glance/api
+lib/keystone:configure_auth_token_middleware:408 local conf_file=/etc/glance/glance-api.conf
+lib/keystone:configure_auth_token_middleware:409 local admin_user=glance
+lib/keystone:configure_auth_token_middleware:410 local signing_dir=/var/cache/glance/api
+lib/keystone:configure_auth_token_middleware:411 local section=keystone_authtoken
+lib/keystone:configure_auth_token_middleware:413 iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:414 iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:415 iniset /etc/glance/glance-api.conf keystone_authtoken username glance
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:416 iniset /etc/glance/glance-api.conf keystone_authtoken password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:417 iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:418 iniset /etc/glance/glance-api.conf keystone_authtoken project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:419 iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:421 iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:422 iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:423 iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:136 iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:137 iniset_rpc_backend glance /etc/glance/glance-api.conf
+lib/rpc_backend:iniset_rpc_backend:152 local package=glance
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/glance/glance-api.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url ''
++lib/rpc_backend:get_transport_url:134 local virtual_host=
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/glance:configure_glance:138 '[' libvirt = xenserver ']'
+lib/glance:configure_glance:142 '[' libvirt = libvirt ']'
+lib/glance:configure_glance:142 '[' kvm = parallels ']'
+lib/glance:configure_glance:148 '[' False '!=' True ']'
+lib/glance:configure_glance:149 iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:153 iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/glance:configure_glance:154 ipv6_unquote 104.130.163.16
++functions-common:ipv6_unquote:2057 echo 104.130.163.16
++functions-common:ipv6_unquote:2057 tr -d '[]'
+lib/glance:configure_glance:154 iniset /etc/glance/glance-api.conf DEFAULT registry_host 104.130.163.16
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:157 '[' -n '' ']'
+lib/glance:configure_glance:160 iniset /etc/glance/glance-api.conf cors allowed_origin http://104.130.163.16
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:164 is_service_enabled s-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/glance:configure_glance:191 iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://104.130.163.16/image
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:193 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/glance:configure_glance:201 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/glance:configure_glance:206 setup_logging /etc/glance/glance-api.conf
+functions:setup_logging:642 local conf_file=/etc/glance/glance-api.conf
+functions:setup_logging:643 local other_cond=False
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/glance/glance-api.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/glance/glance-api.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:207 setup_logging /etc/glance/glance-registry.conf
+functions:setup_logging:642 local conf_file=/etc/glance/glance-registry.conf
+functions:setup_logging:643 local other_cond=False
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/glance/glance-registry.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/glance/glance-registry.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:209 cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini
+lib/glance:configure_glance:210 cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
+lib/glance:configure_glance:213 iniset /etc/glance/glance-cache.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:214 iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:215 iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:216 iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:217 iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:218 iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:219 iniset /etc/glance/glance-cache.conf DEFAULT admin_password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/glance:configure_glance:220 ipv6_unquote 104.130.163.16
++functions-common:ipv6_unquote:2057 echo 104.130.163.16
++functions-common:ipv6_unquote:2057 tr -d '[]'
+lib/glance:configure_glance:220 iniset /etc/glance/glance-cache.conf DEFAULT registry_host 104.130.163.16
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:223 iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:226 iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:227 iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:228 iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/glance:configure_glance:230 cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json
+lib/glance:configure_glance:231 cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json
+lib/glance:configure_glance:233 cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-trust.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs
+lib/glance:configure_glance:235 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/glance:configure_glance:243 [[ uwsgi == \u\w\s\g\i ]]
+lib/glance:configure_glance:244 write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image
+lib/apache:write_local_uwsgi_http_config:301 local file=/etc/glance/glance-uwsgi.ini
+lib/apache:write_local_uwsgi_http_config:302 local wsgi=/usr/local/bin/glance-wsgi-api
+lib/apache:write_local_uwsgi_http_config:303 local url=/image
++lib/apache:write_local_uwsgi_http_config:304 basename /usr/local/bin/glance-wsgi-api
+lib/apache:write_local_uwsgi_http_config:304 name=glance-wsgi-api
+lib/apache:write_local_uwsgi_http_config:310 rm -rf /etc/glance/glance-uwsgi.ini
+lib/apache:write_local_uwsgi_http_config:311 iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/apache:write_local_uwsgi_http_config:312 get_random_port
++functions:get_random_port:802 read lower_port upper_port
++functions:get_random_port:803 true
++functions:get_random_port:804 (( port = upper_port ))
++functions:get_random_port:804 (( port >= lower_port ))
++functions:get_random_port:805 sudo lsof -i :60999
++functions:get_random_port:806 [[ 1 > 0 ]]
++functions:get_random_port:807 break 2
++functions:get_random_port:811 echo 60999
+lib/apache:write_local_uwsgi_http_config:312 port=60999
+lib/apache:write_local_uwsgi_http_config:313 iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:314 iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:316 iniset /etc/glance/glance-uwsgi.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:318 iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:319 iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:320 iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:321 iniset /etc/glance/glance-uwsgi.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:323 iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:325 iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:328 iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:330 iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:332 iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:334 iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:335 iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:336 iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:337 iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:338 iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:339 iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:341 iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_local_uwsgi_http_config:343 enable_apache_mod proxy
+lib/apache:enable_apache_mod:54 local mod=proxy
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ proxy != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_mod:59 a2query -m proxy
proxy (enabled by maintainer script)
+lib/apache:write_local_uwsgi_http_config:344 enable_apache_mod proxy_http
+lib/apache:enable_apache_mod:54 local mod=proxy_http
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ proxy_http != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_mod:59 a2query -m proxy_http
proxy_http (enabled by site administrator)
+lib/apache:write_local_uwsgi_http_config:345 local apache_conf=
++lib/apache:write_local_uwsgi_http_config:346 apache_site_config_for glance-wsgi-api
++lib/apache:apache_site_config_for:168 local site=glance-wsgi-api
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/glance-wsgi-api.conf
+lib/apache:write_local_uwsgi_http_config:346 apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf
+lib/apache:write_local_uwsgi_http_config:347 echo 'KeepAlive Off'
+lib/apache:write_local_uwsgi_http_config:347 sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf
KeepAlive Off
+lib/apache:write_local_uwsgi_http_config:348 echo 'SetEnv proxy-sendchunked 1'
+lib/apache:write_local_uwsgi_http_config:348 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
SetEnv proxy-sendchunked 1
+lib/apache:write_local_uwsgi_http_config:349 echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 '
+lib/apache:write_local_uwsgi_http_config:349 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
ProxyPass "/image" "http://127.0.0.1:60999" retry=0
+lib/apache:write_local_uwsgi_http_config:350 enable_apache_site glance-wsgi-api
+lib/apache:enable_apache_site:185 local site=glance-wsgi-api
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite glance-wsgi-api
Site glance-wsgi-api already enabled
+lib/apache:write_local_uwsgi_http_config:351 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+./stack.sh:main:886 is_service_enabled cinder
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:888 stack_install_service cinder
+lib/stack:stack_install_service:20 local service=cinder
+lib/stack:stack_install_service:21 type install_cinder
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_cinder
+lib/cinder:install_cinder:438 git_clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/cinder.git
+functions-common:git_clone:496 local git_dest=/opt/stack/cinder
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/cinder ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453249083
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder --branch master
Cloning into '/opt/stack/cinder'...
remote: Counting objects: 169435, done.
remote: Compressing objects: 100% (83575/83575), done.
remote: Total 169435 (delta 128256), reused 114971 (delta 76364)
Receiving objects: 100% (169435/169435), 59.83 MiB | 6.95 MiB/s, done.
Resolving deltas: 100% (128256/128256), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453249083
+functions-common:time_stop:2268 [[ -z 1531453249083 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453279259
+functions-common:time_stop:2272 elapsed_time=30176
+functions-common:time_stop:2273 total=31794
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=61970
+functions-common:git_clone:564 cd /opt/stack/cinder
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
aa50408 Merge "Make scheduler check online_extend_support capability"
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/cinder:install_cinder:439 setup_develop /opt/stack/cinder
+inc/python:setup_develop:488 local project_dir=/opt/stack/cinder
+inc/python:setup_develop:489 local extras=
+inc/python:setup_develop:490 _setup_package_with_constraints_edit /opt/stack/cinder -e
+inc/python:_setup_package_with_constraints_edit:520 local project_dir=/opt/stack/cinder
+inc/python:_setup_package_with_constraints_edit:521 local flags=-e
+inc/python:_setup_package_with_constraints_edit:522 local extras=
++inc/python:_setup_package_with_constraints_edit:529 cd /opt/stack/cinder
++inc/python:_setup_package_with_constraints_edit:529 pwd
+inc/python:_setup_package_with_constraints_edit:529 project_dir=/opt/stack/cinder
+inc/python:_setup_package_with_constraints_edit:531 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:533 local name
++inc/python:_setup_package_with_constraints_edit:534 awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg
+inc/python:_setup_package_with_constraints_edit:534 name=cinder
+inc/python:_setup_package_with_constraints_edit:536 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder'
+inc/python:_setup_package_with_constraints_edit:540 setup_package /opt/stack/cinder -e
+inc/python:setup_package:563 local project_dir=/opt/stack/cinder
+inc/python:setup_package:564 local flags=-e
+inc/python:setup_package:565 local extras=
+inc/python:setup_package:569 [[ -n -e ]]
+inc/python:setup_package:569 [[ -z '' ]]
+inc/python:setup_package:569 [[ ! -e =~ ^-.* ]]
+inc/python:setup_package:574 [[ ! -z '' ]]
+inc/python:setup_package:578 pip_install -e /opt/stack/cinder
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/cinder/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/cinder/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/cinder/test-requirements.txt'
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/cinder/test-requirements.txt -e /opt/stack/cinder
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/cinder
Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17))
Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
Requirement already satisfied: SQLAlchemy===1.2.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36))
Requirement already satisfied: castellan===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104))
Requirement already satisfied: coverage===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
Requirement already satisfied: ddt===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: defusedxml===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
Requirement already satisfied: eventlet===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: google-api-python-client===1.6.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180))
Requirement already satisfied: greenlet===0.4.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
Requirement already satisfied: httplib2===0.11.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198))
Requirement already satisfied: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
Requirement already satisfied: lxml===4.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
Requirement already satisfied: oauth2client===4.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
Requirement already satisfied: os-api-ref===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270))
Requirement already satisfied: os-brick===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278))
Requirement already satisfied: os-win===4.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
Requirement already satisfied: oslo.concurrency===3.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
Requirement already satisfied: oslo.db===4.40.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
Requirement already satisfied: oslo.messaging===8.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: oslo.middleware===3.35.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
Requirement already satisfied: oslo.policy===1.37.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
Requirement already satisfied: oslo.privsep===1.29.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
Requirement already satisfied: oslo.reports===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
Requirement already satisfied: oslo.rootwrap===5.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: oslo.service===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))
Requirement already satisfied: oslo.versionedobjects===1.33.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302))
oslo.versionedobjects 1.33.3 does not provide the extra 'fixtures'
Requirement already satisfied: oslo.vmware===2.30.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
Requirement already satisfied: oslotest===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
Requirement already satisfied: osprofiler===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306))
Requirement already satisfied: paramiko===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322))
Requirement already satisfied: psutil===5.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
Requirement already satisfied: psycopg2===2.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326))
Requirement already satisfied: pyasn1===0.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331))
Requirement already satisfied: pyasn1-modules===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))
Requirement already satisfied: python-barbicanclient===4.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
Requirement already satisfied: python-glanceclient===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381))
Requirement already satisfied: python-novaclient===10.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394))
Requirement already satisfied: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409))
Requirement already satisfied: python-swiftclient===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417))
Requirement already satisfied: reno===2.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425))
Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427))
Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438))
Requirement already satisfied: rsa===3.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440))
Requirement already satisfied: rtslib-fb===2.1.66 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442))
Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460))
Requirement already satisfied: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477))
Requirement already satisfied: sqlparse===0.2.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478))
Requirement already satisfied: statsd===3.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479))
Requirement already satisfied: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481))
Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484))
Requirement already satisfied: taskflow===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491))
Requirement already satisfied: tempest===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493))
Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496))
Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497))
Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498))
Requirement already satisfied: tooz===1.62.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505))
Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508))
Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519))
Requirement already satisfied: uritemplate===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521))
Requirement already satisfied: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525))
Requirement already satisfied: warlock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534))
Requirement already satisfied: hacking!=0.13.0,<0.14,>=0.12.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/cinder/test-requirements.txt (line 6))
Requirement already satisfied: bandit>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/cinder/test-requirements.txt (line 21))
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
Requirement already satisfied: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet===0.20.0->-c /opt/stack/requirements/upper-constraints.txt (line 158))
Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
Requirement already satisfied: openstackdocstheme===1.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
Requirement already satisfied: Sphinx===1.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))
Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
Requirement already satisfied: alembic===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235))
Requirement already satisfied: amqp===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78))
Requirement already satisfied: cachetools===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: kombu===4.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
Requirement already satisfied: Jinja2===2.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273))
Requirement already satisfied: mox3===0.25.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
Requirement already satisfied: bcrypt===3.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
Requirement already satisfied: PyNaCl===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110))
Requirement already satisfied: pyOpenSSL===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329))
Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160))
Requirement already satisfied: dulwich===0.19.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: pyudev===0.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418))
Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
Requirement already satisfied: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249))
Requirement already satisfied: automaton===1.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117))
Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389))
Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 519))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206))
Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
Requirement already satisfied: GitPython===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Requirement already satisfied: alabaster===0.7.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 76))
Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
Requirement already satisfied: imagesize===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from Sphinx===1.7.5->-c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: Pygments>=2.0 in /usr/local/lib/python2.7/dist-packages (from Sphinx===1.7.5->-c /opt/stack/requirements/upper-constraints.txt (line 33))
Requirement already satisfied: typing===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515))
Requirement already satisfied: docutils===0.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
Requirement already satisfied: sphinxcontrib-websupport===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474))
Requirement already satisfied: Mako===1.0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
Requirement already satisfied: vine===1.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522))
Requirement already satisfied: MarkupSafe===1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
Requirement already satisfied: gitdb2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483))
Requirement already satisfied: smmap2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))
Installing collected packages: cinder
Found existing installation: cinder 13.0.0.0b3.dev190
Can't uninstall 'cinder'. No files were found to uninstall.
Running setup.py develop for cinder
Successfully installed cinder
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453280057
+functions-common:time_stop:2268 [[ -z 1531453280057 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453292585
+functions-common:time_stop:2272 elapsed_time=12528
+functions-common:time_stop:2273 total=78227
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=90755
+inc/python:pip_install:369 return 0
+inc/python:setup_package:580 [[ -e == \-\e ]]
+inc/python:setup_package:581 safe_chown -R stack /opt/stack/cinder/cinder.egg-info
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/cinder/cinder.egg-info
+inc/python:_setup_package_with_constraints_edit:544 use_library_from_git /opt/stack/cinder
+inc/python:use_library_from_git:404 local name=/opt/stack/cinder
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,/opt/stack/cinder, ]]
+inc/python:use_library_from_git:407 return 1
+lib/cinder:install_cinder:440 [[ tgtadm == \t\g\t\a\d\m ]]
+lib/cinder:install_cinder:441 install_package tgt
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package tgt
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install tgt
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt
Reading package lists... Done
Building dependency tree
Reading state information... Done
tgt is already the newest version (1:1.0.63-1ubuntu1.1).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453292888
+functions-common:time_stop:2268 [[ -z 1531453292888 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453293422
+functions-common:time_stop:2272 elapsed_time=534
+functions-common:time_stop:2273 total=3684
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=4218
+functions-common:apt_get:1089 return 0
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:889 configure_cinder
+lib/cinder:configure_cinder:207 sudo install -d -o stack -m 755 /etc/cinder
+lib/cinder:configure_cinder:209 rm -f /etc/cinder/cinder.conf
+lib/cinder:configure_cinder:211 configure_rootwrap cinder
+inc/rootwrap:configure_rootwrap:43 local project=cinder
+inc/rootwrap:configure_rootwrap:44 local project_uc
++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z
++inc/rootwrap:configure_rootwrap:45 echo cinder
+inc/rootwrap:configure_rootwrap:45 project_uc=CINDER
+inc/rootwrap:configure_rootwrap:46 local bin_dir=CINDER_BIN_DIR
+inc/rootwrap:configure_rootwrap:47 bin_dir=/usr/local/bin
+inc/rootwrap:configure_rootwrap:48 local project_dir=CINDER_DIR
+inc/rootwrap:configure_rootwrap:49 project_dir=/opt/stack/cinder
+inc/rootwrap:configure_rootwrap:51 local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder
+inc/rootwrap:configure_rootwrap:52 local rootwrap_bin=/usr/local/bin/cinder-rootwrap
+inc/rootwrap:configure_rootwrap:55 sudo rm -rf /etc/cinder/rootwrap.d
+inc/rootwrap:configure_rootwrap:56 sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d
+inc/rootwrap:configure_rootwrap:57 sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d
+inc/rootwrap:configure_rootwrap:60 sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf
+inc/rootwrap:configure_rootwrap:61 sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf
+inc/rootwrap:configure_rootwrap:64 local tempfile
++inc/rootwrap:configure_rootwrap:65 mktemp
+inc/rootwrap:configure_rootwrap:65 tempfile=/tmp/tmp.FRcdbnyZwD
+inc/rootwrap:configure_rootwrap:67 rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
+inc/rootwrap:configure_rootwrap:68 echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
+inc/rootwrap:configure_rootwrap:69 '[' -f /usr/local/bin/cinder-rootwrap-daemon ']'
+inc/rootwrap:configure_rootwrap:74 chmod 0440 /tmp/tmp.FRcdbnyZwD
+inc/rootwrap:configure_rootwrap:75 sudo chown root:root /tmp/tmp.FRcdbnyZwD
+inc/rootwrap:configure_rootwrap:76 sudo mv /tmp/tmp.FRcdbnyZwD /etc/sudoers.d/cinder-rootwrap
++inc/rootwrap:configure_rootwrap:80 dirname /usr/local/bin/cinder-rootwrap
+inc/rootwrap:configure_rootwrap:80 add_sudo_secure_path /usr/local/bin
+inc/rootwrap:add_sudo_secure_path:21 local dir=/usr/local/bin
+inc/rootwrap:add_sudo_secure_path:22 local line
+inc/rootwrap:add_sudo_secure_path:25 [[ -r /etc/sudoers.d/zz-secure-path ]]
+inc/rootwrap:add_sudo_secure_path:28 line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
+inc/rootwrap:add_sudo_secure_path:32 [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]]
+lib/cinder:configure_cinder:213 [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]]
+lib/cinder:configure_cinder:214 cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json
+lib/cinder:configure_cinder:217 cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini
+lib/cinder:configure_cinder:219 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:220 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:221 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:222 inicomment /etc/cinder/api-paste.ini filter:authtoken cafile
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 grep xtrace
++inc/ini-config:inicomment:43 set +o
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:223 inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:224 inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:225 inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 set +o
++inc/ini-config:inicomment:43 grep xtrace
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:226 inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir
+inc/ini-config:inicomment:42 local xtrace
++inc/ini-config:inicomment:43 grep xtrace
++inc/ini-config:inicomment:43 set +o
+inc/ini-config:inicomment:43 xtrace='set -o xtrace'
+inc/ini-config:inicomment:44 set +o xtrace
+lib/cinder:configure_cinder:228 configure_auth_token_middleware /etc/cinder/cinder.conf cinder /var/cache/cinder
+lib/keystone:configure_auth_token_middleware:408 local conf_file=/etc/cinder/cinder.conf
+lib/keystone:configure_auth_token_middleware:409 local admin_user=cinder
+lib/keystone:configure_auth_token_middleware:410 local signing_dir=/var/cache/cinder
+lib/keystone:configure_auth_token_middleware:411 local section=keystone_authtoken
+lib/keystone:configure_auth_token_middleware:413 iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:414 iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:415 iniset /etc/cinder/cinder.conf keystone_authtoken username cinder
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:416 iniset /etc/cinder/cinder.conf keystone_authtoken password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:417 iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:418 iniset /etc/cinder/cinder.conf keystone_authtoken project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:419 iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:421 iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:422 iniset /etc/cinder/cinder.conf keystone_authtoken signing_dir /var/cache/cinder
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:423 iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:230 iniset /etc/cinder/cinder.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:232 iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/cinder:configure_cinder:233 database_connection_url cinder
++lib/database:database_connection_url:134 local db=cinder
++lib/database:database_connection_url:135 database_connection_url_mysql cinder
++lib/databases/mysql:database_connection_url_mysql:173 local db=cinder
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/cinder?charset=utf8'
+lib/cinder:configure_cinder:233 iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/cinder?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:234 iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:235 iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:236 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:237 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:238 iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:239 iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:240 iniset /etc/cinder/cinder.conf DEFAULT periodic_interval 60
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:241 iniset /etc/cinder/cinder.conf DEFAULT my_ip 104.130.163.16
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:243 iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/cinder:configure_cinder:244 openssl rand -hex 16
+lib/cinder:configure_cinder:244 iniset /etc/cinder/cinder.conf key_manager fixed_key f648ba0496688d6f7d7279e65497c88d
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:246 is_service_enabled c-vol
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/cinder:configure_cinder:246 [[ -n lvm:lvmdriver-1 ]]
+lib/cinder:configure_cinder:247 local enabled_backends=
+lib/cinder:configure_cinder:248 local default_name=
+lib/cinder:configure_cinder:249 local be be_name be_type
+lib/cinder:configure_cinder:250 for be in '${CINDER_ENABLED_BACKENDS//,/ }'
+lib/cinder:configure_cinder:251 be_type=lvm
+lib/cinder:configure_cinder:252 be_name=lvmdriver-1
+lib/cinder:configure_cinder:253 type configure_cinder_backend_lvm
+lib/cinder:configure_cinder:254 configure_cinder_backend_lvm lvmdriver-1
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 local be_name=lvmdriver-1
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper tgtadm
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type auto
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:256 [[ -z '' ]]
+lib/cinder:configure_cinder:257 default_name=lvmdriver-1
+lib/cinder:configure_cinder:259 enabled_backends+=lvmdriver-1,
+lib/cinder:configure_cinder:261 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear zero
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:264 iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:265 [[ -n lvmdriver-1 ]]
+lib/cinder:configure_cinder:266 iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:268 configure_cinder_image_volume_cache
+lib/cinder:configure_cinder_image_volume_cache:576 for be in '${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ }'
+lib/cinder:configure_cinder_image_volume_cache:577 local be_name=lvmdriver-1
+lib/cinder:configure_cinder_image_volume_cache:579 iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder_image_volume_cache:581 [[ -n '' ]]
+lib/cinder:configure_cinder_image_volume_cache:585 [[ -n '' ]]
+lib/cinder:configure_cinder:271 is_service_enabled swift
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/cinder:configure_cinder:275 is_service_enabled ceilometer
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/cinder:configure_cinder:279 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/cinder:configure_cinder:293 '[' False '!=' False ']'
+lib/cinder:configure_cinder:297 iniset_rpc_backend cinder /etc/cinder/cinder.conf
+lib/rpc_backend:iniset_rpc_backend:152 local package=cinder
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/cinder/cinder.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url ''
++lib/rpc_backend:get_transport_url:134 local virtual_host=
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 set +o
+++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/cinder:configure_cinder:300 setup_logging /etc/cinder/cinder.conf True
+functions:setup_logging:642 local conf_file=/etc/cinder/cinder.conf
+functions:setup_logging:643 local other_cond=True
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/cinder/cinder.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/cinder/cinder.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:302 write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume
+lib/apache:write_uwsgi_config:236 local file=/etc/cinder/cinder-api-uwsgi.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/cinder-wsgi
+lib/apache:write_uwsgi_config:238 local url=/volume
+lib/apache:write_uwsgi_config:239 local http=
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/cinder-wsgi
+lib/apache:write_uwsgi_config:241 name=cinder-wsgi
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/cinder-wsgi.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/cinder/cinder-api-uwsgi.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n '' ]]
+lib/apache:write_uwsgi_config:284 local apache_conf=
++lib/apache:write_uwsgi_config:285 apache_site_config_for cinder-wsgi
++lib/apache:apache_site_config_for:168 local site=cinder-wsgi
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/cinder-wsgi.conf
+lib/apache:write_uwsgi_config:285 apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf
+lib/apache:write_uwsgi_config:286 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:287 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:288 echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 '
+lib/apache:write_uwsgi_config:288 sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf
ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0
+lib/apache:write_uwsgi_config:289 enable_apache_site cinder-wsgi
+lib/apache:enable_apache_site:185 local site=cinder-wsgi
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite cinder-wsgi
Enabling site cinder-wsgi.
To activate the new configuration, you need to run:
service apache2 reload
+lib/apache:write_uwsgi_config:290 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+lib/cinder:configure_cinder:304 [[ -r /home/stack/devstack/lib/cinder_plugins/default ]]
+lib/cinder:configure_cinder:308 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:310 iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://104.130.163.16/image
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:311 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/cinder:configure_cinder:316 '[' False '!=' True ']'
+lib/cinder:configure_cinder:317 iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:321 configure_auth_token_middleware /etc/cinder/cinder.conf nova /var/cache/cinder nova
+lib/keystone:configure_auth_token_middleware:408 local conf_file=/etc/cinder/cinder.conf
+lib/keystone:configure_auth_token_middleware:409 local admin_user=nova
+lib/keystone:configure_auth_token_middleware:410 local signing_dir=/var/cache/cinder
+lib/keystone:configure_auth_token_middleware:411 local section=nova
+lib/keystone:configure_auth_token_middleware:413 iniset /etc/cinder/cinder.conf nova auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:414 iniset /etc/cinder/cinder.conf nova auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:415 iniset /etc/cinder/cinder.conf nova username nova
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:416 iniset /etc/cinder/cinder.conf nova password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:417 iniset /etc/cinder/cinder.conf nova user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:418 iniset /etc/cinder/cinder.conf nova project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:419 iniset /etc/cinder/cinder.conf nova project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:421 iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:422 iniset /etc/cinder/cinder.conf nova signing_dir /var/cache/cinder
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:423 iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:322 iniset /etc/cinder/cinder.conf nova region_name RegionOne
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:323 iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/cinder:configure_cinder:325 [[ ! -z '' ]]
+lib/cinder:configure_cinder:327 is_service_enabled etcd3
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/cinder:configure_cinder:328 iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://104.130.163.16:2379
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+./stack.sh:main:892 is_service_enabled neutron
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:894 stack_install_service neutron
+lib/stack:stack_install_service:20 local service=neutron
+lib/stack:stack_install_service:21 type install_neutron
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_neutron
+lib/neutron:install_neutron:613 is_neutron_legacy_enabled
+lib/neutron:is_neutron_legacy_enabled:115 [[ , =~ ,neutron ]]
+lib/neutron:is_neutron_legacy_enabled:116 [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn =~ ,q- ]]
+lib/neutron:is_neutron_legacy_enabled:116 return 0
+lib/neutron:install_neutron:615 install_mutnauq
+lib/neutron-legacy:install_mutnauq:430 use_library_from_git neutron-lib
+inc/python:use_library_from_git:404 local name=neutron-lib
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,neutron-lib, ]]
+inc/python:use_library_from_git:407 return 1
+lib/neutron-legacy:install_mutnauq:435 git_clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/neutron.git
+functions-common:git_clone:496 local git_dest=/opt/stack/neutron
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/neutron ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453311236
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron --branch master
Cloning into '/opt/stack/neutron'...
remote: Counting objects: 257448, done.
remote: Compressing objects: 100% (123752/123752), done.
Receiving objects: 100% (257448/257448), 64.83 MiB | 7.36 MiB/s, done.
remote: Total 257448 (delta 190414), reused 176545 (delta 113663)
Resolving deltas: 100% (190414/190414), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453311236
+functions-common:time_stop:2268 [[ -z 1531453311236 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453343314
+functions-common:time_stop:2272 elapsed_time=32078
+functions-common:time_stop:2273 total=61970
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=94048
+functions-common:git_clone:564 cd /opt/stack/neutron
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
8f27c2a Merge "Modify logic of l3-agent to be notified"
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/neutron-legacy:install_mutnauq:436 setup_develop /opt/stack/neutron
+inc/python:setup_develop:488 local project_dir=/opt/stack/neutron
+inc/python:setup_develop:489 local extras=
+inc/python:setup_develop:490 _setup_package_with_constraints_edit /opt/stack/neutron -e
+inc/python:_setup_package_with_constraints_edit:520 local project_dir=/opt/stack/neutron
+inc/python:_setup_package_with_constraints_edit:521 local flags=-e
+inc/python:_setup_package_with_constraints_edit:522 local extras=
++inc/python:_setup_package_with_constraints_edit:529 cd /opt/stack/neutron
++inc/python:_setup_package_with_constraints_edit:529 pwd
+inc/python:_setup_package_with_constraints_edit:529 project_dir=/opt/stack/neutron
+inc/python:_setup_package_with_constraints_edit:531 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:533 local name
++inc/python:_setup_package_with_constraints_edit:534 awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg
+inc/python:_setup_package_with_constraints_edit:534 name=neutron
+inc/python:_setup_package_with_constraints_edit:536 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron'
+inc/python:_setup_package_with_constraints_edit:540 setup_package /opt/stack/neutron -e
+inc/python:setup_package:563 local project_dir=/opt/stack/neutron
+inc/python:setup_package:564 local flags=-e
+inc/python:setup_package:565 local extras=
+inc/python:setup_package:569 [[ -n -e ]]
+inc/python:setup_package:569 [[ -z '' ]]
+inc/python:setup_package:569 [[ ! -e =~ ^-.* ]]
+inc/python:setup_package:574 [[ ! -z '' ]]
+inc/python:setup_package:578 pip_install -e /opt/stack/neutron
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/neutron/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/neutron/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/neutron/test-requirements.txt'
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron/test-requirements.txt -e /opt/stack/neutron
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/neutron
Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
Requirement already satisfied: Jinja2===2.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
Requirement already satisfied: MarkupSafe===1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))
Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17))
Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
Requirement already satisfied: SQLAlchemy===1.2.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36))
Requirement already satisfied: WebTest===2.0.30 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37))
Requirement already satisfied: alembic===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
Requirement already satisfied: bashate===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
Requirement already satisfied: beautifulsoup4===4.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
Requirement already satisfied: coverage===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
Requirement already satisfied: ddt===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
Requirement already satisfied: eventlet===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: greenlet===0.4.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
Requirement already satisfied: httplib2===0.11.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
Requirement already satisfied: neutron-lib===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279))
Requirement already satisfied: os-xenapi===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
Requirement already satisfied: oslo.concurrency===3.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
Requirement already satisfied: oslo.db===4.40.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: oslo.messaging===8.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
Requirement already satisfied: oslo.middleware===3.35.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
Requirement already satisfied: oslo.policy===1.37.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
Requirement already satisfied: oslo.privsep===1.29.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
Requirement already satisfied: oslo.reports===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
Requirement already satisfied: oslo.rootwrap===5.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
Requirement already satisfied: oslo.service===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302))
Requirement already satisfied: oslo.versionedobjects===1.33.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
Requirement already satisfied: oslotest===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306))
Requirement already satisfied: osprofiler===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
Requirement already satisfied: ovs===2.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
Requirement already satisfied: ovsdbapp===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
Requirement already satisfied: paramiko===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316))
Requirement already satisfied: pecan===1.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
Requirement already satisfied: psutil===5.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326))
Requirement already satisfied: pyasn1===0.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
Requirement already satisfied: pyroute2===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))
Requirement already satisfied: python-designateclient===2.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
Requirement already satisfied: python-neutronclient===6.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394))
Requirement already satisfied: python-novaclient===10.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395))
Requirement already satisfied: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418))
Requirement already satisfied: reno===2.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426))
Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439))
Requirement already satisfied: ryu===4.26 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446))
Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 459))
Requirement already satisfied: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461))
Requirement already satisfied: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478))
Requirement already satisfied: sqlparse===0.2.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479))
Requirement already satisfied: statsd===3.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480))
Requirement already satisfied: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494))
Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497))
Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498))
Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499))
Requirement already satisfied: tinyrpc===0.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505))
Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509))
Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522))
Requirement already satisfied: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526))
Requirement already satisfied: waitress===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527))
Requirement already satisfied: weakrefmethod===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535))
Collecting hacking>=1.1.0 (from -r /opt/stack/neutron/test-requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/71/05/ae66ec5a58e5c973ea09adcd4eac1a63e370579b768a2fd875172b8cc82e/hacking-1.1.0-py2.py3-none-any.whl
Requirement already satisfied: bandit>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 6))
Requirement already satisfied: flake8-import-order==0.12 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 9))
Requirement already satisfied: pylint==1.4.5 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 20))
Requirement already satisfied: Mako===1.0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
Requirement already satisfied: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet===0.20.0->-c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
Requirement already satisfied: amqp===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78))
Requirement already satisfied: cachetools===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175))
Requirement already satisfied: kombu===4.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274))
Requirement already satisfied: mox3===0.25.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
Requirement already satisfied: bcrypt===3.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
Requirement already satisfied: PyNaCl===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25))
Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
Requirement already satisfied: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: osc-lib===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161))
Requirement already satisfied: dulwich===0.19.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390))
Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 520))
Collecting flake8<2.7.0,>=2.6.0 (from hacking>=1.1.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/70/a9/9b66f22d038de51e05f92d5e677fd89d8f9c980db0b8a130621baad052f5/flake8-2.6.2-py2.py3-none-any.whl
Requirement already satisfied: GitPython===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12))
Requirement already satisfied: pycodestyle in /usr/local/lib/python2.7/dist-packages (from flake8-import-order==0.12->-r /opt/stack/neutron/test-requirements.txt (line 9))
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from flake8-import-order==0.12->-r /opt/stack/neutron/test-requirements.txt (line 9))
Requirement already satisfied: logilab-common>=0.53.0 in /usr/local/lib/python2.7/dist-packages (from pylint==1.4.5->-r /opt/stack/neutron/test-requirements.txt (line 20))
Requirement already satisfied: astroid<1.4.0,>=1.3.6 in /usr/local/lib/python2.7/dist-packages (from pylint==1.4.5->-r /opt/stack/neutron/test-requirements.txt (line 20))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335))
Requirement already satisfied: vine===1.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268))
Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519))
Requirement already satisfied: mccabe<0.6,>=0.2.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.7.0,>=2.6.0->hacking>=1.1.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
Requirement already satisfied: pyflakes!=1.2.0,!=1.2.1,!=1.2.2,<1.3,>=0.8.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.7.0,>=2.6.0->hacking>=1.1.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
Requirement already satisfied: gitdb2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484))
Requirement already satisfied: smmap2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310))
Installing collected packages: neutron, flake8, hacking
Found existing installation: neutron 13.0.0.0b3.dev123
Can't uninstall 'neutron'. No files were found to uninstall.
Running setup.py develop for neutron
Found existing installation: flake8 2.5.5
Uninstalling flake8-2.5.5:
Successfully uninstalled flake8-2.5.5
Found existing installation: hacking 0.12.0
Uninstalling hacking-0.12.0:
Successfully uninstalled hacking-0.12.0
Successfully installed flake8-2.6.2 hacking-1.1.0 neutron
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453344126
+functions-common:time_stop:2268 [[ -z 1531453344126 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453357670
+functions-common:time_stop:2272 elapsed_time=13544
+functions-common:time_stop:2273 total=90755
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=104299
+inc/python:pip_install:369 return 0
+inc/python:setup_package:580 [[ -e == \-\e ]]
+inc/python:setup_package:581 safe_chown -R stack /opt/stack/neutron/neutron.egg-info
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/neutron/neutron.egg-info
+inc/python:_setup_package_with_constraints_edit:544 use_library_from_git /opt/stack/neutron
+inc/python:use_library_from_git:404 local name=/opt/stack/neutron
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,/opt/stack/neutron, ]]
+inc/python:use_library_from_git:407 return 1
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:899 is_service_enabled nova
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:901 stack_install_service nova
+lib/stack:stack_install_service:20 local service=nova
+lib/stack:stack_install_service:21 type install_nova
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_nova
+lib/nova:install_nova:816 use_library_from_git os-vif
+inc/python:use_library_from_git:404 local name=os-vif
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,os-vif, ]]
+inc/python:use_library_from_git:407 return 1
+lib/nova:install_nova:821 is_service_enabled n-cpu
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:install_nova:821 [[ -r /home/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]]
+lib/nova:install_nova:822 install_nova_hypervisor
+lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:88 install_libvirt
+lib/nova_plugins/functions-libvirt:install_libvirt:63 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/nova_plugins/functions-libvirt:install_libvirt:64 install_package qemu-system
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package qemu-system
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install qemu-system
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-system
Reading package lists... Done
Building dependency tree
Reading state information... Done
qemu-system is already the newest version (1:2.11+dfsg-1ubuntu7.4~cloud0).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453358180
+functions-common:time_stop:2268 [[ -z 1531453358180 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453358701
+functions-common:time_stop:2272 elapsed_time=521
+functions-common:time_stop:2273 total=4218
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=4739
+functions-common:apt_get:1089 return 0
+lib/nova_plugins/functions-libvirt:install_libvirt:65 [[ xenial == \x\e\n\i\a\l ]]
+lib/nova_plugins/functions-libvirt:install_libvirt:66 install_package libvirt-bin libvirt-dev
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package libvirt-bin libvirt-dev
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install libvirt-bin libvirt-dev
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin libvirt-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libvirt-bin is already the newest version (4.0.0-1ubuntu8.3~cloud0).
libvirt-dev is already the newest version (4.0.0-1ubuntu8.3~cloud0).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453358897
+functions-common:time_stop:2268 [[ -z 1531453358897 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453359403
+functions-common:time_stop:2272 elapsed_time=506
+functions-common:time_stop:2273 total=4739
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=5245
+functions-common:apt_get:1089 return 0
+lib/nova_plugins/functions-libvirt:install_libvirt:71 pip_uninstall libvirt-python
+inc/python:pip_uninstall:374 [[ False = \T\r\u\e ]]
+inc/python:pip_uninstall:376 local name=libvirt-python
+inc/python:pip_uninstall:377 [[ -n '' ]]
+inc/python:pip_uninstall:381 local cmd_pip
++inc/python:pip_uninstall:382 get_pip_command 2.7
++inc/python:get_pip_command:31 local version=2.7
++inc/python:get_pip_command:34 which pip2.7
++inc/python:get_pip_command:36 '[' 0 -ne 0 ']'
+inc/python:pip_uninstall:382 cmd_pip=/usr/local/bin/pip2.7
+inc/python:pip_uninstall:383 local 'sudo_pip=sudo -H'
+inc/python:pip_uninstall:386 sudo -H /usr/local/bin/pip2.7 uninstall -y libvirt-python
Uninstalling libvirt-python-4.4.0:
Successfully uninstalled libvirt-python-4.4.0
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+lib/nova_plugins/functions-libvirt:install_libvirt:72 pip_install_gr libvirt-python
+inc/python:pip_install_gr:70 local name=libvirt-python
+inc/python:pip_install_gr:71 local clean_name
++inc/python:pip_install_gr:72 get_from_global_requirements libvirt-python
++inc/python:get_from_global_requirements:392 local package=libvirt-python
++inc/python:get_from_global_requirements:393 local required_pkg
+++inc/python:get_from_global_requirements:394 cut -d# -f1
+++inc/python:get_from_global_requirements:394 grep -i -h '^libvirt-python' /opt/stack/requirements/global-requirements.txt
++inc/python:get_from_global_requirements:394 required_pkg='libvirt-python!=4.1.0,!=4.2.0 '
++inc/python:get_from_global_requirements:395 [[ libvirt-python!=4.1.0,!=4.2.0 == '' ]]
++inc/python:get_from_global_requirements:398 echo 'libvirt-python!=4.1.0,!=4.2.0'
+inc/python:pip_install_gr:72 clean_name='libvirt-python!=4.1.0,!=4.2.0'
+inc/python:pip_install_gr:73 pip_install 'libvirt-python!=4.1.0,!=4.2.0'
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 grep xtrace
++inc/python:pip_install:230 set +o
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local 'test_req=libvirt-python!=4.1.0,!=4.2.0/test-requirements.txt'
+inc/python:pip_install:351 [[ -e libvirt-python!=4.1.0,!=4.2.0/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'libvirt-python!=4.1.0,!=4.2.0'
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Collecting libvirt-python===4.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
Using cached https://files.pythonhosted.org/packages/2b/8d/1160cf34dc3d296896eb5c8f4944439ea368b87d2d2431f58d08d6bdf374/libvirt-python-4.4.0.tar.gz
Skipping bdist_wheel for libvirt-python, due to binaries being disabled for it.
Installing collected packages: libvirt-python
Running setup.py install for libvirt-python ... done
Successfully installed libvirt-python-4.4.0
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453360761
+functions-common:time_stop:2268 [[ -z 1531453360761 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453374353
+functions-common:time_stop:2272 elapsed_time=13592
+functions-common:time_stop:2273 total=104299
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=117891
+inc/python:pip_install:369 return 0
+lib/nova_plugins/functions-libvirt:install_libvirt:87 [[ False == True ]]
+lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:93 [[ kvm == \l\x\c ]]
+lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:105 [[ '' == \T\r\u\e ]]
+lib/nova:install_nova:825 is_service_enabled n-novnc
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/nova:install_nova:827 trueorfalse False NOVNC_FROM_PACKAGE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+lib/nova:install_nova:827 NOVNC_FROM_PACKAGE=False
+lib/nova:install_nova:828 '[' False = True ']'
+lib/nova:install_nova:832 NOVNC_WEB_DIR=/opt/stack/noVNC
+lib/nova:install_nova:833 git_clone https://github.com/novnc/noVNC.git /opt/stack/noVNC stable/v0.6
+functions-common:git_clone:495 local git_remote=https://github.com/novnc/noVNC.git
+functions-common:git_clone:496 local git_dest=/opt/stack/noVNC
+functions-common:git_clone:497 local git_ref=stable/v0.6
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:516 echo stable/v0.6
+functions-common:git_clone:530 [[ ! -d /opt/stack/noVNC ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone https://github.com/novnc/noVNC.git /opt/stack/noVNC --branch stable/v0.6
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453374725
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone https://github.com/novnc/noVNC.git /opt/stack/noVNC --branch stable/v0.6
Cloning into '/opt/stack/noVNC'...
remote: Counting objects: 8921, done.
remote: Total 8921 (delta 0), reused 0 (delta 0), pack-reused 8921
Receiving objects: 100% (8921/8921), 8.98 MiB | 0 bytes/s, done.
Resolving deltas: 100% (6185/6185), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453374725
+functions-common:time_stop:2268 [[ -z 1531453374725 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453375596
+functions-common:time_stop:2272 elapsed_time=871
+functions-common:time_stop:2273 total=94048
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=94919
+functions-common:git_clone:564 cd /opt/stack/noVNC
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
5b78c23 Merge pull request #804 from nbibler/backport-619
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/nova:install_nova:837 is_service_enabled n-spice
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:install_nova:849 git_clone git://git.openstack.org/openstack/nova.git /opt/stack/nova master
+functions-common:git_clone:495 local git_remote=git://git.openstack.org/openstack/nova.git
+functions-common:git_clone:496 local git_dest=/opt/stack/nova
+functions-common:git_clone:497 local git_ref=master
+functions-common:git_clone:498 local orig_dir
++functions-common:git_clone:499 pwd
+functions-common:git_clone:499 orig_dir=/home/stack/devstack
+functions-common:git_clone:500 local git_clone_flags=
++functions-common:git_clone:502 trueorfalse False RECLONE
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo master
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/nova ]]
+functions-common:git_clone:531 [[ False = \T\r\u\e ]]
+functions-common:git_clone:537 git_timed clone git://git.openstack.org/openstack/nova.git /opt/stack/nova --branch master
+functions-common:git_timed:589 local count=0
+functions-common:git_timed:590 local timeout=0
+functions-common:git_timed:592 [[ -n 0 ]]
+functions-common:git_timed:593 timeout=0
+functions-common:git_timed:596 time_start git_timed
+functions-common:time_start:2245 local name=git_timed
+functions-common:time_start:2246 local start_time=
+functions-common:time_start:2247 [[ -n '' ]]
++functions-common:time_start:2250 date +%s%3N
+functions-common:time_start:2250 _TIME_START[$name]=1531453375898
+functions-common:git_timed:597 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/nova.git /opt/stack/nova --branch master
Cloning into '/opt/stack/nova'...
remote: Counting objects: 508138, done.
remote: Compressing objects: 100% (245472/245472), done.
remote: Total 508138 (delta 403273), reused 349311 (delta 249890)
Receiving objects: 100% (508138/508138), 143.85 MiB | 8.98 MiB/s, done.
Resolving deltas: 100% (403273/403273), done.
Checking connectivity... done.
+functions-common:git_timed:611 time_stop git_timed
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=git_timed
+functions-common:time_stop:2266 start_time=1531453375898
+functions-common:time_stop:2268 [[ -z 1531453375898 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453467478
+functions-common:time_stop:2272 elapsed_time=91580
+functions-common:time_stop:2273 total=94919
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=186499
+functions-common:git_clone:564 cd /opt/stack/nova
+functions-common:git_clone:565 head -1
+functions-common:git_clone:565 git show --oneline
00fa50c Merge "Change the ServerGroupAntiAffinityFilter to adapt to new policy"
+functions-common:git_clone:566 cd /home/stack/devstack
+lib/nova:install_nova:850 setup_develop /opt/stack/nova
+inc/python:setup_develop:488 local project_dir=/opt/stack/nova
+inc/python:setup_develop:489 local extras=
+inc/python:setup_develop:490 _setup_package_with_constraints_edit /opt/stack/nova -e
+inc/python:_setup_package_with_constraints_edit:520 local project_dir=/opt/stack/nova
+inc/python:_setup_package_with_constraints_edit:521 local flags=-e
+inc/python:_setup_package_with_constraints_edit:522 local extras=
++inc/python:_setup_package_with_constraints_edit:529 cd /opt/stack/nova
++inc/python:_setup_package_with_constraints_edit:529 pwd
+inc/python:_setup_package_with_constraints_edit:529 project_dir=/opt/stack/nova
+inc/python:_setup_package_with_constraints_edit:531 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:533 local name
++inc/python:_setup_package_with_constraints_edit:534 awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg
+inc/python:_setup_package_with_constraints_edit:534 name=nova
+inc/python:_setup_package_with_constraints_edit:536 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova'
+inc/python:_setup_package_with_constraints_edit:540 setup_package /opt/stack/nova -e
+inc/python:setup_package:563 local project_dir=/opt/stack/nova
+inc/python:setup_package:564 local flags=-e
+inc/python:setup_package:565 local extras=
+inc/python:setup_package:569 [[ -n -e ]]
+inc/python:setup_package:569 [[ -z '' ]]
+inc/python:setup_package:569 [[ ! -e =~ ^-.* ]]
+inc/python:setup_package:574 [[ ! -z '' ]]
+inc/python:setup_package:578 pip_install -e /opt/stack/nova
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=/opt/stack/nova/test-requirements.txt
+inc/python:pip_install:351 [[ -e /opt/stack/nova/test-requirements.txt ]]
+inc/python:pip_install:352 install_test_reqs='-r /opt/stack/nova/test-requirements.txt'
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/nova/test-requirements.txt -e /opt/stack/nova
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file:///opt/stack/nova
Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: Jinja2===2.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
Requirement already satisfied: MarkupSafe===1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))
Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17))
Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
Requirement already satisfied: PyMySQL===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
Requirement already satisfied: SQLAlchemy===1.2.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28))
Requirement already satisfied: WebOb===1.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36))
Requirement already satisfied: castellan===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104))
Requirement already satisfied: coverage===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
Requirement already satisfied: cryptography===2.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
Requirement already satisfied: ddt===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
Requirement already satisfied: eventlet===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
Requirement already satisfied: gabbi===1.43.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
Requirement already satisfied: greenlet===0.4.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199))
Requirement already satisfied: jsonpath-rw-ext===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
Requirement already satisfied: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
Requirement already satisfied: keystonemiddleware===5.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
Requirement already satisfied: lxml===4.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
Requirement already satisfied: microversion-parse===0.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
Requirement already satisfied: mox3===0.25.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
Requirement already satisfied: os-brick===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280))
Requirement already satisfied: os-traits===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282))
Requirement already satisfied: os-vif===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283))
Requirement already satisfied: os-win===4.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
Requirement already satisfied: os-xenapi===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
Requirement already satisfied: oslo.cache===1.30.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
Requirement already satisfied: oslo.concurrency===3.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
Requirement already satisfied: oslo.config===6.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
Requirement already satisfied: oslo.context===2.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
Requirement already satisfied: oslo.db===4.40.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: oslo.log===3.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
Requirement already satisfied: oslo.messaging===8.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
Requirement already satisfied: oslo.middleware===3.35.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
Requirement already satisfied: oslo.policy===1.37.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
Requirement already satisfied: oslo.privsep===1.29.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
Requirement already satisfied: oslo.reports===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
Requirement already satisfied: oslo.rootwrap===5.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
Requirement already satisfied: oslo.serialization===2.27.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))
Requirement already satisfied: oslo.service===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
Requirement already satisfied: oslo.versionedobjects===1.33.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
Requirement already satisfied: oslo.vmware===2.30.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
Requirement already satisfied: oslotest===3.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
Requirement already satisfied: osprofiler===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
Requirement already satisfied: paramiko===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
Requirement already satisfied: psutil===5.4.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
Requirement already satisfied: psycopg2===2.7.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
Requirement already satisfied: pyasn1===0.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333))
Requirement already satisfied: pycadf===2.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335))
Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
Requirement already satisfied: pypowervm===1.1.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
Requirement already satisfied: pyroute2===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
Requirement already satisfied: pytest===3.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363))
Requirement already satisfied: python-barbicanclient===4.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364))
Requirement already satisfied: python-cinderclient===3.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367))
Requirement already satisfied: python-dateutil===2.7.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
Requirement already satisfied: python-glanceclient===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376))
Requirement already satisfied: python-ironicclient===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381))
Requirement already satisfied: python-keystoneclient===3.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383))
Requirement already satisfied: python-neutronclient===6.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395))
Requirement already satisfied: python-subunit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419))
Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429))
Requirement already satisfied: requests-mock===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432))
Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439))
Requirement already satisfied: rfc3986===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440))
Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))
Requirement already satisfied: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479))
Requirement already satisfied: sqlparse===0.2.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480))
Requirement already satisfied: statsd===3.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481))
Requirement already satisfied: stestr===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483))
Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486))
Requirement already satisfied: taskflow===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493))
Requirement already satisfied: tenacity===4.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495))
Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498))
Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499))
Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500))
Requirement already satisfied: tooz===1.62.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507))
Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510))
Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523))
Requirement already satisfied: voluptuous===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527))
Requirement already satisfied: warlock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529))
Requirement already satisfied: websockify===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536))
Requirement already satisfied: wsgi-intercept===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538))
Collecting hacking!=0.13.0,<0.14,>=0.12.0 (from -r /opt/stack/nova/test-requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/91/ba/ef758cd0de7660fbf741fe067f3d82a708b7996a82b0569013419bd360ec/hacking-0.12.0-py2.py3-none-any.whl
Requirement already satisfied: bandit>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/nova/test-requirements.txt (line 22))
Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python2.7/dist-packages (from nova==18.0.0.0b3.dev433)
Requirement already satisfied: cffi===1.11.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
Requirement already satisfied: asn1crypto===0.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
Requirement already satisfied: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet===0.20.0->-c /opt/stack/requirements/upper-constraints.txt (line 159))
Requirement already satisfied: colorama===0.3.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: jsonpath-rw===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: alembic===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
Requirement already satisfied: amqp===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78))
Requirement already satisfied: cachetools===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
Requirement already satisfied: futurist===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175))
Requirement already satisfied: kombu===4.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: msgpack===0.5.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275))
Requirement already satisfied: bcrypt===3.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
Requirement already satisfied: PyNaCl===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25))
Requirement already satisfied: pyasn1-modules===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334))
Requirement already satisfied: atomicwrites===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
Requirement already satisfied: py===1.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330))
Requirement already satisfied: more-itertools===4.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237))
Requirement already satisfied: attrs===18.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88))
Requirement already satisfied: pluggy===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: pyOpenSSL===18.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: osc-lib===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
Requirement already satisfied: future===0.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))
Requirement already satisfied: automaton===1.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391))
Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 521))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
Requirement already satisfied: numpy===1.14.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/nova/test-requirements.txt (line 5))
Collecting flake8<2.6.0,>=2.5.4 (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/nova/test-requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/01/f6/2b87406d83aacb6d1fa9acf2c7e3752f59020ebb1b1c9f8adc811d1ea6f0/flake8-2.5.5-py2.py3-none-any.whl
Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/nova/test-requirements.txt (line 5))
Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/nova/test-requirements.txt (line 5))
Requirement already satisfied: GitPython===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12))
Requirement already satisfied: pycparser===2.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336))
Requirement already satisfied: ply===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
Requirement already satisfied: Mako===1.0.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373))
Requirement already satisfied: vine===1.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
Requirement already satisfied: gitdb2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485))
Requirement already satisfied: smmap2===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
Installing collected packages: nova, flake8, hacking
Found existing installation: nova 18.0.0.0b3.dev433
Can't uninstall 'nova'. No files were found to uninstall.
Running setup.py develop for nova
Found existing installation: flake8 2.6.2
Uninstalling flake8-2.6.2:
Successfully uninstalled flake8-2.6.2
Found existing installation: hacking 1.1.0
Uninstalling hacking-1.1.0:
Successfully uninstalled hacking-1.1.0
Successfully installed flake8-2.5.5 hacking-0.12.0 nova
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453468293
+functions-common:time_stop:2268 [[ -z 1531453468293 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453486082
+functions-common:time_stop:2272 elapsed_time=17789
+functions-common:time_stop:2273 total=117891
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=135680
+inc/python:pip_install:369 return 0
+inc/python:setup_package:580 [[ -e == \-\e ]]
+inc/python:setup_package:581 safe_chown -R stack /opt/stack/nova/nova.egg-info
+functions-common:safe_chown:2160 _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info
+functions-common:_safe_permission_operation:1981 local xtrace
++functions-common:_safe_permission_operation:1982 set +o
++functions-common:_safe_permission_operation:1982 grep xtrace
+functions-common:_safe_permission_operation:1982 xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:1983 set +o xtrace
+functions-common:_safe_permission_operation:2008 sudo chown -R stack /opt/stack/nova/nova.egg-info
+inc/python:_setup_package_with_constraints_edit:544 use_library_from_git /opt/stack/nova
+inc/python:use_library_from_git:404 local name=/opt/stack/nova
+inc/python:use_library_from_git:405 local enabled=1
+inc/python:use_library_from_git:406 [[ python-zunclient = \A\L\L ]]
+inc/python:use_library_from_git:406 [[ ,python-zunclient, =~ ,/opt/stack/nova, ]]
+inc/python:use_library_from_git:407 return 1
+lib/nova:install_nova:851 sudo install -D -m 0644 -o stack /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:902 configure_nova
+lib/nova:configure_nova:272 sudo install -d -o stack /etc/nova
+lib/nova:configure_nova:274 configure_rootwrap nova
+inc/rootwrap:configure_rootwrap:43 local project=nova
+inc/rootwrap:configure_rootwrap:44 local project_uc
++inc/rootwrap:configure_rootwrap:45 echo nova
++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z
+inc/rootwrap:configure_rootwrap:45 project_uc=NOVA
+inc/rootwrap:configure_rootwrap:46 local bin_dir=NOVA_BIN_DIR
+inc/rootwrap:configure_rootwrap:47 bin_dir=/usr/local/bin
+inc/rootwrap:configure_rootwrap:48 local project_dir=NOVA_DIR
+inc/rootwrap:configure_rootwrap:49 project_dir=/opt/stack/nova
+inc/rootwrap:configure_rootwrap:51 local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova
+inc/rootwrap:configure_rootwrap:52 local rootwrap_bin=/usr/local/bin/nova-rootwrap
+inc/rootwrap:configure_rootwrap:55 sudo rm -rf /etc/nova/rootwrap.d
+inc/rootwrap:configure_rootwrap:56 sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d
+inc/rootwrap:configure_rootwrap:57 sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d
+inc/rootwrap:configure_rootwrap:60 sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf
+inc/rootwrap:configure_rootwrap:61 sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf
+inc/rootwrap:configure_rootwrap:64 local tempfile
++inc/rootwrap:configure_rootwrap:65 mktemp
+inc/rootwrap:configure_rootwrap:65 tempfile=/tmp/tmp.Fb6xcadZAZ
+inc/rootwrap:configure_rootwrap:67 rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
+inc/rootwrap:configure_rootwrap:68 echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
+inc/rootwrap:configure_rootwrap:69 '[' -f /usr/local/bin/nova-rootwrap-daemon ']'
+inc/rootwrap:configure_rootwrap:71 rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
+inc/rootwrap:configure_rootwrap:72 echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
+inc/rootwrap:configure_rootwrap:74 chmod 0440 /tmp/tmp.Fb6xcadZAZ
+inc/rootwrap:configure_rootwrap:75 sudo chown root:root /tmp/tmp.Fb6xcadZAZ
+inc/rootwrap:configure_rootwrap:76 sudo mv /tmp/tmp.Fb6xcadZAZ /etc/sudoers.d/nova-rootwrap
++inc/rootwrap:configure_rootwrap:80 dirname /usr/local/bin/nova-rootwrap
+inc/rootwrap:configure_rootwrap:80 add_sudo_secure_path /usr/local/bin
+inc/rootwrap:add_sudo_secure_path:21 local dir=/usr/local/bin
+inc/rootwrap:add_sudo_secure_path:22 local line
+inc/rootwrap:add_sudo_secure_path:25 [[ -r /etc/sudoers.d/zz-secure-path ]]
+inc/rootwrap:add_sudo_secure_path:28 line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
+inc/rootwrap:add_sudo_secure_path:32 [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]]
+lib/nova:configure_nova:276 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta,placement-api,placement-client,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat,zun-api,zun-compute,zun-wsproxy,container,kuryr-libnetwork,docker-engine,zun-ui,h-eng,h-api,h-api-cfn =~ n-api ]]
+lib/nova:configure_nova:278 cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova
+lib/nova:configure_nova:281 is_service_enabled n-cpu
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:configure_nova:283 sudo sysctl -w net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
+lib/nova:configure_nova:285 [[ libvirt = \l\i\b\v\i\r\t ]]
+lib/nova:configure_nova:289 [[ kvm == \k\v\m ]]
+lib/nova:configure_nova:290 sudo modprobe kvm
+lib/nova:configure_nova:291 '[' '!' -e /dev/kvm ']'
+lib/nova:configure_nova:292 echo 'WARNING: Switching to QEMU'
WARNING: Switching to QEMU
+lib/nova:configure_nova:293 LIBVIRT_TYPE=qemu
+lib/nova:configure_nova:294 which selinuxenabled
+lib/nova:configure_nova:304 [[ qemu == \l\x\c ]]
+lib/nova:configure_nova:330 sudo install -d -o stack /opt/stack/data/nova/instances
+lib/nova:configure_nova:335 '[' -L /dev/disk/by-label/nova-instances ']'
+lib/nova:configure_nova:341 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/nova:configure_nova:348 create_nova_conf
+lib/nova:create_nova_conf:415 rm -f /opt/stack/nova/bin/nova.conf
+lib/nova:create_nova_conf:418 rm -f /etc/nova/nova.conf
+lib/nova:create_nova_conf:419 iniset /etc/nova/nova.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:420 '[' True == True ']'
+lib/nova:create_nova_conf:421 iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:423 iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:424 iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:425 iniset /etc/nova/nova.conf scheduler driver filter_scheduler
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:426 iniset /etc/nova/nova.conf filter_scheduler enabled_filters RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:427 [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]]
+lib/nova:create_nova_conf:428 iniset /etc/nova/nova.conf scheduler workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:430 iniset /etc/nova/nova.conf DEFAULT default_floating_pool public
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:431 [[ 4 == 6 ]]
+lib/nova:create_nova_conf:435 iniset /etc/nova/nova.conf DEFAULT my_ip 104.130.163.16
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:437 iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:438 iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:439 iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:441 iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:443 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+lib/nova:create_nova_conf:443 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/nova:create_nova_conf:452 is_service_enabled n-api n-cond n-sched
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:create_nova_conf:456 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
+lib/nova:create_nova_conf:459 local db=nova_cell0
+lib/nova:create_nova_conf:462 iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/nova:create_nova_conf:465 database_connection_url nova_cell0
++lib/database:database_connection_url:134 local db=nova_cell0
++lib/database:database_connection_url:135 database_connection_url_mysql nova_cell0
++lib/databases/mysql:database_connection_url_mysql:173 local db=nova_cell0
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/nova_cell0?charset=utf8'
+lib/nova:create_nova_conf:465 iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/nova_cell0?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/nova:create_nova_conf:466 database_connection_url nova_api
++lib/database:database_connection_url:134 local db=nova_api
++lib/database:database_connection_url:135 database_connection_url_mysql nova_api
++lib/databases/mysql:database_connection_url_mysql:173 local db=nova_api
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/nova_api?charset=utf8'
+lib/nova:create_nova_conf:466 iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:openstack@127.0.0.1/nova_api?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:469 is_service_enabled n-api
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:create_nova_conf:470 is_service_enabled n-api-meta
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/nova:create_nova_conf:472 echo osapi_compute,metadata
++lib/nova:create_nova_conf:472 sed s/,metadata//
+lib/nova:create_nova_conf:472 NOVA_ENABLED_APIS=osapi_compute
+lib/nova:create_nova_conf:474 iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:475 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:create_nova_conf:481 configure_auth_token_middleware /etc/nova/nova.conf nova /var/cache/nova
+lib/keystone:configure_auth_token_middleware:408 local conf_file=/etc/nova/nova.conf
+lib/keystone:configure_auth_token_middleware:409 local admin_user=nova
+lib/keystone:configure_auth_token_middleware:410 local signing_dir=/var/cache/nova
+lib/keystone:configure_auth_token_middleware:411 local section=keystone_authtoken
+lib/keystone:configure_auth_token_middleware:413 iniset /etc/nova/nova.conf keystone_authtoken auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:414 iniset /etc/nova/nova.conf keystone_authtoken auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:415 iniset /etc/nova/nova.conf keystone_authtoken username nova
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:416 iniset /etc/nova/nova.conf keystone_authtoken password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:417 iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:418 iniset /etc/nova/nova.conf keystone_authtoken project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:419 iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:421 iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:422 iniset /etc/nova/nova.conf keystone_authtoken signing_dir /var/cache/nova
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/keystone:configure_auth_token_middleware:423 iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:484 is_service_enabled cinder
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:create_nova_conf:485 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:create_nova_conf:492 '[' -n /opt/stack/data/nova ']'
+lib/nova:create_nova_conf:493 iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:494 iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:496 '[' -n /opt/stack/data/nova/instances ']'
+lib/nova:create_nova_conf:497 iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:499 '[' False '!=' False ']'
+lib/nova:create_nova_conf:503 '[' False '!=' False ']'
+lib/nova:create_nova_conf:506 '[' False '!=' False ']'
+lib/nova:create_nova_conf:511 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/nova:create_nova_conf:516 setup_logging /etc/nova/nova.conf
+functions:setup_logging:642 local conf_file=/etc/nova/nova.conf
+functions:setup_logging:643 local other_cond=False
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/nova/nova.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/nova/nova.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 set +o
+++functions-common:trueorfalse:143 grep xtrace
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:518 iniset /etc/nova/nova.conf upgrade_levels compute auto
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:520 write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute
+lib/apache:write_uwsgi_config:236 local file=/etc/nova/nova-api-uwsgi.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/nova-api-wsgi
+lib/apache:write_uwsgi_config:238 local url=/compute
+lib/apache:write_uwsgi_config:239 local http=
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/nova-api-wsgi
+lib/apache:write_uwsgi_config:241 name=nova-api-wsgi
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/nova-api-wsgi.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/nova/nova-api-uwsgi.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n '' ]]
+lib/apache:write_uwsgi_config:284 local apache_conf=
++lib/apache:write_uwsgi_config:285 apache_site_config_for nova-api-wsgi
++lib/apache:apache_site_config_for:168 local site=nova-api-wsgi
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/nova-api-wsgi.conf
+lib/apache:write_uwsgi_config:285 apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf
+lib/apache:write_uwsgi_config:286 iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:287 iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:288 echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 '
+lib/apache:write_uwsgi_config:288 sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf
ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0
+lib/apache:write_uwsgi_config:289 enable_apache_site nova-api-wsgi
+lib/apache:enable_apache_site:185 local site=nova-api-wsgi
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite nova-api-wsgi
Site nova-api-wsgi already enabled
+lib/apache:write_uwsgi_config:290 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+lib/nova:create_nova_conf:521 write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775
+lib/apache:write_uwsgi_config:236 local file=/etc/nova/nova-metadata-uwsgi.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/nova-metadata-wsgi
+lib/apache:write_uwsgi_config:238 local url=
+lib/apache:write_uwsgi_config:239 local http=0.0.0.0:8775
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/nova-metadata-wsgi
+lib/apache:write_uwsgi_config:241 name=nova-metadata-wsgi
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/nova-metadata-wsgi.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/nova/nova-metadata-uwsgi.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n 0.0.0.0:8775 ]]
+lib/apache:write_uwsgi_config:282 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:523 is_service_enabled ceilometer
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:create_nova_conf:531 iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
++lib/nova:create_nova_conf:532 get_notification_url
++lib/rpc_backend:get_notification_url:144 local virtual_host=
++lib/rpc_backend:get_notification_url:145 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_notification_url:146 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/nova:create_nova_conf:532 iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:533 iniset_rpc_backend nova /etc/nova/nova.conf
+lib/rpc_backend:iniset_rpc_backend:152 local package=nova
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/nova/nova.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url ''
++lib/rpc_backend:get_transport_url:134 local virtual_host=
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/nova:create_nova_conf:535 iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:536 iniset /etc/nova/nova.conf DEFAULT metadata_workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:538 iniset /etc/nova/nova.conf conductor workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:540 iniset /etc/nova/nova.conf cinder os_region_name RegionOne
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:542 is_service_enabled tls-proxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:create_nova_conf:547 iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:550 sudo cp /etc/nova/nova.conf /etc/nova/nova-dhcpbridge.conf
+lib/nova:create_nova_conf:552 is_service_enabled n-net
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:create_nova_conf:564 '[' False == True ']'
+lib/nova:create_nova_conf:568 is_service_enabled n-cond
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/nova:create_nova_conf:569 seq 1 1
+lib/nova:create_nova_conf:569 for i in '$(seq 1 $NOVA_NUM_CELLS)'
+lib/nova:create_nova_conf:570 local conf
+lib/nova:create_nova_conf:571 local vhost
++lib/nova:create_nova_conf:572 conductor_conf 1
++lib/nova:conductor_conf:691 local cell=1
++lib/nova:conductor_conf:692 echo /etc/nova/nova_cell1.conf
+lib/nova:create_nova_conf:572 conf=/etc/nova/nova_cell1.conf
+lib/nova:create_nova_conf:573 vhost=nova_cell1
+lib/nova:create_nova_conf:575 rm -f /etc/nova/nova_cell1.conf
++lib/nova:create_nova_conf:576 database_connection_url nova_cell1
++lib/database:database_connection_url:134 local db=nova_cell1
++lib/database:database_connection_url:135 database_connection_url_mysql nova_cell1
++lib/databases/mysql:database_connection_url_mysql:173 local db=nova_cell1
++lib/databases/mysql:database_connection_url_mysql:174 echo 'mysql+pymysql://root:openstack@127.0.0.1/nova_cell1?charset=utf8'
+lib/nova:create_nova_conf:576 iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:openstack@127.0.0.1/nova_cell1?charset=utf8'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:577 iniset /etc/nova/nova_cell1.conf conductor workers 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:578 iniset /etc/nova/nova_cell1.conf DEFAULT debug True
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:580 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
+lib/nova:create_nova_conf:583 rpc_backend_add_vhost nova_cell1
+lib/rpc_backend:rpc_backend_add_vhost:120 local vhost=nova_cell1
+lib/rpc_backend:rpc_backend_add_vhost:121 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:rpc_backend_add_vhost:122 sudo rabbitmqctl list_vhosts
++lib/rpc_backend:rpc_backend_add_vhost:122 grep nova_cell1
+lib/rpc_backend:rpc_backend_add_vhost:122 '[' -z nova_cell1 ']'
+lib/nova:create_nova_conf:584 iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1
+lib/rpc_backend:iniset_rpc_backend:152 local package=nova
+lib/rpc_backend:iniset_rpc_backend:153 local file=/etc/nova/nova_cell1.conf
+lib/rpc_backend:iniset_rpc_backend:154 local section=DEFAULT
+lib/rpc_backend:iniset_rpc_backend:155 local virtual_host=nova_cell1
+lib/rpc_backend:iniset_rpc_backend:156 is_service_enabled rabbit
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:iniset_rpc_backend:157 get_transport_url nova_cell1
++lib/rpc_backend:get_transport_url:134 local virtual_host=nova_cell1
++lib/rpc_backend:get_transport_url:135 is_service_enabled rabbit
++functions-common:is_service_enabled:1881 local xtrace
+++functions-common:is_service_enabled:1882 grep xtrace
+++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
++functions-common:is_service_enabled:1883 set +o xtrace
++functions-common:is_service_enabled:1911 return 0
++lib/rpc_backend:get_transport_url:136 echo rabbit://stackrabbit:openstack@104.130.163.16:5672/nova_cell1
+lib/rpc_backend:iniset_rpc_backend:157 iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:openstack@104.130.163.16:5672/nova_cell1
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/rpc_backend:iniset_rpc_backend:158 '[' -n '' ']'
+lib/rpc_backend:iniset_rpc_backend:161 '[' -n '' ']'
+lib/nova:create_nova_conf:588 is_service_enabled placement placement-client
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:create_nova_conf:589 configure_placement_nova_compute /etc/nova/nova_cell1.conf
+lib/placement:configure_placement_nova_compute:105 local conf=/etc/nova/nova_cell1.conf
+lib/placement:configure_placement_nova_compute:106 iniset /etc/nova/nova_cell1.conf placement auth_type password
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:107 iniset /etc/nova/nova_cell1.conf placement auth_url http://104.130.163.16/identity
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:108 iniset /etc/nova/nova_cell1.conf placement username placement
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:109 iniset /etc/nova/nova_cell1.conf placement password openstack
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:110 iniset /etc/nova/nova_cell1.conf placement user_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:111 iniset /etc/nova/nova_cell1.conf placement project_name service
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/placement:configure_placement_nova_compute:112 iniset /etc/nova/nova_cell1.conf placement project_domain_name Default
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:593 setup_logging /etc/nova/nova_cell1.conf
+functions:setup_logging:642 local conf_file=/etc/nova/nova_cell1.conf
+functions:setup_logging:643 local other_cond=False
+functions:setup_logging:644 [[ True == \T\r\u\e ]]
+functions:setup_logging:645 setup_systemd_logging /etc/nova/nova_cell1.conf
+functions:setup_systemd_logging:673 local conf_file=/etc/nova/nova_cell1.conf
+functions:setup_systemd_logging:674 local conf_section=DEFAULT
++functions:setup_systemd_logging:679 trueorfalse False USE_JOURNAL
++functions-common:trueorfalse:142 local xtrace
+++functions-common:trueorfalse:143 grep xtrace
+++functions-common:trueorfalse:143 set +o
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions:setup_systemd_logging:679 USE_JOURNAL=False
+functions:setup_systemd_logging:680 local pidstr=
+functions:setup_systemd_logging:681 [[ False == \T\r\u\e ]]
+functions:setup_systemd_logging:685 pidstr='(pid=%(process)d) '
+functions:setup_systemd_logging:687 iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:689 iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:690 iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+functions:setup_systemd_logging:691 iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:create_nova_conf:600 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
++lib/nova:create_nova_conf:603 seq 1 1
+lib/nova:create_nova_conf:603 for i in '$(seq 1 $NOVA_NUM_CELLS)'
+lib/nova:create_nova_conf:604 local conf
++lib/nova:create_nova_conf:605 conductor_conf 1
++lib/nova:conductor_conf:691 local cell=1
++lib/nova:conductor_conf:692 echo /etc/nova/nova_cell1.conf
+lib/nova:create_nova_conf:605 conf=/etc/nova/nova_cell1.conf
+lib/nova:create_nova_conf:606 configure_console_proxies /etc/nova/nova_cell1.conf
+lib/nova:configure_console_proxies:651 local conf=/etc/nova/nova_cell1.conf
+lib/nova:configure_console_proxies:653 is_service_enabled n-novnc
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:configure_console_proxies:654 iniset /etc/nova/nova_cell1.conf vnc novncproxy_host 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:configure_console_proxies:655 iniset /etc/nova/nova_cell1.conf vnc xvpvncproxy_host 0.0.0.0
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova:configure_console_proxies:657 is_nova_console_proxy_compute_tls_enabled
+lib/nova:is_nova_console_proxy_compute_tls_enabled:207 [[ False = \T\r\u\e ]]
+lib/nova:is_nova_console_proxy_compute_tls_enabled:208 return 1
+lib/nova:configure_console_proxies:669 is_service_enabled n-spice
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:configure_console_proxies:673 is_service_enabled n-sproxy
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 1
+lib/nova:configure_nova:350 is_service_enabled n-cpu
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova:configure_nova:350 [[ -r /home/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]]
+lib/nova:configure_nova:352 configure_nova_hypervisor
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:40 configure_libvirt
+lib/nova_plugins/functions-libvirt:configure_libvirt:95 is_service_enabled neutron
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 grep xtrace
++functions-common:is_service_enabled:1882 set +o
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+lib/nova_plugins/functions-libvirt:configure_libvirt:95 sudo grep -q '^cgroup_device_acl' /etc/libvirt/qemu.conf
+lib/nova_plugins/functions-libvirt:configure_libvirt:108 is_fedora
+functions-common:is_fedora:438 [[ -z Ubuntu ]]
+functions-common:is_fedora:442 '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442 '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443 '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444 '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444 '[' Ubuntu = OracleServer ']'
+functions-common:is_fedora:445 '[' Ubuntu = Virtuozzo ']'
+lib/nova_plugins/functions-libvirt:configure_libvirt:108 is_suse
+functions-common:is_suse:453 [[ -z Ubuntu ]]
+functions-common:is_suse:457 [[ Ubuntu =~ (openSUSE) ]]
+functions-common:is_suse:457 [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
+lib/nova_plugins/functions-libvirt:configure_libvirt:127 getent group libvirt
+lib/nova_plugins/functions-libvirt:configure_libvirt:130 add_user_to_group stack libvirt
+functions-common:add_user_to_group:2028 local user=stack
+functions-common:add_user_to_group:2029 local group=libvirt
+functions-common:add_user_to_group:2031 sudo usermod -a -G libvirt stack
+lib/nova_plugins/functions-libvirt:configure_libvirt:133 [[ True = \T\r\u\e ]]
+lib/nova_plugins/functions-libvirt:configure_libvirt:134 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/nova_plugins/functions-libvirt:configure_libvirt:139 local 'log_filters=1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu'
+lib/nova_plugins/functions-libvirt:configure_libvirt:143 local log_outputs=1:file:/var/log/libvirt/libvirtd.log
+lib/nova_plugins/functions-libvirt:configure_libvirt:144 sudo grep -q '^log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu"' /etc/libvirt/libvirtd.conf
+lib/nova_plugins/functions-libvirt:configure_libvirt:147 sudo grep -q '^log_outputs="1:file:/var/log/libvirt/libvirtd.log"' /etc/libvirt/libvirtd.conf
+lib/nova_plugins/functions-libvirt:configure_libvirt:152 is_nova_console_proxy_compute_tls_enabled
+lib/nova:is_nova_console_proxy_compute_tls_enabled:207 [[ False = \T\r\u\e ]]
+lib/nova:is_nova_console_proxy_compute_tls_enabled:208 return 1
+lib/nova_plugins/functions-libvirt:configure_libvirt:166 restart_service libvirt-bin
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart libvirt-bin
+lib/nova_plugins/functions-libvirt:configure_libvirt:172 restart_service virtlogd
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart virtlogd
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:41 iniset /etc/nova/nova.conf libvirt virt_type qemu
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:42 iniset /etc/nova/nova.conf libvirt cpu_mode none
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:44 iniset /etc/nova/nova.conf DEFAULT pointer_model ps2mouse
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:45 iniset /etc/nova/nova.conf libvirt live_migration_uri qemu+ssh://stack@%s/system
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:46 iniset /etc/nova/nova.conf DEFAULT default_ephemeral_format ext4
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:47 iniset /etc/nova/nova.conf DEFAULT compute_driver libvirt.LibvirtDriver
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:48 LIBVIRT_FIREWALL_DRIVER=nova.virt.libvirt.firewall.IptablesFirewallDriver
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:49 iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.libvirt.firewall.IptablesFirewallDriver
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:51 is_arch ppc64
++functions-common:is_arch:420 uname -m
+functions-common:is_arch:420 [[ x86_64 == \p\p\c\6\4 ]]
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:56 is_arch aarch64
++functions-common:is_arch:420 uname -m
+functions-common:is_arch:420 [[ x86_64 == \a\a\r\c\h\6\4 ]]
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:62 isset ENABLE_FILE_INJECTION
+functions-common:isset:163 [[ -v ENABLE_FILE_INJECTION ]]
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:70 [[ qemu = \p\a\r\a\l\l\e\l\s ]]
+lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:77 [[ '' == \L\V\M ]]
+./stack.sh:main:905 is_service_enabled placement
+functions-common:is_service_enabled:1881 local xtrace
++functions-common:is_service_enabled:1882 set +o
++functions-common:is_service_enabled:1882 grep xtrace
+functions-common:is_service_enabled:1882 xtrace='set -o xtrace'
+functions-common:is_service_enabled:1883 set +o xtrace
+functions-common:is_service_enabled:1911 return 0
+./stack.sh:main:907 stack_install_service placement
+lib/stack:stack_install_service:20 local service=placement
+lib/stack:stack_install_service:21 type install_placement
+lib/stack:stack_install_service:23 [[ False = True ]]
+lib/stack:stack_install_service:32 install_placement
+lib/placement:install_placement:161 install_apache_wsgi
+lib/apache:install_apache_wsgi:121 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:install_apache_wsgi:123 install_package apache2
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package apache2
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install apache2
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 set +o
++functions-common:apt_get:1069 grep xtrace
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version (2.4.18-2ubuntu3.9).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453503695
+functions-common:time_stop:2268 [[ -z 1531453503695 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453504245
+functions-common:time_stop:2272 elapsed_time=550
+functions-common:time_stop:2273 total=5245
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=5795
+functions-common:apt_get:1089 return 0
+lib/apache:install_apache_wsgi:124 python3_enabled
+inc/python:python3_enabled:587 [[ False == \T\r\u\e ]]
+inc/python:python3_enabled:590 return 1
+lib/apache:install_apache_wsgi:130 install_package libapache2-mod-wsgi
+functions-common:install_package:1281 update_package_repo
+functions-common:update_package_repo:1253 NO_UPDATE_REPOS=False
+functions-common:update_package_repo:1254 REPOS_UPDATED=True
+functions-common:update_package_repo:1255 RETRY_UPDATE=False
+functions-common:update_package_repo:1257 [[ False = \T\r\u\e ]]
+functions-common:update_package_repo:1261 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:update_package_repo:1262 apt_get_update
+functions-common:apt_get_update:1040 [[ True == \T\r\u\e ]]
+functions-common:apt_get_update:1040 [[ False != \T\r\u\e ]]
+functions-common:apt_get_update:1041 return
+functions-common:install_package:1282 real_install_package libapache2-mod-wsgi
+functions-common:real_install_package:1267 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+functions-common:real_install_package:1268 apt_get install libapache2-mod-wsgi
+functions-common:apt_get:1068 local xtrace result
++functions-common:apt_get:1069 grep xtrace
++functions-common:apt_get:1069 set +o
+functions-common:apt_get:1069 xtrace='set -o xtrace'
+functions-common:apt_get:1070 set +o xtrace
+functions-common:apt_get:1081 sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-wsgi is already the newest version (4.3.0-1.1build1).
The following packages were automatically installed and are no longer required:
libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
+functions-common:apt_get:1085 result=0
+functions-common:apt_get:1088 time_stop apt-get
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=apt-get
+functions-common:time_stop:2266 start_time=1531453504472
+functions-common:time_stop:2268 [[ -z 1531453504472 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453504991
+functions-common:time_stop:2272 elapsed_time=519
+functions-common:time_stop:2273 total=5795
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=6314
+functions-common:apt_get:1089 return 0
+lib/apache:install_apache_wsgi:146 enable_apache_mod wsgi
+lib/apache:enable_apache_mod:54 local mod=wsgi
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ wsgi != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_mod:59 a2query -m wsgi
wsgi (enabled by maintainer script)
+lib/placement:install_placement:164 pip_install osc-placement
+inc/python:pip_install:229 local xtrace result
++inc/python:pip_install:230 set +o
++inc/python:pip_install:230 grep xtrace
+inc/python:pip_install:230 xtrace='set -o xtrace'
+inc/python:pip_install:231 set +o xtrace
+inc/python:pip_install:349 local install_test_reqs=
+inc/python:pip_install:350 local test_req=osc-placement/test-requirements.txt
+inc/python:pip_install:351 [[ -e osc-placement/test-requirements.txt ]]
+inc/python:pip_install:359 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt osc-placement
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Requirement already satisfied: osc-placement===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
Requirement already satisfied: pbr===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
Requirement already satisfied: six===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))
Requirement already satisfied: keystoneauth1===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
Requirement already satisfied: osc-lib===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
Requirement already satisfied: stevedore===1.28.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483))
Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199))
Requirement already satisfied: requests===2.19.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429))
Requirement already satisfied: os-service-types===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280))
Requirement already satisfied: openstacksdk===0.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
Requirement already satisfied: oslo.i18n===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
Requirement already satisfied: os-client-config===1.31.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275))
Requirement already satisfied: cliff===2.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111))
Requirement already satisfied: Babel===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460))
Requirement already satisfied: oslo.utils===3.36.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
Requirement already satisfied: certifi===2018.4.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))
Requirement already satisfied: chardet===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
Requirement already satisfied: urllib3===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523))
Requirement already satisfied: idna===2.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
Requirement already satisfied: PyYAML===3.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83))
Requirement already satisfied: jsonpatch===1.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
Requirement already satisfied: netifaces===0.10.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
Requirement already satisfied: jmespath===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
Requirement already satisfied: futures===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
Requirement already satisfied: decorator===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
Requirement already satisfied: deprecation===2.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437))
Requirement already satisfied: ipaddress===1.0.22 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
Requirement already satisfied: dogpile.cache===0.6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
Requirement already satisfied: cmd2===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112))
Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520))
Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
Requirement already satisfied: pytz===2018.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419))
Requirement already satisfied: debtcollector===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127))
Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
Requirement already satisfied: packaging===17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
Requirement already satisfied: pyperclip===1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354))
Requirement already satisfied: contextlib2===0.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530))
Requirement already satisfied: subprocess32===3.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485))
Requirement already satisfied: wrapt===1.10.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536))
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+inc/python:pip_install:366 result=0
+inc/python:pip_install:368 time_stop pip_install
+functions-common:time_stop:2259 local name
+functions-common:time_stop:2260 local end_time
+functions-common:time_stop:2261 local elapsed_time
+functions-common:time_stop:2262 local total
+functions-common:time_stop:2263 local start_time
+functions-common:time_stop:2265 name=pip_install
+functions-common:time_stop:2266 start_time=1531453505183
+functions-common:time_stop:2268 [[ -z 1531453505183 ]]
++functions-common:time_stop:2271 date +%s%3N
+functions-common:time_stop:2271 end_time=1531453508451
+functions-common:time_stop:2272 elapsed_time=3268
+functions-common:time_stop:2273 total=135680
+functions-common:time_stop:2275 _TIME_START[$name]=
+functions-common:time_stop:2276 _TIME_TOTAL[$name]=138948
+inc/python:pip_install:369 return 0
+lib/stack:stack_install_service:33 [[ False = True ]]
+./stack.sh:main:908 configure_placement
+lib/placement:configure_placement:123 '[' False '!=' False ']'
+lib/placement:configure_placement:127 [[ uwsgi == \u\w\s\g\i ]]
+lib/placement:configure_placement:128 write_uwsgi_config /etc/nova/placement-uwsgi.ini /usr/local/bin/nova-placement-api /placement
+lib/apache:write_uwsgi_config:236 local file=/etc/nova/placement-uwsgi.ini
+lib/apache:write_uwsgi_config:237 local wsgi=/usr/local/bin/nova-placement-api
+lib/apache:write_uwsgi_config:238 local url=/placement
+lib/apache:write_uwsgi_config:239 local http=
+lib/apache:write_uwsgi_config:240 local name=
++lib/apache:write_uwsgi_config:241 basename /usr/local/bin/nova-placement-api
+lib/apache:write_uwsgi_config:241 name=nova-placement-api
+lib/apache:write_uwsgi_config:245 local socket_dir=/var/run/uwsgi
+lib/apache:write_uwsgi_config:249 sudo mkdir -p /etc/tmpfiles.d/
+lib/apache:write_uwsgi_config:250 echo 'd /var/run/uwsgi 0755 stack root'
+lib/apache:write_uwsgi_config:250 sudo tee /etc/tmpfiles.d/uwsgi.conf
d /var/run/uwsgi 0755 stack root
+lib/apache:write_uwsgi_config:251 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
+lib/apache:write_uwsgi_config:253 local socket=/var/run/uwsgi/nova-placement-api.socket
+lib/apache:write_uwsgi_config:256 rm -rf /etc/nova/placement-uwsgi.ini
+lib/apache:write_uwsgi_config:257 iniset /etc/nova/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-placement-api
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:258 iniset /etc/nova/placement-uwsgi.ini uwsgi processes 2
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:260 iniset /etc/nova/placement-uwsgi.ini uwsgi master true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:262 iniset /etc/nova/placement-uwsgi.ini uwsgi die-on-term true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:263 iniset /etc/nova/placement-uwsgi.ini uwsgi exit-on-reload false
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:266 iniset /etc/nova/placement-uwsgi.ini uwsgi worker-reload-mercy 90
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:267 iniset /etc/nova/placement-uwsgi.ini uwsgi enable-threads true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:268 iniset /etc/nova/placement-uwsgi.ini uwsgi plugins python
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:270 iniset /etc/nova/placement-uwsgi.ini uwsgi thunder-lock true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:272 iniset /etc/nova/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:274 iniset /etc/nova/placement-uwsgi.ini uwsgi buffer-size 65535
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:276 iniset /etc/nova/placement-uwsgi.ini uwsgi add-header 'Connection: close'
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:278 iniset /etc/nova/placement-uwsgi.ini uwsgi lazy-apps true
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:281 [[ -n '' ]]
+lib/apache:write_uwsgi_config:284 local apache_conf=
++lib/apache:write_uwsgi_config:285 apache_site_config_for nova-placement-api
++lib/apache:apache_site_config_for:168 local site=nova-placement-api
++lib/apache:apache_site_config_for:169 is_ubuntu
++functions-common:is_ubuntu:465 [[ -z deb ]]
++functions-common:is_ubuntu:468 '[' deb = deb ']'
++lib/apache:apache_site_config_for:171 echo /etc/apache2/sites-available/nova-placement-api.conf
+lib/apache:write_uwsgi_config:285 apache_conf=/etc/apache2/sites-available/nova-placement-api.conf
+lib/apache:write_uwsgi_config:286 iniset /etc/nova/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-placement-api.socket
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 set +o
++inc/ini-config:iniset:173 grep xtrace
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:287 iniset /etc/nova/placement-uwsgi.ini uwsgi chmod-socket 666
+inc/ini-config:iniset:172 local xtrace
++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 set +o
+inc/ini-config:iniset:173 xtrace='set -o xtrace'
+inc/ini-config:iniset:174 set +o xtrace
+lib/apache:write_uwsgi_config:288 sudo tee -a /etc/apache2/sites-available/nova-placement-api.conf
+lib/apache:write_uwsgi_config:288 echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/nova-placement-api.socket|uwsgi://uwsgi-uds-nova-placement-api/" retry=0 '
ProxyPass "/placement" "unix:/var/run/uwsgi/nova-placement-api.socket|uwsgi://uwsgi-uds-nova-placement-api/" retry=0
+lib/apache:write_uwsgi_config:289 enable_apache_site nova-placement-api
+lib/apache:enable_apache_site:185 local site=nova-placement-api
+lib/apache:enable_apache_site:187 enable_apache_mod version
+lib/apache:enable_apache_mod:54 local mod=version
+lib/apache:enable_apache_mod:56 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_mod:59 [[ version != \v\e\r\s\i\o\n ]]
+lib/apache:enable_apache_site:188 is_ubuntu
+functions-common:is_ubuntu:465 [[ -z deb ]]
+functions-common:is_ubuntu:468 '[' deb = deb ']'
+lib/apache:enable_apache_site:189 sudo a2ensite nova-placement-api
Site nova-placement-api already enabled
+lib/apache:write_uwsgi_config:290 restart_apache_server
+lib/apache:restart_apache_server:232 restart_service apache2
+functions-common:restart_service:2143 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2144 sudo /bin/systemctl restart apache2
+./stac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment