Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 209.47 KB | None | 0 0
  1. stack@dbox:~/devstack$ cat local.conf
  2. [[local|localrc]]
  3. ADMIN_PASSWORD=secret
  4. DATABASE_PASSWORD=$ADMIN_PASSWORD
  5. RABBIT_PASSWORD=$ADMIN_PASSWORD
  6. SERVICE_PASSWORD=$ADMIN_PASSWORD
  7. DEST=${DEST:-"/opt/stack"}
  8. DATA_DIR=${DATA_DIR:-"${DEST}/data"}
  9. stack@dbox:~/devstack$ ./stack.sh
  10. + unset GREP_OPTIONS
  11. + unset LANG
  12. + unset LANGUAGE
  13. + LC_ALL=en_US.utf8
  14. + export LC_ALL
  15. ++ env
  16. ++ grep -E '^OS_'
  17. ++ cut -d = -f 1
  18. + unset
  19. + umask 022
  20. + PATH=/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
  21. +++ dirname ./stack.sh
  22. ++ cd .
  23. ++ pwd
  24. + TOP_DIR=/opt/stack/devstack
  25. + NOUNSET=
  26. + [[ -n '' ]]
  27. ++ date +%s
  28. + DEVSTACK_START_TIME=1582638766
  29. + [[ -r /opt/stack/devstack/.stackenv ]]
  30. + rm /opt/stack/devstack/.stackenv
  31. + FILES=/opt/stack/devstack/files
  32. + '[' '!' -d /opt/stack/devstack/files ']'
  33. + '[' '!' -d /opt/stack/devstack/inc ']'
  34. + '[' '!' -d /opt/stack/devstack/lib ']'
  35. + [[ '' == \y ]]
  36. + [[ 1001 -eq 0 ]]
  37. + [[ -n '' ]]
  38. + [[ -e /opt/stack/.no-devstack ]]
  39. + LAST_SPINNER_PID=
  40. + source /opt/stack/devstack/functions
  41. ++ [[ -z '' ]]
  42. ++ declare -r -g _DEVSTACK_FUNCTIONS=1
  43. ++++ dirname /opt/stack/devstack/functions
  44. +++ cd /opt/stack/devstack
  45. +++ pwd
  46. ++ FUNC_DIR=/opt/stack/devstack
  47. ++ source /opt/stack/devstack/functions-common
  48. ++++ set +o
  49. ++++ grep xtrace
  50. +++ _XTRACE_FUNCTIONS_COMMON='set -o xtrace'
  51. +++ set +o xtrace
  52. ++ source /opt/stack/devstack/inc/ini-config
  53. ++++ set +o
  54. ++++ grep xtrace
  55. +++ INC_CONF_TRACE='set -o xtrace'
  56. +++ set +o xtrace
  57. ++ source /opt/stack/devstack/inc/meta-config
  58. ++++ set +o
  59. ++++ grep xtrace
  60. +++ _XTRACE_INC_META='set -o xtrace'
  61. +++ set +o xtrace
  62. ++ source /opt/stack/devstack/inc/python
  63. ++++ set +o
  64. ++++ grep xtrace
  65. +++ INC_PY_TRACE='set -o xtrace'
  66. +++ set +o xtrace
  67. ++ source /opt/stack/devstack/inc/rootwrap
  68. ++++ set +o
  69. ++++ grep xtrace
  70. +++ INC_ROOT_TRACE='set -o xtrace'
  71. +++ set +o xtrace
  72. +++ set +o
  73. +++ grep xtrace
  74. ++ _XTRACE_FUNCTIONS='set -o xtrace'
  75. ++ set +o xtrace
  76. + source /opt/stack/devstack/lib/stack
  77. + GetDistro
  78. + GetOSVersion
  79. + _ensure_lsb_release
  80. ++ command -v lsb_release
  81. + [[ -x /usr/bin/lsb_release ]]
  82. + return
  83. ++ lsb_release -r -s
  84. + os_RELEASE=18.04
  85. ++ lsb_release -c -s
  86. + os_CODENAME=bionic
  87. ++ lsb_release -i -s
  88. + os_VENDOR=Ubuntu
  89. + [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
  90. + os_PACKAGE=deb
  91. + typeset -xr os_VENDOR
  92. + typeset -xr os_RELEASE
  93. + typeset -xr os_PACKAGE
  94. + typeset -xr os_CODENAME
  95. + [[ Ubuntu =~ (Ubuntu) ]]
  96. + DISTRO=bionic
  97. + typeset -xr DISTRO
  98. + rm -f /opt/stack/devstack/.localrc.auto
  99. + extract_localrc_section /opt/stack/devstack/local.conf /opt/stack/devstack/localrc /opt/stack/devstack/.localrc.auto
  100. + local configfile=/opt/stack/devstack/local.conf
  101. + local localrcfile=/opt/stack/devstack/localrc
  102. + local localautofile=/opt/stack/devstack/.localrc.auto
  103. + [[ -r /opt/stack/devstack/local.conf ]]
  104. ++ get_meta_section_files /opt/stack/devstack/local.conf local
  105. ++ local file=/opt/stack/devstack/local.conf
  106. ++ local matchgroup=local
  107. ++ [[ -r /opt/stack/devstack/local.conf ]]
  108. ++ awk -v matchgroup=local '
  109.        /^\[\[.+\|.*\]\]/ {
  110.            gsub("[][]", "", $1);
  111.            split($1, a, "|");
  112.            if (a[1] == matchgroup)
  113.                print a[2]
  114.        }
  115.    ' /opt/stack/devstack/local.conf
  116. + LRC=localrc
  117. + for lfile in $LRC
  118. + [[ localrc == \l\o\c\a\l\r\c ]]
  119. + [[ -r /opt/stack/devstack/localrc ]]
  120. + echo '# Generated file, do not edit'
  121. + get_meta_section /opt/stack/devstack/local.conf local localrc
  122. + local file=/opt/stack/devstack/local.conf
  123. + local matchgroup=local
  124. + local configfile=localrc
  125. + [[ -r /opt/stack/devstack/local.conf ]]
  126. + [[ -z localrc ]]
  127. + awk -v matchgroup=local -v configfile=localrc '
  128.        BEGIN { group = "" }
  129.        /^\[\[.+\|.*\]\]/ {
  130.            gsub("[][]", "", $1);
  131.            split($1, a, "|");
  132.            if (a[1] == matchgroup && a[2] == configfile) {
  133.                group=a[1]
  134.            } else {
  135.                group=""
  136.            }
  137.            next
  138.        }
  139.        {
  140.            if (group != "")
  141.                print $0
  142.        }
  143.    ' /opt/stack/devstack/local.conf
  144. + [[ ! -r /opt/stack/devstack/stackrc ]]
  145. + source /opt/stack/devstack/stackrc
  146. ++ [[ -z '' ]]
  147. ++ declare -r -g _DEVSTACK_STACKRC=1
  148. ++++ dirname /opt/stack/devstack/stackrc
  149. +++ cd /opt/stack/devstack
  150. +++ pwd
  151. ++ RC_DIR=/opt/stack/devstack
  152. ++ source /opt/stack/devstack/functions
  153. +++ [[ -z 1 ]]
  154. +++ return 0
  155. ++ TARGET_BRANCH=master
  156. ++ TRAILING_TARGET_BRANCH=master
  157. ++ BRANCHLESS_TARGET_BRANCH=master
  158. ++ DEST=/opt/stack
  159. ++ DATA_DIR=/opt/stack/data
  160. ++ SERVICE_DIR=/opt/stack/status
  161. ++ SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
  162. ++ [[ 1001 -eq 0 ]]
  163. +++ whoami
  164. ++ STACK_USER=stack
  165. ++ REGION_NAME=RegionOne
  166. ++ KEYSTONE_REGION_NAME=RegionOne
  167. ++ isset ENABLED_SERVICES
  168. ++ [[ -v ENABLED_SERVICES ]]
  169. ++ ENABLED_SERVICES=key
  170. ++ ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta
  171. ++ ENABLED_SERVICES+=,placement-api,placement-client
  172. ++ ENABLED_SERVICES+=,g-api
  173. ++ ENABLED_SERVICES+=,c-sch,c-api,c-vol
  174. ++ ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
  175. ++ ENABLED_SERVICES+=,horizon
  176. ++ ENABLED_SERVICES+=,rabbit,tempest,mysql,etcd3,dstat
  177. ++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True
  178. ++ NOVA_ENABLED_APIS=osapi_compute,metadata
  179. ++ [[ -f /opt/stack/devstack/localrc ]]
  180. ++ [[ -f /opt/stack/devstack/.localrc.auto ]]
  181. ++ source /opt/stack/devstack/.localrc.auto
  182. +++ ADMIN_PASSWORD=secret
  183. +++ DATABASE_PASSWORD=secret
  184. +++ RABBIT_PASSWORD=secret
  185. +++ SERVICE_PASSWORD=secret
  186. +++ DEST=/opt/stack
  187. +++ DATA_DIR=/opt/stack/data
  188. ++ CELLSV2_SETUP=superconductor
  189. ++ HORIZON_APACHE_ROOT=/dashboard
  190. ++ USE_SYSTEMD=True
  191. +++ trueorfalse False USER_UNITS
  192. +++ local xtrace
  193. ++++ set +o
  194. ++++ grep xtrace
  195. +++ xtrace='set -o xtrace'
  196. +++ set +o xtrace
  197. ++ USER_UNITS=False
  198. ++ [[ False == \T\r\u\e ]]
  199. ++ SYSTEMD_DIR=/etc/systemd/system
  200. ++ SYSTEMCTL='sudo systemctl'
  201. +++ trueorfalse True ENABLE_KSM
  202. +++ local xtrace
  203. ++++ set +o
  204. ++++ grep xtrace
  205. +++ xtrace='set -o xtrace'
  206. +++ set +o xtrace
  207. ++ ENABLE_KSM=True
  208. ++ [[ -r /opt/stack/devstack/.localrc.password ]]
  209. +++ trueorfalse True USE_PYTHON3
  210. +++ local xtrace
  211. ++++ set +o
  212. ++++ grep xtrace
  213. +++ xtrace='set -o xtrace'
  214. +++ set +o xtrace
  215. ++ export USE_PYTHON3=True
  216. ++ USE_PYTHON3=True
  217. +++ _get_python_version python3
  218. +++ local interp=python3
  219. +++ local version
  220. ++++ which python3
  221. +++ [[ -x /usr/bin/python3 ]]
  222. ++++ python3 -c 'import sys; print("%s.%s" % sys.version_info[0:2])'
  223. +++ version=3.6
  224. +++ echo 3.6
  225. ++ _DEFAULT_PYTHON3_VERSION=3.6
  226. ++ export PYTHON3_VERSION=3.6
  227. ++ PYTHON3_VERSION=3.6
  228. +++ _get_python_version python2
  229. +++ local interp=python2
  230. +++ local version
  231. ++++ which python2
  232. +++ [[ -x /usr/bin/python2 ]]
  233. ++++ python2 -c 'import sys; print("%s.%s" % sys.version_info[0:2])'
  234. +++ version=2.7
  235. +++ echo 2.7
  236. ++ _DEFAULT_PYTHON2_VERSION=2.7
  237. ++ export PYTHON2_VERSION=2.7
  238. ++ PYTHON2_VERSION=2.7
  239. ++ [[ True == True ]]
  240. ++ export 'VIRTUALENV_CMD=virtualenv -p python3'
  241. ++ VIRTUALENV_CMD='virtualenv -p python3'
  242. ++ '[' -t 1 ']'
  243. ++ _LOG_COLOR_DEFAULT=True
  244. +++ trueorfalse True LOG_COLOR
  245. +++ local xtrace
  246. ++++ set +o
  247. ++++ grep xtrace
  248. +++ xtrace='set -o xtrace'
  249. +++ set +o xtrace
  250. ++ LOG_COLOR=True
  251. ++ [[ True == \T\r\u\e ]]
  252. ++ TPUT_T=
  253. ++ '[' xterm-256color ']'
  254. ++ export 'PS4=+\[$(tput  setaf 242)\]$(short_source)\[$(tput  sgr0)\] '
  255. ++ PS4='+\[$(tput  setaf 242)\]$(short_source)\[$(tput  sgr0)\] '
  256. ++stackrc:source:186                        IDENTITY_API_VERSION=3
  257. +++stackrc:source:196                        trueorfalse False ENABLE_IDENTITY_V2
  258. +++functions-common:trueorfalse:148          local xtrace
  259. ++++functions-common:trueorfalse:149          set +o
  260. ++++functions-common:trueorfalse:149          grep xtrace
  261. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  262. +++functions-common:trueorfalse:150          set +o xtrace
  263. ++stackrc:source:196                        ENABLE_IDENTITY_V2=False
  264. ++stackrc:source:197                        '[' False == False ']'
  265. ++stackrc:source:198                        IDENTITY_API_VERSION=3
  266. +++stackrc:source:205                        trueorfalse False USE_VENV
  267. +++functions-common:trueorfalse:148          local xtrace
  268. ++++functions-common:trueorfalse:149          grep xtrace
  269. ++++functions-common:trueorfalse:149          set +o
  270. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  271. +++functions-common:trueorfalse:150          set +o xtrace
  272. ++stackrc:source:205                        USE_VENV=False
  273. ++stackrc:source:209                        ADDITIONAL_VENV_PACKAGES=
  274. +++stackrc:source:213                        trueorfalse False DATABASE_QUERY_LOGGING
  275. +++functions-common:trueorfalse:148          local xtrace
  276. ++++functions-common:trueorfalse:149          grep xtrace
  277. ++++functions-common:trueorfalse:149          set +o
  278. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  279. +++functions-common:trueorfalse:150          set +o xtrace
  280. ++stackrc:source:213                        DATABASE_QUERY_LOGGING=False
  281. ++stackrc:source:224                        GIT_TIMEOUT=0
  282. ++stackrc:source:230                        WSGI_MODE=uwsgi
  283. ++stackrc:source:236                        GIT_BASE=https://opendev.org
  284. ++stackrc:source:239                        REQUIREMENTS_DIR=/opt/stack/requirements
  285. ++stackrc:source:257                        DEVSTACK_SERIES=ussuri
  286. ++stackrc:source:266                        CINDER_REPO=https://opendev.org/openstack/cinder.git
  287. ++stackrc:source:267                        CINDER_BRANCH=master
  288. ++stackrc:source:270                        GLANCE_REPO=https://opendev.org/openstack/glance.git
  289. ++stackrc:source:271                        GLANCE_BRANCH=master
  290. ++stackrc:source:274                        HORIZON_REPO=https://opendev.org/openstack/horizon.git
  291. ++stackrc:source:275                        HORIZON_BRANCH=master
  292. ++stackrc:source:278                        KEYSTONE_REPO=https://opendev.org/openstack/keystone.git
  293. ++stackrc:source:279                        KEYSTONE_BRANCH=master
  294. ++stackrc:source:282                        NEUTRON_REPO=https://opendev.org/openstack/neutron.git
  295. ++stackrc:source:283                        NEUTRON_BRANCH=master
  296. ++stackrc:source:286                        NEUTRON_FWAAS_REPO=https://opendev.org/openstack/neutron-fwaas.git
  297. ++stackrc:source:287                        NEUTRON_FWAAS_BRANCH=master
  298. ++stackrc:source:290                        NOVA_REPO=https://opendev.org/openstack/nova.git
  299. ++stackrc:source:291                        NOVA_BRANCH=master
  300. ++stackrc:source:294                        SWIFT_REPO=https://opendev.org/openstack/swift.git
  301. ++stackrc:source:295                        SWIFT_BRANCH=master
  302. ++stackrc:source:298                        PLACEMENT_REPO=https://opendev.org/openstack/placement.git
  303. ++stackrc:source:299                        PLACEMENT_BRANCH=master
  304. ++stackrc:source:308                        REQUIREMENTS_REPO=https://opendev.org/openstack/requirements.git
  305. ++stackrc:source:309                        REQUIREMENTS_BRANCH=master
  306. ++stackrc:source:312                        TEMPEST_REPO=https://opendev.org/openstack/tempest.git
  307. ++stackrc:source:313                        TEMPEST_BRANCH=master
  308. ++stackrc:source:324                        GITREPO["python-cinderclient"]=https://opendev.org/openstack/python-cinderclient.git
  309. ++stackrc:source:325                        GITBRANCH["python-cinderclient"]=master
  310. ++stackrc:source:328                        GITREPO["python-brick-cinderclient-ext"]=https://opendev.org/openstack/python-brick-cinderclient-ext.git
  311. ++stackrc:source:329                        GITBRANCH["python-brick-cinderclient-ext"]=master
  312. ++stackrc:source:332                        GITREPO["python-barbicanclient"]=https://opendev.org/openstack/python-barbicanclient.git
  313. ++stackrc:source:333                        GITBRANCH["python-barbicanclient"]=master
  314. ++stackrc:source:334                        GITDIR["python-barbicanclient"]=/opt/stack/python-barbicanclient
  315. ++stackrc:source:337                        GITREPO["python-glanceclient"]=https://opendev.org/openstack/python-glanceclient.git
  316. ++stackrc:source:338                        GITBRANCH["python-glanceclient"]=master
  317. ++stackrc:source:341                        GITREPO["python-ironicclient"]=https://opendev.org/openstack/python-ironicclient.git
  318. ++stackrc:source:342                        GITBRANCH["python-ironicclient"]=master
  319. ++stackrc:source:344                        GITDIR["python-ironicclient"]=/opt/stack/python-ironicclient
  320. ++stackrc:source:347                        GITREPO["keystoneauth"]=https://opendev.org/openstack/keystoneauth.git
  321. ++stackrc:source:348                        GITBRANCH["keystoneauth"]=master
  322. ++stackrc:source:351                        GITREPO["python-keystoneclient"]=https://opendev.org/openstack/python-keystoneclient.git
  323. ++stackrc:source:352                        GITBRANCH["python-keystoneclient"]=master
  324. ++stackrc:source:355                        GITREPO["python-neutronclient"]=https://opendev.org/openstack/python-neutronclient.git
  325. ++stackrc:source:356                        GITBRANCH["python-neutronclient"]=master
  326. ++stackrc:source:359                        GITREPO["python-novaclient"]=https://opendev.org/openstack/python-novaclient.git
  327. ++stackrc:source:360                        GITBRANCH["python-novaclient"]=master
  328. ++stackrc:source:363                        GITREPO["python-swiftclient"]=https://opendev.org/openstack/python-swiftclient.git
  329. ++stackrc:source:364                        GITBRANCH["python-swiftclient"]=master
  330. ++stackrc:source:367                        GITREPO["python-openstackclient"]=https://opendev.org/openstack/python-openstackclient.git
  331. ++stackrc:source:368                        GITBRANCH["python-openstackclient"]=master
  332. ++stackrc:source:370                        GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient
  333. ++stackrc:source:373                        GITREPO["osc-placement"]=https://opendev.org/openstack/osc-placement.git
  334. ++stackrc:source:374                        GITBRANCH["osc-placement"]=master
  335. ++stackrc:source:385                        GITREPO["castellan"]=https://opendev.org/openstack/castellan.git
  336. ++stackrc:source:386                        GITBRANCH["castellan"]=master
  337. ++stackrc:source:389                        GITREPO["cliff"]=https://opendev.org/openstack/cliff.git
  338. ++stackrc:source:390                        GITBRANCH["cliff"]=master
  339. ++stackrc:source:393                        GITREPO["futurist"]=https://opendev.org/openstack/futurist.git
  340. ++stackrc:source:394                        GITBRANCH["futurist"]=master
  341. ++stackrc:source:397                        GITREPO["debtcollector"]=https://opendev.org/openstack/debtcollector.git
  342. ++stackrc:source:398                        GITBRANCH["debtcollector"]=master
  343. ++stackrc:source:401                        GITREPO["automaton"]=https://opendev.org/openstack/automaton.git
  344. ++stackrc:source:402                        GITBRANCH["automaton"]=master
  345. ++stackrc:source:405                        GITREPO["oslo.cache"]=https://opendev.org/openstack/oslo.cache.git
  346. ++stackrc:source:406                        GITBRANCH["oslo.cache"]=master
  347. ++stackrc:source:409                        GITREPO["oslo.concurrency"]=https://opendev.org/openstack/oslo.concurrency.git
  348. ++stackrc:source:410                        GITBRANCH["oslo.concurrency"]=master
  349. ++stackrc:source:413                        GITREPO["oslo.config"]=https://opendev.org/openstack/oslo.config.git
  350. ++stackrc:source:414                        GITBRANCH["oslo.config"]=master
  351. ++stackrc:source:417                        GITREPO["oslo.context"]=https://opendev.org/openstack/oslo.context.git
  352. ++stackrc:source:418                        GITBRANCH["oslo.context"]=master
  353. ++stackrc:source:421                        GITREPO["oslo.db"]=https://opendev.org/openstack/oslo.db.git
  354. ++stackrc:source:422                        GITBRANCH["oslo.db"]=master
  355. ++stackrc:source:425                        GITREPO["oslo.i18n"]=https://opendev.org/openstack/oslo.i18n.git
  356. ++stackrc:source:426                        GITBRANCH["oslo.i18n"]=master
  357. ++stackrc:source:429                        GITREPO["oslo.log"]=https://opendev.org/openstack/oslo.log.git
  358. ++stackrc:source:430                        GITBRANCH["oslo.log"]=master
  359. ++stackrc:source:433                        GITREPO["oslo.messaging"]=https://opendev.org/openstack/oslo.messaging.git
  360. ++stackrc:source:434                        GITBRANCH["oslo.messaging"]=master
  361. ++stackrc:source:437                        GITREPO["oslo.middleware"]=https://opendev.org/openstack/oslo.middleware.git
  362. ++stackrc:source:438                        GITBRANCH["oslo.middleware"]=master
  363. ++stackrc:source:441                        GITREPO["oslo.policy"]=https://opendev.org/openstack/oslo.policy.git
  364. ++stackrc:source:442                        GITBRANCH["oslo.policy"]=master
  365. ++stackrc:source:445                        GITREPO["oslo.privsep"]=https://opendev.org/openstack/oslo.privsep.git
  366. ++stackrc:source:446                        GITBRANCH["oslo.privsep"]=master
  367. ++stackrc:source:449                        GITREPO["oslo.reports"]=https://opendev.org/openstack/oslo.reports.git
  368. ++stackrc:source:450                        GITBRANCH["oslo.reports"]=master
  369. ++stackrc:source:453                        GITREPO["oslo.rootwrap"]=https://opendev.org/openstack/oslo.rootwrap.git
  370. ++stackrc:source:454                        GITBRANCH["oslo.rootwrap"]=master
  371. ++stackrc:source:457                        GITREPO["oslo.serialization"]=https://opendev.org/openstack/oslo.serialization.git
  372. ++stackrc:source:458                        GITBRANCH["oslo.serialization"]=master
  373. ++stackrc:source:461                        GITREPO["oslo.service"]=https://opendev.org/openstack/oslo.service.git
  374. ++stackrc:source:462                        GITBRANCH["oslo.service"]=master
  375. ++stackrc:source:465                        GITREPO["oslo.utils"]=https://opendev.org/openstack/oslo.utils.git
  376. ++stackrc:source:466                        GITBRANCH["oslo.utils"]=master
  377. ++stackrc:source:469                        GITREPO["oslo.versionedobjects"]=https://opendev.org/openstack/oslo.versionedobjects.git
  378. ++stackrc:source:470                        GITBRANCH["oslo.versionedobjects"]=master
  379. ++stackrc:source:473                        GITREPO["oslo.vmware"]=https://opendev.org/openstack/oslo.vmware.git
  380. ++stackrc:source:474                        GITBRANCH["oslo.vmware"]=master
  381. ++stackrc:source:477                        GITREPO["osprofiler"]=https://opendev.org/openstack/osprofiler.git
  382. ++stackrc:source:478                        GITBRANCH["osprofiler"]=master
  383. ++stackrc:source:481                        GITREPO["pycadf"]=https://opendev.org/openstack/pycadf.git
  384. ++stackrc:source:482                        GITBRANCH["pycadf"]=master
  385. ++stackrc:source:485                        GITREPO["stevedore"]=https://opendev.org/openstack/stevedore.git
  386. ++stackrc:source:486                        GITBRANCH["stevedore"]=master
  387. ++stackrc:source:489                        GITREPO["taskflow"]=https://opendev.org/openstack/taskflow.git
  388. ++stackrc:source:490                        GITBRANCH["taskflow"]=master
  389. ++stackrc:source:493                        GITREPO["tooz"]=https://opendev.org/openstack/tooz.git
  390. ++stackrc:source:494                        GITBRANCH["tooz"]=master
  391. ++stackrc:source:497                        GITREPO["pbr"]=https://opendev.org/openstack/pbr.git
  392. ++stackrc:source:498                        GITBRANCH["pbr"]=master
  393. ++stackrc:source:508                        GITREPO["cursive"]=https://opendev.org/openstack/cursive.git
  394. ++stackrc:source:509                        GITBRANCH["cursive"]=master
  395. ++stackrc:source:512                        GITREPO["glance_store"]=https://opendev.org/openstack/glance_store.git
  396. ++stackrc:source:513                        GITBRANCH["glance_store"]=master
  397. ++stackrc:source:516                        GITREPO["keystonemiddleware"]=https://opendev.org/openstack/keystonemiddleware.git
  398. ++stackrc:source:517                        GITBRANCH["keystonemiddleware"]=master
  399. ++stackrc:source:520                        GITREPO["ceilometermiddleware"]=https://opendev.org/openstack/ceilometermiddleware.git
  400. ++stackrc:source:521                        GITBRANCH["ceilometermiddleware"]=master
  401. ++stackrc:source:522                        GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware
  402. ++stackrc:source:525                        GITREPO["openstacksdk"]=https://opendev.org/openstack/openstacksdk.git
  403. ++stackrc:source:526                        GITBRANCH["openstacksdk"]=master
  404. ++stackrc:source:529                        GITREPO["os-brick"]=https://opendev.org/openstack/os-brick.git
  405. ++stackrc:source:530                        GITBRANCH["os-brick"]=master
  406. ++stackrc:source:533                        GITREPO["os-client-config"]=https://opendev.org/openstack/os-client-config.git
  407. ++stackrc:source:534                        GITBRANCH["os-client-config"]=master
  408. ++stackrc:source:535                        GITDIR["os-client-config"]=/opt/stack/os-client-config
  409. ++stackrc:source:538                        GITREPO["os-vif"]=https://opendev.org/openstack/os-vif.git
  410. ++stackrc:source:539                        GITBRANCH["os-vif"]=master
  411. ++stackrc:source:542                        GITREPO["osc-lib"]=https://opendev.org/openstack/osc-lib.git
  412. ++stackrc:source:543                        GITBRANCH["osc-lib"]=master
  413. ++stackrc:source:546                        GITREPO["ironic-lib"]=https://opendev.org/openstack/ironic-lib.git
  414. ++stackrc:source:547                        GITBRANCH["ironic-lib"]=master
  415. ++stackrc:source:549                        GITDIR["ironic-lib"]=/opt/stack/ironic-lib
  416. ++stackrc:source:552                        GITREPO["diskimage-builder"]=https://opendev.org/openstack/diskimage-builder.git
  417. ++stackrc:source:553                        GITBRANCH["diskimage-builder"]=master
  418. ++stackrc:source:554                        GITDIR["diskimage-builder"]=/opt/stack/diskimage-builder
  419. ++stackrc:source:557                        GITREPO["neutron-lib"]=https://opendev.org/openstack/neutron-lib.git
  420. ++stackrc:source:558                        GITBRANCH["neutron-lib"]=master
  421. ++stackrc:source:559                        GITDIR["neutron-lib"]=/opt/stack/neutron-lib
  422. ++stackrc:source:562                        GITREPO["os-traits"]=https://opendev.org/openstack/os-traits.git
  423. ++stackrc:source:563                        GITBRANCH["os-traits"]=master
  424. ++stackrc:source:572                        DIB_UTILS_REPO=https://opendev.org/openstack/dib-utils.git
  425. ++stackrc:source:573                        DIB_UTILS_BRANCH=master
  426. ++stackrc:source:576                        OAC_REPO=https://opendev.org/openstack/os-apply-config.git
  427. ++stackrc:source:577                        OAC_BRANCH=master
  428. ++stackrc:source:580                        OCC_REPO=https://opendev.org/openstack/os-collect-config.git
  429. ++stackrc:source:581                        OCC_BRANCH=master
  430. ++stackrc:source:584                        ORC_REPO=https://opendev.org/openstack/os-refresh-config.git
  431. ++stackrc:source:585                        ORC_BRANCH=master
  432. ++stackrc:source:597                        IRONIC_PYTHON_AGENT_REPO=https://opendev.org/openstack/ironic-python-agent.git
  433. ++stackrc:source:598                        IRONIC_PYTHON_AGENT_BRANCH=master
  434. ++stackrc:source:601                        NOVNC_REPO=https://github.com/novnc/noVNC.git
  435. ++stackrc:source:602                        NOVNC_BRANCH=v1.0.0
  436. ++stackrc:source:605                        SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git
  437. ++stackrc:source:606                        SPICE_BRANCH=master
  438. +++stackrc:source:612                        trueorfalse False ENABLE_VOLUME_MULTIATTACH
  439. +++functions-common:trueorfalse:148          local xtrace
  440. ++++functions-common:trueorfalse:149          set +o
  441. ++++functions-common:trueorfalse:149          grep xtrace
  442. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  443. +++functions-common:trueorfalse:150          set +o xtrace
  444. ++stackrc:source:612                        ENABLE_VOLUME_MULTIATTACH=False
  445. ++stackrc:source:618                        DEFAULT_VIRT_DRIVER=libvirt
  446. ++stackrc:source:619                        is_package_installed xenserver-core
  447. ++functions-common:is_package_installed:1341  [[ -z xenserver-core ]]
  448. ++functions-common:is_package_installed:1345  [[ -z deb ]]
  449. ++functions-common:is_package_installed:1349  [[ deb = \d\e\b ]]
  450. ++functions-common:is_package_installed:1350  dpkg -s xenserver-core
  451. ++stackrc:source:620                        VIRT_DRIVER=libvirt
  452. ++stackrc:source:621                        case "$VIRT_DRIVER" in
  453. ++stackrc:source:623                        LIBVIRT_TYPE=kvm
  454. ++stackrc:source:624                        LIBVIRT_CPU_MODE=none
  455. ++stackrc:source:625                        [[ Ubuntu =~ (Debian|Ubuntu) ]]
  456. +++stackrc:source:629                        cut -d : -f 1 /etc/group
  457. +++stackrc:source:629                        grep 'libvirtd$'
  458. +++stackrc:source:629                        true
  459. ++stackrc:source:629                        LIBVIRT_GROUP=
  460. ++stackrc:source:630                        LIBVIRT_GROUP=libvirt
  461. ++stackrc:source:678                        CIRROS_VERSION=0.4.0
  462. ++stackrc:source:679                        CIRROS_ARCH=x86_64
  463. +++stackrc:source:684                        trueorfalse True DOWNLOAD_DEFAULT_IMAGES
  464. +++functions-common:trueorfalse:148          local xtrace
  465. ++++functions-common:trueorfalse:149          grep xtrace
  466. ++++functions-common:trueorfalse:149          set +o
  467. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  468. +++functions-common:trueorfalse:150          set +o xtrace
  469. ++stackrc:source:684                        DOWNLOAD_DEFAULT_IMAGES=True
  470. ++stackrc:source:685                        [[ True == \T\r\u\e ]]
  471. ++stackrc:source:686                        [[ -n '' ]]
  472. ++stackrc:source:689                        case "$VIRT_DRIVER" in
  473. ++stackrc:source:691                        case "$LIBVIRT_TYPE" in
  474. ++stackrc:source:697                        DEFAULT_IMAGE_NAME=cirros-0.4.0-x86_64-disk
  475. ++stackrc:source:698                        DEFAULT_IMAGE_FILE_NAME=cirros-0.4.0-x86_64-disk.img
  476. ++stackrc:source:699                        IMAGE_URLS+=http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
  477. ++stackrc:source:717                        DOWNLOAD_DEFAULT_IMAGES=False
  478. ++stackrc:source:726                        EXTRA_CACHE_URLS=
  479. ++stackrc:source:729                        ETCD_VERSION=v3.3.12
  480. ++stackrc:source:730                        ETCD_SHA256_AMD64=dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6
  481. ++stackrc:source:731                        ETCD_SHA256_ARM64=170b848ac1a071fe7d495d404a868a2c0090750b2944f8a260ef1c6125b2b4f4
  482. ++stackrc:source:732                        ETCD_SHA256_PPC64=77f807b1b51abbf51e020bb05bdb8ce088cb58260fcd22749ea32eee710463d3
  483. ++stackrc:source:734                        ETCD_SHA256_S390X=
  484. ++stackrc:source:736                        is_arch x86_64
  485. +++functions-common:is_arch:428              uname -m
  486. ++functions-common:is_arch:428              [[ x86_64 == \x\8\6\_\6\4 ]]
  487. ++stackrc:source:737                        ETCD_ARCH=amd64
  488. ++stackrc:source:738                        ETCD_SHA256=dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6
  489. ++stackrc:source:758                        ETCD_PORT=2379
  490. ++stackrc:source:759                        ETCD_PEER_PORT=2380
  491. ++stackrc:source:760                        ETCD_DOWNLOAD_URL=https://github.com/etcd-io/etcd/releases/download
  492. ++stackrc:source:761                        ETCD_NAME=etcd-v3.3.12-linux-amd64
  493. ++stackrc:source:762                        ETCD_DOWNLOAD_FILE=etcd-v3.3.12-linux-amd64.tar.gz
  494. ++stackrc:source:763                        ETCD_DOWNLOAD_LOCATION=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
  495. ++stackrc:source:765                        EXTRA_CACHE_URLS+=,https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
  496. ++stackrc:source:768                        CACHE_BACKEND=dogpile.cache.memcached
  497. ++stackrc:source:769                        MEMCACHE_SERVERS=localhost:11211
  498. ++stackrc:source:772                        for image_url in ${IMAGE_URLS//,/ }
  499. +++stackrc:source:773                        echo http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
  500. +++stackrc:source:773                        grep -o -F http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
  501. +++stackrc:source:773                        wc -l
  502. ++stackrc:source:773                        '[' 1 -gt 1 ']'
  503. ++stackrc:source:779                        VOLUME_BACKING_FILE_SIZE=24G
  504. ++stackrc:source:782                        VOLUME_NAME_PREFIX=volume-
  505. ++stackrc:source:783                        INSTANCE_NAME_PREFIX=instance-
  506. ++stackrc:source:786                        S3_SERVICE_PORT=3333
  507. ++stackrc:source:789                        PRIVATE_NETWORK_NAME=private
  508. ++stackrc:source:790                        PUBLIC_NETWORK_NAME=public
  509. ++stackrc:source:792                        PUBLIC_INTERFACE=
  510. ++stackrc:source:795                        SERVICE_PROTOCOL=http
  511. +++stackrc:source:801                        nproc
  512. +++stackrc:source:801                        nproc
  513. ++stackrc:source:801                        API_WORKERS=2
  514. ++stackrc:source:804                        SERVICE_TIMEOUT=60
  515. ++stackrc:source:807                        NOVA_READY_TIMEOUT=60
  516. ++stackrc:source:810                        SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
  517. ++stackrc:source:813                        WORKER_TIMEOUT=90
  518. ++stackrc:source:818                        [[ -e /usr/bin/dnf ]]
  519. ++stackrc:source:821                        YUM=yum
  520. +++stackrc:source:830                        trueorfalse False OFFLINE
  521. +++functions-common:trueorfalse:148          local xtrace
  522. ++++functions-common:trueorfalse:149          set +o
  523. ++++functions-common:trueorfalse:149          grep xtrace
  524. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  525. +++functions-common:trueorfalse:150          set +o xtrace
  526. ++stackrc:source:830                        OFFLINE=False
  527. +++stackrc:source:835                        trueorfalse False ERROR_ON_CLONE
  528. +++functions-common:trueorfalse:148          local xtrace
  529. ++++functions-common:trueorfalse:149          set +o
  530. ++++functions-common:trueorfalse:149          grep xtrace
  531. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  532. +++functions-common:trueorfalse:150          set +o xtrace
  533. ++stackrc:source:835                        ERROR_ON_CLONE=False
  534. +++stackrc:source:838                        trueorfalse True ENABLE_DEBUG_LOG_LEVEL
  535. +++functions-common:trueorfalse:148          local xtrace
  536. ++++functions-common:trueorfalse:149          grep xtrace
  537. ++++functions-common:trueorfalse:149          set +o
  538. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  539. +++functions-common:trueorfalse:150          set +o xtrace
  540. ++stackrc:source:838                        ENABLE_DEBUG_LOG_LEVEL=True
  541. ++stackrc:source:844                        FLOATING_RANGE=172.24.4.0/24
  542. ++stackrc:source:845                        IPV4_ADDRS_SAFE_TO_USE=10.0.0.0/22
  543. ++stackrc:source:846                        FIXED_RANGE=10.0.0.0/22
  544. ++stackrc:source:847                        HOST_IP_IFACE=
  545. ++stackrc:source:848                        HOST_IP=
  546. ++stackrc:source:849                        HOST_IPV6=
  547. +++stackrc:source:851                        get_default_host_ip 10.0.0.0/22 172.24.4.0/24 '' '' inet
  548. +++functions-common:get_default_host_ip:679  local fixed_range=10.0.0.0/22
  549. +++functions-common:get_default_host_ip:680  local floating_range=172.24.4.0/24
  550. +++functions-common:get_default_host_ip:681  local host_ip_iface=
  551. +++functions-common:get_default_host_ip:682  local host_ip=
  552. +++functions-common:get_default_host_ip:683  local af=inet
  553. +++functions-common:get_default_host_ip:686  '[' -z '' -o '' == dhcp ']'
  554. +++functions-common:get_default_host_ip:687  host_ip=
  555. ++++functions-common:get_default_host_ip:689  ip -f inet route
  556. ++++functions-common:get_default_host_ip:689  head -1
  557. ++++functions-common:get_default_host_ip:689  awk '/default/ {print $5}'
  558. +++functions-common:get_default_host_ip:689  host_ip_iface=enp1s0
  559. +++functions-common:get_default_host_ip:690  local host_ips
  560. ++++functions-common:get_default_host_ip:691  sed /temporary/d
  561. ++++functions-common:get_default_host_ip:691  LC_ALL=C
  562. ++++functions-common:get_default_host_ip:691  awk '/inet/ {split($2,parts,"/");  print parts[1]}'
  563. ++++functions-common:get_default_host_ip:691  ip -f inet addr show enp1s0
  564. +++functions-common:get_default_host_ip:691  host_ips=192.168.122.22
  565. +++functions-common:get_default_host_ip:692  local ip
  566. +++functions-common:get_default_host_ip:693  for ip in $host_ips
  567. +++functions-common:get_default_host_ip:700  [[ inet == \i\n\e\t\6 ]]
  568. +++functions-common:get_default_host_ip:704  address_in_net 192.168.122.22 10.0.0.0/22
  569. +++functions-common:address_in_net:2086      local ip=192.168.122.22
  570. +++functions-common:address_in_net:2087      local range=10.0.0.0/22
  571. +++functions-common:address_in_net:2088      local masklen=22
  572. +++functions-common:address_in_net:2089      local network
  573. +++++functions-common:address_in_net:2090      cidr2netmask 22
  574. +++++functions-common:cidr2netmask:2108        local 'maskpat=255 255 255 255'
  575. +++++functions-common:cidr2netmask:2109        local 'maskdgt=254 252 248 240 224 192 128'
  576. +++++functions-common:cidr2netmask:2110        set -- 255 255 252
  577. +++++functions-common:cidr2netmask:2111        echo 255.255.252.0
  578. ++++functions-common:address_in_net:2090      maskip 10.0.0.0 255.255.252.0
  579. ++++functions-common:maskip:2170              local ip=10.0.0.0
  580. ++++functions-common:maskip:2171              local mask=255.255.252.0
  581. ++++functions-common:maskip:2172              local l=10.0.0
  582. ++++functions-common:maskip:2172              local r=0.0.0
  583. ++++functions-common:maskip:2172              local n=255.255.252
  584. ++++functions-common:maskip:2172              local m=255.252.0
  585. ++++functions-common:maskip:2173              local subnet
  586. ++++functions-common:maskip:2174              subnet=10.0.0.0
  587. ++++functions-common:maskip:2175              echo 10.0.0.0
  588. +++functions-common:address_in_net:2090      network=10.0.0.0
  589. +++functions-common:address_in_net:2091      local subnet
  590. +++++functions-common:address_in_net:2092      cidr2netmask 22
  591. +++++functions-common:cidr2netmask:2108        local 'maskpat=255 255 255 255'
  592. +++++functions-common:cidr2netmask:2109        local 'maskdgt=254 252 248 240 224 192 128'
  593. +++++functions-common:cidr2netmask:2110        set -- 255 255 252
  594. +++++functions-common:cidr2netmask:2111        echo 255.255.252.0
  595. ++++functions-common:address_in_net:2092      maskip 192.168.122.22 255.255.252.0
  596. ++++functions-common:maskip:2170              local ip=192.168.122.22
  597. ++++functions-common:maskip:2171              local mask=255.255.252.0
  598. ++++functions-common:maskip:2172              local l=192.168.122
  599. ++++functions-common:maskip:2172              local r=168.122.22
  600. ++++functions-common:maskip:2172              local n=255.255.252
  601. ++++functions-common:maskip:2172              local m=255.252.0
  602. ++++functions-common:maskip:2173              local subnet
  603. ++++functions-common:maskip:2174              subnet=192.168.120.0
  604. ++++functions-common:maskip:2175              echo 192.168.120.0
  605. +++functions-common:address_in_net:2092      subnet=192.168.120.0
  606. +++functions-common:address_in_net:2093      [[ 10.0.0.0 == 192.168.120.0 ]]
  607. +++functions-common:get_default_host_ip:704  address_in_net 192.168.122.22 172.24.4.0/24
  608. +++functions-common:address_in_net:2086      local ip=192.168.122.22
  609. +++functions-common:address_in_net:2087      local range=172.24.4.0/24
  610. +++functions-common:address_in_net:2088      local masklen=24
  611. +++functions-common:address_in_net:2089      local network
  612. +++++functions-common:address_in_net:2090      cidr2netmask 24
  613. +++++functions-common:cidr2netmask:2108        local 'maskpat=255 255 255 255'
  614. +++++functions-common:cidr2netmask:2109        local 'maskdgt=254 252 248 240 224 192 128'
  615. +++++functions-common:cidr2netmask:2110        set -- 255 255 255
  616. +++++functions-common:cidr2netmask:2111        echo 255.255.255.0
  617. ++++functions-common:address_in_net:2090      maskip 172.24.4.0 255.255.255.0
  618. ++++functions-common:maskip:2170              local ip=172.24.4.0
  619. ++++functions-common:maskip:2171              local mask=255.255.255.0
  620. ++++functions-common:maskip:2172              local l=172.24.4
  621. ++++functions-common:maskip:2172              local r=24.4.0
  622. ++++functions-common:maskip:2172              local n=255.255.255
  623. ++++functions-common:maskip:2172              local m=255.255.0
  624. ++++functions-common:maskip:2173              local subnet
  625. ++++functions-common:maskip:2174              subnet=172.24.4.0
  626. ++++functions-common:maskip:2175              echo 172.24.4.0
  627. +++functions-common:address_in_net:2090      network=172.24.4.0
  628. +++functions-common:address_in_net:2091      local subnet
  629. +++++functions-common:address_in_net:2092      cidr2netmask 24
  630. +++++functions-common:cidr2netmask:2108        local 'maskpat=255 255 255 255'
  631. +++++functions-common:cidr2netmask:2109        local 'maskdgt=254 252 248 240 224 192 128'
  632. +++++functions-common:cidr2netmask:2110        set -- 255 255 255
  633. +++++functions-common:cidr2netmask:2111        echo 255.255.255.0
  634. ++++functions-common:address_in_net:2092      maskip 192.168.122.22 255.255.255.0
  635. ++++functions-common:maskip:2170              local ip=192.168.122.22
  636. ++++functions-common:maskip:2171              local mask=255.255.255.0
  637. ++++functions-common:maskip:2172              local l=192.168.122
  638. ++++functions-common:maskip:2172              local r=168.122.22
  639. ++++functions-common:maskip:2172              local n=255.255.255
  640. ++++functions-common:maskip:2172              local m=255.255.0
  641. ++++functions-common:maskip:2173              local subnet
  642. ++++functions-common:maskip:2174              subnet=192.168.122.0
  643. ++++functions-common:maskip:2175              echo 192.168.122.0
  644. +++functions-common:address_in_net:2092      subnet=192.168.122.0
  645. +++functions-common:address_in_net:2093      [[ 172.24.4.0 == 192.168.122.0 ]]
  646. +++functions-common:get_default_host_ip:705  host_ip=192.168.122.22
  647. +++functions-common:get_default_host_ip:706  break
  648. +++functions-common:get_default_host_ip:710  echo 192.168.122.22
  649. ++stackrc:source:851                        HOST_IP=192.168.122.22
  650. ++stackrc:source:852                        '[' 192.168.122.22 == '' ']'
  651. +++stackrc:source:856                        get_default_host_ip '' '' '' '' inet6
  652. +++functions-common:get_default_host_ip:679  local fixed_range=
  653. +++functions-common:get_default_host_ip:680  local floating_range=
  654. +++functions-common:get_default_host_ip:681  local host_ip_iface=
  655. +++functions-common:get_default_host_ip:682  local host_ip=
  656. +++functions-common:get_default_host_ip:683  local af=inet6
  657. +++functions-common:get_default_host_ip:686  '[' -z '' -o '' == dhcp ']'
  658. +++functions-common:get_default_host_ip:687  host_ip=
  659. ++++functions-common:get_default_host_ip:689  ip -f inet6 route
  660. ++++functions-common:get_default_host_ip:689  awk '/default/ {print $5}'
  661. ++++functions-common:get_default_host_ip:689  head -1
  662. +++functions-common:get_default_host_ip:689  host_ip_iface=
  663. +++functions-common:get_default_host_ip:690  local host_ips
  664. ++++functions-common:get_default_host_ip:691  awk '/inet6/ {split($2,parts,"/");  print parts[1]}'
  665. ++++functions-common:get_default_host_ip:691  LC_ALL=C
  666. ++++functions-common:get_default_host_ip:691  sed /temporary/d
  667. ++++functions-common:get_default_host_ip:691  ip -f inet6 addr show
  668. +++functions-common:get_default_host_ip:691  host_ips='::1
  669. fe80::13f3:20e0:8c05:8e39'
  670. +++functions-common:get_default_host_ip:692  local ip
  671. +++functions-common:get_default_host_ip:693  for ip in $host_ips
  672. +++functions-common:get_default_host_ip:700  [[ inet6 == \i\n\e\t\6 ]]
  673. +++functions-common:get_default_host_ip:701  host_ip=::1
  674. +++functions-common:get_default_host_ip:702  break
  675. +++functions-common:get_default_host_ip:710  echo ::1
  676. ++stackrc:source:856                        HOST_IPV6=::1
  677. +++stackrc:source:859                        trueorfalse True NEUTRON_PORT_SECURITY
  678. +++functions-common:trueorfalse:148          local xtrace
  679. ++++functions-common:trueorfalse:149          set +o
  680. ++++functions-common:trueorfalse:149          grep xtrace
  681. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  682. +++functions-common:trueorfalse:150          set +o xtrace
  683. ++stackrc:source:859                        NEUTRON_PORT_SECURITY=True
  684. ++stackrc:source:864                        SERVICE_IP_VERSION=4
  685. ++stackrc:source:870                        [[ 4 != \4 ]]
  686. ++stackrc:source:874                        [[ 4 == 4 ]]
  687. ++stackrc:source:875                        DEF_SERVICE_HOST=192.168.122.22
  688. ++stackrc:source:876                        DEF_SERVICE_LOCAL_HOST=127.0.0.1
  689. ++stackrc:source:877                        DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
  690. ++stackrc:source:880                        [[ 4 == 6 ]]
  691. ++stackrc:source:891                        SERVICE_LISTEN_ADDRESS=0.0.0.0
  692. ++stackrc:source:895                        SERVICE_HOST=192.168.122.22
  693. ++stackrc:source:897                        SERVICE_LOCAL_HOST=127.0.0.1
  694. ++stackrc:source:899                        REGION_NAME=RegionOne
  695. +++stackrc:source:902                        trueorfalse False SYSLOG
  696. +++functions-common:trueorfalse:148          local xtrace
  697. ++++functions-common:trueorfalse:149          grep xtrace
  698. ++++functions-common:trueorfalse:149          set +o
  699. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  700. +++functions-common:trueorfalse:150          set +o xtrace
  701. ++stackrc:source:902                        SYSLOG=False
  702. ++stackrc:source:903                        SYSLOG_HOST=192.168.122.22
  703. ++stackrc:source:904                        SYSLOG_PORT=516
  704. ++stackrc:source:908                        GIT_DEPTH=0
  705. +++stackrc:source:912                        trueorfalse True RECREATE_KEYSTONE_DB
  706. +++functions-common:trueorfalse:148          local xtrace
  707. ++++functions-common:trueorfalse:149          grep xtrace
  708. ++++functions-common:trueorfalse:149          set +o
  709. +++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  710. +++functions-common:trueorfalse:150          set +o xtrace
  711. ++stackrc:source:912                        RECREATE_KEYSTONE_DB=True
  712. ++stackrc:source:924                        [[ -z '' ]]
  713. ++stackrc:source:925                        default_logdir=/opt/stack/logs
  714. ++stackrc:source:926                        [[ -z '' ]]
  715. ++stackrc:source:928                        LOGDIR=/opt/stack/logs
  716. ++stackrc:source:938                        unset default_logdir logfile
  717. ++stackrc:source:944                        ULIMIT_NOFILE=2048
  718. +./stack.sh:main:220                       write_devstack_version
  719. +functions:write_devstack_version:815      sudo tee /etc/devstack-version
  720. +functions:write_devstack_version:815      cat -
  721. ++functions:write_devstack_version:815      git log '--format=%H %s %ci' -1
  722. +./stack.sh:main:224                       [[ ! bionic =~ (bionic|stretch|jessie|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]
  723. +./stack.sh:main:235                       export_proxy_variables
  724. +functions-common:export_proxy_variables:2148  isset http_proxy
  725. +functions-common:isset:169                [[ -v http_proxy ]]
  726. +functions-common:export_proxy_variables:2151  isset https_proxy
  727. +functions-common:isset:169                [[ -v https_proxy ]]
  728. +functions-common:export_proxy_variables:2154  isset no_proxy
  729. +functions-common:isset:169                [[ -v no_proxy ]]
  730. +./stack.sh:main:240                       disable_negated_services
  731. +functions-common:disable_negated_services:1853  local xtrace
  732. ++functions-common:disable_negated_services:1854  grep xtrace
  733. ++functions-common:disable_negated_services:1854  set +o
  734. +functions-common:disable_negated_services:1854  xtrace='set -o xtrace'
  735. +functions-common:disable_negated_services:1855  set +o xtrace
  736. +./stack.sh:main:247                       is_package_installed sudo
  737. +functions-common:is_package_installed:1341  [[ -z sudo ]]
  738. +functions-common:is_package_installed:1345  [[ -z deb ]]
  739. +functions-common:is_package_installed:1349  [[ deb = \d\e\b ]]
  740. +functions-common:is_package_installed:1350  dpkg -s sudo
  741. +./stack.sh:main:250                       sudo grep -q '^#includedir.*/etc/sudoers.d' /etc/sudoers
  742. +./stack.sh:main:254                       [[ -n '' ]]
  743. ++./stack.sh:main:263                       mktemp
  744. +./stack.sh:main:263                       TEMPFILE=/tmp/tmp.8JzCmhovgB
  745. +./stack.sh:main:264                       echo 'stack ALL=(root) NOPASSWD:ALL'
  746. +./stack.sh:main:267                       echo 'Defaults:stack secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin'
  747. +./stack.sh:main:268                       echo 'Defaults:stack !requiretty'
  748. +./stack.sh:main:269                       chmod 0440 /tmp/tmp.8JzCmhovgB
  749. +./stack.sh:main:270                       sudo chown root:root /tmp/tmp.8JzCmhovgB
  750. +./stack.sh:main:271                       sudo mv /tmp/tmp.8JzCmhovgB /etc/sudoers.d/50_stack_sh
  751. +./stack.sh:main:278                       is_ubuntu
  752. +functions-common:is_ubuntu:492            [[ -z deb ]]
  753. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  754. +./stack.sh:main:279                       echo 'APT::Acquire::Retries "20";'
  755. +./stack.sh:main:279                       sudo tee /etc/apt/apt.conf.d/80retry
  756. +./stack.sh:main:361                       DEST=/opt/stack
  757. +./stack.sh:main:366                       [[ ! -d /opt/stack ]]
  758. +./stack.sh:main:373                       [[ -n /opt/stack/logs ]]
  759. +./stack.sh:main:374                       mkdir -p /opt/stack/logs
  760. +./stack.sh:main:378                       DATA_DIR=/opt/stack/data
  761. +./stack.sh:main:379                       [[ ! -d /opt/stack/data ]]
  762. ++./stack.sh:main:388                       hostname -s
  763. +./stack.sh:main:388                       LOCAL_HOSTNAME=dbox
  764. +./stack.sh:main:389                       fgrep -qwe dbox /etc/hosts
  765. ++./stack.sh:main:396                       trueorfalse False SKIP_EPEL_INSTALL
  766. ++functions-common:trueorfalse:148          local xtrace
  767. +++functions-common:trueorfalse:149          set +o
  768. +++functions-common:trueorfalse:149          grep xtrace
  769. ++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  770. ++functions-common:trueorfalse:150          set +o xtrace
  771. +./stack.sh:main:396                       SKIP_EPEL_INSTALL=False
  772. +./stack.sh:main:398                       [[ bionic == \r\h\e\l\7 ]]
  773. +./stack.sh:main:418                       install_python
  774. +inc/python:install_python:457             python3_enabled
  775. +inc/python:python3_enabled:446            [[ True == \T\r\u\e ]]
  776. +inc/python:python3_enabled:447            return 0
  777. +inc/python:install_python:458             install_python3
  778. +inc/python:install_python3:480            is_ubuntu
  779. +functions-common:is_ubuntu:492            [[ -z deb ]]
  780. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  781. +inc/python:install_python3:481            apt_get install python3.6 python3.6-dev
  782. +functions-common:apt_get:1095             local xtrace result
  783. ++functions-common:apt_get:1096             grep xtrace
  784. ++functions-common:apt_get:1096             set +o
  785. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  786. +functions-common:apt_get:1097             set +o xtrace
  787. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python3.6 python3.6-dev
  788. Reading package lists... Done
  789. Building dependency tree      
  790. Reading state information... Done
  791. python3.6 is already the newest version (3.6.9-1~18.04).
  792. python3.6-dev is already the newest version (3.6.9-1~18.04).
  793. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  794. +functions-common:apt_get:1112             result=0
  795. +functions-common:apt_get:1115             time_stop apt-get
  796. +functions-common:time_stop:2330           local name
  797. +functions-common:time_stop:2331           local end_time
  798. +functions-common:time_stop:2332           local elapsed_time
  799. +functions-common:time_stop:2333           local total
  800. +functions-common:time_stop:2334           local start_time
  801. +functions-common:time_stop:2336           name=apt-get
  802. +functions-common:time_stop:2337           start_time=1582638769834
  803. +functions-common:time_stop:2339           [[ -z 1582638769834 ]]
  804. ++functions-common:time_stop:2342           date +%s%3N
  805. +functions-common:time_stop:2342           end_time=1582638770672
  806. +functions-common:time_stop:2343           elapsed_time=838
  807. +functions-common:time_stop:2344           total=0
  808. +functions-common:time_stop:2346           _TIME_START[$name]=
  809. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=838
  810. +functions-common:apt_get:1116             return 0
  811. ++inc/python:install_python:460             which python3.6
  812. +inc/python:install_python:460             export PYTHON=/usr/bin/python3.6
  813. +inc/python:install_python:460             PYTHON=/usr/bin/python3.6
  814. +inc/python:install_python:461             [[ bionic =~ (rhel8) ]]
  815. +inc/python:install_python:469             install_package python
  816. +functions-common:install_package:1332     update_package_repo
  817. +functions-common:update_package_repo:1304  NO_UPDATE_REPOS=False
  818. +functions-common:update_package_repo:1305  REPOS_UPDATED=False
  819. +functions-common:update_package_repo:1306  RETRY_UPDATE=False
  820. +functions-common:update_package_repo:1308  [[ False = \T\r\u\e ]]
  821. +functions-common:update_package_repo:1312  is_ubuntu
  822. +functions-common:is_ubuntu:492            [[ -z deb ]]
  823. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  824. +functions-common:update_package_repo:1313  apt_get_update
  825. +functions-common:apt_get_update:1067      [[ False == \T\r\u\e ]]
  826. +functions-common:apt_get_update:1072      [[ False = \T\r\u\e ]]
  827. +functions-common:apt_get_update:1074      local sudo=sudo
  828. ++functions-common:apt_get_update:1075      id -u
  829. +functions-common:apt_get_update:1075      [[ 1001 = \0 ]]
  830. +functions-common:apt_get_update:1078      time_start apt-get-update
  831. +functions-common:time_start:2316          local name=apt-get-update
  832. +functions-common:time_start:2317          local start_time=
  833. +functions-common:time_start:2318          [[ -n '' ]]
  834. ++functions-common:time_start:2321          date +%s%3N
  835. +functions-common:time_start:2321          _TIME_START[$name]=1582638770820
  836. +functions-common:apt_get_update:1080      local 'proxies=http_proxy= https_proxy= no_proxy= '
  837. +functions-common:apt_get_update:1081      local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
  838. +functions-common:apt_get_update:1082      timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy=  apt-get update; do sleep 30; done'
  839. Hit:1 http://ch.archive.ubuntu.com/ubuntu bionic InRelease
  840. Hit:2 http://ch.archive.ubuntu.com/ubuntu bionic-updates InRelease
  841. Hit:3 http://ch.archive.ubuntu.com/ubuntu bionic-backports InRelease
  842. Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
  843. Reading package lists... Done                    
  844. +functions-common:apt_get_update:1086      REPOS_UPDATED=True
  845. +functions-common:apt_get_update:1088      time_stop apt-get-update
  846. +functions-common:time_stop:2330           local name
  847. +functions-common:time_stop:2331           local end_time
  848. +functions-common:time_stop:2332           local elapsed_time
  849. +functions-common:time_stop:2333           local total
  850. +functions-common:time_stop:2334           local start_time
  851. +functions-common:time_stop:2336           name=apt-get-update
  852. +functions-common:time_stop:2337           start_time=1582638770820
  853. +functions-common:time_stop:2339           [[ -z 1582638770820 ]]
  854. ++functions-common:time_stop:2342           date +%s%3N
  855. +functions-common:time_stop:2342           end_time=1582638775253
  856. +functions-common:time_stop:2343           elapsed_time=4433
  857. +functions-common:time_stop:2344           total=0
  858. +functions-common:time_stop:2346           _TIME_START[$name]=
  859. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=4433
  860. +functions-common:install_package:1333     real_install_package python
  861. +functions-common:real_install_package:1318  is_ubuntu
  862. +functions-common:is_ubuntu:492            [[ -z deb ]]
  863. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  864. +functions-common:real_install_package:1319  apt_get install python
  865. +functions-common:apt_get:1095             local xtrace result
  866. ++functions-common:apt_get:1096             grep xtrace
  867. ++functions-common:apt_get:1096             set +o
  868. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  869. +functions-common:apt_get:1097             set +o xtrace
  870. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python
  871. Reading package lists... Done
  872. Building dependency tree      
  873. Reading state information... Done
  874. python is already the newest version (2.7.15~rc1-1).
  875. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  876. +functions-common:apt_get:1112             result=0
  877. +functions-common:apt_get:1115             time_stop apt-get
  878. +functions-common:time_stop:2330           local name
  879. +functions-common:time_stop:2331           local end_time
  880. +functions-common:time_stop:2332           local elapsed_time
  881. +functions-common:time_stop:2333           local total
  882. +functions-common:time_stop:2334           local start_time
  883. +functions-common:time_stop:2336           name=apt-get
  884. +functions-common:time_stop:2337           start_time=1582638775335
  885. +functions-common:time_stop:2339           [[ -z 1582638775335 ]]
  886. ++functions-common:time_stop:2342           date +%s%3N
  887. +functions-common:time_stop:2342           end_time=1582638776120
  888. +functions-common:time_stop:2343           elapsed_time=785
  889. +functions-common:time_stop:2344           total=838
  890. +functions-common:time_stop:2346           _TIME_START[$name]=
  891. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=1623
  892. +functions-common:apt_get:1116             return 0
  893. ++./stack.sh:main:425                       trueorfalse True VERBOSE
  894. ++functions-common:trueorfalse:148          local xtrace
  895. +++functions-common:trueorfalse:149          set +o
  896. +++functions-common:trueorfalse:149          grep xtrace
  897. ++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  898. ++functions-common:trueorfalse:150          set +o xtrace
  899. +./stack.sh:main:425                       VERBOSE=True
  900. ++./stack.sh:main:426                       trueorfalse False VERBOSE
  901. ++functions-common:trueorfalse:148          local xtrace
  902. +++functions-common:trueorfalse:149          grep xtrace
  903. +++functions-common:trueorfalse:149          set +o
  904. ++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  905. ++functions-common:trueorfalse:150          set +o xtrace
  906. +./stack.sh:main:426                       VERBOSE_NO_TIMESTAMP=True
  907. +./stack.sh:main:472                       TIMESTAMP_FORMAT=%F-%H%M%S
  908. +./stack.sh:main:473                       LOGDAYS=7
  909. ++./stack.sh:main:474                       date +%F-%H%M%S
  910. +./stack.sh:main:474                       CURRENT_LOG_TIME=2020-02-25-145256
  911. +./stack.sh:main:476                       [[ -n '' ]]
  912. +./stack.sh:main:515                       exec
  913. +./stack.sh:main:516                       [[ True != \T\r\u\e ]]
  914. +./stack.sh:main:521                       exec
  915. +./stack.sh:main:525                       check_path_perm_sanity /opt/stack
  916. ++./stack.sh:main:521                       /usr/bin/python3.6 /opt/stack/devstack/tools/outfilter.py -v
  917. +functions:check_path_perm_sanity:567      local real_path
  918. ++functions:check_path_perm_sanity:568      readlink -f /opt/stack
  919. +functions:check_path_perm_sanity:568      real_path=/opt/stack
  920. +functions:check_path_perm_sanity:569      local rebuilt_path=
  921. ++functions:check_path_perm_sanity:570      tr / ' '
  922. ++functions:check_path_perm_sanity:570      echo /opt/stack
  923. +functions:check_path_perm_sanity:570      for i in $(echo ${real_path} | tr "/" " ")
  924. +functions:check_path_perm_sanity:571      rebuilt_path=/opt
  925. ++functions:check_path_perm_sanity:573      stat -c %a /opt
  926. +functions:check_path_perm_sanity:573      [[ 755 = 700 ]]
  927. +functions:check_path_perm_sanity:570      for i in $(echo ${real_path} | tr "/" " ")
  928. +functions:check_path_perm_sanity:571      rebuilt_path=/opt/stack
  929. ++functions:check_path_perm_sanity:573      stat -c %a /opt/stack
  930. +functions:check_path_perm_sanity:573      [[ 755 = 700 ]]
  931. +./stack.sh:main:531                       trap exit_trap EXIT
  932. +./stack.sh:main:572                       trap err_trap ERR
  933. +./stack.sh:main:585                       set -o errexit
  934. +./stack.sh:main:588                       uname -a
  935. Linux dbox 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  936. +./stack.sh:main:591                       SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
  937. +./stack.sh:main:592                       rm -f /opt/stack/data/ca-bundle.pem
  938. +./stack.sh:main:595                       source /opt/stack/devstack/lib/database
  939. +++lib/database:source:23                    set +o
  940. +++lib/database:source:23                    grep xtrace
  941. ++lib/database:source:23                    _XTRACE_LIB_DB='set -o xtrace'
  942. ++lib/database:source:24                    set +o xtrace
  943. +./stack.sh:main:596                       source /opt/stack/devstack/lib/rpc_backend
  944. +++lib/rpc_backend:source:24                 grep xtrace
  945. +++lib/rpc_backend:source:24                 set +o
  946. ++lib/rpc_backend:source:24                 _XTRACE_RPC_BACKEND='set -o xtrace'
  947. ++lib/rpc_backend:source:25                 set +o xtrace
  948. +./stack.sh:main:602                       fetch_plugins
  949. +functions-common:fetch_plugins:1676       local plugins=
  950. +functions-common:fetch_plugins:1677       local plugin
  951. +functions-common:fetch_plugins:1680       [[ -z '' ]]
  952. +functions-common:fetch_plugins:1681       return
  953. +./stack.sh:main:606                       run_phase override_defaults
  954. +functions-common:run_phase:1758           local mode=override_defaults
  955. +functions-common:run_phase:1759           local phase=
  956. +functions-common:run_phase:1760           [[ -d /opt/stack/devstack/extras.d ]]
  957. +functions-common:run_phase:1761           local extra_plugin_file_name
  958. +functions-common:run_phase:1762           for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
  959. +functions-common:run_phase:1767           local exceptions=80-tempest.sh
  960. +functions-common:run_phase:1768           local extra
  961. ++functions-common:run_phase:1769           basename /opt/stack/devstack/extras.d/80-tempest.sh
  962. +functions-common:run_phase:1769           extra=80-tempest.sh
  963. +functions-common:run_phase:1770           [[ 80-tempest.sh =~ 80-tempest\.sh ]]
  964. +functions-common:run_phase:1774           [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]]
  965. +functions-common:run_phase:1774           source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults
  966. ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
  967. ++functions-common:is_service_enabled:1957  local xtrace
  968. +++functions-common:is_service_enabled:1958  set +o
  969. +++functions-common:is_service_enabled:1958  grep xtrace
  970. ++functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  971. ++functions-common:is_service_enabled:1959  set +o xtrace
  972. ++functions-common:is_service_enabled:1986  return 0
  973. ++extras.d/80-tempest.sh:source:4           [[ override_defaults == \s\o\u\r\c\e ]]
  974. ++extras.d/80-tempest.sh:source:7           [[ override_defaults == \s\t\a\c\k ]]
  975. ++extras.d/80-tempest.sh:source:10          [[ override_defaults == \s\t\a\c\k ]]
  976. ++extras.d/80-tempest.sh:source:13          [[ override_defaults == \s\t\a\c\k ]]
  977. ++extras.d/80-tempest.sh:source:16          [[ override_defaults == \s\t\a\c\k ]]
  978. ++extras.d/80-tempest.sh:source:19          [[ override_defaults == \s\t\a\c\k ]]
  979. ++extras.d/80-tempest.sh:source:26          [[ override_defaults == \u\n\s\t\a\c\k ]]
  980. ++extras.d/80-tempest.sh:source:31          [[ override_defaults == \c\l\e\a\n ]]
  981. +functions-common:run_phase:1779           [[ override_defaults == \s\o\u\r\c\e ]]
  982. +functions-common:run_phase:1782           [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
  983. +functions-common:run_phase:1783           plugin_override_defaults
  984. +functions-common:plugin_override_defaults:1717  local plugins=
  985. +functions-common:plugin_override_defaults:1718  local plugin
  986. +functions-common:plugin_override_defaults:1721  [[ -z '' ]]
  987. +functions-common:plugin_override_defaults:1722  return
  988. +./stack.sh:main:609                       source /opt/stack/devstack/lib/apache
  989. +++lib/apache:source:22                      grep xtrace
  990. +++lib/apache:source:22                      set +o
  991. ++lib/apache:source:22                      _XTRACE_LIB_APACHE='set -o xtrace'
  992. ++lib/apache:source:23                      set +o xtrace
  993. +./stack.sh:main:612                       source /opt/stack/devstack/lib/tls
  994. ++lib/tls:source:38                         is_service_enabled tls-proxy
  995. ++functions-common:is_service_enabled:1957  local xtrace
  996. +++functions-common:is_service_enabled:1958  grep xtrace
  997. +++functions-common:is_service_enabled:1958  set +o
  998. ++functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  999. ++functions-common:is_service_enabled:1959  set +o xtrace
  1000. ++functions-common:is_service_enabled:1986  return 1
  1001. +++lib/tls:source:43                         hostname -f
  1002. ++lib/tls:source:43                         DEVSTACK_HOSTNAME=dbox
  1003. ++lib/tls:source:44                         DEVSTACK_CERT_NAME=devstack-cert
  1004. ++lib/tls:source:45                         DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
  1005. ++lib/tls:source:48                         ROOT_CA_DIR=/opt/stack/data/CA/root-ca
  1006. ++lib/tls:source:49                         INT_CA_DIR=/opt/stack/data/CA/int-ca
  1007. ++lib/tls:source:51                         ORG_NAME=OpenStack
  1008. ++lib/tls:source:52                         ORG_UNIT_NAME=DevStack
  1009. ++lib/tls:source:55                         STUD_PROTO=--tls
  1010. ++lib/tls:source:56                         STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
  1011. ++lib/tls:source:63                         OPENSSL=/usr/bin/openssl
  1012. +./stack.sh:main:615                       source /opt/stack/devstack/lib/infra
  1013. +++lib/infra:source:18                       set +o
  1014. +++lib/infra:source:18                       grep xtrace
  1015. ++lib/infra:source:18                       _XTRACE_INFRA='set -o xtrace'
  1016. ++lib/infra:source:19                       set +o xtrace
  1017. +./stack.sh:main:616                       source /opt/stack/devstack/lib/libraries
  1018. +++lib/libraries:source:19                   set +o
  1019. +++lib/libraries:source:19                   grep xtrace
  1020. ++lib/libraries:source:19                   _XTRACE_LIB_LIBRARIES='set -o xtrace'
  1021. ++lib/libraries:source:20                   set +o xtrace
  1022. +./stack.sh:main:617                       source /opt/stack/devstack/lib/lvm
  1023. +++lib/lvm:source:19                         grep xtrace
  1024. +++lib/lvm:source:19                         set +o
  1025. ++lib/lvm:source:19                         _XTRACE_LVM='set -o xtrace'
  1026. ++lib/lvm:source:20                         set +o xtrace
  1027. +./stack.sh:main:618                       source /opt/stack/devstack/lib/horizon
  1028. +++lib/horizon:source:22                     grep xtrace
  1029. +++lib/horizon:source:22                     set +o
  1030. ++lib/horizon:source:22                     _XTRACE_HORIZON='set -o xtrace'
  1031. ++lib/horizon:source:23                     set +o xtrace
  1032. +./stack.sh:main:619                       source /opt/stack/devstack/lib/keystone
  1033. +++lib/keystone:source:30                    set +o
  1034. +++lib/keystone:source:30                    grep xtrace
  1035. ++lib/keystone:source:30                    _XTRACE_KEYSTONE='set -o xtrace'
  1036. ++lib/keystone:source:31                    set +o xtrace
  1037. +./stack.sh:main:620                       source /opt/stack/devstack/lib/glance
  1038. +++lib/glance:source:24                      set +o
  1039. +++lib/glance:source:24                      grep xtrace
  1040. ++lib/glance:source:24                      _XTRACE_GLANCE='set -o xtrace'
  1041. ++lib/glance:source:25                      set +o xtrace
  1042. +./stack.sh:main:621                       source /opt/stack/devstack/lib/nova
  1043. +++lib/nova:source:27                        set +o
  1044. +++lib/nova:source:27                        grep xtrace
  1045. ++lib/nova:source:27                        _XTRACE_LIB_NOVA='set -o xtrace'
  1046. ++lib/nova:source:28                        set +o xtrace
  1047. +./stack.sh:main:622                       source /opt/stack/devstack/lib/placement
  1048. +++lib/placement:source:23                   grep xtrace
  1049. +++lib/placement:source:23                   set +o
  1050. ++lib/placement:source:23                   _XTRACE_LIB_PLACEMENT='set -o xtrace'
  1051. ++lib/placement:source:24                   set +o xtrace
  1052. +./stack.sh:main:623                       source /opt/stack/devstack/lib/cinder
  1053. +++lib/cinder:source:23                      set +o
  1054. +++lib/cinder:source:23                      grep xtrace
  1055. ++lib/cinder:source:23                      _XTRACE_CINDER='set -o xtrace'
  1056. ++lib/cinder:source:24                      set +o xtrace
  1057. +./stack.sh:main:624                       source /opt/stack/devstack/lib/swift
  1058. +++lib/swift:source:27                       set +o
  1059. +++lib/swift:source:27                       grep xtrace
  1060. ++lib/swift:source:27                       _XTRACE_LIB_SWIFT='set -o xtrace'
  1061. ++lib/swift:source:28                       set +o xtrace
  1062. +./stack.sh:main:625                       source /opt/stack/devstack/lib/neutron
  1063. +++lib/neutron:source:22                     grep xtrace
  1064. +++lib/neutron:source:22                     set +o
  1065. ++lib/neutron:source:22                     XTRACE='set -o xtrace'
  1066. ++lib/neutron:source:23                     set +o xtrace
  1067. WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future
  1068. +./stack.sh:main:626                       source /opt/stack/devstack/lib/ldap
  1069. +++lib/ldap:source:11                        grep xtrace
  1070. +++lib/ldap:source:11                        set +o
  1071. ++lib/ldap:source:11                        _XTRACE_LDAP='set -o xtrace'
  1072. ++lib/ldap:source:12                        set +o xtrace
  1073. +./stack.sh:main:627                       source /opt/stack/devstack/lib/dstat
  1074. +++lib/dstat:source:17                       grep xtrace
  1075. +++lib/dstat:source:17                       set +o
  1076. ++lib/dstat:source:17                       _XTRACE_DSTAT='set -o xtrace'
  1077. ++lib/dstat:source:18                       set +o xtrace
  1078. +./stack.sh:main:628                       source /opt/stack/devstack/lib/tcpdump
  1079. +++lib/tcpdump:source:16                     set +o
  1080. +++lib/tcpdump:source:16                     grep xtrace
  1081. ++lib/tcpdump:source:16                     _XTRACE_TCPDUMP='set -o xtrace'
  1082. ++lib/tcpdump:source:17                     set +o xtrace
  1083. +./stack.sh:main:629                       source /opt/stack/devstack/lib/etcd3
  1084. +++lib/etcd3:source:19                       set +o
  1085. +++lib/etcd3:source:19                       grep xtrace
  1086. ++lib/etcd3:source:19                       _XTRACE_ETCD3='set -o xtrace'
  1087. ++lib/etcd3:source:20                       set +o xtrace
  1088. +./stack.sh:main:635                       run_phase source
  1089. +functions-common:run_phase:1758           local mode=source
  1090. +functions-common:run_phase:1759           local phase=
  1091. +functions-common:run_phase:1760           [[ -d /opt/stack/devstack/extras.d ]]
  1092. +functions-common:run_phase:1761           local extra_plugin_file_name
  1093. +functions-common:run_phase:1762           for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
  1094. +functions-common:run_phase:1767           local exceptions=80-tempest.sh
  1095. +functions-common:run_phase:1768           local extra
  1096. ++functions-common:run_phase:1769           basename /opt/stack/devstack/extras.d/80-tempest.sh
  1097. +functions-common:run_phase:1769           extra=80-tempest.sh
  1098. +functions-common:run_phase:1770           [[ 80-tempest.sh =~ 80-tempest\.sh ]]
  1099. +functions-common:run_phase:1774           [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]]
  1100. +functions-common:run_phase:1774           source /opt/stack/devstack/extras.d/80-tempest.sh source
  1101. ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
  1102. ++functions-common:is_service_enabled:1957  local xtrace
  1103. +++functions-common:is_service_enabled:1958  set +o
  1104. +++functions-common:is_service_enabled:1958  grep xtrace
  1105. ++functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1106. ++functions-common:is_service_enabled:1959  set +o xtrace
  1107. ++functions-common:is_service_enabled:1986  return 0
  1108. ++extras.d/80-tempest.sh:source:4           [[ source == \s\o\u\r\c\e ]]
  1109. ++extras.d/80-tempest.sh:source:6           source /opt/stack/devstack/lib/tempest
  1110. ++++lib/tempest:source:39                     grep xtrace
  1111. ++++lib/tempest:source:39                     set +o
  1112. +++lib/tempest:source:39                     _XTRACE_TEMPEST='set -o xtrace'
  1113. +++lib/tempest:source:40                     set +o xtrace
  1114. ++extras.d/80-tempest.sh:source:26          [[ source == \u\n\s\t\a\c\k ]]
  1115. ++extras.d/80-tempest.sh:source:31          [[ source == \c\l\e\a\n ]]
  1116. +functions-common:run_phase:1779           [[ source == \s\o\u\r\c\e ]]
  1117. +functions-common:run_phase:1780           load_plugin_settings
  1118. +functions-common:load_plugin_settings:1694  local plugins=
  1119. +functions-common:load_plugin_settings:1695  local plugin
  1120. +functions-common:load_plugin_settings:1698  [[ -z '' ]]
  1121. +functions-common:load_plugin_settings:1699  return
  1122. +functions-common:run_phase:1781           verify_disabled_services
  1123. +functions-common:verify_disabled_services:2041  local service
  1124. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1125. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,key, ]]
  1126. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1127. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-api, ]]
  1128. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1129. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-cpu, ]]
  1130. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1131. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-cond, ]]
  1132. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1133. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-sch, ]]
  1134. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1135. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-novnc, ]]
  1136. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1137. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,n-api-meta, ]]
  1138. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1139. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,placement-api, ]]
  1140. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1141. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,placement-client, ]]
  1142. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1143. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,g-api, ]]
  1144. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1145. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,c-sch, ]]
  1146. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1147. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,c-api, ]]
  1148. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1149. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,c-vol, ]]
  1150. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1151. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,q-svc, ]]
  1152. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1153. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,q-dhcp, ]]
  1154. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1155. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,q-meta, ]]
  1156. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1157. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,q-agt, ]]
  1158. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1159. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,q-l3, ]]
  1160. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1161. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,horizon, ]]
  1162. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1163. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,rabbit, ]]
  1164. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1165. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,tempest, ]]
  1166. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1167. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,mysql, ]]
  1168. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1169. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,etcd3, ]]
  1170. +functions-common:verify_disabled_services:2042  for service in ${ENABLED_SERVICES//,/ }
  1171. +functions-common:verify_disabled_services:2043  [[ ,, =~ ,dstat, ]]
  1172. +./stack.sh:main:706                       initialize_database_backends
  1173. +lib/database:initialize_database_backends:65  for backend in $DATABASE_BACKENDS
  1174. +lib/database:initialize_database_backends:66  is_service_enabled mysql
  1175. +functions-common:is_service_enabled:1957  local xtrace
  1176. ++functions-common:is_service_enabled:1958  grep xtrace
  1177. ++functions-common:is_service_enabled:1958  set +o
  1178. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1179. +functions-common:is_service_enabled:1959  set +o xtrace
  1180. +functions-common:is_service_enabled:1986  return 0
  1181. +lib/database:initialize_database_backends:66  DATABASE_TYPE=mysql
  1182. +lib/database:initialize_database_backends:65  for backend in $DATABASE_BACKENDS
  1183. +lib/database:initialize_database_backends:66  is_service_enabled postgresql
  1184. +functions-common:is_service_enabled:1957  local xtrace
  1185. ++functions-common:is_service_enabled:1958  grep xtrace
  1186. ++functions-common:is_service_enabled:1958  set +o
  1187. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1188. +functions-common:is_service_enabled:1959  set +o xtrace
  1189. +functions-common:is_service_enabled:1986  return 1
  1190. +lib/database:initialize_database_backends:69  '[' -z mysql ']'
  1191. +lib/database:initialize_database_backends:73  MYSQL_HOST=127.0.0.1
  1192. +lib/database:initialize_database_backends:74  MYSQL_USER=root
  1193. +lib/database:initialize_database_backends:80  [[ 4 == 6 ]]
  1194. +lib/database:initialize_database_backends:83  DATABASE_HOST=127.0.0.1
  1195. +lib/database:initialize_database_backends:86  DATABASE_USER=root
  1196. +lib/database:initialize_database_backends:88  '[' -n '' ']'
  1197. ++lib/database:initialize_database_backends:102  get_database_type_mysql
  1198. ++lib/databases/mysql:get_database_type_mysql:35  [[ PyMySQL == \P\y\M\y\S\Q\L ]]
  1199. ++lib/databases/mysql:get_database_type_mysql:36  echo mysql+pymysql
  1200. +lib/database:initialize_database_backends:102  BASE_SQL_CONN=mysql+pymysql://root:secret@127.0.0.1
  1201. +lib/database:initialize_database_backends:104  return 0
  1202. +./stack.sh:main:707                       echo 'Using mysql database backend'
  1203. Using mysql database backend
  1204. +./stack.sh:main:710                       read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
  1205. +./stack.sh:read_password:645              local xtrace
  1206. ++./stack.sh:read_password:646              set +o
  1207. ++./stack.sh:read_password:646              grep xtrace
  1208. +./stack.sh:read_password:646              xtrace='set -o xtrace'
  1209. +./stack.sh:read_password:647              set +o xtrace
  1210. +./stack.sh:main:722                       is_service_enabled rabbit
  1211. +functions-common:is_service_enabled:1957  local xtrace
  1212. ++functions-common:is_service_enabled:1958  set +o
  1213. ++functions-common:is_service_enabled:1958  grep xtrace
  1214. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1215. +functions-common:is_service_enabled:1959  set +o xtrace
  1216. +functions-common:is_service_enabled:1986  return 0
  1217. +./stack.sh:main:723                       read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
  1218. +./stack.sh:read_password:645              local xtrace
  1219. ++./stack.sh:read_password:646              set +o
  1220. ++./stack.sh:read_password:646              grep xtrace
  1221. +./stack.sh:read_password:646              xtrace='set -o xtrace'
  1222. +./stack.sh:read_password:647              set +o xtrace
  1223. +./stack.sh:main:730                       is_service_enabled keystone
  1224. +functions-common:is_service_enabled:1957  local xtrace
  1225. ++functions-common:is_service_enabled:1958  set +o
  1226. ++functions-common:is_service_enabled:1958  grep xtrace
  1227. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1228. +functions-common:is_service_enabled:1959  set +o xtrace
  1229. +functions-common:is_service_enabled:1986  return 0
  1230. +./stack.sh:main:732                       read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
  1231. +./stack.sh:read_password:645              local xtrace
  1232. ++./stack.sh:read_password:646              grep xtrace
  1233. ++./stack.sh:read_password:646              set +o
  1234. +./stack.sh:read_password:646              xtrace='set -o xtrace'
  1235. +./stack.sh:read_password:647              set +o xtrace
  1236. +./stack.sh:main:734                       read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
  1237. +./stack.sh:read_password:645              local xtrace
  1238. ++./stack.sh:read_password:646              grep xtrace
  1239. ++./stack.sh:read_password:646              set +o
  1240. +./stack.sh:read_password:646              xtrace='set -o xtrace'
  1241. +./stack.sh:read_password:647              set +o xtrace
  1242. +./stack.sh:main:745                       is_service_enabled ldap
  1243. +functions-common:is_service_enabled:1957  local xtrace
  1244. ++functions-common:is_service_enabled:1958  grep xtrace
  1245. ++functions-common:is_service_enabled:1958  set +o
  1246. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1247. +functions-common:is_service_enabled:1959  set +o xtrace
  1248. +functions-common:is_service_enabled:1986  return 1
  1249. +./stack.sh:main:754                       is_service_enabled nova
  1250. +functions-common:is_service_enabled:1957  local xtrace
  1251. ++functions-common:is_service_enabled:1958  grep xtrace
  1252. ++functions-common:is_service_enabled:1958  set +o
  1253. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1254. +functions-common:is_service_enabled:1959  set +o xtrace
  1255. +functions-common:is_service_enabled:1986  return 0
  1256. +./stack.sh:main:754                       [[ libvirt == \x\e\n\s\e\r\v\e\r ]]
  1257. +./stack.sh:main:764                       is_service_enabled s-proxy
  1258. +functions-common:is_service_enabled:1957  local xtrace
  1259. ++functions-common:is_service_enabled:1958  grep xtrace
  1260. ++functions-common:is_service_enabled:1958  set +o
  1261. +functions-common:is_service_enabled:1958  xtrace='set -o xtrace'
  1262. +functions-common:is_service_enabled:1959  set +o xtrace
  1263. +functions-common:is_service_enabled:1986  return 1
  1264. +./stack.sh:main:776                       save_stackenv 776
  1265. +functions-common:save_stackenv:60         local tag=776
  1266. ++functions-common:save_stackenv:62         date +%F-%H%M%S
  1267. +functions-common:save_stackenv:62         time_stamp=2020-02-25-145259
  1268. +functions-common:save_stackenv:63         echo '# 2020-02-25-145259 776'
  1269. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1270. +functions-common:save_stackenv:65         echo BASE_SQL_CONN=mysql+pymysql://root:secret@127.0.0.1
  1271. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1272. +functions-common:save_stackenv:65         echo DATA_DIR=/opt/stack/data
  1273. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1274. +functions-common:save_stackenv:65         echo DEST=/opt/stack
  1275. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1276. +functions-common:save_stackenv:65         echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat
  1277. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1278. +functions-common:save_stackenv:65         echo HOST_IP=192.168.122.22
  1279. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1280. +functions-common:save_stackenv:65         echo KEYSTONE_AUTH_URI=http://192.168.122.22/identity
  1281. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1282. +functions-common:save_stackenv:65         echo KEYSTONE_SERVICE_URI=http://192.168.122.22/identity
  1283. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1284. +functions-common:save_stackenv:65         echo LOGFILE=
  1285. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1286. +functions-common:save_stackenv:65         echo OS_CACERT=
  1287. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1288. +functions-common:save_stackenv:65         echo SERVICE_HOST=192.168.122.22
  1289. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1290. +functions-common:save_stackenv:65         echo STACK_USER=stack
  1291. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1292. +functions-common:save_stackenv:65         echo TLS_IP=
  1293. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1294. +functions-common:save_stackenv:65         echo HOST_IPV6=::1
  1295. +functions-common:save_stackenv:64         for i in $STACK_ENV_VARS
  1296. +functions-common:save_stackenv:65         echo SERVICE_IP_VERSION=4
  1297. +./stack.sh:main:787                       git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master
  1298. +functions-common:git_clone:522            local git_remote=https://opendev.org/openstack/requirements.git
  1299. +functions-common:git_clone:523            local git_dest=/opt/stack/requirements
  1300. +functions-common:git_clone:524            local git_ref=master
  1301. +functions-common:git_clone:525            local orig_dir
  1302. ++functions-common:git_clone:526            pwd
  1303. +functions-common:git_clone:526            orig_dir=/opt/stack/devstack
  1304. +functions-common:git_clone:527            local git_clone_flags=
  1305. ++functions-common:git_clone:529            trueorfalse False RECLONE
  1306. ++functions-common:trueorfalse:148          local xtrace
  1307. +++functions-common:trueorfalse:149          grep xtrace
  1308. +++functions-common:trueorfalse:149          set +o
  1309. ++functions-common:trueorfalse:149          xtrace='set -o xtrace'
  1310. ++functions-common:trueorfalse:150          set +o xtrace
  1311. +functions-common:git_clone:529            RECLONE=False
  1312. +functions-common:git_clone:530            [[ 0 -gt 0 ]]
  1313. +functions-common:git_clone:534            [[ False = \T\r\u\e ]]
  1314. +functions-common:git_clone:543            echo master
  1315. +functions-common:git_clone:543            egrep -q '^refs'
  1316. +functions-common:git_clone:557            [[ ! -d /opt/stack/requirements ]]
  1317. +functions-common:git_clone:565            [[ False = \T\r\u\e ]]
  1318. +functions-common:git_clone:591            cd /opt/stack/requirements
  1319. +functions-common:git_clone:592            head -1
  1320. +functions-common:git_clone:592            git show --oneline
  1321. cc376a43 Merge "update constraint for python-blazarclient to new release 3.0.0"
  1322. +functions-common:git_clone:593            cd /opt/stack/devstack
  1323. +./stack.sh:main:791                       echo_summary 'Installing package prerequisites'
  1324. +./stack.sh:echo_summary:452               [[ -t 3 ]]
  1325. +./stack.sh:echo_summary:452               [[ True != \T\r\u\e ]]
  1326. +./stack.sh:echo_summary:458               echo -e Installing package prerequisites
  1327. 2020-02-25 13:53:00.238 | Installing package prerequisites
  1328. +./stack.sh:main:792                       source /opt/stack/devstack/tools/install_prereqs.sh
  1329. ++tools/install_prereqs.sh:source:11        FORCE_PREREQ=0
  1330. ++tools/install_prereqs.sh:source:13        getopts :f opt
  1331. ++tools/install_prereqs.sh:source:23        [[ -z /opt/stack/devstack ]]
  1332. ++tools/install_prereqs.sh:source:43        PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs
  1333. ++tools/install_prereqs.sh:source:44        PREREQ_RERUN_HOURS=2
  1334. ++tools/install_prereqs.sh:source:45        PREREQ_RERUN_SECONDS=7200
  1335. +++tools/install_prereqs.sh:source:47        date +%s
  1336. ++tools/install_prereqs.sh:source:47        NOW=1582638780
  1337. +++tools/install_prereqs.sh:source:48        head -1 /opt/stack/devstack/.prereqs
  1338. ++tools/install_prereqs.sh:source:48        LAST_RUN=1582637943
  1339. ++tools/install_prereqs.sh:source:49        DELTA=837
  1340. ++tools/install_prereqs.sh:source:50        [[ 837 -lt 7200 ]]
  1341. ++tools/install_prereqs.sh:source:50        [[ -z 0 ]]
  1342. ++tools/install_prereqs.sh:source:57        export_proxy_variables
  1343. ++functions-common:export_proxy_variables:2148  isset http_proxy
  1344. ++functions-common:isset:169                [[ -v http_proxy ]]
  1345. ++functions-common:export_proxy_variables:2151  isset https_proxy
  1346. ++functions-common:isset:169                [[ -v https_proxy ]]
  1347. ++functions-common:export_proxy_variables:2154  isset no_proxy
  1348. ++functions-common:isset:169                [[ -v no_proxy ]]
  1349. +++tools/install_prereqs.sh:source:64        get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,horizon,rabbit,tempest,mysql,etcd3,dstat
  1350. +++functions-common:get_packages:1189        local xtrace
  1351. ++++functions-common:get_packages:1190        grep xtrace
  1352. ++++functions-common:get_packages:1190        set +o
  1353. +++functions-common:get_packages:1190        xtrace='set -o xtrace'
  1354. +++functions-common:get_packages:1191        set +o xtrace
  1355. ++tools/install_prereqs.sh:source:64        PACKAGES='apache2
  1356. apache2-dev
  1357. bc
  1358. bridge-utils
  1359. bsdmainutils
  1360. curl
  1361. g++
  1362. gcc
  1363. gettext  
  1364. git
  1365. graphviz
  1366. iputils-ping
  1367. libapache2-mod-proxy-uwsgi
  1368. libffi-dev
  1369. libjpeg-dev
  1370. libmysqlclient-dev  
  1371. libpcre3-dev
  1372. libpq-dev  
  1373. libssl-dev
  1374. libsystemd-dev
  1375. libxml2-dev  
  1376. libxslt1-dev  
  1377. libyaml-dev
  1378. lsof
  1379. openssh-server
  1380. openssl
  1381. pkg-config
  1382. psmisc
  1383. python2.7
  1384. python-dev
  1385. python-gdbm
  1386. tar
  1387. tcpdump
  1388. unzip
  1389. uuid-runtime
  1390. wget
  1391. wget
  1392. zlib1g-dev
  1393. libkrb5-dev
  1394. libldap2-dev
  1395. libsasl2-dev
  1396. memcached
  1397. python-mysqldb
  1398. sqlite3
  1399. conntrack
  1400. curl
  1401. dnsmasq-base
  1402. dnsmasq-utils
  1403. ebtables
  1404. gawk
  1405. genisoimage
  1406. iptables
  1407. iputils-arping
  1408. kpartx
  1409. libjs-jquery-tablesorter
  1410. libmysqlclient-dev
  1411. parted
  1412. pm-utils
  1413. python-mysqldb
  1414. socat
  1415. sqlite3
  1416. sudo
  1417. vlan
  1418. cryptsetup
  1419. dosfstools
  1420. genisoimage
  1421. gir1.2-libosinfo-1.0
  1422. netcat-openbsd
  1423. open-iscsi
  1424. qemu-utils
  1425. sg3-utils
  1426. sysfsutils
  1427. lvm2
  1428. open-iscsi
  1429. qemu-utils
  1430. thin-provisioning-tools
  1431. acl
  1432. dnsmasq-base
  1433. dnsmasq-utils
  1434. ebtables
  1435. haproxy
  1436. iptables
  1437. iputils-arping
  1438. iputils-ping
  1439. libmysqlclient-dev
  1440. postgresql-server-dev-all
  1441. python-mysqldb
  1442. sqlite3
  1443. sudo
  1444. vlan
  1445. ipset
  1446. conntrack
  1447. conntrackd
  1448. keepalived
  1449. dstat'
  1450. +++tools/install_prereqs.sh:source:65        get_plugin_packages
  1451. +++functions-common:get_plugin_packages:1263  local xtrace
  1452. ++++functions-common:get_plugin_packages:1264  set +o
  1453. ++++functions-common:get_plugin_packages:1264  grep xtrace
  1454. +++functions-common:get_plugin_packages:1264  xtrace='set -o xtrace'
  1455. +++functions-common:get_plugin_packages:1265  set +o xtrace
  1456. ++tools/install_prereqs.sh:source:65        PACKAGES='apache2
  1457. apache2-dev
  1458. bc
  1459. bridge-utils
  1460. bsdmainutils
  1461. curl
  1462. g++
  1463. gcc
  1464. gettext  
  1465. git
  1466. graphviz
  1467. iputils-ping
  1468. libapache2-mod-proxy-uwsgi
  1469. libffi-dev
  1470. libjpeg-dev
  1471. libmysqlclient-dev  
  1472. libpcre3-dev
  1473. libpq-dev  
  1474. libssl-dev
  1475. libsystemd-dev
  1476. libxml2-dev  
  1477. libxslt1-dev  
  1478. libyaml-dev
  1479. lsof
  1480. openssh-server
  1481. openssl
  1482. pkg-config
  1483. psmisc
  1484. python2.7
  1485. python-dev
  1486. python-gdbm
  1487. tar
  1488. tcpdump
  1489. unzip
  1490. uuid-runtime
  1491. wget
  1492. wget
  1493. zlib1g-dev
  1494. libkrb5-dev
  1495. libldap2-dev
  1496. libsasl2-dev
  1497. memcached
  1498. python-mysqldb
  1499. sqlite3
  1500. conntrack
  1501. curl
  1502. dnsmasq-base
  1503. dnsmasq-utils
  1504. ebtables
  1505. gawk
  1506. genisoimage
  1507. iptables
  1508. iputils-arping
  1509. kpartx
  1510. libjs-jquery-tablesorter
  1511. libmysqlclient-dev
  1512. parted
  1513. pm-utils
  1514. python-mysqldb
  1515. socat
  1516. sqlite3
  1517. sudo
  1518. vlan
  1519. cryptsetup
  1520. dosfstools
  1521. genisoimage
  1522. gir1.2-libosinfo-1.0
  1523. netcat-openbsd
  1524. open-iscsi
  1525. qemu-utils
  1526. sg3-utils
  1527. sysfsutils
  1528. lvm2
  1529. open-iscsi
  1530. qemu-utils
  1531. thin-provisioning-tools
  1532. acl
  1533. dnsmasq-base
  1534. dnsmasq-utils
  1535. ebtables
  1536. haproxy
  1537. iptables
  1538. iputils-arping
  1539. iputils-ping
  1540. libmysqlclient-dev
  1541. postgresql-server-dev-all
  1542. python-mysqldb
  1543. sqlite3
  1544. sudo
  1545. vlan
  1546. ipset
  1547. conntrack
  1548. conntrackd
  1549. keepalived
  1550. dstat '
  1551. ++tools/install_prereqs.sh:source:67        is_ubuntu
  1552. ++functions-common:is_ubuntu:492            [[ -z deb ]]
  1553. ++functions-common:is_ubuntu:495            '[' deb = deb ']'
  1554. ++tools/install_prereqs.sh:source:67        grep -q dkms
  1555. ++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 dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat
  1556. ++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 dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat
  1557. ++functions-common:install_package:1332     update_package_repo
  1558. ++functions-common:update_package_repo:1304  NO_UPDATE_REPOS=False
  1559. ++functions-common:update_package_repo:1305  REPOS_UPDATED=True
  1560. ++functions-common:update_package_repo:1306  RETRY_UPDATE=False
  1561. ++functions-common:update_package_repo:1308  [[ False = \T\r\u\e ]]
  1562. ++functions-common:update_package_repo:1312  is_ubuntu
  1563. ++functions-common:is_ubuntu:492            [[ -z deb ]]
  1564. ++functions-common:is_ubuntu:495            '[' deb = deb ']'
  1565. ++functions-common:update_package_repo:1313  apt_get_update
  1566. ++functions-common:apt_get_update:1067      [[ True == \T\r\u\e ]]
  1567. ++functions-common:apt_get_update:1067      [[ False != \T\r\u\e ]]
  1568. ++functions-common:apt_get_update:1068      return
  1569. ++functions-common:install_package:1333     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 dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat
  1570. ++functions-common:real_install_package:1318  is_ubuntu
  1571. ++functions-common:is_ubuntu:492            [[ -z deb ]]
  1572. ++functions-common:is_ubuntu:495            '[' deb = deb ']'
  1573. ++functions-common:real_install_package:1319  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 dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat
  1574. ++functions-common:apt_get:1095             local xtrace result
  1575. +++functions-common:apt_get:1096             set +o
  1576. +++functions-common:apt_get:1096             grep xtrace
  1577. ++functions-common:apt_get:1096             xtrace='set -o xtrace'
  1578. ++functions-common:apt_get:1097             set +o xtrace
  1579. ++functions-common:apt_get:1108             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 dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat
  1580. Reading package lists... Done
  1581. Building dependency tree      
  1582. Reading state information... Done
  1583. acl is already the newest version (2.2.52-3build1).
  1584. bc is already the newest version (1.07.1-2).
  1585. bridge-utils is already the newest version (1.5-15ubuntu1).
  1586. bsdmainutils is already the newest version (11.1.2ubuntu1).
  1587. conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2).
  1588. dnsmasq-base is already the newest version (2.79-1).
  1589. dnsmasq-utils is already the newest version (2.79-1).
  1590. dosfstools is already the newest version (4.1-1).
  1591. gawk is already the newest version (1:4.1.4+dfsg-1build1).
  1592. genisoimage is already the newest version (9:1.1.11-3ubuntu2).
  1593. ipset is already the newest version (6.34-1).
  1594. iptables is already the newest version (1.6.1-2ubuntu2).
  1595. kpartx is already the newest version (0.7.4-2ubuntu3).
  1596. libffi-dev is already the newest version (3.2.1-8).
  1597. libjpeg-dev is already the newest version (8c-2ubuntu8).
  1598. libpcre3-dev is already the newest version (2:8.39-9).
  1599. libyaml-dev is already the newest version (0.1.7-2ubuntu3).
  1600. lsof is already the newest version (4.89+dfsg-0.1).
  1601. pkg-config is already the newest version (0.29.1-0ubuntu2).
  1602. python-dev is already the newest version (2.7.15~rc1-1).
  1603. python-mysqldb is already the newest version (1.3.10-1build1).
  1604. socat is already the newest version (1.7.3.2-2ubuntu2).
  1605. unzip is already the newest version (6.0-21ubuntu1).
  1606. zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2).
  1607. conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2).
  1608. dstat is already the newest version (0.7.3-1).
  1609. gir1.2-libosinfo-1.0 is already the newest version (1.1.0-1).
  1610. graphviz is already the newest version (2.40.1-2).
  1611. libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1).
  1612. pm-utils is already the newest version (1.4.1-17).
  1613. sysfsutils is already the newest version (2.1.0+repack-4build1).
  1614. thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3).
  1615. apache2 is already the newest version (2.4.29-1ubuntu4.11).
  1616. apache2-dev is already the newest version (2.4.29-1ubuntu4.11).
  1617. cryptsetup is already the newest version (2:2.0.2-1ubuntu1.1).
  1618. curl is already the newest version (7.58.0-2ubuntu3.8).
  1619. ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3).
  1620. g++ is already the newest version (4:7.4.0-1ubuntu2.3).
  1621. gcc is already the newest version (4:7.4.0-1ubuntu2.3).
  1622. gettext is already the newest version (0.19.8.1-6ubuntu0.3).
  1623. git is already the newest version (1:2.17.1-1ubuntu0.5).
  1624. haproxy is already the newest version (1.8.8-1ubuntu0.9).
  1625. iputils-arping is already the newest version (3:20161105-1ubuntu3).
  1626. iputils-ping is already the newest version (3:20161105-1ubuntu3).
  1627. keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2).
  1628. libkrb5-dev is already the newest version (1.16-2ubuntu0.1).
  1629. libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.4).
  1630. libmysqlclient-dev is already the newest version (5.7.29-0ubuntu0.18.04.1).
  1631. libpq-dev is already the newest version (10.12-0ubuntu0.18.04.1).
  1632. libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.1).
  1633. libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.5).
  1634. libsystemd-dev is already the newest version (237-3ubuntu10.39).
  1635. libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3).
  1636. libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2).
  1637. lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.2).
  1638. memcached is already the newest version (1.5.6-0ubuntu1.2).
  1639. netcat-openbsd is already the newest version (1.187-1ubuntu0.1).
  1640. open-iscsi is already the newest version (2.0.874-5ubuntu2.7).
  1641. openssh-server is already the newest version (1:7.6p1-4ubuntu0.3).
  1642. openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.5).
  1643. parted is already the newest version (3.2-20ubuntu0.2).
  1644. psmisc is already the newest version (23.1-1ubuntu0.1).
  1645. python-gdbm is already the newest version (2.7.17-1~18.04).
  1646. python2.7 is already the newest version (2.7.17-1~18.04).
  1647. qemu-utils is already the newest version (1:2.11+dfsg-1ubuntu7.23).
  1648. sg3-utils is already the newest version (1.42-2ubuntu1.18.04.1).
  1649. sqlite3 is already the newest version (3.22.0-1ubuntu0.2).
  1650. sudo is already the newest version (1.8.21p2-3ubuntu1.2).
  1651. tar is already the newest version (1.29b-2ubuntu0.1).
  1652. tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1).
  1653. uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.5).
  1654. vlan is already the newest version (1.9-3.2ubuntu6).
  1655. wget is already the newest version (1.19.4-1ubuntu2.2).
  1656. libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1).
  1657. postgresql-server-dev-all is already the newest version (190ubuntu0.1).
  1658. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  1659. ++functions-common:apt_get:1112             result=0
  1660. ++functions-common:apt_get:1115             time_stop apt-get
  1661. ++functions-common:time_stop:2330           local name
  1662. ++functions-common:time_stop:2331           local end_time
  1663. ++functions-common:time_stop:2332           local elapsed_time
  1664. ++functions-common:time_stop:2333           local total
  1665. ++functions-common:time_stop:2334           local start_time
  1666. ++functions-common:time_stop:2336           name=apt-get
  1667. ++functions-common:time_stop:2337           start_time=1582638780892
  1668. ++functions-common:time_stop:2339           [[ -z 1582638780892 ]]
  1669. +++functions-common:time_stop:2342           date +%s%3N
  1670. ++functions-common:time_stop:2342           end_time=1582638781820
  1671. ++functions-common:time_stop:2343           elapsed_time=928
  1672. ++functions-common:time_stop:2344           total=1623
  1673. ++functions-common:time_stop:2346           _TIME_START[$name]=
  1674. ++functions-common:time_stop:2347           _TIME_TOTAL[$name]=2551
  1675. ++functions-common:apt_get:1116             return 0
  1676. ++tools/install_prereqs.sh:source:74        [[ -n False ]]
  1677. ++tools/install_prereqs.sh:source:74        [[ False != \F\a\l\s\e ]]
  1678. ++tools/install_prereqs.sh:source:88        date +%s
  1679. ++tools/install_prereqs.sh:source:89        date
  1680. +./stack.sh:main:795                       [[ False != \T\r\u\e ]]
  1681. +./stack.sh:main:796                       PYPI_ALTERNATIVE_URL=
  1682. +./stack.sh:main:796                       /opt/stack/devstack/tools/install_pip.sh
  1683. +tools/install_pip.sh:main:25              FILES=/opt/stack/devstack/files
  1684. +tools/install_pip.sh:main:40              PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
  1685. ++tools/install_pip.sh:main:41              basename https://bootstrap.pypa.io/get-pip.py
  1686. +tools/install_pip.sh:main:41              LOCAL_PIP=/opt/stack/devstack/files/get-pip.py
  1687. +tools/install_pip.sh:main:43              GetDistro
  1688. +functions-common:GetDistro:371            GetOSVersion
  1689. +functions-common:GetOSVersion:348         _ensure_lsb_release
  1690. ++functions-common:_ensure_lsb_release:322  command -v lsb_release
  1691. +functions-common:_ensure_lsb_release:322  [[ -x /usr/bin/lsb_release ]]
  1692. +functions-common:_ensure_lsb_release:323  return
  1693. ++functions-common:GetOSVersion:350         lsb_release -r -s
  1694. +functions-common:GetOSVersion:350         os_RELEASE=18.04
  1695. ++functions-common:GetOSVersion:351         lsb_release -c -s
  1696. +functions-common:GetOSVersion:351         os_CODENAME=bionic
  1697. ++functions-common:GetOSVersion:352         lsb_release -i -s
  1698. +functions-common:GetOSVersion:352         os_VENDOR=Ubuntu
  1699. +functions-common:GetOSVersion:354         [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
  1700. +functions-common:GetOSVersion:355         os_PACKAGE=deb
  1701. +functions-common:GetOSVersion:360         typeset -xr os_VENDOR
  1702. +functions-common:GetOSVersion:361         typeset -xr os_RELEASE
  1703. +functions-common:GetOSVersion:362         typeset -xr os_PACKAGE
  1704. +functions-common:GetOSVersion:363         typeset -xr os_CODENAME
  1705. +functions-common:GetDistro:373            [[ Ubuntu =~ (Ubuntu) ]]
  1706. +functions-common:GetDistro:376            DISTRO=bionic
  1707. +functions-common:GetDistro:422            typeset -xr DISTRO
  1708. +tools/install_pip.sh:main:44              echo 'Distro: bionic'
  1709. Distro: bionic
  1710. +tools/install_pip.sh:main:126             get_versions
  1711. ++tools/install_pip.sh:get_versions:49      which pip
  1712. +tools/install_pip.sh:get_versions:49      PIP=/usr/local/bin/pip
  1713. +tools/install_pip.sh:get_versions:50      [[ -n /usr/local/bin/pip ]]
  1714. ++tools/install_pip.sh:get_versions:51      /usr/local/bin/pip --version
  1715. ++tools/install_pip.sh:get_versions:51      awk '{ print $2}'
  1716. +tools/install_pip.sh:get_versions:51      PIP_VERSION=20.0.2
  1717. +tools/install_pip.sh:get_versions:52      echo 'pip: 20.0.2'
  1718. pip: 20.0.2
  1719. +tools/install_pip.sh:main:135             is_fedora
  1720. +functions-common:is_fedora:446            [[ -z Ubuntu ]]
  1721. +functions-common:is_fedora:450            '[' Ubuntu = Fedora ']'
  1722. +functions-common:is_fedora:450            '[' Ubuntu = 'Red Hat' ']'
  1723. +functions-common:is_fedora:451            '[' Ubuntu = RedHatEnterpriseServer ']'
  1724. +functions-common:is_fedora:452            '[' Ubuntu = CentOS ']'
  1725. +functions-common:is_fedora:452            '[' Ubuntu = OracleServer ']'
  1726. +functions-common:is_fedora:453            '[' Ubuntu = Virtuozzo ']'
  1727. +tools/install_pip.sh:main:135             is_suse
  1728. +functions-common:is_suse:461              is_opensuse
  1729. +functions-common:is_opensuse:468          [[ -z Ubuntu ]]
  1730. +functions-common:is_opensuse:472          [[ Ubuntu =~ (openSUSE) ]]
  1731. +functions-common:is_suse:461              is_suse_linux_enterprise
  1732. +functions-common:is_suse_linux_enterprise:480  [[ -z Ubuntu ]]
  1733. +functions-common:is_suse_linux_enterprise:484  [[ Ubuntu =~ (^SUSE) ]]
  1734. +tools/install_pip.sh:main:136             uninstall_package python-pip
  1735. +functions-common:uninstall_package:1361   is_ubuntu
  1736. +functions-common:is_ubuntu:492            [[ -z deb ]]
  1737. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  1738. +functions-common:uninstall_package:1362   apt_get purge python-pip
  1739. +functions-common:apt_get:1095             local xtrace result
  1740. ++functions-common:apt_get:1096             grep xtrace
  1741. ++functions-common:apt_get:1096             set +o
  1742. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  1743. +functions-common:apt_get:1097             set +o xtrace
  1744. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip
  1745. Reading package lists... Done
  1746. Building dependency tree      
  1747. Reading state information... Done
  1748. Package 'python-pip' is not installed, so not removed
  1749. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  1750. +functions-common:apt_get:1112             result=0
  1751. +functions-common:apt_get:1115             time_stop apt-get
  1752. +functions-common:time_stop:2330           local name
  1753. +functions-common:time_stop:2331           local end_time
  1754. +functions-common:time_stop:2332           local elapsed_time
  1755. +functions-common:time_stop:2333           local total
  1756. +functions-common:time_stop:2334           local start_time
  1757. +functions-common:time_stop:2336           name=apt-get
  1758. +functions-common:time_stop:2337           start_time=1582638782765
  1759. +functions-common:time_stop:2339           [[ -z 1582638782765 ]]
  1760. ++functions-common:time_stop:2342           date +%s%3N
  1761. +functions-common:time_stop:2342           end_time=1582638783579
  1762. +functions-common:time_stop:2343           elapsed_time=814
  1763. +functions-common:time_stop:2344           total=0
  1764. +functions-common:time_stop:2346           _TIME_START[$name]=
  1765. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=814
  1766. +functions-common:apt_get:1116             return 0
  1767. +tools/install_pip.sh:main:137             uninstall_package python3-pip
  1768. +functions-common:uninstall_package:1361   is_ubuntu
  1769. +functions-common:is_ubuntu:492            [[ -z deb ]]
  1770. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  1771. +functions-common:uninstall_package:1362   apt_get purge python3-pip
  1772. +functions-common:apt_get:1095             local xtrace result
  1773. ++functions-common:apt_get:1096             set +o
  1774. ++functions-common:apt_get:1096             grep xtrace
  1775. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  1776. +functions-common:apt_get:1097             set +o xtrace
  1777. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip
  1778. Reading package lists... Done
  1779. Building dependency tree      
  1780. Reading state information... Done
  1781. Package 'python3-pip' is not installed, so not removed
  1782. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  1783. +functions-common:apt_get:1112             result=0
  1784. +functions-common:apt_get:1115             time_stop apt-get
  1785. +functions-common:time_stop:2330           local name
  1786. +functions-common:time_stop:2331           local end_time
  1787. +functions-common:time_stop:2332           local elapsed_time
  1788. +functions-common:time_stop:2333           local total
  1789. +functions-common:time_stop:2334           local start_time
  1790. +functions-common:time_stop:2336           name=apt-get
  1791. +functions-common:time_stop:2337           start_time=1582638783681
  1792. +functions-common:time_stop:2339           [[ -z 1582638783681 ]]
  1793. ++functions-common:time_stop:2342           date +%s%3N
  1794. +functions-common:time_stop:2342           end_time=1582638784457
  1795. +functions-common:time_stop:2343           elapsed_time=776
  1796. +functions-common:time_stop:2344           total=814
  1797. +functions-common:time_stop:2346           _TIME_START[$name]=
  1798. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=1590
  1799. +functions-common:apt_get:1116             return 0
  1800. +tools/install_pip.sh:main:140             install_get_pip
  1801. +tools/install_pip.sh:install_get_pip:62   [[ -r /opt/stack/devstack/files/get-pip.py ]]
  1802. +tools/install_pip.sh:install_get_pip:63   head -1 /opt/stack/devstack/files/get-pip.py
  1803. +tools/install_pip.sh:install_get_pip:63   grep -q '#!/usr/bin/env python'
  1804. +tools/install_pip.sh:install_get_pip:79   [[ ! -r /opt/stack/devstack/files/get-pip.py ]]
  1805. +tools/install_pip.sh:install_get_pip:79   [[ -r /opt/stack/devstack/files/get-pip.py.downloaded ]]
  1806. +tools/install_pip.sh:install_get_pip:82   local timecond=
  1807. +tools/install_pip.sh:install_get_pip:83   [[ -r /opt/stack/devstack/files/get-pip.py ]]
  1808. +tools/install_pip.sh:install_get_pip:84   timecond='-z /opt/stack/devstack/files/get-pip.py'
  1809. +tools/install_pip.sh:install_get_pip:87   curl -f --retry 6 --retry-delay 5 -z /opt/stack/devstack/files/get-pip.py -o /opt/stack/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py
  1810.  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  1811.                                 Dload  Upload   Total   Spent    Left  Speed
  1812.  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  1813. +tools/install_pip.sh:install_get_pip:90   touch /opt/stack/devstack/files/get-pip.py.downloaded
  1814. +tools/install_pip.sh:install_get_pip:92   sudo -H -E python3.6 /opt/stack/devstack/files/get-pip.py
  1815. Collecting pip
  1816.  Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
  1817. Installing collected packages: pip
  1818.  Attempting uninstall: pip
  1819.    Found existing installation: pip 20.0.2
  1820.    Uninstalling pip-20.0.2:
  1821.      Successfully uninstalled pip-20.0.2
  1822. Successfully installed pip-20.0.2
  1823. +tools/install_pip.sh:install_get_pip:93   python3_enabled
  1824. +inc/python:python3_enabled:446            [[ True == \T\r\u\e ]]
  1825. +inc/python:python3_enabled:447            return 0
  1826. +tools/install_pip.sh:main:142             [[ -n '' ]]
  1827. +tools/install_pip.sh:main:146             set -x
  1828. +tools/install_pip.sh:main:150             pip_install_gr setuptools
  1829. +inc/python:pip_install_gr:68              local name=setuptools
  1830. +inc/python:pip_install_gr:69              local clean_name
  1831. ++inc/python:pip_install_gr:70              get_from_global_requirements setuptools
  1832. ++inc/python:get_from_global_requirements:231  local package=setuptools
  1833. ++inc/python:get_from_global_requirements:232  local required_pkg
  1834. +++inc/python:get_from_global_requirements:233  cut -d# -f1
  1835. +++inc/python:get_from_global_requirements:233  grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt
  1836. ++inc/python:get_from_global_requirements:233  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;python_version>='\''3.5'\''  
  1837. 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,<45.0.0;python_version<='\''2.7'\''  '
  1838. ++inc/python:get_from_global_requirements:234  [[ 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;python_version>='3.5'  
  1839. 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,<45.0.0;python_version<='2.7'   == '' ]]
  1840. ++inc/python:get_from_global_requirements:237  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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\'''
  1841. +inc/python:pip_install_gr:70              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;python_version>='\''3.5'\'' 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,<45.0.0;python_version<='\''2.7'\'''
  1842. +inc/python:pip_install_gr:71              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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\'''
  1843. +inc/python:pip_install:120                local xtrace result
  1844. ++inc/python:pip_install:121                set +o
  1845. ++inc/python:pip_install:121                grep xtrace
  1846. +inc/python:pip_install:121                xtrace='set -o xtrace'
  1847. +inc/python:pip_install:122                set +o xtrace
  1848. Using python 3.6 to 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,<45.0.0;python_version<='2.7' because python3_enabled=True
  1849. +inc/python:pip_install:183                local install_test_reqs=
  1850. +inc/python:pip_install:184                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,<45.0.0;python_version<='\''2.7'\''/test-requirements.txt'
  1851. +inc/python:pip_install:185                [[ -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,<45.0.0;python_version<='2.7'/test-requirements.txt ]]
  1852. +inc/python:pip_install:193                sudo -H LC_ALL=en_US.UTF-8 http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\'''
  1853. Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment
  1854. Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment
  1855. Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment
  1856. Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment
  1857. Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment
  1858. Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment
  1859. Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment
  1860. Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment
  1861. Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment
  1862. Ignoring pytest: markers 'python_version == "2.7"' don't match your environment
  1863. Ignoring pytest: markers 'python_version == "3.7"' don't match your environment
  1864. Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment
  1865. Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment
  1866. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment
  1867. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment
  1868. Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment
  1869. Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment
  1870. Ignoring Pint: markers 'python_version == "3.7"' don't match your environment
  1871. Ignoring Pint: markers 'python_version == "2.7"' don't match your environment
  1872. Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment
  1873. Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment
  1874. Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment
  1875. Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment
  1876. Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment
  1877. Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment
  1878. Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment
  1879. Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment
  1880. Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment
  1881. Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment
  1882. Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment
  1883. Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment
  1884. Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment
  1885. Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment
  1886. Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment
  1887. Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment
  1888. Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment
  1889. Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment
  1890. Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment
  1891. Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment
  1892. Ignoring networkx: markers 'python_version == "2.7"' don't match your environment
  1893. Ignoring networkx: markers 'python_version == "3.7"' don't match your environment
  1894. Ignoring bashate: markers 'python_version == "2.7"' don't match your environment
  1895. Ignoring bashate: markers 'python_version == "3.7"' don't match your environment
  1896. Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment
  1897. Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment
  1898. Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment
  1899. Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment
  1900. Ignoring scipy: markers 'python_version == "2.7"' don't match your environment
  1901. Ignoring scipy: markers 'python_version == "3.7"' don't match your environment
  1902. Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment
  1903. Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment
  1904. Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment
  1905. Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment
  1906. Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment
  1907. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment
  1908. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment
  1909. Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment
  1910. Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment
  1911. Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment
  1912. Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment
  1913. Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment
  1914. Ignoring reno: markers 'python_version == "2.7"' don't match your environment
  1915. Ignoring reno: markers 'python_version == "3.7"' don't match your environment
  1916. Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment
  1917. Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment
  1918. Ignoring tornado: markers 'python_version == "3.7"' don't match your environment
  1919. Ignoring tornado: markers 'python_version == "2.7"' don't match your environment
  1920. Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment
  1921. Ignoring mox3: markers 'python_version == "2.7"' don't match your environment
  1922. Ignoring mox3: markers 'python_version == "3.7"' don't match your environment
  1923. Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment
  1924. Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment
  1925. Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment
  1926. Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment
  1927. Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment
  1928. Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment
  1929. Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment
  1930. Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment
  1931. Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment
  1932. Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment
  1933. Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment
  1934. Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment
  1935. Ignoring trollius: markers 'python_version == "2.7"' don't match your environment
  1936. Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment
  1937. Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment
  1938. Ignoring joblib: markers 'python_version == "3.7"' don't match your environment
  1939. Ignoring castellan: markers 'python_version == "2.7"' don't match your environment
  1940. Ignoring castellan: markers 'python_version == "3.7"' don't match your environment
  1941. Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment
  1942. Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment
  1943. Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment
  1944. Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment
  1945. Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment
  1946. Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment
  1947. Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment
  1948. Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment
  1949. Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment
  1950. Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment
  1951. Ignoring mypy: markers 'python_version == "3.7"' don't match your environment
  1952. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment
  1953. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment
  1954. Ignoring os-win: markers 'python_version == "2.7"' don't match your environment
  1955. Ignoring os-win: markers 'python_version == "3.7"' don't match your environment
  1956. Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment
  1957. Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment
  1958. Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment
  1959. Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment
  1960. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment
  1961. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment
  1962. Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment
  1963. Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment
  1964. Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment
  1965. Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment
  1966. Ignoring automaton: markers 'python_version == "2.7"' don't match your environment
  1967. Ignoring automaton: markers 'python_version == "3.7"' don't match your environment
  1968. Ignoring keyring: markers 'python_version == "2.7"' don't match your environment
  1969. Ignoring keyring: markers 'python_version == "3.7"' don't match your environment
  1970. Ignoring txaio: markers 'python_version == "2.7"' don't match your environment
  1971. Ignoring txaio: markers 'python_version == "3.7"' don't match your environment
  1972. Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment
  1973. Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment
  1974. Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment
  1975. Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment
  1976. Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment
  1977. Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment
  1978. Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment
  1979. Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment
  1980. Ignoring tooz: markers 'python_version == "2.7"' don't match your environment
  1981. Ignoring tooz: markers 'python_version == "3.7"' don't match your environment
  1982. Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment
  1983. Ignoring sushy: markers 'python_version == "2.7"' don't match your environment
  1984. Ignoring sushy: markers 'python_version == "3.7"' don't match your environment
  1985. Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment
  1986. Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment
  1987. Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment
  1988. Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment
  1989. Ignoring Faker: markers 'python_version == "2.7"' don't match your environment
  1990. Ignoring Faker: markers 'python_version == "3.7"' don't match your environment
  1991. Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment
  1992. Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment
  1993. Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment
  1994. Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment
  1995. Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
  1996. Ignoring numpy: markers 'python_version == "3.7"' don't match your environment
  1997. Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment
  1998. Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment
  1999. Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment
  2000. Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment
  2001. Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment
  2002. Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment
  2003. Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment
  2004. Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment
  2005. Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment
  2006. Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment
  2007. Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment
  2008. Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment
  2009. Ignoring Django: markers 'python_version == "2.7"' don't match your environment
  2010. Ignoring Django: markers 'python_version == "3.7"' don't match your environment
  2011. Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment
  2012. Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment
  2013. Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment
  2014. Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment
  2015. Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment
  2016. Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment
  2017. Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment
  2018. Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment
  2019. Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment
  2020. Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment
  2021. Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment
  2022. Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment
  2023. Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment
  2024. Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment
  2025. Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment
  2026. Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment
  2027. Ignoring functools32: markers 'python_version == "2.7"' don't match your environment
  2028. Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment
  2029. Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment
  2030. Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment
  2031. Ignoring entrypoints: markers 'python_version == "2.7"' don't match your environment
  2032. Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment
  2033. Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment
  2034. Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment
  2035. Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment
  2036. Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment
  2037. Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment
  2038. Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment
  2039. Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment
  2040. Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment
  2041. Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment
  2042. Ignoring configparser: markers 'python_version == "2.7"' don't match your environment
  2043. Ignoring futurist: markers 'python_version == "2.7"' don't match your environment
  2044. Ignoring futurist: markers 'python_version == "3.7"' don't match your environment
  2045. Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment
  2046. Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment
  2047. Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment
  2048. Ignoring scandir: markers 'python_version == "2.7"' don't match your environment
  2049. Ignoring zipp: markers 'python_version == "2.7"' don't match your environment
  2050. Ignoring zipp: markers 'python_version == "3.7"' don't match your environment
  2051. Ignoring futures: markers 'python_version == "2.7"' don't match your environment
  2052. Ignoring happybase: markers 'python_version == "2.7"' don't match your environment
  2053. Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment
  2054. Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment
  2055. Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment
  2056. Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment
  2057. Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment
  2058. Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment
  2059. Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment
  2060. Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment
  2061. Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment
  2062. Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment
  2063. Ignoring setuptools: markers 'python_version <= "2.7"' don't match your environment
  2064. 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/python3.6/dist-packages (45.2.0)
  2065. +inc/python:pip_install:200                result=0
  2066. +inc/python:pip_install:202                time_stop pip_install
  2067. +functions-common:time_stop:2330           local name
  2068. +functions-common:time_stop:2331           local end_time
  2069. +functions-common:time_stop:2332           local elapsed_time
  2070. +functions-common:time_stop:2333           local total
  2071. +functions-common:time_stop:2334           local start_time
  2072. +functions-common:time_stop:2336           name=pip_install
  2073. +functions-common:time_stop:2337           start_time=1582638787373
  2074. +functions-common:time_stop:2339           [[ -z 1582638787373 ]]
  2075. ++functions-common:time_stop:2342           date +%s%3N
  2076. +functions-common:time_stop:2342           end_time=1582638789131
  2077. +functions-common:time_stop:2343           elapsed_time=1758
  2078. +functions-common:time_stop:2344           total=0
  2079. +functions-common:time_stop:2346           _TIME_START[$name]=
  2080. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=1758
  2081. +inc/python:pip_install:203                return 0
  2082. +tools/install_pip.sh:main:152             get_versions
  2083. ++tools/install_pip.sh:get_versions:49      which pip
  2084. +tools/install_pip.sh:get_versions:49      PIP=/usr/local/bin/pip
  2085. +tools/install_pip.sh:get_versions:50      [[ -n /usr/local/bin/pip ]]
  2086. ++tools/install_pip.sh:get_versions:51      awk '{ print $2}'
  2087. ++tools/install_pip.sh:get_versions:51      /usr/local/bin/pip --version
  2088. +tools/install_pip.sh:get_versions:51      PIP_VERSION=20.0.2
  2089. +tools/install_pip.sh:get_versions:52      echo 'pip: 20.0.2'
  2090. pip: 20.0.2
  2091. +./stack.sh:main:800                       source /opt/stack/devstack/tools/fixup_stuff.sh
  2092. ++tools/fixup_stuff.sh:source:12            [[ -z /opt/stack/devstack ]]
  2093. +./stack.sh:main:801                       fixup_all
  2094. +tools/fixup_stuff.sh:fixup_all:235        fixup_keystone
  2095. +tools/fixup_stuff.sh:fixup_keystone:39    keystone_ports=35357,35358
  2096. +tools/fixup_stuff.sh:fixup_keystone:44    sysctl net.ipv4.ip_local_reserved_ports
  2097. ++tools/fixup_stuff.sh:fixup_keystone:46    sed 's/^ //'
  2098. ++tools/fixup_stuff.sh:fixup_keystone:46    sysctl net.ipv4.ip_local_reserved_ports
  2099. ++tools/fixup_stuff.sh:fixup_keystone:46    awk -F= '{print $2;}'
  2100. +tools/fixup_stuff.sh:fixup_keystone:46    reserved_ports=
  2101. +tools/fixup_stuff.sh:fixup_keystone:48    [[ -z '' ]]
  2102. +tools/fixup_stuff.sh:fixup_keystone:50    sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358
  2103. net.ipv4.ip_local_reserved_ports = 35357,35358
  2104. +tools/fixup_stuff.sh:fixup_all:236        fixup_ubuntu
  2105. +tools/fixup_stuff.sh:fixup_ubuntu:66      [[ bionic != \b\i\o\n\i\c ]]
  2106. +tools/fixup_stuff.sh:fixup_ubuntu:71      install_package software-properties-common
  2107. +functions-common:install_package:1332     update_package_repo
  2108. +functions-common:update_package_repo:1304  NO_UPDATE_REPOS=False
  2109. +functions-common:update_package_repo:1305  REPOS_UPDATED=True
  2110. +functions-common:update_package_repo:1306  RETRY_UPDATE=False
  2111. +functions-common:update_package_repo:1308  [[ False = \T\r\u\e ]]
  2112. +functions-common:update_package_repo:1312  is_ubuntu
  2113. +functions-common:is_ubuntu:492            [[ -z deb ]]
  2114. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  2115. +functions-common:update_package_repo:1313  apt_get_update
  2116. +functions-common:apt_get_update:1067      [[ True == \T\r\u\e ]]
  2117. +functions-common:apt_get_update:1067      [[ False != \T\r\u\e ]]
  2118. +functions-common:apt_get_update:1068      return
  2119. +functions-common:install_package:1333     real_install_package software-properties-common
  2120. +functions-common:real_install_package:1318  is_ubuntu
  2121. +functions-common:is_ubuntu:492            [[ -z deb ]]
  2122. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  2123. +functions-common:real_install_package:1319  apt_get install software-properties-common
  2124. +functions-common:apt_get:1095             local xtrace result
  2125. ++functions-common:apt_get:1096             set +o
  2126. ++functions-common:apt_get:1096             grep xtrace
  2127. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  2128. +functions-common:apt_get:1097             set +o xtrace
  2129. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
  2130. Reading package lists... Done
  2131. Building dependency tree      
  2132. Reading state information... Done
  2133. software-properties-common is already the newest version (0.96.24.32.12).
  2134. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  2135. +functions-common:apt_get:1112             result=0
  2136. +functions-common:apt_get:1115             time_stop apt-get
  2137. +functions-common:time_stop:2330           local name
  2138. +functions-common:time_stop:2331           local end_time
  2139. +functions-common:time_stop:2332           local elapsed_time
  2140. +functions-common:time_stop:2333           local total
  2141. +functions-common:time_stop:2334           local start_time
  2142. +functions-common:time_stop:2336           name=apt-get
  2143. +functions-common:time_stop:2337           start_time=1582638789667
  2144. +functions-common:time_stop:2339           [[ -z 1582638789667 ]]
  2145. ++functions-common:time_stop:2342           date +%s%3N
  2146. +functions-common:time_stop:2342           end_time=1582638790415
  2147. +functions-common:time_stop:2343           elapsed_time=748
  2148. +functions-common:time_stop:2344           total=2551
  2149. +functions-common:time_stop:2346           _TIME_START[$name]=
  2150. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=3299
  2151. +functions-common:apt_get:1116             return 0
  2152. +tools/fixup_stuff.sh:fixup_ubuntu:74      sudo add-apt-repository -y universe
  2153. 'universe' distribution component is already enabled for all sources.
  2154. +tools/fixup_stuff.sh:fixup_ubuntu:82      sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info'
  2155. +tools/fixup_stuff.sh:fixup_ubuntu:83      sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info'
  2156. +tools/fixup_stuff.sh:fixup_ubuntu:84      sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info'
  2157. +tools/fixup_stuff.sh:fixup_all:237        fixup_fedora
  2158. +tools/fixup_stuff.sh:fixup_fedora:97      is_fedora
  2159. +functions-common:is_fedora:446            [[ -z Ubuntu ]]
  2160. +functions-common:is_fedora:450            '[' Ubuntu = Fedora ']'
  2161. +functions-common:is_fedora:450            '[' Ubuntu = 'Red Hat' ']'
  2162. +functions-common:is_fedora:451            '[' Ubuntu = RedHatEnterpriseServer ']'
  2163. +functions-common:is_fedora:452            '[' Ubuntu = CentOS ']'
  2164. +functions-common:is_fedora:452            '[' Ubuntu = OracleServer ']'
  2165. +functions-common:is_fedora:453            '[' Ubuntu = Virtuozzo ']'
  2166. +tools/fixup_stuff.sh:fixup_fedora:98      return
  2167. +tools/fixup_stuff.sh:fixup_all:238        fixup_suse
  2168. +tools/fixup_stuff.sh:fixup_suse:172       is_suse
  2169. +functions-common:is_suse:461              is_opensuse
  2170. +functions-common:is_opensuse:468          [[ -z Ubuntu ]]
  2171. +functions-common:is_opensuse:472          [[ Ubuntu =~ (openSUSE) ]]
  2172. +functions-common:is_suse:461              is_suse_linux_enterprise
  2173. +functions-common:is_suse_linux_enterprise:480  [[ -z Ubuntu ]]
  2174. +functions-common:is_suse_linux_enterprise:484  [[ Ubuntu =~ (^SUSE) ]]
  2175. +tools/fixup_stuff.sh:fixup_suse:173       return
  2176. +tools/fixup_stuff.sh:fixup_all:239        fixup_virtualenv
  2177. +tools/fixup_stuff.sh:fixup_virtualenv:228  [[ ! -f /etc/ci/mirror_info.sh ]]
  2178. +tools/fixup_stuff.sh:fixup_virtualenv:229  install_package python-virtualenv
  2179. +functions-common:install_package:1332     update_package_repo
  2180. +functions-common:update_package_repo:1304  NO_UPDATE_REPOS=False
  2181. +functions-common:update_package_repo:1305  REPOS_UPDATED=True
  2182. +functions-common:update_package_repo:1306  RETRY_UPDATE=False
  2183. +functions-common:update_package_repo:1308  [[ False = \T\r\u\e ]]
  2184. +functions-common:update_package_repo:1312  is_ubuntu
  2185. +functions-common:is_ubuntu:492            [[ -z deb ]]
  2186. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  2187. +functions-common:update_package_repo:1313  apt_get_update
  2188. +functions-common:apt_get_update:1067      [[ True == \T\r\u\e ]]
  2189. +functions-common:apt_get_update:1067      [[ False != \T\r\u\e ]]
  2190. +functions-common:apt_get_update:1068      return
  2191. +functions-common:install_package:1333     real_install_package python-virtualenv
  2192. +functions-common:real_install_package:1318  is_ubuntu
  2193. +functions-common:is_ubuntu:492            [[ -z deb ]]
  2194. +functions-common:is_ubuntu:495            '[' deb = deb ']'
  2195. +functions-common:real_install_package:1319  apt_get install python-virtualenv
  2196. +functions-common:apt_get:1095             local xtrace result
  2197. ++functions-common:apt_get:1096             grep xtrace
  2198. ++functions-common:apt_get:1096             set +o
  2199. +functions-common:apt_get:1096             xtrace='set -o xtrace'
  2200. +functions-common:apt_get:1097             set +o xtrace
  2201. +functions-common:apt_get:1108             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv
  2202. Reading package lists... Done
  2203. Building dependency tree      
  2204. Reading state information... Done
  2205. python-virtualenv is already the newest version (15.1.0+ds-1.1).
  2206. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  2207. +functions-common:apt_get:1112             result=0
  2208. +functions-common:apt_get:1115             time_stop apt-get
  2209. +functions-common:time_stop:2330           local name
  2210. +functions-common:time_stop:2331           local end_time
  2211. +functions-common:time_stop:2332           local elapsed_time
  2212. +functions-common:time_stop:2333           local total
  2213. +functions-common:time_stop:2334           local start_time
  2214. +functions-common:time_stop:2336           name=apt-get
  2215. +functions-common:time_stop:2337           start_time=1582638791358
  2216. +functions-common:time_stop:2339           [[ -z 1582638791358 ]]
  2217. ++functions-common:time_stop:2342           date +%s%3N
  2218. +functions-common:time_stop:2342           end_time=1582638792089
  2219. +functions-common:time_stop:2343           elapsed_time=731
  2220. +functions-common:time_stop:2344           total=3299
  2221. +functions-common:time_stop:2346           _TIME_START[$name]=
  2222. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=4030
  2223. +functions-common:apt_get:1116             return 0
  2224. +tools/fixup_stuff.sh:fixup_virtualenv:230  pip_install -U --force-reinstall virtualenv
  2225. +inc/python:pip_install:120                local xtrace result
  2226. ++inc/python:pip_install:121                grep xtrace
  2227. ++inc/python:pip_install:121                set +o
  2228. +inc/python:pip_install:121                xtrace='set -o xtrace'
  2229. +inc/python:pip_install:122                set +o xtrace
  2230. Using python 3.6 to install virtualenv because python3_enabled=True
  2231. +inc/python:pip_install:183                local install_test_reqs=
  2232. +inc/python:pip_install:184                local test_req=virtualenv/test-requirements.txt
  2233. +inc/python:pip_install:185                [[ -e virtualenv/test-requirements.txt ]]
  2234. +inc/python:pip_install:193                sudo -H LC_ALL=en_US.UTF-8 http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U --force-reinstall virtualenv
  2235. Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment
  2236. Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment
  2237. Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment
  2238. Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment
  2239. Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment
  2240. Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment
  2241. Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment
  2242. Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment
  2243. Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment
  2244. Ignoring pytest: markers 'python_version == "2.7"' don't match your environment
  2245. Ignoring pytest: markers 'python_version == "3.7"' don't match your environment
  2246. Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment
  2247. Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment
  2248. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment
  2249. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment
  2250. Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment
  2251. Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment
  2252. Ignoring Pint: markers 'python_version == "3.7"' don't match your environment
  2253. Ignoring Pint: markers 'python_version == "2.7"' don't match your environment
  2254. Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment
  2255. Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment
  2256. Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment
  2257. Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment
  2258. Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment
  2259. Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment
  2260. Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment
  2261. Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment
  2262. Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment
  2263. Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment
  2264. Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment
  2265. Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment
  2266. Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment
  2267. Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment
  2268. Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment
  2269. Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment
  2270. Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment
  2271. Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment
  2272. Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment
  2273. Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment
  2274. Ignoring networkx: markers 'python_version == "2.7"' don't match your environment
  2275. Ignoring networkx: markers 'python_version == "3.7"' don't match your environment
  2276. Ignoring bashate: markers 'python_version == "2.7"' don't match your environment
  2277. Ignoring bashate: markers 'python_version == "3.7"' don't match your environment
  2278. Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment
  2279. Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment
  2280. Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment
  2281. Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment
  2282. Ignoring scipy: markers 'python_version == "2.7"' don't match your environment
  2283. Ignoring scipy: markers 'python_version == "3.7"' don't match your environment
  2284. Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment
  2285. Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment
  2286. Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment
  2287. Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment
  2288. Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment
  2289. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment
  2290. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment
  2291. Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment
  2292. Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment
  2293. Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment
  2294. Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment
  2295. Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment
  2296. Ignoring reno: markers 'python_version == "2.7"' don't match your environment
  2297. Ignoring reno: markers 'python_version == "3.7"' don't match your environment
  2298. Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment
  2299. Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment
  2300. Ignoring tornado: markers 'python_version == "3.7"' don't match your environment
  2301. Ignoring tornado: markers 'python_version == "2.7"' don't match your environment
  2302. Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment
  2303. Ignoring mox3: markers 'python_version == "2.7"' don't match your environment
  2304. Ignoring mox3: markers 'python_version == "3.7"' don't match your environment
  2305. Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment
  2306. Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment
  2307. Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment
  2308. Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment
  2309. Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment
  2310. Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment
  2311. Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment
  2312. Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment
  2313. Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment
  2314. Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment
  2315. Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment
  2316. Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment
  2317. Ignoring trollius: markers 'python_version == "2.7"' don't match your environment
  2318. Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment
  2319. Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment
  2320. Ignoring joblib: markers 'python_version == "3.7"' don't match your environment
  2321. Ignoring castellan: markers 'python_version == "2.7"' don't match your environment
  2322. Ignoring castellan: markers 'python_version == "3.7"' don't match your environment
  2323. Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment
  2324. Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment
  2325. Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment
  2326. Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment
  2327. Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment
  2328. Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment
  2329. Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment
  2330. Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment
  2331. Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment
  2332. Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment
  2333. Ignoring mypy: markers 'python_version == "3.7"' don't match your environment
  2334. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment
  2335. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment
  2336. Ignoring os-win: markers 'python_version == "2.7"' don't match your environment
  2337. Ignoring os-win: markers 'python_version == "3.7"' don't match your environment
  2338. Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment
  2339. Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment
  2340. Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment
  2341. Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment
  2342. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment
  2343. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment
  2344. Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment
  2345. Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment
  2346. Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment
  2347. Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment
  2348. Ignoring automaton: markers 'python_version == "2.7"' don't match your environment
  2349. Ignoring automaton: markers 'python_version == "3.7"' don't match your environment
  2350. Ignoring keyring: markers 'python_version == "2.7"' don't match your environment
  2351. Ignoring keyring: markers 'python_version == "3.7"' don't match your environment
  2352. Ignoring txaio: markers 'python_version == "2.7"' don't match your environment
  2353. Ignoring txaio: markers 'python_version == "3.7"' don't match your environment
  2354. Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment
  2355. Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment
  2356. Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment
  2357. Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment
  2358. Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment
  2359. Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment
  2360. Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment
  2361. Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment
  2362. Ignoring tooz: markers 'python_version == "2.7"' don't match your environment
  2363. Ignoring tooz: markers 'python_version == "3.7"' don't match your environment
  2364. Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment
  2365. Ignoring sushy: markers 'python_version == "2.7"' don't match your environment
  2366. Ignoring sushy: markers 'python_version == "3.7"' don't match your environment
  2367. Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment
  2368. Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment
  2369. Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment
  2370. Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment
  2371. Ignoring Faker: markers 'python_version == "2.7"' don't match your environment
  2372. Ignoring Faker: markers 'python_version == "3.7"' don't match your environment
  2373. Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment
  2374. Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment
  2375. Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment
  2376. Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment
  2377. Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
  2378. Ignoring numpy: markers 'python_version == "3.7"' don't match your environment
  2379. Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment
  2380. Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment
  2381. Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment
  2382. Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment
  2383. Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment
  2384. Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment
  2385. Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment
  2386. Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment
  2387. Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment
  2388. Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment
  2389. Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment
  2390. Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment
  2391. Ignoring Django: markers 'python_version == "2.7"' don't match your environment
  2392. Ignoring Django: markers 'python_version == "3.7"' don't match your environment
  2393. Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment
  2394. Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment
  2395. Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment
  2396. Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment
  2397. Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment
  2398. Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment
  2399. Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment
  2400. Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment
  2401. Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment
  2402. Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment
  2403. Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment
  2404. Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment
  2405. Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment
  2406. Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment
  2407. Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment
  2408. Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment
  2409. Ignoring functools32: markers 'python_version == "2.7"' don't match your environment
  2410. Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment
  2411. Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment
  2412. Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment
  2413. Ignoring entrypoints: markers 'python_version == "2.7"' don't match your environment
  2414. Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment
  2415. Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment
  2416. Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment
  2417. Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment
  2418. Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment
  2419. Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment
  2420. Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment
  2421. Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment
  2422. Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment
  2423. Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment
  2424. Ignoring configparser: markers 'python_version == "2.7"' don't match your environment
  2425. Ignoring futurist: markers 'python_version == "2.7"' don't match your environment
  2426. Ignoring futurist: markers 'python_version == "3.7"' don't match your environment
  2427. Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment
  2428. Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment
  2429. Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment
  2430. Ignoring scandir: markers 'python_version == "2.7"' don't match your environment
  2431. Ignoring zipp: markers 'python_version == "2.7"' don't match your environment
  2432. Ignoring zipp: markers 'python_version == "3.7"' don't match your environment
  2433. Ignoring futures: markers 'python_version == "2.7"' don't match your environment
  2434. Ignoring happybase: markers 'python_version == "2.7"' don't match your environment
  2435. Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment
  2436. Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment
  2437. Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment
  2438. Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment
  2439. Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment
  2440. Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment
  2441. Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment
  2442. Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment
  2443. Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment
  2444. Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment
  2445. Collecting virtualenv===16.7.9
  2446.  Using cached virtualenv-16.7.9-py2.py3-none-any.whl (3.4 MB)
  2447. Installing collected packages: virtualenv
  2448.  Attempting uninstall: virtualenv
  2449.    Found existing installation: virtualenv 16.7.9
  2450.    Uninstalling virtualenv-16.7.9:
  2451.      Successfully uninstalled virtualenv-16.7.9
  2452. Successfully installed virtualenv-16.7.9
  2453. +inc/python:pip_install:200                result=0
  2454. +inc/python:pip_install:202                time_stop pip_install
  2455. +functions-common:time_stop:2330           local name
  2456. +functions-common:time_stop:2331           local end_time
  2457. +functions-common:time_stop:2332           local elapsed_time
  2458. +functions-common:time_stop:2333           local total
  2459. +functions-common:time_stop:2334           local start_time
  2460. +functions-common:time_stop:2336           name=pip_install
  2461. +functions-common:time_stop:2337           start_time=1582638792245
  2462. +functions-common:time_stop:2339           [[ -z 1582638792245 ]]
  2463. ++functions-common:time_stop:2342           date +%s%3N
  2464. +functions-common:time_stop:2342           end_time=1582638794191
  2465. +functions-common:time_stop:2343           elapsed_time=1946
  2466. +functions-common:time_stop:2344           total=0
  2467. +functions-common:time_stop:2346           _TIME_START[$name]=
  2468. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=1946
  2469. +inc/python:pip_install:203                return 0
  2470. +./stack.sh:main:804                       pip_install -U os-testr
  2471. +inc/python:pip_install:120                local xtrace result
  2472. ++inc/python:pip_install:121                grep xtrace
  2473. ++inc/python:pip_install:121                set +o
  2474. +inc/python:pip_install:121                xtrace='set -o xtrace'
  2475. +inc/python:pip_install:122                set +o xtrace
  2476. Using python 3.6 to install os-testr because python3_enabled=True
  2477. +inc/python:pip_install:183                local install_test_reqs=
  2478. +inc/python:pip_install:184                local test_req=os-testr/test-requirements.txt
  2479. +inc/python:pip_install:185                [[ -e os-testr/test-requirements.txt ]]
  2480. +inc/python:pip_install:193                sudo -H LC_ALL=en_US.UTF-8 http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr
  2481. Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment
  2482. Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment
  2483. Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment
  2484. Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment
  2485. Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment
  2486. Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment
  2487. Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment
  2488. Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment
  2489. Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment
  2490. Ignoring pytest: markers 'python_version == "2.7"' don't match your environment
  2491. Ignoring pytest: markers 'python_version == "3.7"' don't match your environment
  2492. Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment
  2493. Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment
  2494. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment
  2495. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment
  2496. Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment
  2497. Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment
  2498. Ignoring Pint: markers 'python_version == "3.7"' don't match your environment
  2499. Ignoring Pint: markers 'python_version == "2.7"' don't match your environment
  2500. Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment
  2501. Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment
  2502. Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment
  2503. Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment
  2504. Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment
  2505. Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment
  2506. Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment
  2507. Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment
  2508. Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment
  2509. Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment
  2510. Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment
  2511. Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment
  2512. Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment
  2513. Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment
  2514. Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment
  2515. Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment
  2516. Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment
  2517. Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment
  2518. Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment
  2519. Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment
  2520. Ignoring networkx: markers 'python_version == "2.7"' don't match your environment
  2521. Ignoring networkx: markers 'python_version == "3.7"' don't match your environment
  2522. Ignoring bashate: markers 'python_version == "2.7"' don't match your environment
  2523. Ignoring bashate: markers 'python_version == "3.7"' don't match your environment
  2524. Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment
  2525. Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment
  2526. Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment
  2527. Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment
  2528. Ignoring scipy: markers 'python_version == "2.7"' don't match your environment
  2529. Ignoring scipy: markers 'python_version == "3.7"' don't match your environment
  2530. Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment
  2531. Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment
  2532. Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment
  2533. Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment
  2534. Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment
  2535. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment
  2536. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment
  2537. Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment
  2538. Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment
  2539. Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment
  2540. Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment
  2541. Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment
  2542. Ignoring reno: markers 'python_version == "2.7"' don't match your environment
  2543. Ignoring reno: markers 'python_version == "3.7"' don't match your environment
  2544. Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment
  2545. Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment
  2546. Ignoring tornado: markers 'python_version == "3.7"' don't match your environment
  2547. Ignoring tornado: markers 'python_version == "2.7"' don't match your environment
  2548. Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment
  2549. Ignoring mox3: markers 'python_version == "2.7"' don't match your environment
  2550. Ignoring mox3: markers 'python_version == "3.7"' don't match your environment
  2551. Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment
  2552. Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment
  2553. Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment
  2554. Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment
  2555. Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment
  2556. Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment
  2557. Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment
  2558. Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment
  2559. Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment
  2560. Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment
  2561. Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment
  2562. Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment
  2563. Ignoring trollius: markers 'python_version == "2.7"' don't match your environment
  2564. Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment
  2565. Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment
  2566. Ignoring joblib: markers 'python_version == "3.7"' don't match your environment
  2567. Ignoring castellan: markers 'python_version == "2.7"' don't match your environment
  2568. Ignoring castellan: markers 'python_version == "3.7"' don't match your environment
  2569. Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment
  2570. Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment
  2571. Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment
  2572. Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment
  2573. Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment
  2574. Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment
  2575. Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment
  2576. Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment
  2577. Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment
  2578. Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment
  2579. Ignoring mypy: markers 'python_version == "3.7"' don't match your environment
  2580. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment
  2581. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment
  2582. Ignoring os-win: markers 'python_version == "2.7"' don't match your environment
  2583. Ignoring os-win: markers 'python_version == "3.7"' don't match your environment
  2584. Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment
  2585. Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment
  2586. Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment
  2587. Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment
  2588. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment
  2589. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment
  2590. Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment
  2591. Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment
  2592. Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment
  2593. Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment
  2594. Ignoring automaton: markers 'python_version == "2.7"' don't match your environment
  2595. Ignoring automaton: markers 'python_version == "3.7"' don't match your environment
  2596. Ignoring keyring: markers 'python_version == "2.7"' don't match your environment
  2597. Ignoring keyring: markers 'python_version == "3.7"' don't match your environment
  2598. Ignoring txaio: markers 'python_version == "2.7"' don't match your environment
  2599. Ignoring txaio: markers 'python_version == "3.7"' don't match your environment
  2600. Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment
  2601. Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment
  2602. Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment
  2603. Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment
  2604. Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment
  2605. Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment
  2606. Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment
  2607. Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment
  2608. Ignoring tooz: markers 'python_version == "2.7"' don't match your environment
  2609. Ignoring tooz: markers 'python_version == "3.7"' don't match your environment
  2610. Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment
  2611. Ignoring sushy: markers 'python_version == "2.7"' don't match your environment
  2612. Ignoring sushy: markers 'python_version == "3.7"' don't match your environment
  2613. Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment
  2614. Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment
  2615. Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment
  2616. Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment
  2617. Ignoring Faker: markers 'python_version == "2.7"' don't match your environment
  2618. Ignoring Faker: markers 'python_version == "3.7"' don't match your environment
  2619. Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment
  2620. Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment
  2621. Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment
  2622. Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment
  2623. Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
  2624. Ignoring numpy: markers 'python_version == "3.7"' don't match your environment
  2625. Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment
  2626. Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment
  2627. Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment
  2628. Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment
  2629. Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment
  2630. Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment
  2631. Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment
  2632. Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment
  2633. Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment
  2634. Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment
  2635. Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment
  2636. Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment
  2637. Ignoring Django: markers 'python_version == "2.7"' don't match your environment
  2638. Ignoring Django: markers 'python_version == "3.7"' don't match your environment
  2639. Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment
  2640. Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment
  2641. Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment
  2642. Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment
  2643. Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment
  2644. Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment
  2645. Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment
  2646. Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment
  2647. Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment
  2648. Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment
  2649. Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment
  2650. Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment
  2651. Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment
  2652. Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment
  2653. Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment
  2654. Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment
  2655. Ignoring functools32: markers 'python_version == "2.7"' don't match your environment
  2656. Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment
  2657. Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment
  2658. Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment
  2659. Ignoring entrypoints: markers 'python_version == "2.7"' don't match your environment
  2660. Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment
  2661. Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment
  2662. Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment
  2663. Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment
  2664. Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment
  2665. Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment
  2666. Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment
  2667. Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment
  2668. Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment
  2669. Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment
  2670. Ignoring configparser: markers 'python_version == "2.7"' don't match your environment
  2671. Ignoring futurist: markers 'python_version == "2.7"' don't match your environment
  2672. Ignoring futurist: markers 'python_version == "3.7"' don't match your environment
  2673. Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment
  2674. Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment
  2675. Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment
  2676. Ignoring scandir: markers 'python_version == "2.7"' don't match your environment
  2677. Ignoring zipp: markers 'python_version == "2.7"' don't match your environment
  2678. Ignoring zipp: markers 'python_version == "3.7"' don't match your environment
  2679. Ignoring futures: markers 'python_version == "2.7"' don't match your environment
  2680. Ignoring happybase: markers 'python_version == "2.7"' don't match your environment
  2681. Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment
  2682. Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment
  2683. Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment
  2684. Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment
  2685. Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment
  2686. Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment
  2687. Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment
  2688. Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment
  2689. Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment
  2690. Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment
  2691. Requirement already up-to-date: os-testr===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (1.1.0)
  2692. Requirement already up-to-date: python-subunit===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.3.0)
  2693. Requirement already up-to-date: stestr===2.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (2.6.0)
  2694. Requirement already up-to-date: pbr===5.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (5.4.4)
  2695. Requirement already up-to-date: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (2.3.0)
  2696. Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.0.0)
  2697. Requirement already up-to-date: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 600)) (1.14.0)
  2698. Requirement already up-to-date: future===0.18.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (0.18.2)
  2699. Requirement already up-to-date: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.11.7)
  2700. Requirement already up-to-date: PyYAML===5.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (5.3)
  2701. Requirement already up-to-date: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (3.0.0)
  2702. Requirement already up-to-date: cliff===2.18.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.18.0)
  2703. Requirement already up-to-date: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (1.4.0)
  2704. Requirement already up-to-date: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) (1.1.0)
  2705. Requirement already up-to-date: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (1.6.0)
  2706. Requirement already up-to-date: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.8.9)
  2707. Requirement already up-to-date: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (1.32.0)
  2708. Requirement already up-to-date: pyparsing===2.4.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (2.4.6)
  2709. Requirement already up-to-date: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.7.2)
  2710. Requirement already up-to-date: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.0.0)
  2711. Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 262)) (1.4.0)
  2712. Requirement already up-to-date: wcwidth===0.1.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (0.1.8)
  2713. Requirement already up-to-date: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.7.0)
  2714. +inc/python:pip_install:200                result=0
  2715. +inc/python:pip_install:202                time_stop pip_install
  2716. +functions-common:time_stop:2330           local name
  2717. +functions-common:time_stop:2331           local end_time
  2718. +functions-common:time_stop:2332           local elapsed_time
  2719. +functions-common:time_stop:2333           local total
  2720. +functions-common:time_stop:2334           local start_time
  2721. +functions-common:time_stop:2336           name=pip_install
  2722. +functions-common:time_stop:2337           start_time=1582638794269
  2723. +functions-common:time_stop:2339           [[ -z 1582638794269 ]]
  2724. ++functions-common:time_stop:2342           date +%s%3N
  2725. +functions-common:time_stop:2342           end_time=1582638796790
  2726. +functions-common:time_stop:2343           elapsed_time=2521
  2727. +functions-common:time_stop:2344           total=1946
  2728. +functions-common:time_stop:2346           _TIME_START[$name]=
  2729. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=4467
  2730. +inc/python:pip_install:203                return 0
  2731. +./stack.sh:main:806                       [[ True == \T\r\u\e ]]
  2732. +./stack.sh:main:807                       pip_install_gr systemd-python
  2733. +inc/python:pip_install_gr:68              local name=systemd-python
  2734. +inc/python:pip_install_gr:69              local clean_name
  2735. ++inc/python:pip_install_gr:70              get_from_global_requirements systemd-python
  2736. ++inc/python:get_from_global_requirements:231  local package=systemd-python
  2737. ++inc/python:get_from_global_requirements:232  local required_pkg
  2738. +++inc/python:get_from_global_requirements:233  grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt
  2739. +++inc/python:get_from_global_requirements:233  cut -d# -f1
  2740. ++inc/python:get_from_global_requirements:233  required_pkg='systemd-python  '
  2741. ++inc/python:get_from_global_requirements:234  [[ systemd-python   == '' ]]
  2742. ++inc/python:get_from_global_requirements:237  echo systemd-python
  2743. +inc/python:pip_install_gr:70              clean_name=systemd-python
  2744. +inc/python:pip_install_gr:71              pip_install systemd-python
  2745. +inc/python:pip_install:120                local xtrace result
  2746. ++inc/python:pip_install:121                set +o
  2747. ++inc/python:pip_install:121                grep xtrace
  2748. +inc/python:pip_install:121                xtrace='set -o xtrace'
  2749. +inc/python:pip_install:122                set +o xtrace
  2750. Using python 3.6 to install systemd-python because python3_enabled=True
  2751. +inc/python:pip_install:183                local install_test_reqs=
  2752. +inc/python:pip_install:184                local test_req=systemd-python/test-requirements.txt
  2753. +inc/python:pip_install:185                [[ -e systemd-python/test-requirements.txt ]]
  2754. +inc/python:pip_install:193                sudo -H LC_ALL=en_US.UTF-8 http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt systemd-python
  2755. Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment
  2756. Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment
  2757. Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment
  2758. Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment
  2759. Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment
  2760. Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment
  2761. Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment
  2762. Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment
  2763. Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment
  2764. Ignoring pytest: markers 'python_version == "2.7"' don't match your environment
  2765. Ignoring pytest: markers 'python_version == "3.7"' don't match your environment
  2766. Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment
  2767. Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment
  2768. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment
  2769. Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment
  2770. Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment
  2771. Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment
  2772. Ignoring Pint: markers 'python_version == "3.7"' don't match your environment
  2773. Ignoring Pint: markers 'python_version == "2.7"' don't match your environment
  2774. Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment
  2775. Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment
  2776. Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment
  2777. Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment
  2778. Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment
  2779. Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment
  2780. Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment
  2781. Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment
  2782. Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment
  2783. Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment
  2784. Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment
  2785. Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment
  2786. Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment
  2787. Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment
  2788. Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment
  2789. Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment
  2790. Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment
  2791. Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment
  2792. Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment
  2793. Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment
  2794. Ignoring networkx: markers 'python_version == "2.7"' don't match your environment
  2795. Ignoring networkx: markers 'python_version == "3.7"' don't match your environment
  2796. Ignoring bashate: markers 'python_version == "2.7"' don't match your environment
  2797. Ignoring bashate: markers 'python_version == "3.7"' don't match your environment
  2798. Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment
  2799. Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment
  2800. Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment
  2801. Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment
  2802. Ignoring scipy: markers 'python_version == "2.7"' don't match your environment
  2803. Ignoring scipy: markers 'python_version == "3.7"' don't match your environment
  2804. Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment
  2805. Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment
  2806. Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment
  2807. Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment
  2808. Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment
  2809. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment
  2810. Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment
  2811. Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment
  2812. Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment
  2813. Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment
  2814. Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment
  2815. Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment
  2816. Ignoring reno: markers 'python_version == "2.7"' don't match your environment
  2817. Ignoring reno: markers 'python_version == "3.7"' don't match your environment
  2818. Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment
  2819. Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment
  2820. Ignoring tornado: markers 'python_version == "3.7"' don't match your environment
  2821. Ignoring tornado: markers 'python_version == "2.7"' don't match your environment
  2822. Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment
  2823. Ignoring mox3: markers 'python_version == "2.7"' don't match your environment
  2824. Ignoring mox3: markers 'python_version == "3.7"' don't match your environment
  2825. Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment
  2826. Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment
  2827. Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment
  2828. Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment
  2829. Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment
  2830. Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment
  2831. Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment
  2832. Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment
  2833. Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment
  2834. Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment
  2835. Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment
  2836. Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment
  2837. Ignoring trollius: markers 'python_version == "2.7"' don't match your environment
  2838. Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment
  2839. Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment
  2840. Ignoring joblib: markers 'python_version == "3.7"' don't match your environment
  2841. Ignoring castellan: markers 'python_version == "2.7"' don't match your environment
  2842. Ignoring castellan: markers 'python_version == "3.7"' don't match your environment
  2843. Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment
  2844. Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment
  2845. Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment
  2846. Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment
  2847. Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment
  2848. Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment
  2849. Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment
  2850. Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment
  2851. Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment
  2852. Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment
  2853. Ignoring mypy: markers 'python_version == "3.7"' don't match your environment
  2854. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment
  2855. Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment
  2856. Ignoring os-win: markers 'python_version == "2.7"' don't match your environment
  2857. Ignoring os-win: markers 'python_version == "3.7"' don't match your environment
  2858. Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment
  2859. Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment
  2860. Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment
  2861. Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment
  2862. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment
  2863. Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment
  2864. Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment
  2865. Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment
  2866. Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment
  2867. Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment
  2868. Ignoring automaton: markers 'python_version == "2.7"' don't match your environment
  2869. Ignoring automaton: markers 'python_version == "3.7"' don't match your environment
  2870. Ignoring keyring: markers 'python_version == "2.7"' don't match your environment
  2871. Ignoring keyring: markers 'python_version == "3.7"' don't match your environment
  2872. Ignoring txaio: markers 'python_version == "2.7"' don't match your environment
  2873. Ignoring txaio: markers 'python_version == "3.7"' don't match your environment
  2874. Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment
  2875. Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment
  2876. Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment
  2877. Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment
  2878. Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment
  2879. Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment
  2880. Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment
  2881. Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment
  2882. Ignoring tooz: markers 'python_version == "2.7"' don't match your environment
  2883. Ignoring tooz: markers 'python_version == "3.7"' don't match your environment
  2884. Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment
  2885. Ignoring sushy: markers 'python_version == "2.7"' don't match your environment
  2886. Ignoring sushy: markers 'python_version == "3.7"' don't match your environment
  2887. Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment
  2888. Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment
  2889. Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment
  2890. Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment
  2891. Ignoring Faker: markers 'python_version == "2.7"' don't match your environment
  2892. Ignoring Faker: markers 'python_version == "3.7"' don't match your environment
  2893. Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment
  2894. Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment
  2895. Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment
  2896. Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment
  2897. Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
  2898. Ignoring numpy: markers 'python_version == "3.7"' don't match your environment
  2899. Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment
  2900. Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment
  2901. Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment
  2902. Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment
  2903. Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment
  2904. Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment
  2905. Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment
  2906. Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment
  2907. Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment
  2908. Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment
  2909. Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment
  2910. Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment
  2911. Ignoring Django: markers 'python_version == "2.7"' don't match your environment
  2912. Ignoring Django: markers 'python_version == "3.7"' don't match your environment
  2913. Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment
  2914. Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment
  2915. Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment
  2916. Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment
  2917. Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment
  2918. Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment
  2919. Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment
  2920. Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment
  2921. Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment
  2922. Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment
  2923. Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment
  2924. Ignoring dataclasses: markers 'python_version == "3.7"' don't match your environment
  2925. Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment
  2926. Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment
  2927. Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment
  2928. Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment
  2929. Ignoring functools32: markers 'python_version == "2.7"' don't match your environment
  2930. Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment
  2931. Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment
  2932. Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment
  2933. Ignoring entrypoints: markers 'python_version == "2.7"' don't match your environment
  2934. Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment
  2935. Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment
  2936. Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment
  2937. Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment
  2938. Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment
  2939. Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment
  2940. Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment
  2941. Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment
  2942. Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment
  2943. Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment
  2944. Ignoring configparser: markers 'python_version == "2.7"' don't match your environment
  2945. Ignoring futurist: markers 'python_version == "2.7"' don't match your environment
  2946. Ignoring futurist: markers 'python_version == "3.7"' don't match your environment
  2947. Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment
  2948. Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment
  2949. Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment
  2950. Ignoring scandir: markers 'python_version == "2.7"' don't match your environment
  2951. Ignoring zipp: markers 'python_version == "2.7"' don't match your environment
  2952. Ignoring zipp: markers 'python_version == "3.7"' don't match your environment
  2953. Ignoring futures: markers 'python_version == "2.7"' don't match your environment
  2954. Ignoring happybase: markers 'python_version == "2.7"' don't match your environment
  2955. Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment
  2956. Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment
  2957. Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment
  2958. Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment
  2959. Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment
  2960. Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment
  2961. Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment
  2962. Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment
  2963. Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment
  2964. Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment
  2965. Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (234)
  2966. +inc/python:pip_install:200                result=0
  2967. +inc/python:pip_install:202                time_stop pip_install
  2968. +functions-common:time_stop:2330           local name
  2969. +functions-common:time_stop:2331           local end_time
  2970. +functions-common:time_stop:2332           local elapsed_time
  2971. +functions-common:time_stop:2333           local total
  2972. +functions-common:time_stop:2334           local start_time
  2973. +functions-common:time_stop:2336           name=pip_install
  2974. +functions-common:time_stop:2337           start_time=1582638797033
  2975. +functions-common:time_stop:2339           [[ -z 1582638797033 ]]
  2976. ++functions-common:time_stop:2342           date +%s%3N
  2977. +functions-common:time_stop:2342           end_time=1582638798679
  2978. +functions-common:time_stop:2343           elapsed_time=1646
  2979. +functions-common:time_stop:2344           total=4467
  2980. +functions-common:time_stop:2346           _TIME_START[$name]=
  2981. +functions-common:time_stop:2347           _TIME_TOTAL[$name]=6113
  2982. +inc/python:pip_install:203                return 0
  2983. +./stack.sh:main:810                       iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0
  2984. +inc/ini-config:iniset:177                 local xtrace
  2985. ++inc/ini-config:iniset:178                 grep xtrace
  2986. ++inc/ini-config:iniset:178                 set +o
  2987. +inc/ini-config:iniset:178                 xtrace='set -o xtrace'
  2988. +inc/ini-config:iniset:179                 set +o xtrace
  2989. +./stack.sh:main:811                       sudo systemctl restart systemd-journald
  2990. +./stack.sh:main:818                       install_infra
  2991. +lib/infra:install_infra:31                local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
  2992. +lib/infra:install_infra:32                '[' '!' -d /opt/stack/requirements/.venv ']'
  2993. +lib/infra:install_infra:34                PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
  2994. +lib/infra:install_infra:34                pip_install -U pbr
  2995. +inc/python:pip_install:120                local xtrace result
  2996. ++inc/python:pip_install:121                set +o
  2997. ++inc/python:pip_install:121                grep xtrace
  2998. +inc/python:pip_install:121                xtrace='set -o xtrace'
  2999. +inc/python:pip_install:122                set +o xtrace
  3000. +inc/python:pip_install:183                local install_test_reqs=
  3001. +inc/python:pip_install:184                local test_req=pbr/test-requirements.txt
  3002. +inc/python:pip_install:185                [[ -e pbr/test-requirements.txt ]]
  3003. +inc/python:pip_install:193                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
  3004. env: ‘/opt/stack/requirements/.venv/bin/pip’: No such file or directory
  3005. +inc/python:pip_install:1                  exit_trap
  3006. +./stack.sh:exit_trap:533                  local r=127
  3007. ++./stack.sh:exit_trap:534                  jobs -p
  3008. +./stack.sh:exit_trap:534                  jobs=
  3009. +./stack.sh:exit_trap:537                  [[ -n '' ]]
  3010. +./stack.sh:exit_trap:543                  '[' -f '' ']'
  3011. +./stack.sh:exit_trap:548                  kill_spinner
  3012. +./stack.sh:kill_spinner:443               '[' '!' -z '' ']'
  3013. +./stack.sh:exit_trap:550                  [[ 127 -ne 0 ]]
  3014. +./stack.sh:exit_trap:551                  echo 'Error on exit'
  3015. Error on exit
  3016. +./stack.sh:exit_trap:553                  type -p generate-subunit
  3017. +./stack.sh:exit_trap:554                  generate-subunit 1582638766 33 fail
  3018. +./stack.sh:exit_trap:556                  [[ -z /opt/stack/logs ]]
  3019. +./stack.sh:exit_trap:559                  /usr/bin/python3.6 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs
  3020. World dumping... see /opt/stack/logs/worlddump-2020-02-25-135319.txt for details
  3021. +./stack.sh:exit_trap:568                  exit 127
  3022. stack@dbox:~/devstack$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement