2021-04-16 15:03:21.396 | + ./stack.sh:main:469                      :   exec
2021-04-16 15:03:21.396 | + ./stack.sh:main:477                      :   echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-16-150321'
2021-04-16 15:03:21.396 | ++ ./stack.sh:main:469                      :   /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-16-150321.summary.2021-04-16-150321
2021-04-16 15:03:21.396 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:03:21.396 | + ./stack.sh:echo_summary:428              :   echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-16-150321
2021-04-16 15:03:21.396 | + ./stack.sh:main:479                      :   ln -sf /opt/stack/logs/stack.sh.log.2021-04-16-150321 /opt/stack/logs/stack.sh.log
2021-04-16 15:03:21.397 | + ./stack.sh:main:480                      :   ln -sf /opt/stack/logs/stack.sh.log.2021-04-16-150321.summary.2021-04-16-150321 /opt/stack/logs/stack.sh.log.summary
2021-04-16 15:03:21.397 | + ./stack.sh:main:495                      :   check_path_perm_sanity /opt/stack
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:596     :   local real_path
2021-04-16 15:03:21.397 | ++ functions:check_path_perm_sanity:597     :   readlink -f /opt/stack
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:597     :   real_path=/opt/stack
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:598     :   local rebuilt_path=
2021-04-16 15:03:21.397 | ++ functions:check_path_perm_sanity:599     :   echo /opt/stack
2021-04-16 15:03:21.397 | ++ functions:check_path_perm_sanity:599     :   tr / ' '
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt
2021-04-16 15:03:21.397 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2021-04-16 15:03:21.397 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt/stack
2021-04-16 15:03:21.400 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt/stack
2021-04-16 15:03:21.404 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2021-04-16 15:03:21.406 | + ./stack.sh:main:501                      :   trap exit_trap EXIT
2021-04-16 15:03:21.408 | + ./stack.sh:main:542                      :   trap err_trap ERR
2021-04-16 15:03:21.411 | + ./stack.sh:main:555                      :   set -o errexit
2021-04-16 15:03:21.415 | + ./stack.sh:main:558                      :   uname -a
2021-04-16 15:03:21.416 | Linux dv-osbrick-752692-4-ceph 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
2021-04-16 15:03:21.419 | + ./stack.sh:main:561                      :   SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
2021-04-16 15:03:21.422 | + ./stack.sh:main:562                      :   rm -f /opt/stack/data/ca-bundle.pem
2021-04-16 15:03:21.425 | + ./stack.sh:main:565                      :   source /home/ubuntu/devstack/lib/database
2021-04-16 15:03:21.452 | + ./stack.sh:main:566                      :   source /home/ubuntu/devstack/lib/rpc_backend
2021-04-16 15:03:21.469 | + ./stack.sh:main:572                      :   fetch_plugins
2021-04-16 15:03:21.471 | + functions-common:fetch_plugins:1650      :   local plugins=,devstack-plugin-ceph
2021-04-16 15:03:21.473 | + functions-common:fetch_plugins:1651      :   local plugin
2021-04-16 15:03:21.475 | + functions-common:fetch_plugins:1654      :   [[ -z ,devstack-plugin-ceph ]]
2021-04-16 15:03:21.477 | + functions-common:fetch_plugins:1658      :   echo 'Fetching DevStack plugins'
2021-04-16 15:03:21.477 | Fetching DevStack plugins
2021-04-16 15:03:21.479 | + functions-common:fetch_plugins:1659      :   for plugin in ${plugins//,/ }
2021-04-16 15:03:21.481 | + functions-common:fetch_plugins:1660      :   git_clone_by_name devstack-plugin-ceph
2021-04-16 15:03:21.483 | + functions-common:git_clone_by_name:601   :   local name=devstack-plugin-ceph
2021-04-16 15:03:21.485 | + functions-common:git_clone_by_name:602   :   local repo=https://opendev.org/openstack/devstack-plugin-ceph
2021-04-16 15:03:21.487 | + functions-common:git_clone_by_name:603   :   local dir=/opt/stack/devstack-plugin-ceph
2021-04-16 15:03:21.489 | + functions-common:git_clone_by_name:604   :   local branch=master
2021-04-16 15:03:21.491 | + functions-common:git_clone_by_name:605   :   git_clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph master
2021-04-16 15:03:21.493 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/devstack-plugin-ceph
2021-04-16 15:03:21.494 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/devstack-plugin-ceph
2021-04-16 15:03:21.497 | + functions-common:git_clone:525           :   local git_ref=master
2021-04-16 15:03:21.500 | + functions-common:git_clone:526           :   local orig_dir
2021-04-16 15:03:21.502 | ++ functions-common:git_clone:527           :   pwd
2021-04-16 15:03:21.505 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-04-16 15:03:21.507 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-04-16 15:03:21.510 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-04-16 15:03:21.526 | + functions-common:git_clone:530           :   RECLONE=False
2021-04-16 15:03:21.528 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-04-16 15:03:21.529 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:21.532 | + functions-common:git_clone:544           :   echo master
2021-04-16 15:03:21.532 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-04-16 15:03:21.536 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/devstack-plugin-ceph ]]
2021-04-16 15:03:21.538 | + functions-common:git_clone:559           :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:21.539 | + functions-common:git_clone:565           :   git_timed clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph --branch master
2021-04-16 15:03:21.541 | + functions-common:git_timed:617           :   local count=0
2021-04-16 15:03:21.543 | + functions-common:git_timed:618           :   local timeout=0
2021-04-16 15:03:21.545 | + functions-common:git_timed:620           :   [[ -n 0 ]]
2021-04-16 15:03:21.547 | + functions-common:git_timed:621           :   timeout=0
2021-04-16 15:03:21.548 | + functions-common:git_timed:624           :   time_start git_timed
2021-04-16 15:03:21.551 | + functions-common:time_start:2290         :   local name=git_timed
2021-04-16 15:03:21.552 | + functions-common:time_start:2291         :   local start_time=
2021-04-16 15:03:21.554 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-04-16 15:03:21.559 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-04-16 15:03:21.562 | + functions-common:time_start:2295         :   _TIME_START[$name]=1618585401560
2021-04-16 15:03:21.564 | + functions-common:git_timed:625           :   timeout -s SIGINT 0 git clone https://opendev.org/openstack/devstack-plugin-ceph /opt/stack/devstack-plugin-ceph --branch master
2021-04-16 15:03:21.572 | Cloning into '/opt/stack/devstack-plugin-ceph'...
2021-04-16 15:03:24.343 | + functions-common:git_timed:639           :   time_stop git_timed
2021-04-16 15:03:24.345 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:03:24.348 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:03:24.350 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:03:24.352 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:03:24.355 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:03:24.357 | + functions-common:time_stop:2310          :   name=git_timed
2021-04-16 15:03:24.359 | + functions-common:time_stop:2311          :   start_time=1618585401560
2021-04-16 15:03:24.362 | + functions-common:time_stop:2313          :   [[ -z 1618585401560 ]]
2021-04-16 15:03:24.365 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:03:24.368 | + functions-common:time_stop:2316          :   end_time=1618585404366
2021-04-16 15:03:24.371 | + functions-common:time_stop:2317          :   elapsed_time=2806
2021-04-16 15:03:24.373 | + functions-common:time_stop:2318          :   total=0
2021-04-16 15:03:24.375 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:03:24.378 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=2806
2021-04-16 15:03:24.380 | + functions-common:git_clone:592           :   cd /opt/stack/devstack-plugin-ceph
2021-04-16 15:03:24.383 | + functions-common:git_clone:593           :   git show --oneline
2021-04-16 15:03:24.383 | + functions-common:git_clone:593           :   head -1
2021-04-16 15:03:24.385 | ce772c0 Merge "Run all stable branches jobs as gate (not experimental)"
2021-04-16 15:03:24.387 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-04-16 15:03:24.389 | + ./stack.sh:main:576                      :   run_phase override_defaults
2021-04-16 15:03:24.391 | + functions-common:run_phase:1732          :   local mode=override_defaults
2021-04-16 15:03:24.393 | + functions-common:run_phase:1733          :   local phase=
2021-04-16 15:03:24.395 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-04-16 15:03:24.397 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-04-16 15:03:24.399 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-04-16 15:03:24.401 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-04-16 15:03:24.403 | + functions-common:run_phase:1742          :   local extra
2021-04-16 15:03:24.405 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-04-16 15:03:24.409 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-04-16 15:03:24.411 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-04-16 15:03:24.413 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-04-16 15:03:24.415 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults
2021-04-16 15:03:24.417 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-04-16 15:03:24.429 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:03:24.431 | ++ extras.d/80-tempest.sh:source:4          :   [[ override_defaults == \s\o\u\r\c\e ]]
2021-04-16 15:03:24.433 | ++ extras.d/80-tempest.sh:source:7          :   [[ override_defaults == \s\t\a\c\k ]]
2021-04-16 15:03:24.435 | ++ extras.d/80-tempest.sh:source:10         :   [[ override_defaults == \s\t\a\c\k ]]
2021-04-16 15:03:24.437 | ++ extras.d/80-tempest.sh:source:13         :   [[ override_defaults == \s\t\a\c\k ]]
2021-04-16 15:03:24.438 | ++ extras.d/80-tempest.sh:source:16         :   [[ override_defaults == \s\t\a\c\k ]]
2021-04-16 15:03:24.440 | ++ extras.d/80-tempest.sh:source:19         :   [[ override_defaults == \s\t\a\c\k ]]
2021-04-16 15:03:24.442 | ++ extras.d/80-tempest.sh:source:27         :   [[ override_defaults == \u\n\s\t\a\c\k ]]
2021-04-16 15:03:24.444 | ++ extras.d/80-tempest.sh:source:32         :   [[ override_defaults == \c\l\e\a\n ]]
2021-04-16 15:03:24.446 | + functions-common:run_phase:1753          :   [[ override_defaults == \s\o\u\r\c\e ]]
2021-04-16 15:03:24.448 | + functions-common:run_phase:1756          :   [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-04-16 15:03:24.449 | + functions-common:run_phase:1757          :   plugin_override_defaults
2021-04-16 15:03:24.452 | + functions-common:plugin_override_defaults:1691 :   local plugins=,devstack-plugin-ceph
2021-04-16 15:03:24.454 | + functions-common:plugin_override_defaults:1692 :   local plugin
2021-04-16 15:03:24.455 | + functions-common:plugin_override_defaults:1695 :   [[ -z ,devstack-plugin-ceph ]]
2021-04-16 15:03:24.457 | + functions-common:plugin_override_defaults:1699 :   echo 'Overriding Configuration Defaults'
2021-04-16 15:03:24.457 | Overriding Configuration Defaults
2021-04-16 15:03:24.459 | + functions-common:plugin_override_defaults:1700 :   for plugin in ${plugins//,/ }
2021-04-16 15:03:24.461 | + functions-common:plugin_override_defaults:1701 :   local dir=/opt/stack/devstack-plugin-ceph
2021-04-16 15:03:24.463 | + functions-common:plugin_override_defaults:1703 :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/override-defaults ]]
2021-04-16 15:03:24.465 | + functions-common:plugin_override_defaults:1706 :   echo 'devstack-plugin-ceph has overridden the following defaults'
2021-04-16 15:03:24.465 | devstack-plugin-ceph has overridden the following defaults
2021-04-16 15:03:24.467 | + functions-common:plugin_override_defaults:1707 :   cat /opt/stack/devstack-plugin-ceph/devstack/override-defaults
2021-04-16 15:03:24.467 | # Plug-in overrides
2021-04-16 15:03:24.467 | 
2021-04-16 15:03:24.468 | ENABLE_CEPH_CINDER=$(trueorfalse True ENABLE_CEPH_CINDER)
2021-04-16 15:03:24.468 | ENABLE_CEPH_C_BAK=$(trueorfalse True ENABLE_CEPH_C_BAK)
2021-04-16 15:03:24.468 | ENABLE_CEPH_GLANCE=$(trueorfalse True ENABLE_CEPH_GLANCE)
2021-04-16 15:03:24.468 | ENABLE_CEPH_MANILA=$(trueorfalse True ENABLE_CEPH_MANILA)
2021-04-16 15:03:24.468 | ENABLE_CEPH_NOVA=$(trueorfalse True ENABLE_CEPH_NOVA)
2021-04-16 15:03:24.468 | # Do not enable RGW by default as RGW is not tested in upstream CI.
2021-04-16 15:03:24.468 | ENABLE_CEPH_RGW=$(trueorfalse False ENABLE_CEPH_RGW)
2021-04-16 15:03:24.468 | 
2021-04-16 15:03:24.468 | if [[ $ENABLE_CEPH_CINDER == "True" ]]; then
2021-04-16 15:03:24.468 |     if [[ $ENABLE_CEPH_ISCSI == "True" ]]; then
2021-04-16 15:03:24.468 |         CINDER_DRIVER=${CINDER_DRIVER:-ceph_iscsi}
2021-04-16 15:03:24.468 |         CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-ceph_iscsi}
2021-04-16 15:03:24.468 |         CINDER_ISCSI_HELPER=${CINDER_ISCSI_HELPER:-lioadm}
2021-04-16 15:03:24.468 |     else
2021-04-16 15:03:24.468 |         CINDER_DRIVER=${CINDER_DRIVER:-ceph}
2021-04-16 15:03:24.468 |         CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-ceph}
2021-04-16 15:03:24.468 |     fi
2021-04-16 15:03:24.468 | fi
2021-04-16 15:03:24.469 | + functions-common:plugin_override_defaults:1708 :   source /opt/stack/devstack-plugin-ceph/devstack/override-defaults
2021-04-16 15:03:24.472 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:3 :   trueorfalse True ENABLE_CEPH_CINDER
2021-04-16 15:03:24.485 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:3 :   ENABLE_CEPH_CINDER=True
2021-04-16 15:03:24.488 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:4 :   trueorfalse True ENABLE_CEPH_C_BAK
2021-04-16 15:03:24.501 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:4 :   ENABLE_CEPH_C_BAK=False
2021-04-16 15:03:24.503 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:5 :   trueorfalse True ENABLE_CEPH_GLANCE
2021-04-16 15:03:24.517 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:5 :   ENABLE_CEPH_GLANCE=False
2021-04-16 15:03:24.520 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:6 :   trueorfalse True ENABLE_CEPH_MANILA
2021-04-16 15:03:24.532 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:6 :   ENABLE_CEPH_MANILA=True
2021-04-16 15:03:24.535 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:7 :   trueorfalse True ENABLE_CEPH_NOVA
2021-04-16 15:03:24.551 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:7 :   ENABLE_CEPH_NOVA=False
2021-04-16 15:03:24.553 | +++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:9 :   trueorfalse False ENABLE_CEPH_RGW
2021-04-16 15:03:24.565 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:9 :   ENABLE_CEPH_RGW=False
2021-04-16 15:03:24.567 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:11 :   [[ True == \T\r\u\e ]]
2021-04-16 15:03:24.569 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:12 :   [[ '' == \T\r\u\e ]]
2021-04-16 15:03:24.571 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:17 :   CINDER_DRIVER=ceph
2021-04-16 15:03:24.573 | ++ /opt/stack/devstack-plugin-ceph/devstack/override-defaults:source:18 :   CINDER_ENABLED_BACKENDS=ceph
2021-04-16 15:03:24.575 | + ./stack.sh:main:579                      :   source /home/ubuntu/devstack/lib/apache
2021-04-16 15:03:24.591 | + ./stack.sh:main:582                      :   source /home/ubuntu/devstack/lib/tls
2021-04-16 15:03:24.593 | ++ lib/tls:source:38                        :   is_service_enabled tls-proxy
2021-04-16 15:03:24.606 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:03:24.608 | +++ lib/tls:source:43                        :   hostname -f
2021-04-16 15:03:24.612 | ++ lib/tls:source:43                        :   DEVSTACK_HOSTNAME=localhost
2021-04-16 15:03:24.613 | ++ lib/tls:source:44                        :   DEVSTACK_CERT_NAME=devstack-cert
2021-04-16 15:03:24.615 | ++ lib/tls:source:45                        :   DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
2021-04-16 15:03:24.617 | ++ lib/tls:source:48                        :   ROOT_CA_DIR=/opt/stack/data/CA/root-ca
2021-04-16 15:03:24.619 | ++ lib/tls:source:49                        :   INT_CA_DIR=/opt/stack/data/CA/int-ca
2021-04-16 15:03:24.621 | ++ lib/tls:source:51                        :   ORG_NAME=OpenStack
2021-04-16 15:03:24.625 | ++ lib/tls:source:52                        :   ORG_UNIT_NAME=DevStack
2021-04-16 15:03:24.627 | ++ lib/tls:source:55                        :   STUD_PROTO=--tls
2021-04-16 15:03:24.629 | ++ lib/tls:source:56                        :   STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
2021-04-16 15:03:24.631 | ++ lib/tls:source:63                        :   OPENSSL=/usr/bin/openssl
2021-04-16 15:03:24.636 | + ./stack.sh:main:585                      :   source /home/ubuntu/devstack/lib/infra
2021-04-16 15:03:24.649 | + ./stack.sh:main:586                      :   source /home/ubuntu/devstack/lib/libraries
2021-04-16 15:03:24.666 | + ./stack.sh:main:587                      :   source /home/ubuntu/devstack/lib/lvm
2021-04-16 15:03:24.677 | + ./stack.sh:main:588                      :   source /home/ubuntu/devstack/lib/horizon
2021-04-16 15:03:24.689 | + ./stack.sh:main:589                      :   source /home/ubuntu/devstack/lib/keystone
2021-04-16 15:03:24.714 | + ./stack.sh:main:590                      :   source /home/ubuntu/devstack/lib/glance
2021-04-16 15:03:24.750 | + ./stack.sh:main:591                      :   source /home/ubuntu/devstack/lib/nova
2021-04-16 15:03:24.824 | + ./stack.sh:main:592                      :   source /home/ubuntu/devstack/lib/placement
2021-04-16 15:03:24.843 | + ./stack.sh:main:593                      :   source /home/ubuntu/devstack/lib/cinder
2021-04-16 15:03:24.882 | + ./stack.sh:main:594                      :   source /home/ubuntu/devstack/lib/swift
2021-04-16 15:03:24.926 | + ./stack.sh:main:595                      :   source /home/ubuntu/devstack/lib/neutron
2021-04-16 15:03:25.039 | + ./stack.sh:main:596                      :   source /home/ubuntu/devstack/lib/ldap
2021-04-16 15:03:25.052 | + ./stack.sh:main:597                      :   source /home/ubuntu/devstack/lib/dstat
2021-04-16 15:03:25.064 | + ./stack.sh:main:598                      :   source /home/ubuntu/devstack/lib/tcpdump
2021-04-16 15:03:25.076 | + ./stack.sh:main:599                      :   source /home/ubuntu/devstack/lib/etcd3
2021-04-16 15:03:25.166 | + ./stack.sh:main:605                      :   run_phase source
2021-04-16 15:03:25.169 | + functions-common:run_phase:1732          :   local mode=source
2021-04-16 15:03:25.171 | + functions-common:run_phase:1733          :   local phase=
2021-04-16 15:03:25.173 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-04-16 15:03:25.175 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-04-16 15:03:25.177 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-04-16 15:03:25.179 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-04-16 15:03:25.181 | + functions-common:run_phase:1742          :   local extra
2021-04-16 15:03:25.184 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-04-16 15:03:25.187 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-04-16 15:03:25.189 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-04-16 15:03:25.191 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-04-16 15:03:25.194 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh source
2021-04-16 15:03:25.196 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-04-16 15:03:25.209 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:03:25.211 | ++ extras.d/80-tempest.sh:source:4          :   [[ source == \s\o\u\r\c\e ]]
2021-04-16 15:03:25.213 | ++ extras.d/80-tempest.sh:source:6          :   source /home/ubuntu/devstack/lib/tempest
2021-04-16 15:03:25.248 | ++ extras.d/80-tempest.sh:source:27         :   [[ source == \u\n\s\t\a\c\k ]]
2021-04-16 15:03:25.251 | ++ extras.d/80-tempest.sh:source:32         :   [[ source == \c\l\e\a\n ]]
2021-04-16 15:03:25.253 | + functions-common:run_phase:1753          :   [[ source == \s\o\u\r\c\e ]]
2021-04-16 15:03:25.256 | + functions-common:run_phase:1754          :   load_plugin_settings
2021-04-16 15:03:25.258 | + functions-common:load_plugin_settings:1668 :   local plugins=,devstack-plugin-ceph
2021-04-16 15:03:25.261 | + functions-common:load_plugin_settings:1669 :   local plugin
2021-04-16 15:03:25.263 | + functions-common:load_plugin_settings:1672 :   [[ -z ,devstack-plugin-ceph ]]
2021-04-16 15:03:25.265 | + functions-common:load_plugin_settings:1676 :   echo 'Loading plugin settings'
2021-04-16 15:03:25.265 | Loading plugin settings
2021-04-16 15:03:25.267 | + functions-common:load_plugin_settings:1677 :   for plugin in ${plugins//,/ }
2021-04-16 15:03:25.270 | + functions-common:load_plugin_settings:1678 :   local dir=/opt/stack/devstack-plugin-ceph
2021-04-16 15:03:25.272 | + functions-common:load_plugin_settings:1680 :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/settings ]]
2021-04-16 15:03:25.274 | + functions-common:load_plugin_settings:1681 :   source /opt/stack/devstack-plugin-ceph/devstack/settings
2021-04-16 15:03:25.278 | ++++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   dirname /opt/stack/devstack-plugin-ceph/devstack/settings
2021-04-16 15:03:25.282 | +++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   readlink -f /opt/stack/devstack-plugin-ceph/devstack
2021-04-16 15:03:25.286 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:5 :   CEPH_PLUGIN_DIR=/opt/stack/devstack-plugin-ceph/devstack
2021-04-16 15:03:25.288 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:14 :   '[' '' = True ']'
2021-04-16 15:03:25.290 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:17 :   TEMPEST_STORAGE_PROTOCOL=ceph
2021-04-16 15:03:25.292 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:21 :   VOLUME_BACKING_FILE_SIZE=25GB
2021-04-16 15:03:25.295 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:22 :   CEPH_LOOPBACK_DISK_SIZE=25GB
2021-04-16 15:03:25.297 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:24 :   TEMPEST_VOLUME_MANAGE_SNAPSHOT=False
2021-04-16 15:03:25.300 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:27 :   source /opt/stack/devstack-plugin-ceph/devstack/lib/ceph
2021-04-16 15:03:25.354 | ++ /opt/stack/devstack-plugin-ceph/devstack/settings:source:30 :   is_ceph_enabled_for_service manila
2021-04-16 15:03:25.357 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:195 :   local config config_name enabled service
2021-04-16 15:03:25.360 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:196 :   enabled=1
2021-04-16 15:03:25.362 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   service=manila
2021-04-16 15:03:25.366 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   echo manila
2021-04-16 15:03:25.366 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr - _
2021-04-16 15:03:25.367 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr '[:lower:]' '[:upper:]'
2021-04-16 15:03:25.370 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   config_name=ENABLE_CEPH_MANILA
2021-04-16 15:03:25.374 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   eval echo '$ENABLE_CEPH_MANILA'
2021-04-16 15:03:25.376 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   echo True
2021-04-16 15:03:25.379 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   config=True
2021-04-16 15:03:25.382 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   is_service_enabled manila
2021-04-16 15:03:25.396 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:03:25.399 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   return 1
2021-04-16 15:03:25.402 | + functions-common:run_phase:1755          :   verify_disabled_services
2021-04-16 15:03:25.404 | + functions-common:verify_disabled_services:2015 :   local service
2021-04-16 15:03:25.407 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.409 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,key, ]]
2021-04-16 15:03:25.412 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.414 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-api, ]]
2021-04-16 15:03:25.416 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.419 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-cond, ]]
2021-04-16 15:03:25.421 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.424 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-sch, ]]
2021-04-16 15:03:25.426 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.429 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-api-meta, ]]
2021-04-16 15:03:25.431 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.433 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,placement-api, ]]
2021-04-16 15:03:25.436 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.438 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,placement-client, ]]
2021-04-16 15:03:25.441 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.443 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,g-api, ]]
2021-04-16 15:03:25.446 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.448 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-sch, ]]
2021-04-16 15:03:25.450 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.453 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-api, ]]
2021-04-16 15:03:25.455 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.457 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,c-vol, ]]
2021-04-16 15:03:25.460 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.462 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-svc, ]]
2021-04-16 15:03:25.464 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.467 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-dhcp, ]]
2021-04-16 15:03:25.469 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.471 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-meta, ]]
2021-04-16 15:03:25.474 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.478 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-agt, ]]
2021-04-16 15:03:25.480 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.483 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,q-l3, ]]
2021-04-16 15:03:25.486 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.489 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,rabbit, ]]
2021-04-16 15:03:25.491 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.494 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,tempest, ]]
2021-04-16 15:03:25.496 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.499 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,mysql, ]]
2021-04-16 15:03:25.501 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.504 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,etcd3, ]]
2021-04-16 15:03:25.507 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.509 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,dstat, ]]
2021-04-16 15:03:25.511 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.514 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-crt, ]]
2021-04-16 15:03:25.516 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.519 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,n-cauth, ]]
2021-04-16 15:03:25.521 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.524 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,g-reg, ]]
2021-04-16 15:03:25.526 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-04-16 15:03:25.529 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account, =~ ,cinder, ]]
2021-04-16 15:03:25.532 | + ./stack.sh:main:676                      :   initialize_database_backends
2021-04-16 15:03:25.534 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2021-04-16 15:03:25.536 | + lib/database:initialize_database_backends:66 :   is_service_enabled mysql
2021-04-16 15:03:25.553 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:03:25.555 | + lib/database:initialize_database_backends:66 :   DATABASE_TYPE=mysql
2021-04-16 15:03:25.557 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2021-04-16 15:03:25.559 | + lib/database:initialize_database_backends:66 :   is_service_enabled postgresql
2021-04-16 15:03:25.575 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:03:25.577 | + lib/database:initialize_database_backends:69 :   '[' -z mysql ']'
2021-04-16 15:03:25.579 | + lib/database:initialize_database_backends:73 :   MYSQL_HOST=127.0.0.1
2021-04-16 15:03:25.582 | + lib/database:initialize_database_backends:74 :   MYSQL_USER=root
2021-04-16 15:03:25.584 | + lib/database:initialize_database_backends:80 :   [[ 4 == 6 ]]
2021-04-16 15:03:25.586 | + lib/database:initialize_database_backends:83 :   DATABASE_HOST=127.0.0.1
2021-04-16 15:03:25.588 | + lib/database:initialize_database_backends:86 :   DATABASE_USER=root
2021-04-16 15:03:25.591 | + lib/database:initialize_database_backends:88 :   '[' -n '' ']'
2021-04-16 15:03:25.594 | ++ lib/database:initialize_database_backends:102 :   get_database_type_mysql
2021-04-16 15:03:25.597 | ++ lib/databases/mysql:get_database_type_mysql:35 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2021-04-16 15:03:25.599 | ++ lib/databases/mysql:get_database_type_mysql:36 :   echo mysql+pymysql
2021-04-16 15:03:25.602 | + lib/database:initialize_database_backends:102 :   BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-04-16 15:03:25.604 | + lib/database:initialize_database_backends:104 :   return 0
2021-04-16 15:03:25.607 | + ./stack.sh:main:677                      :   echo 'Using mysql database backend'
2021-04-16 15:03:25.607 | Using mysql database backend
2021-04-16 15:03:25.609 | + ./stack.sh:main:680                      :   read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
2021-04-16 15:03:25.626 | + ./stack.sh:main:692                      :   is_service_enabled rabbit
2021-04-16 15:03:25.641 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:03:25.644 | + ./stack.sh:main:693                      :   read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
2021-04-16 15:03:25.659 | + ./stack.sh:main:700                      :   is_service_enabled keystone
2021-04-16 15:03:25.675 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:03:25.677 | + ./stack.sh:main:702                      :   read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
2021-04-16 15:03:25.692 | + ./stack.sh:main:704                      :   read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
2021-04-16 15:03:25.707 | + ./stack.sh:main:715                      :   is_service_enabled ldap
2021-04-16 15:03:25.725 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:03:25.728 | + ./stack.sh:main:724                      :   is_service_enabled s-proxy
2021-04-16 15:03:25.744 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:03:25.746 | + ./stack.sh:main:736                      :   save_stackenv 736
2021-04-16 15:03:25.749 | + functions-common:save_stackenv:60        :   local tag=736
2021-04-16 15:03:25.752 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2021-04-16 15:03:25.755 | + functions-common:save_stackenv:62        :   time_stamp=2021-04-16-150325
2021-04-16 15:03:25.758 | + functions-common:save_stackenv:63        :   echo '# 2021-04-16-150325 736'
2021-04-16 15:03:25.760 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.763 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-04-16 15:03:25.765 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.767 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2021-04-16 15:03:25.770 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.772 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2021-04-16 15:03:25.775 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.777 | + functions-common:save_stackenv:65        :   echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,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,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,g-reg,cinder
2021-04-16 15:03:25.780 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.782 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.101
2021-04-16 15:03:25.785 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.787 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.101/identity
2021-04-16 15:03:25.790 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.792 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-16-150321
2021-04-16 15:03:25.795 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.797 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2021-04-16 15:03:25.800 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.802 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.101
2021-04-16 15:03:25.805 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.807 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2021-04-16 15:03:25.809 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.812 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2021-04-16 15:03:25.814 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.817 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2021-04-16 15:03:25.819 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-04-16 15:03:25.821 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2021-04-16 15:03:25.824 | + ./stack.sh:main:747                      :   git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master
2021-04-16 15:03:25.826 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/requirements.git
2021-04-16 15:03:25.828 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/requirements
2021-04-16 15:03:25.830 | + functions-common:git_clone:525           :   local git_ref=master
2021-04-16 15:03:25.832 | + functions-common:git_clone:526           :   local orig_dir
2021-04-16 15:03:25.835 | ++ functions-common:git_clone:527           :   pwd
2021-04-16 15:03:25.837 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-04-16 15:03:25.839 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-04-16 15:03:25.842 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-04-16 15:03:25.857 | + functions-common:git_clone:530           :   RECLONE=False
2021-04-16 15:03:25.859 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-04-16 15:03:25.861 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:25.864 | + functions-common:git_clone:544           :   echo master
2021-04-16 15:03:25.864 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-04-16 15:03:25.868 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/requirements ]]
2021-04-16 15:03:25.871 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:25.873 | + functions-common:git_clone:592           :   cd /opt/stack/requirements
2021-04-16 15:03:25.875 | + functions-common:git_clone:593           :   git show --oneline
2021-04-16 15:03:25.876 | + functions-common:git_clone:593           :   head -1
2021-04-16 15:03:25.878 | 3539e11b Updated from generate-constraints
2021-04-16 15:03:25.881 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-04-16 15:03:25.883 | + ./stack.sh:main:751                      :   echo_summary 'Installing package prerequisites'
2021-04-16 15:03:25.885 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:03:25.888 | + ./stack.sh:echo_summary:428              :   echo -e Installing package prerequisites
2021-04-16 15:03:25.890 | + ./stack.sh:main:752                      :   source /home/ubuntu/devstack/tools/install_prereqs.sh
2021-04-16 15:03:25.892 | ++ tools/install_prereqs.sh:source:11       :   FORCE_PREREQ=0
2021-04-16 15:03:25.895 | ++ tools/install_prereqs.sh:source:13       :   getopts :f opt
2021-04-16 15:03:25.897 | ++ tools/install_prereqs.sh:source:23       :   [[ -z /home/ubuntu/devstack ]]
2021-04-16 15:03:25.900 | ++ tools/install_prereqs.sh:source:43       :   PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs
2021-04-16 15:03:25.902 | ++ tools/install_prereqs.sh:source:44       :   PREREQ_RERUN_HOURS=2
2021-04-16 15:03:25.904 | ++ tools/install_prereqs.sh:source:45       :   PREREQ_RERUN_SECONDS=7200
2021-04-16 15:03:25.907 | +++ tools/install_prereqs.sh:source:47       :   date +%s
2021-04-16 15:03:25.912 | ++ tools/install_prereqs.sh:source:47       :   NOW=1618585405
2021-04-16 15:03:25.915 | +++ tools/install_prereqs.sh:source:48       :   head -1 /home/ubuntu/devstack/.prereqs
2021-04-16 15:03:25.919 | +++ tools/install_prereqs.sh:source:48       :   echo 0
2021-04-16 15:03:25.922 | ++ tools/install_prereqs.sh:source:48       :   LAST_RUN=0
2021-04-16 15:03:25.925 | ++ tools/install_prereqs.sh:source:49       :   DELTA=1618585405
2021-04-16 15:03:25.927 | ++ tools/install_prereqs.sh:source:50       :   [[ 1618585405 -lt 7200 ]]
2021-04-16 15:03:25.930 | ++ tools/install_prereqs.sh:source:57       :   export_proxy_variables
2021-04-16 15:03:25.932 | ++ functions-common:export_proxy_variables:2122 :   isset http_proxy
2021-04-16 15:03:25.934 | ++ functions-common:isset:174               :   [[ -v http_proxy ]]
2021-04-16 15:03:25.937 | ++ functions-common:export_proxy_variables:2125 :   isset https_proxy
2021-04-16 15:03:25.939 | ++ functions-common:isset:174               :   [[ -v https_proxy ]]
2021-04-16 15:03:25.941 | ++ functions-common:export_proxy_variables:2128 :   isset no_proxy
2021-04-16 15:03:25.944 | ++ functions-common:isset:174               :   [[ -v no_proxy ]]
2021-04-16 15:03:25.947 | +++ tools/install_prereqs.sh:source:64       :   get_packages general,key,n-api,n-cond,n-sch,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,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,g-reg,cinder
2021-04-16 15:03:25.991 | ++ tools/install_prereqs.sh:source:64       :   PACKAGES='apache2
2021-04-16 15:03:25.991 | apache2-dev
2021-04-16 15:03:25.991 | bc
2021-04-16 15:03:25.991 | bsdmainutils
2021-04-16 15:03:25.991 | curl
2021-04-16 15:03:25.991 | g++
2021-04-16 15:03:25.991 | gawk
2021-04-16 15:03:25.991 | gcc
2021-04-16 15:03:25.991 | gettext  
2021-04-16 15:03:25.991 | git
2021-04-16 15:03:25.991 | graphviz 
2021-04-16 15:03:25.991 | iputils-ping
2021-04-16 15:03:25.991 | libapache2-mod-proxy-uwsgi
2021-04-16 15:03:25.991 | libffi-dev 
2021-04-16 15:03:25.992 | libjpeg-dev 
2021-04-16 15:03:25.992 | libmysqlclient-dev  
2021-04-16 15:03:25.992 | libpcre3-dev 
2021-04-16 15:03:25.992 | libpq-dev  
2021-04-16 15:03:25.992 | libssl-dev 
2021-04-16 15:03:25.992 | libsystemd-dev 
2021-04-16 15:03:25.992 | libxml2-dev  
2021-04-16 15:03:25.992 | libxslt1-dev  
2021-04-16 15:03:25.992 | libyaml-dev
2021-04-16 15:03:25.992 | lsof 
2021-04-16 15:03:25.992 | openssh-server
2021-04-16 15:03:25.992 | openssl
2021-04-16 15:03:25.992 | pkg-config
2021-04-16 15:03:25.992 | psmisc
2021-04-16 15:03:25.992 | python3-dev
2021-04-16 15:03:25.992 | python3-pip
2021-04-16 15:03:25.992 | python3-systemd
2021-04-16 15:03:25.992 | python3-venv
2021-04-16 15:03:25.992 | tar
2021-04-16 15:03:25.992 | tcpdump
2021-04-16 15:03:25.992 | unzip
2021-04-16 15:03:25.992 | uuid-runtime
2021-04-16 15:03:25.992 | wget
2021-04-16 15:03:25.992 | wget
2021-04-16 15:03:25.992 | zlib1g-dev
2021-04-16 15:03:25.992 | libkrb5-dev
2021-04-16 15:03:25.992 | libldap2-dev
2021-04-16 15:03:25.992 | libsasl2-dev
2021-04-16 15:03:25.992 | memcached
2021-04-16 15:03:25.992 | python3-mysqldb
2021-04-16 15:03:25.992 | sqlite3
2021-04-16 15:03:25.992 | conntrack
2021-04-16 15:03:25.992 | curl
2021-04-16 15:03:25.992 | dnsmasq-base
2021-04-16 15:03:25.992 | dnsmasq-utils 
2021-04-16 15:03:25.992 | ebtables
2021-04-16 15:03:25.993 | genisoimage 
2021-04-16 15:03:25.993 | iptables
2021-04-16 15:03:25.993 | iputils-arping
2021-04-16 15:03:25.993 | kpartx
2021-04-16 15:03:25.993 | libjs-jquery-tablesorter 
2021-04-16 15:03:25.993 | libmysqlclient-dev
2021-04-16 15:03:25.993 | parted
2021-04-16 15:03:25.993 | pm-utils
2021-04-16 15:03:25.993 | python3-mysqldb
2021-04-16 15:03:25.993 | socat 
2021-04-16 15:03:25.993 | sqlite3
2021-04-16 15:03:25.993 | sudo
2021-04-16 15:03:25.993 | vlan
2021-04-16 15:03:25.993 | lsscsi
2021-04-16 15:03:25.993 | open-iscsi
2021-04-16 15:03:25.993 | lvm2
2021-04-16 15:03:25.993 | qemu-utils
2021-04-16 15:03:25.993 | thin-provisioning-tools
2021-04-16 15:03:25.993 | acl
2021-04-16 15:03:25.993 | dnsmasq-base
2021-04-16 15:03:25.993 | dnsmasq-utils 
2021-04-16 15:03:25.993 | ebtables
2021-04-16 15:03:25.993 | haproxy 
2021-04-16 15:03:25.993 | iptables
2021-04-16 15:03:25.993 | iputils-arping
2021-04-16 15:03:25.993 | iputils-ping
2021-04-16 15:03:25.993 | libmysqlclient-dev
2021-04-16 15:03:25.993 | postgresql-server-dev-all
2021-04-16 15:03:25.993 | python3-mysqldb
2021-04-16 15:03:25.993 | sqlite3
2021-04-16 15:03:25.993 | sudo
2021-04-16 15:03:25.993 | vlan
2021-04-16 15:03:25.993 | ipset
2021-04-16 15:03:25.993 | conntrack
2021-04-16 15:03:25.993 | conntrackd
2021-04-16 15:03:25.993 | keepalived
2021-04-16 15:03:25.994 | dstat
2021-04-16 15:03:25.994 | lvm2
2021-04-16 15:03:25.994 | qemu-utils
2021-04-16 15:03:25.994 | thin-provisioning-tools'
2021-04-16 15:03:25.996 | +++ tools/install_prereqs.sh:source:65       :   get_plugin_packages
2021-04-16 15:03:26.013 | ++ tools/install_prereqs.sh:source:65       :   PACKAGES='apache2
2021-04-16 15:03:26.013 | apache2-dev
2021-04-16 15:03:26.014 | bc
2021-04-16 15:03:26.014 | bsdmainutils
2021-04-16 15:03:26.014 | curl
2021-04-16 15:03:26.014 | g++
2021-04-16 15:03:26.014 | gawk
2021-04-16 15:03:26.014 | gcc
2021-04-16 15:03:26.014 | gettext  
2021-04-16 15:03:26.014 | git
2021-04-16 15:03:26.014 | graphviz 
2021-04-16 15:03:26.014 | iputils-ping
2021-04-16 15:03:26.014 | libapache2-mod-proxy-uwsgi
2021-04-16 15:03:26.014 | libffi-dev 
2021-04-16 15:03:26.014 | libjpeg-dev 
2021-04-16 15:03:26.014 | libmysqlclient-dev  
2021-04-16 15:03:26.014 | libpcre3-dev 
2021-04-16 15:03:26.014 | libpq-dev  
2021-04-16 15:03:26.014 | libssl-dev 
2021-04-16 15:03:26.014 | libsystemd-dev 
2021-04-16 15:03:26.014 | libxml2-dev  
2021-04-16 15:03:26.014 | libxslt1-dev  
2021-04-16 15:03:26.014 | libyaml-dev
2021-04-16 15:03:26.014 | lsof 
2021-04-16 15:03:26.014 | openssh-server
2021-04-16 15:03:26.014 | openssl
2021-04-16 15:03:26.014 | pkg-config
2021-04-16 15:03:26.014 | psmisc
2021-04-16 15:03:26.014 | python3-dev
2021-04-16 15:03:26.014 | python3-pip
2021-04-16 15:03:26.014 | python3-systemd
2021-04-16 15:03:26.014 | python3-venv
2021-04-16 15:03:26.014 | tar
2021-04-16 15:03:26.014 | tcpdump
2021-04-16 15:03:26.014 | unzip
2021-04-16 15:03:26.014 | uuid-runtime
2021-04-16 15:03:26.015 | wget
2021-04-16 15:03:26.015 | wget
2021-04-16 15:03:26.015 | zlib1g-dev
2021-04-16 15:03:26.015 | libkrb5-dev
2021-04-16 15:03:26.015 | libldap2-dev
2021-04-16 15:03:26.015 | libsasl2-dev
2021-04-16 15:03:26.015 | memcached
2021-04-16 15:03:26.015 | python3-mysqldb
2021-04-16 15:03:26.015 | sqlite3
2021-04-16 15:03:26.015 | conntrack
2021-04-16 15:03:26.015 | curl
2021-04-16 15:03:26.015 | dnsmasq-base
2021-04-16 15:03:26.015 | dnsmasq-utils 
2021-04-16 15:03:26.015 | ebtables
2021-04-16 15:03:26.015 | genisoimage 
2021-04-16 15:03:26.015 | iptables
2021-04-16 15:03:26.015 | iputils-arping
2021-04-16 15:03:26.015 | kpartx
2021-04-16 15:03:26.015 | libjs-jquery-tablesorter 
2021-04-16 15:03:26.015 | libmysqlclient-dev
2021-04-16 15:03:26.015 | parted
2021-04-16 15:03:26.015 | pm-utils
2021-04-16 15:03:26.015 | python3-mysqldb
2021-04-16 15:03:26.015 | socat 
2021-04-16 15:03:26.015 | sqlite3
2021-04-16 15:03:26.015 | sudo
2021-04-16 15:03:26.015 | vlan
2021-04-16 15:03:26.015 | lsscsi
2021-04-16 15:03:26.015 | open-iscsi
2021-04-16 15:03:26.015 | lvm2
2021-04-16 15:03:26.015 | qemu-utils
2021-04-16 15:03:26.015 | thin-provisioning-tools
2021-04-16 15:03:26.015 | acl
2021-04-16 15:03:26.015 | dnsmasq-base
2021-04-16 15:03:26.015 | dnsmasq-utils 
2021-04-16 15:03:26.015 | ebtables
2021-04-16 15:03:26.016 | haproxy 
2021-04-16 15:03:26.016 | iptables
2021-04-16 15:03:26.016 | iputils-arping
2021-04-16 15:03:26.016 | iputils-ping
2021-04-16 15:03:26.016 | libmysqlclient-dev
2021-04-16 15:03:26.016 | postgresql-server-dev-all
2021-04-16 15:03:26.016 | python3-mysqldb
2021-04-16 15:03:26.016 | sqlite3
2021-04-16 15:03:26.016 | sudo
2021-04-16 15:03:26.016 | vlan
2021-04-16 15:03:26.016 | ipset
2021-04-16 15:03:26.016 | conntrack
2021-04-16 15:03:26.016 | conntrackd
2021-04-16 15:03:26.016 | keepalived
2021-04-16 15:03:26.016 | dstat
2021-04-16 15:03:26.016 | lvm2
2021-04-16 15:03:26.016 | qemu-utils
2021-04-16 15:03:26.016 | thin-provisioning-tools '
2021-04-16 15:03:26.016 | ++ tools/install_prereqs.sh:source:67       :   is_ubuntu
2021-04-16 15:03:26.018 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:03:26.020 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:03:26.024 | ++ tools/install_prereqs.sh:source:67       :   echo apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools
2021-04-16 15:03:26.024 | ++ tools/install_prereqs.sh:source:67       :   grep -q dkms
2021-04-16 15:03:26.028 | ++ tools/install_prereqs.sh:source:72       :   install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools
2021-04-16 15:03:26.030 | ++ functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:03:26.032 | ++ functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:03:26.035 | ++ functions-common:update_package_repo:1315 :   REPOS_UPDATED=False
2021-04-16 15:03:26.037 | ++ functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:03:26.040 | ++ functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:26.042 | ++ functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:03:26.045 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:03:26.047 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:03:26.050 | ++ functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:03:26.052 | ++ functions-common:apt_get_update:1068     :   [[ False == \T\r\u\e ]]
2021-04-16 15:03:26.054 | ++ functions-common:apt_get_update:1073     :   [[ False = \T\r\u\e ]]
2021-04-16 15:03:26.056 | ++ functions-common:apt_get_update:1075     :   local sudo=sudo
2021-04-16 15:03:26.059 | +++ functions-common:apt_get_update:1076     :   id -u
2021-04-16 15:03:26.063 | ++ functions-common:apt_get_update:1076     :   [[ 1000 = \0 ]]
2021-04-16 15:03:26.065 | ++ functions-common:apt_get_update:1079     :   time_start apt-get-update
2021-04-16 15:03:26.067 | ++ functions-common:time_start:2290         :   local name=apt-get-update
2021-04-16 15:03:26.070 | ++ functions-common:time_start:2291         :   local start_time=
2021-04-16 15:03:26.072 | ++ functions-common:time_start:2292         :   [[ -n '' ]]
2021-04-16 15:03:26.075 | +++ functions-common:time_start:2295         :   date +%s%3N
2021-04-16 15:03:26.078 | ++ functions-common:time_start:2295         :   _TIME_START[$name]=1618585406076
2021-04-16 15:03:26.081 | ++ functions-common:apt_get_update:1081     :   local 'proxies=http_proxy= https_proxy= no_proxy= '
2021-04-16 15:03:26.083 | ++ functions-common:apt_get_update:1082     :   local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
2021-04-16 15:03:26.086 | ++ functions-common:apt_get_update:1083     :   timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy=  apt-get update; do sleep 30; done'
2021-04-16 15:03:26.397 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-04-16 15:03:26.736 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
2021-04-16 15:03:26.897 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-04-16 15:03:27.033 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-04-16 15:03:29.042 | Reading package lists...
2021-04-16 15:03:29.104 | ++ functions-common:apt_get_update:1087     :   REPOS_UPDATED=True
2021-04-16 15:03:29.106 | ++ functions-common:apt_get_update:1089     :   time_stop apt-get-update
2021-04-16 15:03:29.108 | ++ functions-common:time_stop:2304          :   local name
2021-04-16 15:03:29.110 | ++ functions-common:time_stop:2305          :   local end_time
2021-04-16 15:03:29.113 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:03:29.115 | ++ functions-common:time_stop:2307          :   local total
2021-04-16 15:03:29.117 | ++ functions-common:time_stop:2308          :   local start_time
2021-04-16 15:03:29.119 | ++ functions-common:time_stop:2310          :   name=apt-get-update
2021-04-16 15:03:29.121 | ++ functions-common:time_stop:2311          :   start_time=1618585406076
2021-04-16 15:03:29.123 | ++ functions-common:time_stop:2313          :   [[ -z 1618585406076 ]]
2021-04-16 15:03:29.126 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:03:29.130 | ++ functions-common:time_stop:2316          :   end_time=1618585409127
2021-04-16 15:03:29.132 | ++ functions-common:time_stop:2317          :   elapsed_time=3051
2021-04-16 15:03:29.134 | ++ functions-common:time_stop:2318          :   total=0
2021-04-16 15:03:29.136 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:03:29.139 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=3051
2021-04-16 15:03:29.141 | ++ functions-common:install_package:1343    :   real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools
2021-04-16 15:03:29.144 | ++ functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:03:29.146 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:03:29.148 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:03:29.151 | ++ functions-common:real_install_package:1329 :   apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools
2021-04-16 15:03:29.172 | ++ functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools
2021-04-16 15:03:29.290 | Reading package lists...
2021-04-16 15:03:29.541 | Building dependency tree...
2021-04-16 15:03:29.542 | Reading state information...
2021-04-16 15:03:29.789 | acl is already the newest version (2.2.52-3build1).
2021-04-16 15:03:29.789 | acl set to manually installed.
2021-04-16 15:03:29.789 | bc is already the newest version (1.07.1-2).
2021-04-16 15:03:29.790 | bc set to manually installed.
2021-04-16 15:03:29.790 | bsdmainutils is already the newest version (11.1.2ubuntu1).
2021-04-16 15:03:29.790 | bsdmainutils set to manually installed.
2021-04-16 15:03:29.790 | gawk is already the newest version (1:4.1.4+dfsg-1build1).
2021-04-16 15:03:29.790 | gawk set to manually installed.
2021-04-16 15:03:29.790 | iptables is already the newest version (1.6.1-2ubuntu2).
2021-04-16 15:03:29.790 | iptables set to manually installed.
2021-04-16 15:03:29.790 | libpcre3-dev is already the newest version (2:8.39-9).
2021-04-16 15:03:29.790 | lsof is already the newest version (4.89+dfsg-0.1).
2021-04-16 15:03:29.790 | lsof set to manually installed.
2021-04-16 15:03:29.790 | python3-systemd is already the newest version (234-1build1).
2021-04-16 15:03:29.790 | python3-systemd set to manually installed.
2021-04-16 15:03:29.790 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3).
2021-04-16 15:03:29.790 | ebtables set to manually installed.
2021-04-16 15:03:29.790 | gcc is already the newest version (4:7.4.0-1ubuntu2.3).
2021-04-16 15:03:29.790 | iputils-ping is already the newest version (3:20161105-1ubuntu3).
2021-04-16 15:03:29.790 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3).
2021-04-16 15:03:29.790 | parted is already the newest version (3.2-20ubuntu0.2).
2021-04-16 15:03:29.790 | parted set to manually installed.
2021-04-16 15:03:29.790 | psmisc is already the newest version (23.1-1ubuntu0.1).
2021-04-16 15:03:29.790 | psmisc set to manually installed.
2021-04-16 15:03:29.790 | python3-dev is already the newest version (3.6.7-1~18.04).
2021-04-16 15:03:29.790 | wget is already the newest version (1.19.4-1ubuntu2.2).
2021-04-16 15:03:29.790 | wget set to manually installed.
2021-04-16 15:03:29.790 | The following packages were automatically installed and are no longer required:
2021-04-16 15:03:29.790 |   apport-symptoms grub-pc-bin python3-attr python3-automat python3-click
2021-04-16 15:03:29.790 |   python3-colorama python3-configobj python3-constantly python3-hyperlink
2021-04-16 15:03:29.790 |   python3-incremental python3-netifaces python3-pam python3-problem-report
2021-04-16 15:03:29.791 |   python3-pyasn1 python3-requests-unixsocket python3-serial
2021-04-16 15:03:29.791 |   python3-twisted-bin python3-zope.interface
2021-04-16 15:03:29.791 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:03:29.791 | The following additional packages will be installed:
2021-04-16 15:03:29.791 |   apache2-bin apache2-data apache2-utils autoconf automake autopoint
2021-04-16 15:03:29.791 |   autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf
2021-04-16 15:03:29.791 |   dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config
2021-04-16 15:03:29.791 |   fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0
2021-04-16 15:03:29.791 |   ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common
2021-04-16 15:03:29.791 |   krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl
2021-04-16 15:03:29.791 |   libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1
2021-04-16 15:03:29.791 |   libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap
2021-04-16 15:03:29.791 |   libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6
2021-04-16 15:03:29.791 |   libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl libfakeroot
2021-04-16 15:03:29.791 |   libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
2021-04-16 15:03:29.791 |   libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin
2021-04-16 15:03:29.791 |   libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 libgssrpc4 libgts-0.7-5
2021-04-16 15:03:29.791 |   libgts-bin libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0
2021-04-16 15:03:29.791 |   libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 libicu-dev
2021-04-16 15:03:29.791 |   libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 libiscsi7
2021-04-16 15:03:29.791 |   libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev
2021-04-16 15:03:29.791 |   libjs-jquery libjs-jquery-metadata libk5crypto3 libkadm5clnt-mit11
2021-04-16 15:03:29.791 |   libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 liblab-gamut1
2021-04-16 15:03:29.791 |   libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0
2021-04-16 15:03:29.791 |   libmail-sendmail-perl libmatheval1 libmysqlclient20 libnetfilter-cthelper0
2021-04-16 15:03:29.791 |   libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnorm1
2021-04-16 15:03:29.791 |   libnspr4 libnss-systemd libnss3 libpam-systemd libpango-1.0-0
2021-04-16 15:03:29.791 |   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0
2021-04-16 15:03:29.791 |   libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 libsasl2-modules
2021-04-16 15:03:29.791 |   libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 libsnmp-base
2021-04-16 15:03:29.791 |   libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev
2021-04-16 15:03:29.792 |   libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5
2021-04-16 15:03:29.792 |   libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0
2021-04-16 15:03:29.792 |   libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4
2021-04-16 15:03:29.792 |   make mysql-common po-debconf postgresql-client-common postgresql-common
2021-04-16 15:03:29.792 |   postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring
2021-04-16 15:03:29.792 |   python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel
2021-04-16 15:03:29.792 |   python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd
2021-04-16 15:03:29.792 |   uuid-dev uwsgi-core vbetool x11-common
2021-04-16 15:03:29.793 | Suggested packages:
2021-04-16 15:03:29.793 |   www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom
2021-04-16 15:03:29.793 |   autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz
2021-04-16 15:03:29.793 |   debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim
2021-04-16 15:03:29.793 |   cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
2021-04-16 15:03:29.793 |   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
2021-04-16 15:03:29.793 |   git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat
2021-04-16 15:03:29.793 |   ldirectord krb5-doc uwsgi bzr libgd-tools libglib2.0-doc libgraphite2-utils
2021-04-16 15:03:29.793 |   krb5-user icu-doc libtool-doc postgresql-doc-10 libsasl2-modules-gssapi-mit
2021-04-16 15:03:29.793 |   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
2021-04-16 15:03:29.793 |   libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc
2021-04-16 15:03:29.793 |   libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc
2021-04-16 15:03:29.793 |   make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl
2021-04-16 15:03:29.794 |   libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl
2021-04-16 15:03:29.794 |   libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin
2021-04-16 15:03:29.794 |   gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server
2021-04-16 15:03:29.794 |   python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc
2021-04-16 15:03:29.794 |   python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx
2021-04-16 15:03:29.794 |   sqlite3-doc openssl-blacklist systemd-container ncompress tar-scripts
2021-04-16 15:03:29.794 |   tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev
2021-04-16 15:03:30.053 | The following NEW packages will be installed:
2021-04-16 15:03:30.053 |   apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake
2021-04-16 15:03:30.053 |   autopoint autotools-dev build-essential comerr-dev conntrack conntrackd
2021-04-16 15:03:30.053 |   dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils
2021-04-16 15:03:30.053 |   dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core
2021-04-16 15:03:30.053 |   fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz
2021-04-16 15:03:30.054 |   haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping
2021-04-16 15:03:30.054 |   ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1
2021-04-16 15:03:30.054 |   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
2021-04-16 15:03:30.054 |   libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1
2021-04-16 15:03:30.054 |   libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap
2021-04-16 15:03:30.054 |   libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6
2021-04-16 15:03:30.054 |   libcroco3 libdatrie1 libdpkg-perl libfakeroot libffi-dev
2021-04-16 15:03:30.054 |   libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
2021-04-16 15:03:30.054 |   libgd3 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libgraphite2-3
2021-04-16 15:03:30.054 |   libgraphite2-dev libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2
2021-04-16 15:03:30.054 |   libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b
2021-04-16 15:03:30.054 |   libibverbs1 libice6 libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60
2021-04-16 15:03:30.054 |   libipset3 libiscsi7 libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8
2021-04-16 15:03:30.054 |   libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata
2021-04-16 15:03:30.054 |   libjs-jquery-tablesorter libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9
2021-04-16 15:03:30.054 |   libkrb5-dev liblab-gamut1 libldap2-dev libltdl-dev libltdl7 liblua5.2-0
2021-04-16 15:03:30.054 |   liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient-dev
2021-04-16 15:03:30.054 |   libmysqlclient20 libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200
2021-04-16 15:03:30.054 |   libnl-genl-3-200 libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0
2021-04-16 15:03:30.054 |   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0
2021-04-16 15:03:30.054 |   libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev
2021-04-16 15:03:30.054 |   libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev
2021-04-16 15:03:30.054 |   libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data
2021-04-16 15:03:30.054 |   libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7
2021-04-16 15:03:30.054 |   libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1
2021-04-16 15:03:30.054 |   libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached
2021-04-16 15:03:30.054 |   mysql-common pkg-config pm-utils po-debconf postgresql-client-common
2021-04-16 15:03:30.054 |   postgresql-common postgresql-server-dev-10 postgresql-server-dev-all
2021-04-16 15:03:30.055 |   python-pip-whl python3-crypto python3-keyring python3-keyrings.alt
2021-04-16 15:03:30.055 |   python3-mysqldb python3-pip python3-secretstorage python3-setuptools
2021-04-16 15:03:30.055 |   python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra
2021-04-16 15:03:30.055 |   qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip
2021-04-16 15:03:30.055 |   uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev
2021-04-16 15:03:30.055 | The following packages will be upgraded:
2021-04-16 15:03:30.055 |   curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2
2021-04-16 15:03:30.055 |   libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
2021-04-16 15:03:30.055 |   libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules
2021-04-16 15:03:30.055 |   libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2
2021-04-16 15:03:30.056 |   libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime
2021-04-16 15:03:30.218 | 32 upgraded, 200 newly installed, 0 to remove and 158 not upgraded.
2021-04-16 15:03:30.218 | Need to get 84.8 MB of archives.
2021-04-16 15:03:30.218 | After this operation, 263 MB of additional disk space will be used.
2021-04-16 15:03:30.218 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB]
2021-04-16 15:03:30.543 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.46 [105 kB]
2021-04-16 15:03:30.633 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.46 [107 kB]
2021-04-16 15:03:30.712 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2,914 kB]
2021-04-16 15:03:31.587 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB]
2021-04-16 15:03:31.593 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB]
2021-04-16 15:03:31.594 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB]
2021-04-16 15:03:31.596 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]
2021-04-16 15:03:31.599 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1,301 kB]
2021-04-16 15:03:31.970 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]
2021-04-16 15:03:31.973 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]
2021-04-16 15:03:32.050 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB]
2021-04-16 15:03:32.054 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB]
2021-04-16 15:03:32.055 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB]
2021-04-16 15:03:32.122 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]
2021-04-16 15:03:32.123 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB]
2021-04-16 15:03:32.129 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B]
2021-04-16 15:03:32.129 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
2021-04-16 15:03:32.309 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB]
2021-04-16 15:03:33.934 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB]
2021-04-16 15:03:34.169 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB]
2021-04-16 15:03:34.287 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB]
2021-04-16 15:03:34.290 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB]
2021-04-16 15:03:34.296 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB]
2021-04-16 15:03:34.299 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB]
2021-04-16 15:03:34.453 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB]
2021-04-16 15:03:34.661 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
2021-04-16 15:03:34.663 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
2021-04-16 15:03:34.666 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
2021-04-16 15:03:34.671 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB]
2021-04-16 15:03:34.675 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB]
2021-04-16 15:03:34.917 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB]
2021-04-16 15:03:34.940 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
2021-04-16 15:03:34.943 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB]
2021-04-16 15:03:34.949 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
2021-04-16 15:03:34.953 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB]
2021-04-16 15:03:34.995 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B]
2021-04-16 15:03:34.996 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B]
2021-04-16 15:03:34.997 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB]
2021-04-16 15:03:35.394 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB]
2021-04-16 15:03:35.415 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB]
2021-04-16 15:03:35.571 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]
2021-04-16 15:03:35.575 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]
2021-04-16 15:03:35.617 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]
2021-04-16 15:03:35.625 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]
2021-04-16 15:03:35.639 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB]
2021-04-16 15:03:35.704 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB]
2021-04-16 15:03:35.713 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B]
2021-04-16 15:03:35.714 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB]
2021-04-16 15:03:35.728 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB]
2021-04-16 15:03:35.836 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB]
2021-04-16 15:03:35.901 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB]
2021-04-16 15:03:36.034 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
2021-04-16 15:03:36.087 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
2021-04-16 15:03:36.113 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
2021-04-16 15:03:36.161 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
2021-04-16 15:03:36.265 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
2021-04-16 15:03:36.341 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
2021-04-16 15:03:36.368 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
2021-04-16 15:03:36.370 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
2021-04-16 15:03:36.383 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
2021-04-16 15:03:36.385 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
2021-04-16 15:03:36.391 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B]
2021-04-16 15:03:36.392 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]
2021-04-16 15:03:36.426 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
2021-04-16 15:03:36.584 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
2021-04-16 15:03:36.641 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
2021-04-16 15:03:36.644 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB]
2021-04-16 15:03:36.831 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
2021-04-16 15:03:36.834 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
2021-04-16 15:03:36.869 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
2021-04-16 15:03:37.039 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB]
2021-04-16 15:03:37.071 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB]
2021-04-16 15:03:37.331 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB]
2021-04-16 15:03:40.071 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B]
2021-04-16 15:03:40.071 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B]
2021-04-16 15:03:40.071 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB]
2021-04-16 15:03:40.072 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB]
2021-04-16 15:03:40.073 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB]
2021-04-16 15:03:40.076 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB]
2021-04-16 15:03:40.082 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB]
2021-04-16 15:03:40.127 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
2021-04-16 15:03:40.135 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB]
2021-04-16 15:03:40.194 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.3 [13.3 kB]
2021-04-16 15:03:40.197 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB]
2021-04-16 15:03:40.213 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
2021-04-16 15:03:40.241 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
2021-04-16 15:03:40.343 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB]
2021-04-16 15:03:40.351 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
2021-04-16 15:03:40.364 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
2021-04-16 15:03:40.418 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB]
2021-04-16 15:03:40.422 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3,916 kB]
2021-04-16 15:03:41.252 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB]
2021-04-16 15:03:41.255 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB]
2021-04-16 15:03:41.256 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB]
2021-04-16 15:03:41.261 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
2021-04-16 15:03:41.262 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
2021-04-16 15:03:41.266 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB]
2021-04-16 15:03:41.290 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
2021-04-16 15:03:41.314 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
2021-04-16 15:03:41.318 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB]
2021-04-16 15:03:41.520 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
2021-04-16 15:03:41.782 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB]
2021-04-16 15:03:41.858 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
2021-04-16 15:03:41.862 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B]
2021-04-16 15:03:41.863 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
2021-04-16 15:03:41.869 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
2021-04-16 15:03:42.118 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
2021-04-16 15:03:42.163 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
2021-04-16 15:03:42.179 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
2021-04-16 15:03:42.181 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
2021-04-16 15:03:42.200 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
2021-04-16 15:03:42.297 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
2021-04-16 15:03:42.298 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
2021-04-16 15:03:42.300 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB]
2021-04-16 15:03:42.301 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB]
2021-04-16 15:03:42.316 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB]
2021-04-16 15:03:42.323 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB]
2021-04-16 15:03:42.347 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
2021-04-16 15:03:42.375 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
2021-04-16 15:03:42.381 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
2021-04-16 15:03:42.402 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB]
2021-04-16 15:03:42.546 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]
2021-04-16 15:03:42.552 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB]
2021-04-16 15:03:42.566 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB]
2021-04-16 15:03:42.572 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB]
2021-04-16 15:03:42.588 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB]
2021-04-16 15:03:42.607 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB]
2021-04-16 15:03:42.610 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B]
2021-04-16 15:03:42.612 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB]
2021-04-16 15:03:42.631 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB]
2021-04-16 15:03:42.634 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB]
2021-04-16 15:03:42.700 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB]
2021-04-16 15:03:42.817 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB]
2021-04-16 15:03:42.842 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB]
2021-04-16 15:03:42.847 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB]
2021-04-16 15:03:42.851 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB]
2021-04-16 15:03:42.855 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB]
2021-04-16 15:03:42.858 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB]
2021-04-16 15:03:42.862 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB]
2021-04-16 15:03:42.872 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B]
2021-04-16 15:03:42.873 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
2021-04-16 15:03:42.926 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
2021-04-16 15:03:42.960 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
2021-04-16 15:03:42.961 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B]
2021-04-16 15:03:42.962 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
2021-04-16 15:03:42.966 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB]
2021-04-16 15:03:42.972 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.8 [102 kB]
2021-04-16 15:03:42.985 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
2021-04-16 15:03:42.991 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB]
2021-04-16 15:03:43.007 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.8 [1,386 kB]
2021-04-16 15:03:43.412 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB]
2021-04-16 15:03:43.413 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
2021-04-16 15:03:43.414 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B]
2021-04-16 15:03:43.414 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB]
2021-04-16 15:03:43.415 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB]
2021-04-16 15:03:43.416 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB]
2021-04-16 15:03:43.416 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB]
2021-04-16 15:03:43.417 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB]
2021-04-16 15:03:44.848 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB]
2021-04-16 15:03:44.855 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB]
2021-04-16 15:03:44.857 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB]
2021-04-16 15:03:44.858 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB]
2021-04-16 15:03:44.890 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B]
2021-04-16 15:03:44.890 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B]
2021-04-16 15:03:44.890 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB]
2021-04-16 15:03:44.994 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B]
2021-04-16 15:03:44.994 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB]
2021-04-16 15:03:45.028 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
2021-04-16 15:03:45.032 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
2021-04-16 15:03:45.033 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
2021-04-16 15:03:45.034 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB]
2021-04-16 15:03:45.035 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B]
2021-04-16 15:03:45.035 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB]
2021-04-16 15:03:45.233 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.9 [1,566 kB]
2021-04-16 15:03:45.522 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB]
2021-04-16 15:03:45.919 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB]
2021-04-16 15:03:45.967 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
2021-04-16 15:03:45.969 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB]
2021-04-16 15:03:46.023 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB]
2021-04-16 15:03:46.027 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.16-0ubuntu0.18.04.1 [108 kB]
2021-04-16 15:03:46.031 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.16-0ubuntu0.18.04.1 [218 kB]
2021-04-16 15:03:46.038 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB]
2021-04-16 15:03:46.647 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB]
2021-04-16 15:03:46.800 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB]
2021-04-16 15:03:46.808 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB]
2021-04-16 15:03:46.810 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB]
2021-04-16 15:03:46.814 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.46 [184 kB]
2021-04-16 15:03:46.820 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB]
2021-04-16 15:03:46.822 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB]
2021-04-16 15:03:46.879 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB]
2021-04-16 15:03:46.945 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB]
2021-04-16 15:03:47.022 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB]
2021-04-16 15:03:47.063 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB]
2021-04-16 15:03:47.074 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB]
2021-04-16 15:03:47.213 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB]
2021-04-16 15:03:47.217 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB]
2021-04-16 15:03:47.218 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB]
2021-04-16 15:03:47.220 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB]
2021-04-16 15:03:47.221 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB]
2021-04-16 15:03:47.309 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.16-0ubuntu0.18.04.1 [839 kB]
2021-04-16 15:03:47.427 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB]
2021-04-16 15:03:47.546 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB]
2021-04-16 15:03:48.101 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB]
2021-04-16 15:03:48.124 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB]
2021-04-16 15:03:48.125 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB]
2021-04-16 15:03:48.128 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB]
2021-04-16 15:03:48.129 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB]
2021-04-16 15:03:48.134 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB]
2021-04-16 15:03:48.144 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB]
2021-04-16 15:03:48.166 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.4 [6,188 B]
2021-04-16 15:03:48.166 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B]
2021-04-16 15:03:48.170 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB]
2021-04-16 15:03:48.226 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
2021-04-16 15:03:48.229 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.36 [40.5 kB]
2021-04-16 15:03:48.232 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.36 [870 kB]
2021-04-16 15:03:48.336 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB]
2021-04-16 15:03:48.353 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB]
2021-04-16 15:03:48.433 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB]
2021-04-16 15:03:48.591 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB]
2021-04-16 15:03:48.596 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB]
2021-04-16 15:03:48.634 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB]
2021-04-16 15:03:48.635 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB]
2021-04-16 15:03:48.636 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB]
2021-04-16 15:03:48.637 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB]
2021-04-16 15:03:48.638 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB]
2021-04-16 15:03:48.639 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB]
2021-04-16 15:03:48.640 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB]
2021-04-16 15:03:48.677 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB]
2021-04-16 15:03:48.678 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB]
2021-04-16 15:03:48.735 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB]
2021-04-16 15:03:48.775 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB]
2021-04-16 15:03:50.442 | Preconfiguring packages ...
2021-04-16 15:03:50.581 | Fetched 84.8 MB in 19s (4,533 kB/s)
2021-04-16 15:03:50.651 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 64653 files and directories currently installed.)
2021-04-16 15:03:50.655 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ...
2021-04-16 15:03:50.683 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ...
2021-04-16 15:03:50.812 | Setting up tar (1.29b-2ubuntu0.2) ...
2021-04-16 15:03:50.976 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 64653 files and directories currently installed.)
2021-04-16 15:03:50.979 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.46_amd64.deb ...
2021-04-16 15:03:51.014 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ...
2021-04-16 15:03:51.144 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.46_amd64.deb ...
2021-04-16 15:03:51.172 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ...
2021-04-16 15:03:51.326 | Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ...
2021-04-16 15:03:51.490 | Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10.25) ...
2021-04-16 15:03:52.301 | Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ...
2021-04-16 15:03:52.323 | Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ...
2021-04-16 15:03:52.431 | Setting up libsystemd0:amd64 (237-3ubuntu10.46) ...
2021-04-16 15:03:52.565 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 64653 files and directories currently installed.)
2021-04-16 15:03:52.569 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ...
2021-04-16 15:03:52.591 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ...
2021-04-16 15:03:52.682 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ...
2021-04-16 15:03:52.822 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 64653 files and directories currently installed.)
2021-04-16 15:03:52.826 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ...
2021-04-16 15:03:52.854 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ...
2021-04-16 15:03:53.156 | Selecting previously unselected package libapr1:amd64.
2021-04-16 15:03:53.164 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ...
2021-04-16 15:03:53.167 | Unpacking libapr1:amd64 (1.6.3-2) ...
2021-04-16 15:03:53.302 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ...
2021-04-16 15:03:53.330 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ...
2021-04-16 15:03:53.610 | Selecting previously unselected package libaprutil1:amd64.
2021-04-16 15:03:53.618 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ...
2021-04-16 15:03:53.620 | Unpacking libaprutil1:amd64 (1.6.1-2) ...
2021-04-16 15:03:53.721 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ...
2021-04-16 15:03:53.745 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ...
2021-04-16 15:03:53.888 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
2021-04-16 15:03:53.896 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ...
2021-04-16 15:03:53.898 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
2021-04-16 15:03:53.965 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
2021-04-16 15:03:53.987 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
2021-04-16 15:03:54.100 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
2021-04-16 15:03:54.134 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
2021-04-16 15:03:54.232 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
2021-04-16 15:03:54.254 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ...
2021-04-16 15:03:54.370 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ...
2021-04-16 15:03:54.402 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ...
2021-04-16 15:03:54.510 | Selecting previously unselected package libaprutil1-ldap:amd64.
2021-04-16 15:03:54.517 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ...
2021-04-16 15:03:54.525 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ...
2021-04-16 15:03:54.607 | Selecting previously unselected package liblua5.2-0:amd64.
2021-04-16 15:03:54.615 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
2021-04-16 15:03:54.617 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
2021-04-16 15:03:54.730 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ...
2021-04-16 15:03:54.758 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ...
2021-04-16 15:03:56.125 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ...
2021-04-16 15:03:56.158 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ...
2021-04-16 15:03:56.341 | Selecting previously unselected package apache2-bin.
2021-04-16 15:03:56.348 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ...
2021-04-16 15:03:56.351 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ...
2021-04-16 15:03:56.583 | Selecting previously unselected package apache2-utils.
2021-04-16 15:03:56.590 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ...
2021-04-16 15:03:56.593 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ...
2021-04-16 15:03:56.664 | Selecting previously unselected package apache2-data.
2021-04-16 15:03:56.670 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ...
2021-04-16 15:03:56.674 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ...
2021-04-16 15:03:56.871 | Selecting previously unselected package apache2.
2021-04-16 15:03:56.878 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ...
2021-04-16 15:03:56.897 | Unpacking apache2 (2.4.29-1ubuntu4.14) ...
2021-04-16 15:03:57.024 | Selecting previously unselected package fonts-dejavu-core.
2021-04-16 15:03:57.033 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ...
2021-04-16 15:03:57.037 | Unpacking fonts-dejavu-core (2.37-1) ...
2021-04-16 15:03:57.262 | Selecting previously unselected package fonts-liberation.
2021-04-16 15:03:57.269 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ...
2021-04-16 15:03:57.278 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ...
2021-04-16 15:03:57.489 | Selecting previously unselected package fontconfig-config.
2021-04-16 15:03:57.495 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
2021-04-16 15:03:57.498 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
2021-04-16 15:03:57.610 | Selecting previously unselected package libfontconfig1:amd64.
2021-04-16 15:03:57.618 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
2021-04-16 15:03:57.621 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
2021-04-16 15:03:57.724 | Selecting previously unselected package fontconfig.
2021-04-16 15:03:57.731 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
2021-04-16 15:03:57.734 | Unpacking fontconfig (2.12.6-0ubuntu2) ...
2021-04-16 15:03:57.838 | Selecting previously unselected package liblua5.3-0:amd64.
2021-04-16 15:03:57.844 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:03:57.848 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ...
2021-04-16 15:03:57.970 | Selecting previously unselected package haproxy.
2021-04-16 15:03:57.977 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ...
2021-04-16 15:03:57.986 | Unpacking haproxy (1.8.8-1ubuntu0.11) ...
2021-04-16 15:03:58.233 | Selecting previously unselected package libjpeg-turbo8:amd64.
2021-04-16 15:03:58.240 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ...
2021-04-16 15:03:58.243 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
2021-04-16 15:03:58.364 | Selecting previously unselected package x11-common.
2021-04-16 15:03:58.371 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
2021-04-16 15:03:58.397 | dpkg-query: no packages found matching nux-tools
2021-04-16 15:03:58.409 | Unpacking x11-common (1:7.7+19ubuntu7.1) ...
2021-04-16 15:03:58.510 | Selecting previously unselected package libice6:amd64.
2021-04-16 15:03:58.519 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ...
2021-04-16 15:03:58.522 | Unpacking libice6:amd64 (2:1.0.9-2) ...
2021-04-16 15:03:58.612 | Selecting previously unselected package libsm6:amd64.
2021-04-16 15:03:58.620 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ...
2021-04-16 15:03:58.622 | Unpacking libsm6:amd64 (2:1.2.2-1) ...
2021-04-16 15:03:58.749 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ...
2021-04-16 15:03:59.266 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ...
2021-04-16 15:03:59.784 | Selecting previously unselected package libnetfilter-cthelper0:amd64.
2021-04-16 15:03:59.791 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ...
2021-04-16 15:03:59.794 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ...
2021-04-16 15:03:59.887 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ...
2021-04-16 15:03:59.913 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ...
2021-04-16 15:04:00.013 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ...
2021-04-16 15:04:00.171 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 65706 files and directories currently installed.)
2021-04-16 15:04:00.174 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
2021-04-16 15:04:00.202 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ...
2021-04-16 15:04:00.504 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ...
2021-04-16 15:04:00.526 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ...
2021-04-16 15:04:00.747 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ...
2021-04-16 15:04:00.782 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ...
2021-04-16 15:04:00.974 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:00.998 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ...
2021-04-16 15:04:01.132 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:01.163 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ...
2021-04-16 15:04:01.327 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:01.350 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ...
2021-04-16 15:04:01.457 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:01.478 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ...
2021-04-16 15:04:01.592 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:01.613 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ...
2021-04-16 15:04:01.749 | Selecting previously unselected package uuid-dev:amd64.
2021-04-16 15:04:01.756 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ...
2021-04-16 15:04:01.759 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ...
2021-04-16 15:04:01.844 | Selecting previously unselected package libsctp1:amd64.
2021-04-16 15:04:01.852 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ...
2021-04-16 15:04:01.855 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ...
2021-04-16 15:04:01.914 | Selecting previously unselected package libsctp-dev:amd64.
2021-04-16 15:04:01.921 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ...
2021-04-16 15:04:01.923 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ...
2021-04-16 15:04:01.987 | Selecting previously unselected package libapr1-dev.
2021-04-16 15:04:01.994 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ...
2021-04-16 15:04:01.997 | Unpacking libapr1-dev (1.6.3-2) ...
2021-04-16 15:04:02.306 | Selecting previously unselected package libldap2-dev:amd64.
2021-04-16 15:04:02.313 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ...
2021-04-16 15:04:02.316 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
2021-04-16 15:04:02.462 | Selecting previously unselected package libaprutil1-dev.
2021-04-16 15:04:02.469 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ...
2021-04-16 15:04:02.472 | Unpacking libaprutil1-dev (1.6.1-2) ...
2021-04-16 15:04:02.783 | Selecting previously unselected package autotools-dev.
2021-04-16 15:04:02.790 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ...
2021-04-16 15:04:02.793 | Unpacking autotools-dev (20180224.1) ...
2021-04-16 15:04:02.859 | Selecting previously unselected package m4.
2021-04-16 15:04:02.868 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ...
2021-04-16 15:04:02.871 | Unpacking m4 (1.4.18-1) ...
2021-04-16 15:04:03.000 | Selecting previously unselected package autoconf.
2021-04-16 15:04:03.007 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ...
2021-04-16 15:04:03.019 | Unpacking autoconf (2.69-11) ...
2021-04-16 15:04:03.154 | Selecting previously unselected package automake.
2021-04-16 15:04:03.168 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ...
2021-04-16 15:04:03.173 | Unpacking automake (1:1.15.1-3ubuntu2) ...
2021-04-16 15:04:03.318 | Selecting previously unselected package autopoint.
2021-04-16 15:04:03.324 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
2021-04-16 15:04:03.327 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
2021-04-16 15:04:03.427 | Selecting previously unselected package libtool.
2021-04-16 15:04:03.434 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ...
2021-04-16 15:04:03.437 | Unpacking libtool (2.4.6-2) ...
2021-04-16 15:04:03.523 | Selecting previously unselected package dh-autoreconf.
2021-04-16 15:04:03.531 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ...
2021-04-16 15:04:03.534 | Unpacking dh-autoreconf (17) ...
2021-04-16 15:04:03.602 | Selecting previously unselected package libarchive-zip-perl.
2021-04-16 15:04:03.609 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
2021-04-16 15:04:03.611 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
2021-04-16 15:04:03.689 | Selecting previously unselected package libfile-stripnondeterminism-perl.
2021-04-16 15:04:03.696 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
2021-04-16 15:04:03.698 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
2021-04-16 15:04:03.768 | Selecting previously unselected package libtimedate-perl.
2021-04-16 15:04:03.777 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ...
2021-04-16 15:04:03.780 | Unpacking libtimedate-perl (2.3000-2) ...
2021-04-16 15:04:03.853 | Selecting previously unselected package dh-strip-nondeterminism.
2021-04-16 15:04:03.859 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
2021-04-16 15:04:03.862 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
2021-04-16 15:04:03.924 | Selecting previously unselected package libdpkg-perl.
2021-04-16 15:04:03.931 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
2021-04-16 15:04:03.934 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ...
2021-04-16 15:04:04.039 | Selecting previously unselected package make.
2021-04-16 15:04:04.048 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ...
2021-04-16 15:04:04.050 | Unpacking make (4.1-9.1ubuntu1) ...
2021-04-16 15:04:04.136 | Selecting previously unselected package dpkg-dev.
2021-04-16 15:04:04.144 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
2021-04-16 15:04:04.156 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
2021-04-16 15:04:04.352 | Selecting previously unselected package libcroco3:amd64.
2021-04-16 15:04:04.360 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ...
2021-04-16 15:04:04.363 | Unpacking libcroco3:amd64 (0.6.12-2) ...
2021-04-16 15:04:04.448 | Selecting previously unselected package gettext.
2021-04-16 15:04:04.456 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
2021-04-16 15:04:04.459 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
2021-04-16 15:04:04.765 | Selecting previously unselected package intltool-debian.
2021-04-16 15:04:04.772 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ...
2021-04-16 15:04:04.774 | Unpacking intltool-debian (0.35.0+20060710.4) ...
2021-04-16 15:04:04.836 | Selecting previously unselected package po-debconf.
2021-04-16 15:04:04.843 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ...
2021-04-16 15:04:04.847 | Unpacking po-debconf (1.0.20) ...
2021-04-16 15:04:04.939 | Selecting previously unselected package debhelper.
2021-04-16 15:04:04.946 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ...
2021-04-16 15:04:04.948 | Unpacking debhelper (11.1.6ubuntu2) ...
2021-04-16 15:04:05.215 | Selecting previously unselected package apache2-dev.
2021-04-16 15:04:05.223 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ...
2021-04-16 15:04:05.233 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ...
2021-04-16 15:04:05.333 | Selecting previously unselected package libstdc++-7-dev:amd64.
2021-04-16 15:04:05.340 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
2021-04-16 15:04:05.342 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:04:05.819 | Selecting previously unselected package g++-7.
2021-04-16 15:04:05.830 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
2021-04-16 15:04:05.833 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:04:07.257 | Selecting previously unselected package g++.
2021-04-16 15:04:07.264 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
2021-04-16 15:04:07.266 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
2021-04-16 15:04:07.338 | Selecting previously unselected package build-essential.
2021-04-16 15:04:07.345 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ...
2021-04-16 15:04:07.347 | Unpacking build-essential (12.4ubuntu1) ...
2021-04-16 15:04:07.407 | Selecting previously unselected package conntrack.
2021-04-16 15:04:07.417 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ...
2021-04-16 15:04:07.420 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ...
2021-04-16 15:04:07.505 | Selecting previously unselected package libnetfilter-queue1.
2021-04-16 15:04:07.513 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ...
2021-04-16 15:04:07.515 | Unpacking libnetfilter-queue1 (1.0.2-2) ...
2021-04-16 15:04:07.613 | Selecting previously unselected package conntrackd.
2021-04-16 15:04:07.620 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ...
2021-04-16 15:04:07.623 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ...
2021-04-16 15:04:07.719 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ...
2021-04-16 15:04:07.741 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ...
2021-04-16 15:04:07.882 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ...
2021-04-16 15:04:07.910 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ...
2021-04-16 15:04:08.046 | Selecting previously unselected package dctrl-tools.
2021-04-16 15:04:08.053 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ...
2021-04-16 15:04:08.071 | Unpacking dctrl-tools (2.24-2build1) ...
2021-04-16 15:04:08.168 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ...
2021-04-16 15:04:08.191 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ...
2021-04-16 15:04:08.345 | Selecting previously unselected package dnsmasq-utils.
2021-04-16 15:04:08.352 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ...
2021-04-16 15:04:08.355 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ...
2021-04-16 15:04:08.441 | Selecting previously unselected package dstat.
2021-04-16 15:04:08.449 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ...
2021-04-16 15:04:08.459 | Unpacking dstat (0.7.3-1) ...
2021-04-16 15:04:08.578 | Selecting previously unselected package libfakeroot:amd64.
2021-04-16 15:04:08.585 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ...
2021-04-16 15:04:08.588 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
2021-04-16 15:04:08.666 | Selecting previously unselected package fakeroot.
2021-04-16 15:04:08.675 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ...
2021-04-16 15:04:08.678 | Unpacking fakeroot (1.22-2ubuntu1) ...
2021-04-16 15:04:08.753 | Selecting previously unselected package genisoimage.
2021-04-16 15:04:08.760 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ...
2021-04-16 15:04:08.763 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ...
2021-04-16 15:04:08.898 | Selecting previously unselected package libgraphite2-3:amd64.
2021-04-16 15:04:08.907 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ...
2021-04-16 15:04:08.910 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ...
2021-04-16 15:04:09.010 | Selecting previously unselected package libharfbuzz0b:amd64.
2021-04-16 15:04:09.018 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
2021-04-16 15:04:09.029 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:04:09.138 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
2021-04-16 15:04:09.146 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ...
2021-04-16 15:04:09.149 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:04:09.267 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ...
2021-04-16 15:04:09.357 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ...
2021-04-16 15:04:10.318 | Selecting previously unselected package libann0.
2021-04-16 15:04:10.325 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ...
2021-04-16 15:04:10.337 | Unpacking libann0 (1.1.2+doc-6) ...
2021-04-16 15:04:10.424 | Selecting previously unselected package libcdt5.
2021-04-16 15:04:10.432 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ...
2021-04-16 15:04:10.435 | Unpacking libcdt5 (2.40.1-2) ...
2021-04-16 15:04:10.512 | Selecting previously unselected package libcgraph6.
2021-04-16 15:04:10.519 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ...
2021-04-16 15:04:10.522 | Unpacking libcgraph6 (2.40.1-2) ...
2021-04-16 15:04:10.586 | Selecting previously unselected package libjpeg8:amd64.
2021-04-16 15:04:10.594 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ...
2021-04-16 15:04:10.596 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
2021-04-16 15:04:10.683 | Selecting previously unselected package libjbig0:amd64.
2021-04-16 15:04:10.692 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ...
2021-04-16 15:04:10.695 | Unpacking libjbig0:amd64 (2.1-3.1build1) ...
2021-04-16 15:04:10.781 | Selecting previously unselected package libtiff5:amd64.
2021-04-16 15:04:10.789 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ...
2021-04-16 15:04:10.792 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ...
2021-04-16 15:04:10.897 | Selecting previously unselected package libwebp6:amd64.
2021-04-16 15:04:10.904 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ...
2021-04-16 15:04:10.914 | Unpacking libwebp6:amd64 (0.6.1-2) ...
2021-04-16 15:04:11.013 | Selecting previously unselected package libxpm4:amd64.
2021-04-16 15:04:11.021 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ...
2021-04-16 15:04:11.032 | Unpacking libxpm4:amd64 (1:3.5.12-1) ...
2021-04-16 15:04:11.127 | Selecting previously unselected package libgd3:amd64.
2021-04-16 15:04:11.135 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ...
2021-04-16 15:04:11.138 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ...
2021-04-16 15:04:11.235 | Selecting previously unselected package libgts-0.7-5:amd64.
2021-04-16 15:04:11.242 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
2021-04-16 15:04:11.253 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2021-04-16 15:04:11.362 | Selecting previously unselected package libpixman-1-0:amd64.
2021-04-16 15:04:11.369 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ...
2021-04-16 15:04:11.371 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ...
2021-04-16 15:04:11.501 | Selecting previously unselected package libxcb-render0:amd64.
2021-04-16 15:04:11.508 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
2021-04-16 15:04:11.511 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
2021-04-16 15:04:11.606 | Selecting previously unselected package libxcb-shm0:amd64.
2021-04-16 15:04:11.613 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
2021-04-16 15:04:11.625 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
2021-04-16 15:04:11.704 | Selecting previously unselected package libxrender1:amd64.
2021-04-16 15:04:11.712 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ...
2021-04-16 15:04:11.714 | Unpacking libxrender1:amd64 (1:0.9.10-1) ...
2021-04-16 15:04:11.809 | Selecting previously unselected package libcairo2:amd64.
2021-04-16 15:04:11.820 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
2021-04-16 15:04:11.823 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
2021-04-16 15:04:11.987 | Selecting previously unselected package libltdl7:amd64.
2021-04-16 15:04:11.994 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ...
2021-04-16 15:04:11.997 | Unpacking libltdl7:amd64 (2.4.6-2) ...
2021-04-16 15:04:12.065 | Selecting previously unselected package libthai-data.
2021-04-16 15:04:12.073 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ...
2021-04-16 15:04:12.075 | Unpacking libthai-data (0.1.27-2) ...
2021-04-16 15:04:12.204 | Selecting previously unselected package libdatrie1:amd64.
2021-04-16 15:04:12.211 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ...
2021-04-16 15:04:12.222 | Unpacking libdatrie1:amd64 (0.2.10-7) ...
2021-04-16 15:04:12.307 | Selecting previously unselected package libthai0:amd64.
2021-04-16 15:04:12.315 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ...
2021-04-16 15:04:12.317 | Unpacking libthai0:amd64 (0.1.27-2) ...
2021-04-16 15:04:12.406 | Selecting previously unselected package libpango-1.0-0:amd64.
2021-04-16 15:04:12.414 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
2021-04-16 15:04:12.417 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:04:12.523 | Selecting previously unselected package libpangoft2-1.0-0:amd64.
2021-04-16 15:04:12.531 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
2021-04-16 15:04:12.542 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:04:12.628 | Selecting previously unselected package libpangocairo-1.0-0:amd64.
2021-04-16 15:04:12.636 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
2021-04-16 15:04:12.640 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:04:12.733 | Selecting previously unselected package libpathplan4.
2021-04-16 15:04:12.740 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ...
2021-04-16 15:04:12.743 | Unpacking libpathplan4 (2.40.1-2) ...
2021-04-16 15:04:12.837 | Selecting previously unselected package libgvc6.
2021-04-16 15:04:12.845 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ...
2021-04-16 15:04:12.848 | Unpacking libgvc6 (2.40.1-2) ...
2021-04-16 15:04:13.017 | Selecting previously unselected package libgvpr2.
2021-04-16 15:04:13.025 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ...
2021-04-16 15:04:13.027 | Unpacking libgvpr2 (2.40.1-2) ...
2021-04-16 15:04:13.125 | Selecting previously unselected package liblab-gamut1.
2021-04-16 15:04:13.133 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ...
2021-04-16 15:04:13.136 | Unpacking liblab-gamut1 (2.40.1-2) ...
2021-04-16 15:04:13.346 | Selecting previously unselected package libxt6:amd64.
2021-04-16 15:04:13.353 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ...
2021-04-16 15:04:13.356 | Unpacking libxt6:amd64 (1:1.1.5-1) ...
2021-04-16 15:04:13.466 | Selecting previously unselected package libxmu6:amd64.
2021-04-16 15:04:13.474 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ...
2021-04-16 15:04:13.477 | Unpacking libxmu6:amd64 (2:1.1.2-2) ...
2021-04-16 15:04:13.588 | Selecting previously unselected package libxaw7:amd64.
2021-04-16 15:04:13.596 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ...
2021-04-16 15:04:13.599 | Unpacking libxaw7:amd64 (2:1.0.13-1) ...
2021-04-16 15:04:13.702 | Selecting previously unselected package graphviz.
2021-04-16 15:04:13.710 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ...
2021-04-16 15:04:13.713 | Unpacking graphviz (2.40.1-2) ...
2021-04-16 15:04:13.935 | Selecting previously unselected package libnl-3-200:amd64.
2021-04-16 15:04:13.947 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ...
2021-04-16 15:04:13.950 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:04:14.037 | Selecting previously unselected package libnl-route-3-200:amd64.
2021-04-16 15:04:14.044 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ...
2021-04-16 15:04:14.055 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:04:14.167 | Selecting previously unselected package libibverbs1:amd64.
2021-04-16 15:04:14.175 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ...
2021-04-16 15:04:14.177 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ...
2021-04-16 15:04:14.275 | Selecting previously unselected package ibverbs-providers:amd64.
2021-04-16 15:04:14.283 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ...
2021-04-16 15:04:14.285 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
2021-04-16 15:04:14.372 | Selecting previously unselected package icu-devtools.
2021-04-16 15:04:14.380 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ...
2021-04-16 15:04:14.382 | Unpacking icu-devtools (60.2-3ubuntu3.1) ...
2021-04-16 15:04:14.487 | Selecting previously unselected package iputils-arping.
2021-04-16 15:04:14.495 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ...
2021-04-16 15:04:14.505 | Unpacking iputils-arping (3:20161105-1ubuntu3) ...
2021-04-16 15:04:14.608 | Selecting previously unselected package javascript-common.
2021-04-16 15:04:14.615 | Preparing to unpack .../090-javascript-common_11_all.deb ...
2021-04-16 15:04:14.630 | Unpacking javascript-common (11) ...
2021-04-16 15:04:14.724 | Selecting previously unselected package libnl-genl-3-200:amd64.
2021-04-16 15:04:14.734 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ...
2021-04-16 15:04:14.738 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:04:14.856 | Selecting previously unselected package libsensors4:amd64.
2021-04-16 15:04:14.864 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ...
2021-04-16 15:04:14.968 | Unpacking libsensors4:amd64 (1:3.4.0-4) ...
2021-04-16 15:04:15.039 | Selecting previously unselected package libsnmp-base.
2021-04-16 15:04:15.047 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ...
2021-04-16 15:04:15.050 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ...
2021-04-16 15:04:15.175 | Selecting previously unselected package libsnmp30:amd64.
2021-04-16 15:04:15.189 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ...
2021-04-16 15:04:15.191 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ...
2021-04-16 15:04:15.431 | Selecting previously unselected package keepalived.
2021-04-16 15:04:15.440 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ...
2021-04-16 15:04:15.443 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ...
2021-04-16 15:04:15.579 | Selecting previously unselected package libgssrpc4:amd64.
2021-04-16 15:04:15.586 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:15.589 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:15.681 | Selecting previously unselected package libkdb5-9:amd64.
2021-04-16 15:04:15.689 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:15.693 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:15.791 | Selecting previously unselected package libkadm5srv-mit11:amd64.
2021-04-16 15:04:15.800 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:15.802 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:15.894 | Selecting previously unselected package libkadm5clnt-mit11:amd64.
2021-04-16 15:04:15.903 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:15.906 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:15.976 | Selecting previously unselected package comerr-dev:amd64.
2021-04-16 15:04:15.984 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ...
2021-04-16 15:04:15.987 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ...
2021-04-16 15:04:16.057 | Selecting previously unselected package krb5-multidev:amd64.
2021-04-16 15:04:16.065 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:16.077 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:16.187 | Selecting previously unselected package libaio1:amd64.
2021-04-16 15:04:16.194 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ...
2021-04-16 15:04:16.197 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ...
2021-04-16 15:04:16.259 | Selecting previously unselected package libalgorithm-diff-perl.
2021-04-16 15:04:16.266 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ...
2021-04-16 15:04:16.278 | Unpacking libalgorithm-diff-perl (1.19.03-1) ...
2021-04-16 15:04:16.352 | Selecting previously unselected package libalgorithm-diff-xs-perl.
2021-04-16 15:04:16.360 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
2021-04-16 15:04:16.363 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
2021-04-16 15:04:16.435 | Selecting previously unselected package libalgorithm-merge-perl.
2021-04-16 15:04:16.443 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ...
2021-04-16 15:04:16.445 | Unpacking libalgorithm-merge-perl (0.08-3) ...
2021-04-16 15:04:16.515 | Selecting previously unselected package libarchive-cpio-perl.
2021-04-16 15:04:16.523 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ...
2021-04-16 15:04:16.526 | Unpacking libarchive-cpio-perl (0.10-1) ...
2021-04-16 15:04:16.592 | Selecting previously unselected package libfile-fcntllock-perl.
2021-04-16 15:04:16.600 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
2021-04-16 15:04:16.603 | Unpacking libfile-fcntllock-perl (0.22-3build2) ...
2021-04-16 15:04:16.673 | Selecting previously unselected package libglib2.0-bin.
2021-04-16 15:04:16.680 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
2021-04-16 15:04:16.684 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:04:16.784 | Selecting previously unselected package libglib2.0-dev-bin.
2021-04-16 15:04:16.792 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
2021-04-16 15:04:16.803 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:04:16.910 | Selecting previously unselected package pkg-config.
2021-04-16 15:04:16.917 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
2021-04-16 15:04:16.920 | Unpacking pkg-config (0.29.1-0ubuntu2) ...
2021-04-16 15:04:16.991 | Selecting previously unselected package zlib1g-dev:amd64.
2021-04-16 15:04:16.999 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ...
2021-04-16 15:04:17.009 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
2021-04-16 15:04:17.096 | Selecting previously unselected package libglib2.0-dev:amd64.
2021-04-16 15:04:17.105 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ...
2021-04-16 15:04:17.108 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:04:17.473 | Selecting previously unselected package libgraphite2-dev:amd64.
2021-04-16 15:04:17.481 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ...
2021-04-16 15:04:17.492 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ...
2021-04-16 15:04:17.552 | Selecting previously unselected package libgts-bin.
2021-04-16 15:04:17.559 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
2021-04-16 15:04:17.570 | Unpacking libgts-bin (0.7.6+darcs121130-4) ...
2021-04-16 15:04:17.662 | Selecting previously unselected package libharfbuzz-icu0:amd64.
2021-04-16 15:04:17.669 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ...
2021-04-16 15:04:17.672 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:04:17.757 | Selecting previously unselected package libharfbuzz-gobject0:amd64.
2021-04-16 15:04:17.765 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ...
2021-04-16 15:04:17.768 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:04:17.854 | Selecting previously unselected package libicu-le-hb0:amd64.
2021-04-16 15:04:17.862 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ...
2021-04-16 15:04:17.873 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ...
2021-04-16 15:04:17.958 | Selecting previously unselected package libiculx60:amd64.
2021-04-16 15:04:17.966 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ...
2021-04-16 15:04:17.968 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ...
2021-04-16 15:04:18.036 | Selecting previously unselected package libicu-le-hb-dev:amd64.
2021-04-16 15:04:18.044 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ...
2021-04-16 15:04:18.047 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ...
2021-04-16 15:04:18.131 | Selecting previously unselected package libicu-dev.
2021-04-16 15:04:18.140 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ...
2021-04-16 15:04:18.151 | Unpacking libicu-dev (60.2-3ubuntu3.1) ...
2021-04-16 15:04:19.645 | Selecting previously unselected package libharfbuzz-dev:amd64.
2021-04-16 15:04:19.652 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ...
2021-04-16 15:04:19.655 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:04:19.789 | Selecting previously unselected package libiscsi7:amd64.
2021-04-16 15:04:19.798 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ...
2021-04-16 15:04:19.801 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ...
2021-04-16 15:04:19.908 | Selecting previously unselected package libjansson4:amd64.
2021-04-16 15:04:19.916 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ...
2021-04-16 15:04:19.919 | Unpacking libjansson4:amd64 (2.11-1) ...
2021-04-16 15:04:19.990 | Selecting previously unselected package libjpeg-turbo8-dev:amd64.
2021-04-16 15:04:19.998 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ...
2021-04-16 15:04:20.001 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ...
2021-04-16 15:04:20.093 | Selecting previously unselected package libjpeg8-dev:amd64.
2021-04-16 15:04:20.101 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
2021-04-16 15:04:20.104 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2021-04-16 15:04:20.174 | Selecting previously unselected package libjpeg-dev:amd64.
2021-04-16 15:04:20.186 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
2021-04-16 15:04:20.189 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
2021-04-16 15:04:20.253 | Selecting previously unselected package libjs-jquery.
2021-04-16 15:04:20.260 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ...
2021-04-16 15:04:20.263 | Unpacking libjs-jquery (3.2.1-1) ...
2021-04-16 15:04:20.342 | Selecting previously unselected package libjs-jquery-metadata.
2021-04-16 15:04:20.351 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ...
2021-04-16 15:04:20.354 | Unpacking libjs-jquery-metadata (12-1) ...
2021-04-16 15:04:20.413 | Selecting previously unselected package libjs-jquery-tablesorter.
2021-04-16 15:04:20.421 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ...
2021-04-16 15:04:20.424 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ...
2021-04-16 15:04:20.533 | Selecting previously unselected package libltdl-dev:amd64.
2021-04-16 15:04:20.541 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ...
2021-04-16 15:04:20.544 | Unpacking libltdl-dev:amd64 (2.4.6-2) ...
2021-04-16 15:04:20.630 | Selecting previously unselected package libsys-hostname-long-perl.
2021-04-16 15:04:20.639 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ...
2021-04-16 15:04:20.642 | Unpacking libsys-hostname-long-perl (1.5-1) ...
2021-04-16 15:04:20.704 | Selecting previously unselected package libmail-sendmail-perl.
2021-04-16 15:04:20.713 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ...
2021-04-16 15:04:20.715 | Unpacking libmail-sendmail-perl (0.80-1) ...
2021-04-16 15:04:20.809 | Selecting previously unselected package libmatheval1:amd64.
2021-04-16 15:04:20.817 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ...
2021-04-16 15:04:20.820 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ...
2021-04-16 15:04:20.928 | Selecting previously unselected package mysql-common.
2021-04-16 15:04:20.936 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ...
2021-04-16 15:04:20.954 | Unpacking mysql-common (5.8+1.0.4) ...
2021-04-16 15:04:21.042 | Selecting previously unselected package libmysqlclient20:amd64.
2021-04-16 15:04:21.051 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:21.054 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:04:21.252 | Selecting previously unselected package libssl-dev:amd64.
2021-04-16 15:04:21.264 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ...
2021-04-16 15:04:21.267 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ...
2021-04-16 15:04:21.583 | Selecting previously unselected package libmysqlclient-dev.
2021-04-16 15:04:21.592 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:21.595 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:04:21.848 | Selecting previously unselected package libnorm1:amd64.
2021-04-16 15:04:21.856 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ...
2021-04-16 15:04:21.859 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ...
2021-04-16 15:04:21.968 | Selecting previously unselected package libnspr4:amd64.
2021-04-16 15:04:21.977 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
2021-04-16 15:04:21.979 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
2021-04-16 15:04:22.068 | Selecting previously unselected package libnss3:amd64.
2021-04-16 15:04:22.076 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ...
2021-04-16 15:04:22.079 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ...
2021-04-16 15:04:22.332 | Selecting previously unselected package libpgm-5.2-0:amd64.
2021-04-16 15:04:22.340 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ...
2021-04-16 15:04:22.342 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ...
2021-04-16 15:04:22.445 | Selecting previously unselected package libpq5:amd64.
2021-04-16 15:04:22.453 | Preparing to unpack .../142-libpq5_10.16-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:22.456 | Unpacking libpq5:amd64 (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:04:22.528 | Selecting previously unselected package libpq-dev.
2021-04-16 15:04:22.536 | Preparing to unpack .../143-libpq-dev_10.16-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:22.538 | Unpacking libpq-dev (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:04:22.678 | Selecting previously unselected package librados2.
2021-04-16 15:04:22.686 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ...
2021-04-16 15:04:22.689 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:04:23.181 | Selecting previously unselected package librbd1.
2021-04-16 15:04:23.189 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ...
2021-04-16 15:04:23.192 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:04:23.402 | Selecting previously unselected package libsasl2-dev.
2021-04-16 15:04:23.411 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
2021-04-16 15:04:23.413 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
2021-04-16 15:04:23.532 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
2021-04-16 15:04:23.555 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
2021-04-16 15:04:23.669 | Selecting previously unselected package libsodium23:amd64.
2021-04-16 15:04:23.678 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ...
2021-04-16 15:04:23.681 | Unpacking libsodium23:amd64 (1.0.16-2) ...
2021-04-16 15:04:23.761 | Selecting previously unselected package libsystemd-dev:amd64.
2021-04-16 15:04:23.769 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.46_amd64.deb ...
2021-04-16 15:04:23.772 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.46) ...
2021-04-16 15:04:23.914 | Selecting previously unselected package libx86-1:amd64.
2021-04-16 15:04:23.924 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ...
2021-04-16 15:04:23.927 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ...
2021-04-16 15:04:23.998 | Selecting previously unselected package libxml2-dev:amd64.
2021-04-16 15:04:24.007 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ...
2021-04-16 15:04:24.009 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
2021-04-16 15:04:24.236 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ...
2021-04-16 15:04:24.263 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ...
2021-04-16 15:04:24.380 | Selecting previously unselected package libxslt1-dev:amd64.
2021-04-16 15:04:24.389 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ...
2021-04-16 15:04:24.392 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
2021-04-16 15:04:24.553 | Selecting previously unselected package libzmq5:amd64.
2021-04-16 15:04:24.561 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ...
2021-04-16 15:04:24.565 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ...
2021-04-16 15:04:24.660 | Selecting previously unselected package lsscsi.
2021-04-16 15:04:24.669 | Preparing to unpack .../155-lsscsi_0.28-0.1_amd64.deb ...
2021-04-16 15:04:24.672 | Unpacking lsscsi (0.28-0.1) ...
2021-04-16 15:04:24.793 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ...
2021-04-16 15:04:24.833 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ...
2021-04-16 15:04:25.807 | Selecting previously unselected package memcached.
2021-04-16 15:04:25.817 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ...
2021-04-16 15:04:25.819 | Unpacking memcached (1.5.6-0ubuntu1.2) ...
2021-04-16 15:04:25.897 | Selecting previously unselected package pm-utils.
2021-04-16 15:04:25.904 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ...
2021-04-16 15:04:25.908 | Unpacking pm-utils (1.4.1-17) ...
2021-04-16 15:04:26.033 | Selecting previously unselected package postgresql-client-common.
2021-04-16 15:04:26.042 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ...
2021-04-16 15:04:26.045 | Unpacking postgresql-client-common (190ubuntu0.1) ...
2021-04-16 15:04:26.134 | Selecting previously unselected package ssl-cert.
2021-04-16 15:04:26.142 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ...
2021-04-16 15:04:26.145 | Unpacking ssl-cert (1.0.39) ...
2021-04-16 15:04:26.275 | Selecting previously unselected package postgresql-common.
2021-04-16 15:04:26.283 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ...
2021-04-16 15:04:26.320 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
2021-04-16 15:04:26.323 | Unpacking postgresql-common (190ubuntu0.1) ...
2021-04-16 15:04:26.420 | Selecting previously unselected package postgresql-server-dev-10.
2021-04-16 15:04:26.428 | Preparing to unpack .../162-postgresql-server-dev-10_10.16-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:26.431 | Unpacking postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:04:26.793 | Selecting previously unselected package postgresql-server-dev-all.
2021-04-16 15:04:26.802 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ...
2021-04-16 15:04:26.804 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ...
2021-04-16 15:04:26.866 | Selecting previously unselected package python-pip-whl.
2021-04-16 15:04:26.874 | Preparing to unpack .../164-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ...
2021-04-16 15:04:26.877 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ...
2021-04-16 15:04:27.133 | Selecting previously unselected package python3-crypto.
2021-04-16 15:04:27.141 | Preparing to unpack .../165-python3-crypto_2.6.1-8ubuntu2_amd64.deb ...
2021-04-16 15:04:27.143 | Unpacking python3-crypto (2.6.1-8ubuntu2) ...
2021-04-16 15:04:27.293 | Selecting previously unselected package python3-secretstorage.
2021-04-16 15:04:27.302 | Preparing to unpack .../166-python3-secretstorage_2.3.1-2_all.deb ...
2021-04-16 15:04:27.305 | Unpacking python3-secretstorage (2.3.1-2) ...
2021-04-16 15:04:27.384 | Selecting previously unselected package python3-keyring.
2021-04-16 15:04:27.393 | Preparing to unpack .../167-python3-keyring_10.6.0-1_all.deb ...
2021-04-16 15:04:27.396 | Unpacking python3-keyring (10.6.0-1) ...
2021-04-16 15:04:27.484 | Selecting previously unselected package python3-keyrings.alt.
2021-04-16 15:04:27.492 | Preparing to unpack .../168-python3-keyrings.alt_3.0-1_all.deb ...
2021-04-16 15:04:27.495 | Unpacking python3-keyrings.alt (3.0-1) ...
2021-04-16 15:04:27.574 | Selecting previously unselected package python3-mysqldb.
2021-04-16 15:04:27.581 | Preparing to unpack .../169-python3-mysqldb_1.3.10-1build1_amd64.deb ...
2021-04-16 15:04:27.584 | Unpacking python3-mysqldb (1.3.10-1build1) ...
2021-04-16 15:04:27.669 | Selecting previously unselected package python3-pip.
2021-04-16 15:04:27.677 | Preparing to unpack .../170-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ...
2021-04-16 15:04:27.679 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ...
2021-04-16 15:04:27.777 | Selecting previously unselected package python3-setuptools.
2021-04-16 15:04:27.786 | Preparing to unpack .../171-python3-setuptools_39.0.1-2_all.deb ...
2021-04-16 15:04:27.788 | Unpacking python3-setuptools (39.0.1-2) ...
2021-04-16 15:04:27.916 | Selecting previously unselected package python3.6-venv.
2021-04-16 15:04:27.925 | Preparing to unpack .../172-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ...
2021-04-16 15:04:27.928 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ...
2021-04-16 15:04:27.980 | Selecting previously unselected package python3-venv.
2021-04-16 15:04:27.989 | Preparing to unpack .../173-python3-venv_3.6.7-1~18.04_amd64.deb ...
2021-04-16 15:04:27.991 | Unpacking python3-venv (3.6.7-1~18.04) ...
2021-04-16 15:04:28.062 | Selecting previously unselected package python3-wheel.
2021-04-16 15:04:28.070 | Preparing to unpack .../174-python3-wheel_0.30.0-0.2_all.deb ...
2021-04-16 15:04:28.073 | Unpacking python3-wheel (0.30.0-0.2) ...
2021-04-16 15:04:28.153 | Selecting previously unselected package python3-xdg.
2021-04-16 15:04:28.161 | Preparing to unpack .../175-python3-xdg_0.25-4ubuntu1.1_all.deb ...
2021-04-16 15:04:28.164 | Unpacking python3-xdg (0.25-4ubuntu1.1) ...
2021-04-16 15:04:28.243 | Selecting previously unselected package qemu-block-extra:amd64.
2021-04-16 15:04:28.252 | Preparing to unpack .../176-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ...
2021-04-16 15:04:28.256 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ...
2021-04-16 15:04:28.320 | Selecting previously unselected package qemu-utils.
2021-04-16 15:04:28.328 | Preparing to unpack .../177-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ...
2021-04-16 15:04:28.331 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ...
2021-04-16 15:04:28.544 | Selecting previously unselected package sharutils.
2021-04-16 15:04:28.553 | Preparing to unpack .../178-sharutils_1%3a4.15.2-3_amd64.deb ...
2021-04-16 15:04:28.555 | Unpacking sharutils (1:4.15.2-3) ...
2021-04-16 15:04:28.634 | Selecting previously unselected package sqlite3.
2021-04-16 15:04:28.643 | Preparing to unpack .../179-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ...
2021-04-16 15:04:28.646 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ...
2021-04-16 15:04:28.808 | Selecting previously unselected package thin-provisioning-tools.
2021-04-16 15:04:28.818 | Preparing to unpack .../180-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ...
2021-04-16 15:04:28.821 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ...
2021-04-16 15:04:28.961 | Selecting previously unselected package unzip.
2021-04-16 15:04:28.972 | Preparing to unpack .../181-unzip_6.0-21ubuntu1.1_amd64.deb ...
2021-04-16 15:04:28.975 | Unpacking unzip (6.0-21ubuntu1.1) ...
2021-04-16 15:04:29.080 | Selecting previously unselected package uwsgi-core.
2021-04-16 15:04:29.088 | Preparing to unpack .../182-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ...
2021-04-16 15:04:29.091 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:04:29.255 | Selecting previously unselected package vbetool.
2021-04-16 15:04:29.263 | Preparing to unpack .../183-vbetool_1.1-4_amd64.deb ...
2021-04-16 15:04:29.267 | Unpacking vbetool (1.1-4) ...
2021-04-16 15:04:29.353 | Selecting previously unselected package libipset3:amd64.
2021-04-16 15:04:29.361 | Preparing to unpack .../184-libipset3_6.34-1_amd64.deb ...
2021-04-16 15:04:29.364 | Unpacking libipset3:amd64 (6.34-1) ...
2021-04-16 15:04:29.438 | Selecting previously unselected package ipset.
2021-04-16 15:04:29.450 | Preparing to unpack .../185-ipset_6.34-1_amd64.deb ...
2021-04-16 15:04:29.454 | Unpacking ipset (6.34-1) ...
2021-04-16 15:04:29.551 | Selecting previously unselected package ipvsadm.
2021-04-16 15:04:29.567 | Preparing to unpack .../186-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:04:29.570 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ...
2021-04-16 15:04:29.645 | Selecting previously unselected package kpartx.
2021-04-16 15:04:29.653 | Preparing to unpack .../187-kpartx_0.7.4-2ubuntu3_amd64.deb ...
2021-04-16 15:04:29.656 | Unpacking kpartx (0.7.4-2ubuntu3) ...
2021-04-16 15:04:29.729 | Selecting previously unselected package libapache2-mod-proxy-uwsgi.
2021-04-16 15:04:29.737 | Preparing to unpack .../188-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ...
2021-04-16 15:04:29.740 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:04:29.800 | Selecting previously unselected package libffi-dev:amd64.
2021-04-16 15:04:29.809 | Preparing to unpack .../189-libffi-dev_3.2.1-8_amd64.deb ...
2021-04-16 15:04:29.812 | Unpacking libffi-dev:amd64 (3.2.1-8) ...
2021-04-16 15:04:29.896 | Selecting previously unselected package libkrb5-dev:amd64.
2021-04-16 15:04:29.904 | Preparing to unpack .../190-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ...
2021-04-16 15:04:29.907 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:29.973 | Selecting previously unselected package libyaml-dev:amd64.
2021-04-16 15:04:29.981 | Preparing to unpack .../191-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ...
2021-04-16 15:04:29.983 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ...
2021-04-16 15:04:30.053 | Selecting previously unselected package socat.
2021-04-16 15:04:30.061 | Preparing to unpack .../192-socat_1.7.3.2-2ubuntu2_amd64.deb ...
2021-04-16 15:04:30.065 | Unpacking socat (1.7.3.2-2ubuntu2) ...
2021-04-16 15:04:30.179 | Selecting previously unselected package vlan.
2021-04-16 15:04:30.194 | Preparing to unpack .../193-vlan_1.9-3.2ubuntu6_amd64.deb ...
2021-04-16 15:04:30.196 | Unpacking vlan (1.9-3.2ubuntu6) ...
2021-04-16 15:04:30.295 | Setting up libjs-jquery (3.2.1-1) ...
2021-04-16 15:04:30.317 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ...
2021-04-16 15:04:30.346 | Setting up libapr1:amd64 (1.6.3-2) ...
2021-04-16 15:04:30.375 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ...
2021-04-16 15:04:30.404 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ...
2021-04-16 15:04:30.582 | Setting up libpathplan4 (2.40.1-2) ...
2021-04-16 15:04:30.611 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ...
2021-04-16 15:04:30.639 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ...
2021-04-16 15:04:30.667 | Setting up make (4.1-9.1ubuntu1) ...
2021-04-16 15:04:30.696 | Setting up liblab-gamut1 (2.40.1-2) ...
2021-04-16 15:04:30.724 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
2021-04-16 15:04:30.753 | Setting up vlan (1.9-3.2ubuntu6) ...
2021-04-16 15:04:30.820 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
2021-04-16 15:04:30.848 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ...
2021-04-16 15:04:30.877 | Processing triggers for mime-support (3.60ubuntu1) ...
2021-04-16 15:04:30.905 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ...
2021-04-16 15:04:30.936 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:04:30.961 | Setting up sudo (1.8.21p2-3ubuntu1.4) ...
2021-04-16 15:04:31.027 | Setting up libtimedate-perl (2.3000-2) ...
2021-04-16 15:04:31.055 | Setting up libjbig0:amd64 (2.1-3.1build1) ...
2021-04-16 15:04:31.083 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
2021-04-16 15:04:31.147 | Setting up fonts-dejavu-core (2.37-1) ...
2021-04-16 15:04:31.306 | Setting up python3-crypto (2.6.1-8ubuntu2) ...
2021-04-16 15:04:31.786 | Processing triggers for install-info (6.5.0.dfsg.1-2) ...
2021-04-16 15:04:32.052 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ...
2021-04-16 15:04:32.081 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ...
2021-04-16 15:04:32.477 | update-initramfs: deferring update (trigger activated)
2021-04-16 15:04:34.732 | Setting up lsscsi (0.28-0.1) ...
2021-04-16 15:04:34.760 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:04:34.781 | No schema files found: doing nothing.
2021-04-16 15:04:34.790 | Setting up mysql-common (5.8+1.0.4) ...
2021-04-16 15:04:34.859 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2021-04-16 15:04:34.871 | Setting up sharutils (1:4.15.2-3) ...
2021-04-16 15:04:34.915 | Setting up libiscsi7:amd64 (1.17.0-1.1) ...
2021-04-16 15:04:34.952 | Setting up python3-xdg (0.25-4ubuntu1.1) ...
2021-04-16 15:04:35.258 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
2021-04-16 15:04:35.294 | Setting up libjansson4:amd64 (2.11-1) ...
2021-04-16 15:04:35.322 | Setting up python3-keyrings.alt (3.0-1) ...
2021-04-16 15:04:35.635 | Setting up unzip (6.0-21ubuntu1.1) ...
2021-04-16 15:04:35.670 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ...
2021-04-16 15:04:35.769 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
2021-04-16 15:04:35.806 | Setting up libarchive-cpio-perl (0.10-1) ...
2021-04-16 15:04:35.834 | Setting up genisoimage (9:1.1.11-3ubuntu2) ...
2021-04-16 15:04:35.863 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
2021-04-16 15:04:35.900 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ...
2021-04-16 15:04:35.929 | Setting up dctrl-tools (2.24-2build1) ...
2021-04-16 15:04:35.958 | Setting up apache2-data (2.4.29-1ubuntu4.14) ...
2021-04-16 15:04:35.988 | Setting up libffi-dev:amd64 (3.2.1-8) ...
2021-04-16 15:04:36.017 | Setting up libdatrie1:amd64 (0.2.10-7) ...
2021-04-16 15:04:36.046 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
2021-04-16 15:04:36.076 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ...
2021-04-16 15:04:36.105 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ...
2021-04-16 15:04:36.183 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic
2021-04-16 15:04:47.489 | Setting up pm-utils (1.4.1-17) ...
2021-04-16 15:04:47.528 | Setting up libnetfilter-queue1 (1.0.2-2) ...
2021-04-16 15:04:47.564 | Setting up python3-wheel (0.30.0-0.2) ...
2021-04-16 15:04:47.865 | Setting up m4 (1.4.18-1) ...
2021-04-16 15:04:47.894 | Setting up libipset3:amd64 (6.34-1) ...
2021-04-16 15:04:47.922 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ...
2021-04-16 15:04:47.950 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
2021-04-16 15:04:47.978 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:04:48.007 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ...
2021-04-16 15:04:48.083 | Installing new version of config file /etc/iscsi/iscsid.conf ...
2021-04-16 15:04:49.963 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
2021-04-16 15:04:49.992 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
2021-04-16 15:04:50.020 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ...
2021-04-16 15:04:50.928 | Setting up libgraphite2-3:amd64 (1.3.11-2) ...
2021-04-16 15:04:50.956 | Setting up libcroco3:amd64 (0.6.12-2) ...
2021-04-16 15:04:50.984 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ...
2021-04-16 15:04:51.012 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ...
2021-04-16 15:04:51.040 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:04:51.069 | Setting up libsys-hostname-long-perl (1.5-1) ...
2021-04-16 15:04:51.099 | Setting up libfile-fcntllock-perl (0.22-3build2) ...
2021-04-16 15:04:51.128 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ...
2021-04-16 15:04:51.158 | Setting up libsodium23:amd64 (1.0.16-2) ...
2021-04-16 15:04:51.186 | Setting up libpixman-1-0:amd64 (0.34.0-2) ...
2021-04-16 15:04:51.233 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
2021-04-16 15:04:51.280 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ...
2021-04-16 15:04:51.309 | Setting up libmail-sendmail-perl (0.80-1) ...
2021-04-16 15:04:51.337 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:04:51.371 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ...
2021-04-16 15:04:51.408 | Setting up autotools-dev (20180224.1) ...
2021-04-16 15:04:51.436 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
2021-04-16 15:04:51.465 | Setting up kpartx (0.7.4-2ubuntu3) ...
2021-04-16 15:04:51.492 | Setting up postgresql-client-common (190ubuntu0.1) ...
2021-04-16 15:04:51.540 | Setting up dstat (0.7.3-1) ...
2021-04-16 15:04:51.753 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ...
2021-04-16 15:04:51.999 | Setting up libaprutil1:amd64 (1.6.1-2) ...
2021-04-16 15:04:52.027 | Setting up ipset (6.34-1) ...
2021-04-16 15:04:52.056 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
2021-04-16 15:04:52.095 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ...
2021-04-16 15:04:52.123 | Setting up systemd (237-3ubuntu10.46) ...
2021-04-16 15:04:52.142 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ...
2021-04-16 15:04:53.352 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'.
2021-04-16 15:04:53.353 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'.
2021-04-16 15:04:53.354 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'.
2021-04-16 15:04:53.355 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'.
2021-04-16 15:04:53.436 | Setting up libltdl7:amd64 (2.4.6-2) ...
2021-04-16 15:04:53.457 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ...
2021-04-16 15:04:53.494 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ...
2021-04-16 15:04:53.890 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
2021-04-16 15:04:53.918 | Setting up libann0 (1.1.2+doc-6) ...
2021-04-16 15:04:53.946 | Setting up libalgorithm-diff-perl (1.19.03-1) ...
2021-04-16 15:04:53.973 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
2021-04-16 15:04:54.002 | Setting up libxpm4:amd64 (1:3.5.12-1) ...
2021-04-16 15:04:54.030 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ...
2021-04-16 15:04:54.067 | Setting up libxrender1:amd64 (1:0.9.10-1) ...
2021-04-16 15:04:54.096 | Setting up libsensors4:amd64 (1:3.4.0-4) ...
2021-04-16 15:04:54.143 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:05:17.086 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.46) ...
2021-04-16 15:05:17.093 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:05:17.121 | Setting up icu-devtools (60.2-3ubuntu3.1) ...
2021-04-16 15:05:17.152 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
2021-04-16 15:05:17.180 | Setting up libthai-data (0.1.27-2) ...
2021-04-16 15:05:17.215 | Setting up javascript-common (11) ...
2021-04-16 15:05:17.283 | Package apache2 is not configured yet. Will defer actions by package javascript-common.
2021-04-16 15:05:17.299 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
2021-04-16 15:05:17.341 | Setting up python3-setuptools (39.0.1-2) ...
2021-04-16 15:05:17.789 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
2021-04-16 15:05:17.833 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:05:17.880 | Setting up libjs-jquery-metadata (12-1) ...
2021-04-16 15:05:17.908 | Setting up x11-common (1:7.7+19ubuntu7.1) ...
2021-04-16 15:05:18.307 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2021-04-16 15:05:18.682 | Setting up python3-secretstorage (2.3.1-2) ...
2021-04-16 15:05:18.947 | Setting up iputils-arping (3:20161105-1ubuntu3) ...
2021-04-16 15:05:18.975 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ...
2021-04-16 15:05:19.003 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:05:19.030 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ...
2021-04-16 15:05:19.059 | Setting up vbetool (1.1-4) ...
2021-04-16 15:05:19.086 | Setting up libcdt5 (2.40.1-2) ...
2021-04-16 15:05:19.115 | Setting up git (1:2.17.1-1ubuntu0.8) ...
2021-04-16 15:05:19.176 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ...
2021-04-16 15:05:19.204 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
2021-04-16 15:05:19.233 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ...
2021-04-16 15:05:19.453 | Setting up libcgraph6 (2.40.1-2) ...
2021-04-16 15:05:19.480 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ...
2021-04-16 15:05:19.508 | Setting up libwebp6:amd64 (0.6.1-2) ...
2021-04-16 15:05:19.536 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
2021-04-16 15:05:19.564 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ...
2021-04-16 15:05:19.592 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
2021-04-16 15:05:19.620 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
2021-04-16 15:05:19.648 | Setting up python3-venv (3.6.7-1~18.04) ...
2021-04-16 15:05:19.676 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ...
2021-04-16 15:05:19.711 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
2021-04-16 15:05:19.739 | Setting up libtool (2.4.6-2) ...
2021-04-16 15:05:19.766 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2021-04-16 15:05:19.795 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ...
2021-04-16 15:05:19.823 | Setting up libnss-systemd:amd64 (237-3ubuntu10.46) ...
2021-04-16 15:05:19.851 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ...
2021-04-16 15:05:19.878 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:19.906 | Setting up haproxy (1.8.8-1ubuntu0.11) ...
2021-04-16 15:05:20.475 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service.
2021-04-16 15:05:21.065 | Setting up fontconfig-config (2.12.6-0ubuntu2) ...
2021-04-16 15:05:21.458 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ...
2021-04-16 15:05:21.486 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ...
2021-04-16 15:05:21.514 | Setting up libpam-systemd:amd64 (237-3ubuntu10.46) ...
2021-04-16 15:05:21.871 | Setting up libapr1-dev (1.6.3-2) ...
2021-04-16 15:05:21.899 | Setting up libltdl-dev:amd64 (2.4.6-2) ...
2021-04-16 15:05:21.928 | Setting up python3-keyring (10.6.0-1) ...
2021-04-16 15:05:22.217 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:05:22.511 | Setting up gettext (0.19.8.1-6ubuntu0.3) ...
2021-04-16 15:05:22.539 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
2021-04-16 15:05:22.567 | Setting up libgvpr2 (2.40.1-2) ...
2021-04-16 15:05:22.595 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:05:22.623 | Setting up memcached (1.5.6-0ubuntu1.2) ...
2021-04-16 15:05:23.200 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service.
2021-04-16 15:05:23.768 | Setting up socat (1.7.3.2-2ubuntu2) ...
2021-04-16 15:05:23.790 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ...
2021-04-16 15:05:23.817 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ...
2021-04-16 15:05:23.845 | Setting up libaprutil1-dev (1.6.1-2) ...
2021-04-16 15:05:23.874 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ...
2021-04-16 15:05:23.917 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:05:23.945 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ...
2021-04-16 15:05:23.974 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:05:24.002 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ...
2021-04-16 15:05:24.030 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ...
2021-04-16 15:05:24.058 | Setting up ssl-cert (1.0.39) ...
2021-04-16 15:05:24.532 | Setting up python3-mysqldb (1.3.10-1build1) ...
2021-04-16 15:05:24.819 | Setting up autoconf (2.69-11) ...
2021-04-16 15:05:24.857 | Setting up libthai0:amd64 (0.1.27-2) ...
2021-04-16 15:05:24.885 | Setting up fakeroot (1.22-2ubuntu1) ...
2021-04-16 15:05:24.907 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
2021-04-16 15:05:24.930 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ...
2021-04-16 15:05:25.131 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ...
2021-04-16 15:05:25.568 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ...
2021-04-16 15:05:25.596 | Setting up libalgorithm-merge-perl (0.08-3) ...
2021-04-16 15:05:25.624 | Setting up intltool-debian (0.35.0+20060710.4) ...
2021-04-16 15:05:25.652 | Setting up pkg-config (0.29.1-0ubuntu2) ...
2021-04-16 15:05:25.758 | Setting up libalgorithm-diff-xs-perl (0.04-5) ...
2021-04-16 15:05:25.786 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2021-04-16 15:05:25.814 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:05:25.842 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
2021-04-16 15:05:25.870 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ...
2021-04-16 15:05:26.171 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service.
2021-04-16 15:05:26.692 | Setting up postgresql-common (190ubuntu0.1) ...
2021-04-16 15:05:27.301 | Adding user postgres to group ssl-cert
2021-04-16 15:05:27.467 | 
2021-04-16 15:05:27.467 | Creating config file /etc/postgresql-common/createcluster.conf with new version
2021-04-16 15:05:27.666 | Building PostgreSQL dictionaries from installed myspell/hunspell packages...
2021-04-16 15:05:27.666 | Removing obsolete dictionary files:
2021-04-16 15:05:27.895 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
2021-04-16 15:05:28.498 | Setting up automake (1:1.15.1-3ubuntu2) ...
2021-04-16 15:05:28.513 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
2021-04-16 15:05:28.536 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:05:28.573 | Setting up libice6:amd64 (2:1.0.9-2) ...
2021-04-16 15:05:28.601 | Setting up g++ (4:7.4.0-1ubuntu2.3) ...
2021-04-16 15:05:28.673 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
2021-04-16 15:05:28.684 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:28.713 | Setting up libgts-bin (0.7.6+darcs121130-4) ...
2021-04-16 15:05:28.741 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:05:28.769 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:05:28.806 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ...
2021-04-16 15:05:29.091 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service.
2021-04-16 15:05:29.688 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ...
2021-04-16 15:05:29.816 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
2021-04-16 15:05:29.844 | Setting up libsm6:amd64 (2:1.2.2-1) ...
2021-04-16 15:05:29.880 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:05:29.908 | Setting up apache2 (2.4.29-1ubuntu4.14) ...
2021-04-16 15:05:31.450 | Enabling module mpm_event.
2021-04-16 15:05:31.512 | Enabling module authz_core.
2021-04-16 15:05:31.517 | Enabling module authz_host.
2021-04-16 15:05:31.574 | Enabling module authn_core.
2021-04-16 15:05:31.578 | Enabling module auth_basic.
2021-04-16 15:05:31.637 | Enabling module access_compat.
2021-04-16 15:05:31.697 | Enabling module authn_file.
2021-04-16 15:05:31.753 | Enabling module authz_user.
2021-04-16 15:05:31.810 | Enabling module alias.
2021-04-16 15:05:31.866 | Enabling module dir.
2021-04-16 15:05:31.923 | Enabling module autoindex.
2021-04-16 15:05:31.983 | Enabling module env.
2021-04-16 15:05:32.041 | Enabling module mime.
2021-04-16 15:05:32.098 | Enabling module negotiation.
2021-04-16 15:05:32.159 | Enabling module setenvif.
2021-04-16 15:05:32.221 | Enabling module filter.
2021-04-16 15:05:32.278 | Enabling module deflate.
2021-04-16 15:05:32.336 | Enabling module status.
2021-04-16 15:05:32.394 | Enabling module reqtimeout.
2021-04-16 15:05:32.451 | Enabling conf charset.
2021-04-16 15:05:32.511 | Enabling conf localized-error-pages.
2021-04-16 15:05:32.569 | Enabling conf other-vhosts-access-log.
2021-04-16 15:05:32.627 | Enabling conf security.
2021-04-16 15:05:32.687 | Enabling conf serve-cgi-bin.
2021-04-16 15:05:32.745 | Enabling site 000-default.
2021-04-16 15:05:32.797 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common
2021-04-16 15:05:32.854 | Enabling conf javascript-common.
2021-04-16 15:05:33.104 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
2021-04-16 15:05:33.506 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
2021-04-16 15:05:34.862 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:05:34.892 | Setting up po-debconf (1.0.20) ...
2021-04-16 15:05:34.922 | Setting up build-essential (12.4ubuntu1) ...
2021-04-16 15:05:34.953 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ...
2021-04-16 15:05:34.982 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ...
2021-04-16 15:05:35.012 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ...
2021-04-16 15:05:35.042 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:05:35.073 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:35.103 | Setting up libpq5:amd64 (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:05:35.132 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ...
2021-04-16 15:05:35.324 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ...
2021-04-16 15:05:35.361 | Setting up libxt6:amd64 (1:1.1.5-1) ...
2021-04-16 15:05:35.397 | Setting up fontconfig (2.12.6-0ubuntu2) ...
2021-04-16 15:05:37.562 | Regenerating fonts cache... done.
2021-04-16 15:05:37.565 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
2021-04-16 15:05:37.595 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:37.625 | Setting up libpq-dev (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:05:37.655 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ...
2021-04-16 15:05:37.684 | Setting up postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ...
2021-04-16 15:05:37.714 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:05:37.742 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:37.774 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ...
2021-04-16 15:05:37.803 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ...
2021-04-16 15:05:37.834 | Setting up libxmu6:amd64 (2:1.1.2-2) ...
2021-04-16 15:05:37.863 | Setting up postgresql-server-dev-all (190ubuntu0.1) ...
2021-04-16 15:05:37.893 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:05:37.922 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:37.952 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:37.982 | Setting up libxaw7:amd64 (2:1.0.13-1) ...
2021-04-16 15:05:38.019 | Setting up curl (7.58.0-2ubuntu3.13) ...
2021-04-16 15:05:38.046 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:05:38.075 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:38.104 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ...
2021-04-16 15:05:38.134 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
2021-04-16 15:05:38.164 | Setting up libgvc6 (2.40.1-2) ...
2021-04-16 15:05:38.203 | Setting up graphviz (2.40.1-2) ...
2021-04-16 15:05:38.251 | Setting up libicu-dev (60.2-3ubuntu3.1) ...
2021-04-16 15:05:38.279 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
2021-04-16 15:05:38.309 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ...
2021-04-16 15:05:38.337 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
2021-04-16 15:05:38.365 | Setting up debhelper (11.1.6ubuntu2) ...
2021-04-16 15:05:38.394 | Setting up dh-autoreconf (17) ...
2021-04-16 15:05:38.424 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ...
2021-04-16 15:05:38.453 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
2021-04-16 15:05:38.482 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ...
2021-04-16 15:05:38.511 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ...
2021-04-16 15:05:38.574 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic
2021-04-16 15:05:47.834 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:05:47.865 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:05:48.049 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:05:48.072 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ...
2021-04-16 15:05:48.293 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
2021-04-16 15:05:48.312 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ...
2021-04-16 15:05:50.389 | ++ functions-common:apt_get:1113            :   result=0
2021-04-16 15:05:50.392 | ++ functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:05:50.394 | ++ functions-common:time_stop:2304          :   local name
2021-04-16 15:05:50.397 | ++ functions-common:time_stop:2305          :   local end_time
2021-04-16 15:05:50.399 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:05:50.402 | ++ functions-common:time_stop:2307          :   local total
2021-04-16 15:05:50.404 | ++ functions-common:time_stop:2308          :   local start_time
2021-04-16 15:05:50.406 | ++ functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:05:50.408 | ++ functions-common:time_stop:2311          :   start_time=1618585409168
2021-04-16 15:05:50.410 | ++ functions-common:time_stop:2313          :   [[ -z 1618585409168 ]]
2021-04-16 15:05:50.414 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:05:50.420 | ++ functions-common:time_stop:2316          :   end_time=1618585550415
2021-04-16 15:05:50.422 | ++ functions-common:time_stop:2317          :   elapsed_time=141247
2021-04-16 15:05:50.424 | ++ functions-common:time_stop:2318          :   total=736
2021-04-16 15:05:50.427 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:05:50.429 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=141983
2021-04-16 15:05:50.432 | ++ functions-common:apt_get:1117            :   return 0
2021-04-16 15:05:50.435 | ++ tools/install_prereqs.sh:source:74       :   [[ -n False ]]
2021-04-16 15:05:50.437 | ++ tools/install_prereqs.sh:source:74       :   [[ False != \F\a\l\s\e ]]
2021-04-16 15:05:50.440 | ++ tools/install_prereqs.sh:source:88       :   date +%s
2021-04-16 15:05:50.445 | ++ tools/install_prereqs.sh:source:89       :   date
2021-04-16 15:05:50.449 | + ./stack.sh:main:755                      :   [[ False != \T\r\u\e ]]
2021-04-16 15:05:50.452 | + ./stack.sh:main:756                      :   PYPI_ALTERNATIVE_URL=
2021-04-16 15:05:50.455 | + ./stack.sh:main:756                      :   /home/ubuntu/devstack/tools/install_pip.sh
2021-04-16 15:05:51.645 | + tools/install_pip.sh:main:25             :   FILES=/home/ubuntu/devstack/files
2021-04-16 15:05:51.647 | + tools/install_pip.sh:main:40             :   PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
2021-04-16 15:05:51.649 | ++ tools/install_pip.sh:main:41             :   basename https://bootstrap.pypa.io/get-pip.py
2021-04-16 15:05:51.652 | + tools/install_pip.sh:main:41             :   LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py
2021-04-16 15:05:51.654 | + tools/install_pip.sh:main:43             :   GetDistro
2021-04-16 15:05:51.656 | + functions-common:GetDistro:373           :   GetOSVersion
2021-04-16 15:05:51.658 | + functions-common:GetOSVersion:350        :   _ensure_lsb_release
2021-04-16 15:05:51.661 | ++ functions-common:_ensure_lsb_release:327 :   command -v lsb_release
2021-04-16 15:05:51.664 | + functions-common:_ensure_lsb_release:327 :   [[ -x /usr/bin/lsb_release ]]
2021-04-16 15:05:51.666 | + functions-common:_ensure_lsb_release:328 :   return
2021-04-16 15:05:51.668 | ++ functions-common:GetOSVersion:352        :   lsb_release -r -s
2021-04-16 15:05:51.744 | + functions-common:GetOSVersion:352        :   os_RELEASE=18.04
2021-04-16 15:05:51.747 | ++ functions-common:GetOSVersion:353        :   lsb_release -c -s
2021-04-16 15:05:51.822 | + functions-common:GetOSVersion:353        :   os_CODENAME=bionic
2021-04-16 15:05:51.825 | ++ functions-common:GetOSVersion:354        :   lsb_release -i -s
2021-04-16 15:05:51.902 | + functions-common:GetOSVersion:354        :   os_VENDOR=Ubuntu
2021-04-16 15:05:51.904 | + functions-common:GetOSVersion:356        :   [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
2021-04-16 15:05:51.909 | + functions-common:GetOSVersion:357        :   os_PACKAGE=deb
2021-04-16 15:05:51.912 | + functions-common:GetOSVersion:362        :   typeset -xr os_VENDOR
2021-04-16 15:05:51.915 | + functions-common:GetOSVersion:363        :   typeset -xr os_RELEASE
2021-04-16 15:05:51.917 | + functions-common:GetOSVersion:364        :   typeset -xr os_PACKAGE
2021-04-16 15:05:51.919 | + functions-common:GetOSVersion:365        :   typeset -xr os_CODENAME
2021-04-16 15:05:51.921 | + functions-common:GetDistro:375           :   [[ Ubuntu =~ (Ubuntu) ]]
2021-04-16 15:05:51.924 | + functions-common:GetDistro:378           :   DISTRO=bionic
2021-04-16 15:05:51.926 | + functions-common:GetDistro:422           :   typeset -xr DISTRO
2021-04-16 15:05:51.928 | + tools/install_pip.sh:main:44             :   echo 'Distro: bionic'
2021-04-16 15:05:51.928 | Distro: bionic
2021-04-16 15:05:51.930 | + tools/install_pip.sh:main:127            :   get_versions
2021-04-16 15:05:51.933 | ++ tools/install_pip.sh:get_versions:49     :   which pip
2021-04-16 15:05:51.937 | + tools/install_pip.sh:get_versions:49     :   PIP=/usr/local/bin/pip
2021-04-16 15:05:51.939 | + tools/install_pip.sh:get_versions:50     :   [[ -n /usr/local/bin/pip ]]
2021-04-16 15:05:51.941 | ++ tools/install_pip.sh:get_versions:51     :   /usr/local/bin/pip --version
2021-04-16 15:05:51.942 | ++ tools/install_pip.sh:get_versions:51     :   awk '{ print $2}'
2021-04-16 15:05:52.399 | + tools/install_pip.sh:get_versions:51     :   PIP_VERSION=20.2.2
2021-04-16 15:05:52.401 | + tools/install_pip.sh:get_versions:52     :   echo 'pip: 20.2.2'
2021-04-16 15:05:52.401 | pip: 20.2.2
2021-04-16 15:05:52.404 | + tools/install_pip.sh:get_versions:57     :   python3.6 -m pip --version
2021-04-16 15:05:52.830 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
2021-04-16 15:05:52.860 | + tools/install_pip.sh:main:129            :   [[ -n '' ]]
2021-04-16 15:05:52.863 | + tools/install_pip.sh:main:134            :   [[ bionic == focal ]]
2021-04-16 15:05:52.865 | + tools/install_pip.sh:main:143            :   is_fedora
2021-04-16 15:05:52.867 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-04-16 15:05:52.869 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-04-16 15:05:52.871 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-04-16 15:05:52.873 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-04-16 15:05:52.874 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-04-16 15:05:52.876 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-04-16 15:05:52.878 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-04-16 15:05:52.880 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:05:52.883 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-04-16 15:05:52.885 | + tools/install_pip.sh:main:143            :   is_suse
2021-04-16 15:05:52.887 | + functions-common:is_suse:462             :   is_opensuse
2021-04-16 15:05:52.889 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-04-16 15:05:52.891 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-04-16 15:05:52.894 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-04-16 15:05:52.896 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-04-16 15:05:52.898 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-04-16 15:05:52.901 | + tools/install_pip.sh:main:144            :   is_package_installed python3-pip
2021-04-16 15:05:52.903 | + functions-common:is_package_installed:1351 :   [[ -z python3-pip ]]
2021-04-16 15:05:52.905 | + functions-common:is_package_installed:1355 :   [[ -z deb ]]
2021-04-16 15:05:52.907 | + functions-common:is_package_installed:1359 :   [[ deb = \d\e\b ]]
2021-04-16 15:05:52.909 | + functions-common:is_package_installed:1360 :   dpkg -s python3-pip
2021-04-16 15:05:52.933 | + tools/install_pip.sh:main:145            :   uninstall_package python3-pip
2021-04-16 15:05:52.935 | + functions-common:uninstall_package:1371  :   is_ubuntu
2021-04-16 15:05:52.937 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:05:52.939 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:05:52.942 | + functions-common:uninstall_package:1372  :   apt_get purge python3-pip
2021-04-16 15:05:52.967 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip
2021-04-16 15:05:53.095 | Reading package lists...
2021-04-16 15:05:53.400 | Building dependency tree...
2021-04-16 15:05:53.401 | Reading state information...
2021-04-16 15:05:53.652 | The following packages were automatically installed and are no longer required:
2021-04-16 15:05:53.653 |   apport-symptoms grub-pc-bin python3-attr python3-automat python3-click
2021-04-16 15:05:53.653 |   python3-colorama python3-configobj python3-constantly python3-hyperlink
2021-04-16 15:05:53.653 |   python3-incremental python3-keyring python3-keyrings.alt python3-netifaces
2021-04-16 15:05:53.653 |   python3-pam python3-problem-report python3-pyasn1
2021-04-16 15:05:53.653 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:05:53.653 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:05:53.653 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:05:53.698 | The following packages will be REMOVED:
2021-04-16 15:05:53.698 |   python3-pip*
2021-04-16 15:05:54.138 | 0 upgraded, 0 newly installed, 1 to remove and 158 not upgraded.
2021-04-16 15:05:54.138 | After this operation, 601 kB disk space will be freed.
2021-04-16 15:05:54.209 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 74822 files and directories currently installed.)
2021-04-16 15:05:54.214 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ...
2021-04-16 15:05:54.454 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:05:57.192 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:05:57.194 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:05:57.196 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:05:57.198 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:05:57.199 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:05:57.201 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:05:57.203 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:05:57.204 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:05:57.206 | + functions-common:time_stop:2311          :   start_time=1618585552965
2021-04-16 15:05:57.208 | + functions-common:time_stop:2313          :   [[ -z 1618585552965 ]]
2021-04-16 15:05:57.210 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:05:57.213 | + functions-common:time_stop:2316          :   end_time=1618585557211
2021-04-16 15:05:57.215 | + functions-common:time_stop:2317          :   elapsed_time=4246
2021-04-16 15:05:57.216 | + functions-common:time_stop:2318          :   total=0
2021-04-16 15:05:57.218 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:05:57.220 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=4246
2021-04-16 15:05:57.221 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:05:57.224 | + tools/install_pip.sh:main:149            :   install_get_pip
2021-04-16 15:05:57.226 | + tools/install_pip.sh:install_get_pip:64  :   [[ -r /home/ubuntu/devstack/files/get-pip.py ]]
2021-04-16 15:05:57.228 | + tools/install_pip.sh:install_get_pip:81  :   [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]]
2021-04-16 15:05:57.230 | + tools/install_pip.sh:install_get_pip:84  :   local timecond=
2021-04-16 15:05:57.231 | + tools/install_pip.sh:install_get_pip:85  :   [[ -r /home/ubuntu/devstack/files/get-pip.py ]]
2021-04-16 15:05:57.233 | + tools/install_pip.sh:install_get_pip:89  :   curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py
2021-04-16 15:05:57.244 |   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-04-16 15:05:57.244 |                                  Dload  Upload   Total   Spent    Left  Speed
2021-04-16 15:05:57.907 | 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 91 1882k   91 1713k    0     0  2677k      0 --:--:-- --:--:-- --:--:-- 2673k
100 1882k  100 1882k    0     0  2839k      0 --:--:-- --:--:-- --:--:-- 2835k
2021-04-16 15:05:57.915 | + tools/install_pip.sh:install_get_pip:92  :   touch /home/ubuntu/devstack/files/get-pip.py.downloaded
2021-04-16 15:05:57.918 | + tools/install_pip.sh:install_get_pip:96  :   sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt
2021-04-16 15:06:00.665 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:00.665 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:00.665 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:00.665 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:00.940 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:06:01.257 | Collecting pip
2021-04-16 15:06:01.269 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB)
2021-04-16 15:06:02.812 | Installing collected packages: pip
2021-04-16 15:06:02.812 |   Attempting uninstall: pip
2021-04-16 15:06:02.814 |     Found existing installation: pip 20.2.2
2021-04-16 15:06:03.067 |     Uninstalling pip-20.2.2:
2021-04-16 15:06:03.081 |       Successfully uninstalled pip-20.2.2
2021-04-16 15:06:04.476 | Successfully installed pip-20.2.4
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.588 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
2021-04-16 15:06:04.588 |   % (opt, underscore_opt))
2021-04-16 15:06:04.683 | + tools/install_pip.sh:main:151            :   set -x
2021-04-16 15:06:04.685 | + tools/install_pip.sh:main:155            :   pip_install_gr setuptools
2021-04-16 15:06:04.686 | + inc/python:pip_install_gr:76             :   local name=setuptools
2021-04-16 15:06:04.688 | + inc/python:pip_install_gr:77             :   local clean_name
2021-04-16 15:06:04.690 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements setuptools
2021-04-16 15:06:04.693 | ++ inc/python:get_from_global_requirements:225 :   local package=setuptools
2021-04-16 15:06:04.695 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-04-16 15:06:04.698 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt
2021-04-16 15:06:04.698 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-04-16 15:06:04.701 | ++ inc/python:get_from_global_requirements:227 :   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,!=48.0.0,!=49.0.0  '
2021-04-16 15:06:04.703 | ++ inc/python:get_from_global_requirements:228 :   [[ 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,!=48.0.0,!=49.0.0   == '' ]]
2021-04-16 15:06:04.705 | ++ inc/python:get_from_global_requirements:231 :   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,!=48.0.0,!=49.0.0'
2021-04-16 15:06:04.707 | + inc/python:pip_install_gr:78             :   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,!=48.0.0,!=49.0.0'
2021-04-16 15:06:04.709 | + inc/python:pip_install_gr:79             :   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,!=48.0.0,!=49.0.0'
2021-04-16 15:06:04.725 | 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,!=48.0.0,!=49.0.0
2021-04-16 15:06:04.727 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip 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,!=48.0.0,!=49.0.0'
2021-04-16 15:06:05.682 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:05.682 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:05.682 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:05.682 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:06.805 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:06:06.810 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:06.815 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:06.821 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:06.830 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (56.0.0)
2021-04-16 15:06:08.521 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:06:08.521 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:06:08.611 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:06:08.613 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:06:08.614 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:08.617 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:08.618 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:08.620 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:08.622 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:08.624 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:06:08.625 | + functions-common:time_stop:2311          :   start_time=1618585564721
2021-04-16 15:06:08.627 | + functions-common:time_stop:2313          :   [[ -z 1618585564721 ]]
2021-04-16 15:06:08.630 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:08.633 | + functions-common:time_stop:2316          :   end_time=1618585568630
2021-04-16 15:06:08.637 | + functions-common:time_stop:2317          :   elapsed_time=3909
2021-04-16 15:06:08.639 | + functions-common:time_stop:2318          :   total=0
2021-04-16 15:06:08.641 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:06:08.642 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=3909
2021-04-16 15:06:08.644 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:06:08.646 | + tools/install_pip.sh:main:157            :   get_versions
2021-04-16 15:06:08.649 | ++ tools/install_pip.sh:get_versions:49     :   which pip
2021-04-16 15:06:08.653 | + tools/install_pip.sh:get_versions:49     :   PIP=/usr/local/bin/pip
2021-04-16 15:06:08.655 | + tools/install_pip.sh:get_versions:50     :   [[ -n /usr/local/bin/pip ]]
2021-04-16 15:06:08.658 | ++ tools/install_pip.sh:get_versions:51     :   awk '{ print $2}'
2021-04-16 15:06:08.658 | ++ tools/install_pip.sh:get_versions:51     :   /usr/local/bin/pip --version
2021-04-16 15:06:09.070 | + tools/install_pip.sh:get_versions:51     :   PIP_VERSION=20.2.4
2021-04-16 15:06:09.072 | + tools/install_pip.sh:get_versions:52     :   echo 'pip: 20.2.4'
2021-04-16 15:06:09.072 | pip: 20.2.4
2021-04-16 15:06:09.073 | + tools/install_pip.sh:get_versions:57     :   python3.6 -m pip --version
2021-04-16 15:06:09.458 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
2021-04-16 15:06:09.485 | + ./stack.sh:main:760                      :   source /home/ubuntu/devstack/tools/fixup_stuff.sh
2021-04-16 15:06:09.487 | ++ tools/fixup_stuff.sh:source:12           :   [[ -z /home/ubuntu/devstack ]]
2021-04-16 15:06:09.491 | + ./stack.sh:main:761                      :   fixup_all
2021-04-16 15:06:09.494 | + tools/fixup_stuff.sh:fixup_all:196       :   fixup_keystone
2021-04-16 15:06:09.496 | + tools/fixup_stuff.sh:fixup_keystone:39   :   keystone_ports=35357,35358
2021-04-16 15:06:09.498 | + tools/fixup_stuff.sh:fixup_keystone:44   :   sysctl net.ipv4.ip_local_reserved_ports
2021-04-16 15:06:09.512 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   sysctl net.ipv4.ip_local_reserved_ports
2021-04-16 15:06:09.512 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   awk -F= '{print $2;}'
2021-04-16 15:06:09.512 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   sed 's/^ //'
2021-04-16 15:06:09.517 | + tools/fixup_stuff.sh:fixup_keystone:46   :   reserved_ports=
2021-04-16 15:06:09.520 | + tools/fixup_stuff.sh:fixup_keystone:48   :   [[ -z '' ]]
2021-04-16 15:06:09.522 | + tools/fixup_stuff.sh:fixup_keystone:50   :   sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358
2021-04-16 15:06:09.530 | net.ipv4.ip_local_reserved_ports = 35357,35358
2021-04-16 15:06:09.533 | + tools/fixup_stuff.sh:fixup_all:197       :   fixup_ubuntu
2021-04-16 15:06:09.536 | + tools/fixup_stuff.sh:fixup_ubuntu:66     :   [[ bionic != \b\i\o\n\i\c ]]
2021-04-16 15:06:09.538 | + tools/fixup_stuff.sh:fixup_ubuntu:71     :   install_package software-properties-common
2021-04-16 15:06:09.540 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:06:09.542 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:06:09.544 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:06:09.546 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:06:09.548 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:06:09.551 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:06:09.554 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:06:09.556 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:06:09.559 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:06:09.561 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:06:09.564 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:06:09.566 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:06:09.568 | + functions-common:install_package:1343    :   real_install_package software-properties-common
2021-04-16 15:06:09.571 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:06:09.573 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:06:09.575 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:06:09.577 | + functions-common:real_install_package:1329 :   apt_get install software-properties-common
2021-04-16 15:06:09.596 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
2021-04-16 15:06:09.716 | Reading package lists...
2021-04-16 15:06:09.981 | Building dependency tree...
2021-04-16 15:06:09.982 | Reading state information...
2021-04-16 15:06:10.207 | The following packages were automatically installed and are no longer required:
2021-04-16 15:06:10.208 |   apport-symptoms grub-pc-bin python3-attr python3-automat python3-click
2021-04-16 15:06:10.208 |   python3-colorama python3-configobj python3-constantly python3-hyperlink
2021-04-16 15:06:10.208 |   python3-incremental python3-keyring python3-keyrings.alt python3-netifaces
2021-04-16 15:06:10.208 |   python3-pam python3-problem-report python3-pyasn1
2021-04-16 15:06:10.208 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:06:10.208 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:06:10.208 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:06:10.209 | The following additional packages will be installed:
2021-04-16 15:06:10.209 |   python3-software-properties
2021-04-16 15:06:10.262 | The following packages will be upgraded:
2021-04-16 15:06:10.262 |   python3-software-properties software-properties-common
2021-04-16 15:06:10.552 | 2 upgraded, 0 newly installed, 0 to remove and 156 not upgraded.
2021-04-16 15:06:10.552 | Need to get 33.9 kB of archives.
2021-04-16 15:06:10.552 | After this operation, 0 B of additional disk space will be used.
2021-04-16 15:06:10.552 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB]
2021-04-16 15:06:10.688 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB]
2021-04-16 15:06:11.435 | Fetched 33.9 kB in 1s (55.0 kB/s)
2021-04-16 15:06:11.519 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 74745 files and directories currently installed.)
2021-04-16 15:06:11.523 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ...
2021-04-16 15:06:11.671 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ...
2021-04-16 15:06:11.812 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ...
2021-04-16 15:06:11.962 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ...
2021-04-16 15:06:12.051 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:06:12.587 | Setting up python3-software-properties (0.96.24.32.14) ...
2021-04-16 15:06:12.881 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
2021-04-16 15:06:12.899 | Setting up software-properties-common (0.96.24.32.14) ...
2021-04-16 15:06:15.116 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:06:15.118 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:06:15.120 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:15.122 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:15.124 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:15.127 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:15.129 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:15.131 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:06:15.133 | + functions-common:time_stop:2311          :   start_time=1618585569594
2021-04-16 15:06:15.135 | + functions-common:time_stop:2313          :   [[ -z 1618585569594 ]]
2021-04-16 15:06:15.138 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:15.141 | + functions-common:time_stop:2316          :   end_time=1618585575139
2021-04-16 15:06:15.143 | + functions-common:time_stop:2317          :   elapsed_time=5545
2021-04-16 15:06:15.146 | + functions-common:time_stop:2318          :   total=141983
2021-04-16 15:06:15.148 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:06:15.150 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=147528
2021-04-16 15:06:15.152 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:06:15.155 | + tools/fixup_stuff.sh:fixup_ubuntu:74     :   sudo add-apt-repository -y universe
2021-04-16 15:06:15.981 | 'universe' distribution component is already enabled for all sources.
2021-04-16 15:06:16.008 | + tools/fixup_stuff.sh:fixup_ubuntu:76     :   [[ -f /etc/ci/mirror_info.sh ]]
2021-04-16 15:06:16.010 | + tools/fixup_stuff.sh:fixup_ubuntu:83     :   sudo add-apt-repository -y cloud-archive:ussuri
2021-04-16 15:06:18.705 | Reading package lists...
2021-04-16 15:06:19.020 | Building dependency tree...
2021-04-16 15:06:19.022 | Reading state information...
2021-04-16 15:06:19.237 | The following packages were automatically installed and are no longer required:
2021-04-16 15:06:19.238 |   apport-symptoms grub-pc-bin python3-attr python3-automat python3-click
2021-04-16 15:06:19.238 |   python3-colorama python3-configobj python3-constantly python3-hyperlink
2021-04-16 15:06:19.238 |   python3-incremental python3-keyring python3-keyrings.alt python3-netifaces
2021-04-16 15:06:19.238 |   python3-pam python3-problem-report python3-pyasn1
2021-04-16 15:06:19.238 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:06:19.238 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:06:19.238 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:06:19.285 | The following NEW packages will be installed:
2021-04-16 15:06:19.285 |   ubuntu-cloud-keyring
2021-04-16 15:06:19.730 | 0 upgraded, 1 newly installed, 0 to remove and 156 not upgraded.
2021-04-16 15:06:19.730 | Need to get 5,908 B of archives.
2021-04-16 15:06:19.730 | After this operation, 22.5 kB of additional disk space will be used.
2021-04-16 15:06:19.730 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.2 [5,908 B]
2021-04-16 15:06:20.276 | Fetched 5,908 B in 0s (13.8 kB/s)
2021-04-16 15:06:20.324 | Selecting previously unselected package ubuntu-cloud-keyring.
2021-04-16 15:06:20.362 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 74745 files and directories currently installed.)
2021-04-16 15:06:20.366 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ...
2021-04-16 15:06:20.369 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ...
2021-04-16 15:06:20.462 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ...
2021-04-16 15:06:22.886 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
2021-04-16 15:06:22.886 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B]
2021-04-16 15:06:22.962 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-04-16 15:06:22.976 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-04-16 15:06:23.019 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-04-16 15:06:23.258 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [189 kB]
2021-04-16 15:06:27.270 | Fetched 198 kB in 1s (164 kB/s)
2021-04-16 15:06:29.062 | Reading package lists...
2021-04-16 15:06:29.124 | + tools/fixup_stuff.sh:fixup_ubuntu:85     :   REPOS_UPDATED=False
2021-04-16 15:06:29.126 | + tools/fixup_stuff.sh:fixup_ubuntu:86     :   apt_get_update
2021-04-16 15:06:29.129 | + functions-common:apt_get_update:1068     :   [[ False == \T\r\u\e ]]
2021-04-16 15:06:29.132 | + functions-common:apt_get_update:1073     :   [[ False = \T\r\u\e ]]
2021-04-16 15:06:29.134 | + functions-common:apt_get_update:1075     :   local sudo=sudo
2021-04-16 15:06:29.137 | ++ functions-common:apt_get_update:1076     :   id -u
2021-04-16 15:06:29.140 | + functions-common:apt_get_update:1076     :   [[ 1000 = \0 ]]
2021-04-16 15:06:29.142 | + functions-common:apt_get_update:1079     :   time_start apt-get-update
2021-04-16 15:06:29.144 | + functions-common:time_start:2290         :   local name=apt-get-update
2021-04-16 15:06:29.147 | + functions-common:time_start:2291         :   local start_time=
2021-04-16 15:06:29.149 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-04-16 15:06:29.152 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-04-16 15:06:29.155 | + functions-common:time_start:2295         :   _TIME_START[$name]=1618585589153
2021-04-16 15:06:29.157 | + functions-common:apt_get_update:1081     :   local 'proxies=http_proxy= https_proxy= no_proxy= '
2021-04-16 15:06:29.160 | + functions-common:apt_get_update:1082     :   local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
2021-04-16 15:06:29.163 | + functions-common:apt_get_update:1083     :   timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy=  apt-get update; do sleep 30; done'
2021-04-16 15:06:29.555 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
2021-04-16 15:06:29.555 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-04-16 15:06:29.668 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-04-16 15:06:29.705 | Hit:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease
2021-04-16 15:06:29.815 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-04-16 15:06:32.201 | Reading package lists...
2021-04-16 15:06:32.265 | + functions-common:apt_get_update:1087     :   REPOS_UPDATED=True
2021-04-16 15:06:32.268 | + functions-common:apt_get_update:1089     :   time_stop apt-get-update
2021-04-16 15:06:32.272 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:32.274 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:32.277 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:32.279 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:32.281 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:32.283 | + functions-common:time_stop:2310          :   name=apt-get-update
2021-04-16 15:06:32.286 | + functions-common:time_stop:2311          :   start_time=1618585589153
2021-04-16 15:06:32.289 | + functions-common:time_stop:2313          :   [[ -z 1618585589153 ]]
2021-04-16 15:06:32.294 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:32.298 | + functions-common:time_stop:2316          :   end_time=1618585592295
2021-04-16 15:06:32.300 | + functions-common:time_stop:2317          :   elapsed_time=3142
2021-04-16 15:06:32.303 | + functions-common:time_stop:2318          :   total=3051
2021-04-16 15:06:32.305 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:06:32.307 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=6193
2021-04-16 15:06:32.310 | + tools/fixup_stuff.sh:fixup_ubuntu:94     :   sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info'
2021-04-16 15:06:32.322 | + tools/fixup_stuff.sh:fixup_ubuntu:95     :   sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info'
2021-04-16 15:06:32.333 | + tools/fixup_stuff.sh:fixup_ubuntu:96     :   sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info'
2021-04-16 15:06:32.343 | + tools/fixup_stuff.sh:fixup_all:198       :   fixup_fedora
2021-04-16 15:06:32.346 | + tools/fixup_stuff.sh:fixup_fedora:103    :   is_fedora
2021-04-16 15:06:32.351 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-04-16 15:06:32.353 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-04-16 15:06:32.356 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-04-16 15:06:32.359 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-04-16 15:06:32.363 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-04-16 15:06:32.366 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-04-16 15:06:32.368 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-04-16 15:06:32.371 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:06:32.373 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-04-16 15:06:32.375 | + tools/fixup_stuff.sh:fixup_fedora:104    :   return
2021-04-16 15:06:32.378 | + tools/fixup_stuff.sh:fixup_all:199       :   fixup_suse
2021-04-16 15:06:32.380 | + tools/fixup_stuff.sh:fixup_suse:149      :   is_suse
2021-04-16 15:06:32.382 | + functions-common:is_suse:462             :   is_opensuse
2021-04-16 15:06:32.385 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-04-16 15:06:32.388 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-04-16 15:06:32.390 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-04-16 15:06:32.394 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-04-16 15:06:32.397 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-04-16 15:06:32.399 | + tools/fixup_stuff.sh:fixup_suse:150      :   return
2021-04-16 15:06:32.402 | + ./stack.sh:main:764                      :   pip_install -U os-testr
2021-04-16 15:06:32.422 | Using python 3.6 to install os-testr
2021-04-16 15:06:32.425 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr
2021-04-16 15:06:33.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:33.389 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:33.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:06:33.389 |   from cryptography.utils import int_from_bytes
2021-04-16 15:06:34.524 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:06:34.529 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:34.534 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:34.539 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:35.262 | Collecting os-testr===2.0.0
2021-04-16 15:06:35.270 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB)
2021-04-16 15:06:35.345 | Requirement already satisfied, skipping upgrade: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1)
2021-04-16 15:06:35.348 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.4.0)
2021-04-16 15:06:35.455 | Collecting stestr===3.1.0
2021-04-16 15:06:35.462 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB)
2021-04-16 15:06:35.647 | Collecting python-subunit===1.4.0
2021-04-16 15:06:35.653 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB)
2021-04-16 15:06:35.735 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0)
2021-04-16 15:06:35.738 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.4.0)
2021-04-16 15:06:35.742 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) (3.0.0)
2021-04-16 15:06:35.754 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.1.0)
2021-04-16 15:06:35.761 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0)
2021-04-16 15:06:35.764 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (1.6.0)
2021-04-16 15:06:35.766 | Requirement already satisfied, skipping upgrade: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.7.0)
2021-04-16 15:06:35.779 | Requirement already satisfied, skipping upgrade: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1)
2021-04-16 15:06:35.879 | Collecting future===0.18.2
2021-04-16 15:06:35.887 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB)
2021-04-16 15:06:36.889 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.1)
2021-04-16 15:06:36.894 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.0.0)
2021-04-16 15:06:36.897 | 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 200)) (1.4.0)
2021-04-16 15:06:36.899 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (0.7.2)
2021-04-16 15:06:36.902 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (2.4.7)
2021-04-16 15:06:36.905 | Requirement already satisfied, skipping upgrade: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (1.5.0)
2021-04-16 15:06:36.969 | Requirement already satisfied, skipping upgrade: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (3.3.0)
2021-04-16 15:06:36.984 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.4.4)
2021-04-16 15:06:36.989 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (3.10.1)
2021-04-16 15:06:37.033 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5)
2021-04-16 15:06:37.040 | Requirement already satisfied, skipping upgrade: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (20.3.0)
2021-04-16 15:06:37.088 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (1.8.2)
2021-04-16 15:06:37.090 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.7.4.3)
2021-04-16 15:06:37.095 | Requirement already satisfied, skipping upgrade: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.4.1)
2021-04-16 15:06:37.121 | Building wheels for collected packages: future
2021-04-16 15:06:37.122 |   Building wheel for future (setup.py): started
2021-04-16 15:06:38.234 |   Building wheel for future (setup.py): finished with status 'done'
2021-04-16 15:06:38.238 |   Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=a564d8f5caa18fb0a8cdbe14829636599b80f14afff0e90f14a9e744e19424d6
2021-04-16 15:06:38.239 |   Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6
2021-04-16 15:06:38.240 | Successfully built future
2021-04-16 15:06:39.612 | Installing collected packages: python-subunit, future, stestr, os-testr
2021-04-16 15:06:40.426 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.1.0
2021-04-16 15:06:40.533 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:06:40.533 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:06:40.658 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:06:40.660 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:06:40.662 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:40.665 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:40.667 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:40.669 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:40.671 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:40.674 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:06:40.676 | + functions-common:time_stop:2311          :   start_time=1618585592417
2021-04-16 15:06:40.679 | + functions-common:time_stop:2313          :   [[ -z 1618585592417 ]]
2021-04-16 15:06:40.681 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:40.685 | + functions-common:time_stop:2316          :   end_time=1618585600682
2021-04-16 15:06:40.687 | + functions-common:time_stop:2317          :   elapsed_time=8265
2021-04-16 15:06:40.689 | + functions-common:time_stop:2318          :   total=0
2021-04-16 15:06:40.691 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:06:40.694 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=8265
2021-04-16 15:06:40.696 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:06:40.699 | + ./stack.sh:main:768                      :   iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0
2021-04-16 15:06:40.750 | + ./stack.sh:main:769                      :   sudo systemctl restart systemd-journald
2021-04-16 15:06:40.834 | + ./stack.sh:main:775                      :   install_infra
2021-04-16 15:06:40.837 | + lib/infra:install_infra:31               :   local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-04-16 15:06:40.840 | + lib/infra:install_infra:32               :   '[' '!' -d /opt/stack/requirements/.venv ']'
2021-04-16 15:06:40.843 | + lib/infra:install_infra:32               :   python3 -m venv /opt/stack/requirements/.venv
2021-04-16 15:06:43.562 | + lib/infra:install_infra:34               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-04-16 15:06:43.566 | + lib/infra:install_infra:34               :   pip_install -U pbr
2021-04-16 15:06:43.589 | + 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
2021-04-16 15:06:45.602 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:45.869 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:46.108 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:46.451 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46))
2021-04-16 15:06:46.562 |   Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB)
2021-04-16 15:06:46.592 | Installing collected packages: pbr
2021-04-16 15:06:46.699 | Successfully installed pbr-5.5.1
2021-04-16 15:06:46.762 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:06:46.764 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:06:46.766 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:46.769 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:46.771 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:46.773 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:46.775 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:46.778 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:06:46.780 | + functions-common:time_stop:2311          :   start_time=1618585603582
2021-04-16 15:06:46.782 | + functions-common:time_stop:2313          :   [[ -z 1618585603582 ]]
2021-04-16 15:06:46.785 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:46.789 | + functions-common:time_stop:2316          :   end_time=1618585606787
2021-04-16 15:06:46.791 | + functions-common:time_stop:2317          :   elapsed_time=3205
2021-04-16 15:06:46.793 | + functions-common:time_stop:2318          :   total=8265
2021-04-16 15:06:46.796 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:06:46.799 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=11470
2021-04-16 15:06:46.801 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:06:46.804 | + lib/infra:install_infra:35               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-04-16 15:06:46.807 | + lib/infra:install_infra:35               :   pip_install /opt/stack/requirements
2021-04-16 15:06:46.830 | + 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 /opt/stack/requirements
2021-04-16 15:06:48.765 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:49.029 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:49.285 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:06:49.653 | Processing /opt/stack/requirements
2021-04-16 15:06:51.115 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62))
2021-04-16 15:06:51.180 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB)
2021-04-16 15:06:51.216 | Collecting PyYAML===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 178))
2021-04-16 15:06:51.334 |   Downloading http://10.100.0.9:8080/root/pypi/+f/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB)
2021-04-16 15:06:51.391 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2021-04-16 15:06:51.492 |   Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB)
2021-04-16 15:06:51.531 | Collecting packaging===20.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
2021-04-16 15:06:51.574 |   Downloading http://10.100.0.9:8080/root/pypi/+f/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40kB)
2021-04-16 15:06:51.596 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2021-04-16 15:06:51.643 |   Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB)
2021-04-16 15:06:51.700 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 358))
2021-04-16 15:06:51.733 |   Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB)
2021-04-16 15:06:51.752 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 404))
2021-04-16 15:06:51.859 |   Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)
2021-04-16 15:06:51.877 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 441))
2021-04-16 15:06:51.924 |   Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl
2021-04-16 15:06:51.938 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4513)
2021-04-16 15:06:51.967 |   Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB)
2021-04-16 15:06:52.001 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4513)
2021-04-16 15:06:52.034 |   Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl
2021-04-16 15:06:52.081 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46))
2021-04-16 15:06:52.088 | Collecting urllib3===1.26.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2021-04-16 15:06:52.160 |   Downloading http://10.100.0.9:8080/root/pypi/+f/2f4/da4594db7e1e1/urllib3-1.26.4-py2.py3-none-any.whl (153kB)
2021-04-16 15:06:52.215 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2021-04-16 15:06:52.254 |   Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB)
2021-04-16 15:06:52.299 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41))
2021-04-16 15:06:52.361 |   Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB)
2021-04-16 15:06:52.382 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 96))
2021-04-16 15:06:52.402 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl
2021-04-16 15:06:52.416 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145))
2021-04-16 15:06:52.435 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl
2021-04-16 15:06:52.450 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 200))
2021-04-16 15:06:52.483 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB)
2021-04-16 15:06:52.514 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 160))
2021-04-16 15:06:52.532 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl
2021-04-16 15:06:52.546 | Collecting cliff===3.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
2021-04-16 15:06:52.610 |   Downloading http://10.100.0.9:8080/root/pypi/+f/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80kB)
2021-04-16 15:06:52.647 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2021-04-16 15:06:52.664 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl
2021-04-16 15:06:52.678 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200))
2021-04-16 15:06:52.706 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl
2021-04-16 15:06:52.722 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 415))
2021-04-16 15:06:52.786 |   Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB)
2021-04-16 15:06:52.816 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142))
2021-04-16 15:06:52.845 |   Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl
2021-04-16 15:06:52.857 | Collecting cmd2===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 424))
2021-04-16 15:06:52.975 |   Downloading http://10.100.0.9:8080/root/pypi/+f/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133kB)
2021-04-16 15:06:53.059 | Collecting importlib-metadata===3.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 278))
2021-04-16 15:06:53.125 |   Downloading http://10.100.0.9:8080/root/pypi/+f/2ec/0faae539743ae/importlib_metadata-3.10.1-py3-none-any.whl
2021-04-16 15:06:53.180 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 139))
2021-04-16 15:06:53.213 |   Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl
2021-04-16 15:06:53.233 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 568))
2021-04-16 15:06:53.281 |   Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl
2021-04-16 15:06:53.297 | Collecting pyperclip===1.8.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
2021-04-16 15:06:53.330 |   Downloading http://10.100.0.9:8080/root/pypi/+f/105/254a8b04934f0/pyperclip-1.8.2.tar.gz
2021-04-16 15:06:53.739 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49))
2021-04-16 15:06:53.773 |   Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB)
2021-04-16 15:06:53.836 | Collecting zipp===3.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 539))
2021-04-16 15:06:53.877 |   Downloading http://10.100.0.9:8080/root/pypi/+f/51c/b66cc54621609/zipp-3.4.1-py3-none-any.whl
2021-04-16 15:06:53.915 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 566))
2021-04-16 15:06:53.943 |   Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl
2021-04-16 15:06:53.956 | Building wheels for collected packages: pyperclip
2021-04-16 15:06:53.956 |   Running setup.py bdist_wheel for pyperclip: started
2021-04-16 15:06:54.244 |   Running setup.py bdist_wheel for pyperclip: finished with status 'error'
2021-04-16 15:06:54.244 |   Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-fnm5pr54/pyperclip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpic9pwwjepip-wheel- --python-tag cp36:
2021-04-16 15:06:54.244 |   usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
2021-04-16 15:06:54.244 |      or: -c --help [cmd1 cmd2 ...]
2021-04-16 15:06:54.244 |      or: -c --help-commands
2021-04-16 15:06:54.244 |      or: -c cmd --help
2021-04-16 15:06:54.244 |   
2021-04-16 15:06:54.244 |   error: invalid command 'bdist_wheel'
2021-04-16 15:06:54.244 |   
2021-04-16 15:06:54.244 |   ----------------------------------------
2021-04-16 15:06:54.244 |   Failed building wheel for pyperclip
2021-04-16 15:06:54.245 |   Running setup.py clean for pyperclip
2021-04-16 15:06:54.534 | Failed to build pyperclip
2021-04-16 15:06:54.535 | Installing collected packages: chardet, certifi, attrs, python-mimeparse, six, linecache2, traceback2, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, zipp, typing-extensions, importlib-metadata, stevedore, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements
2021-04-16 15:06:55.961 |   Running setup.py install for pyperclip: started
2021-04-16 15:06:56.418 |     Running setup.py install for pyperclip: finished with status 'done'
2021-04-16 15:06:56.875 |   Running setup.py install for openstack-requirements: started
2021-04-16 15:06:59.244 |     Running setup.py install for openstack-requirements: finished with status 'done'
2021-04-16 15:06:59.840 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.10.1 linecache2-1.0.0 openstack-requirements-1.2.1.dev4513 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.4 wcwidth-0.2.5 zipp-3.4.1
2021-04-16 15:06:59.969 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:06:59.971 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:06:59.973 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:06:59.976 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:06:59.978 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:06:59.980 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:06:59.982 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:06:59.984 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:06:59.986 | + functions-common:time_stop:2311          :   start_time=1618585606822
2021-04-16 15:06:59.989 | + functions-common:time_stop:2313          :   [[ -z 1618585606822 ]]
2021-04-16 15:06:59.991 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:06:59.995 | + functions-common:time_stop:2316          :   end_time=1618585619992
2021-04-16 15:06:59.997 | + functions-common:time_stop:2317          :   elapsed_time=13170
2021-04-16 15:06:59.999 | + functions-common:time_stop:2318          :   total=11470
2021-04-16 15:07:00.001 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:07:00.003 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=24640
2021-04-16 15:07:00.006 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:07:00.008 | + lib/infra:install_infra:39               :   unset PIP_VIRTUAL_ENV
2021-04-16 15:07:00.011 | + lib/infra:install_infra:42               :   use_library_from_git pbr
2021-04-16 15:07:00.013 | + inc/python:use_library_from_git:250      :   local name=pbr
2021-04-16 15:07:00.016 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:07:00.018 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:07:00.020 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pbr, ]]
2021-04-16 15:07:00.023 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:07:00.025 | + lib/infra:install_infra:48               :   pip_install -U pbr
2021-04-16 15:07:00.043 | Using python 3.6 to install pbr
2021-04-16 15:07:00.045 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
2021-04-16 15:07:00.995 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:07:00.995 |   from cryptography.utils import int_from_bytes
2021-04-16 15:07:00.995 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:07:00.995 |   from cryptography.utils import int_from_bytes
2021-04-16 15:07:02.090 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:07:02.094 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:07:02.101 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:07:02.106 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:07:02.227 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1)
2021-04-16 15:07:03.931 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:07:03.931 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:07:04.028 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:07:04.030 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:07:04.032 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:07:04.034 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:07:04.038 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:07:04.040 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:07:04.042 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:07:04.044 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:07:04.047 | + functions-common:time_stop:2311          :   start_time=1618585620039
2021-04-16 15:07:04.049 | + functions-common:time_stop:2313          :   [[ -z 1618585620039 ]]
2021-04-16 15:07:04.052 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:07:04.055 | + functions-common:time_stop:2316          :   end_time=1618585624053
2021-04-16 15:07:04.057 | + functions-common:time_stop:2317          :   elapsed_time=4014
2021-04-16 15:07:04.060 | + functions-common:time_stop:2318          :   total=24640
2021-04-16 15:07:04.062 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:07:04.065 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=28654
2021-04-16 15:07:04.068 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:07:04.070 | + ./stack.sh:main:778                      :   python3 -m venv /opt/stack/bindep-venv
2021-04-16 15:07:06.687 | + ./stack.sh:main:780                      :   /opt/stack/bindep-venv/bin/pip install bindep
2021-04-16 15:07:08.373 | Collecting bindep
2021-04-16 15:07:09.292 |   Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl
2021-04-16 15:07:09.316 | Collecting Parsley (from bindep)
2021-04-16 15:07:09.330 |   Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB)
2021-04-16 15:07:09.355 | Collecting distro (from bindep)
2021-04-16 15:07:09.724 |   Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl
2021-04-16 15:07:09.737 | Collecting pbr>=2.0.0 (from bindep)
2021-04-16 15:07:09.826 |   Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB)
2021-04-16 15:07:09.858 | Installing collected packages: Parsley, distro, pbr, bindep
2021-04-16 15:07:10.197 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1
2021-04-16 15:07:10.263 | + ./stack.sh:main:781                      :   export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2021-04-16 15:07:10.266 | + ./stack.sh:main:781                      :   BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2021-04-16 15:07:10.270 | ++ ./stack.sh:main:784                      :   _get_plugin_bindep_packages
2021-04-16 15:07:10.287 | + ./stack.sh:main:784                      :   pkgs=
2021-04-16 15:07:10.289 | + ./stack.sh:main:785                      :   [[ -n '' ]]
2021-04-16 15:07:10.292 | + ./stack.sh:main:792                      :   run_phase stack pre-install
2021-04-16 15:07:10.294 | + functions-common:run_phase:1732          :   local mode=stack
2021-04-16 15:07:10.296 | + functions-common:run_phase:1733          :   local phase=pre-install
2021-04-16 15:07:10.299 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-04-16 15:07:10.301 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-04-16 15:07:10.303 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-04-16 15:07:10.306 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-04-16 15:07:10.308 | + functions-common:run_phase:1742          :   local extra
2021-04-16 15:07:10.311 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-04-16 15:07:10.314 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-04-16 15:07:10.317 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-04-16 15:07:10.319 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-04-16 15:07:10.321 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install
2021-04-16 15:07:10.324 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-04-16 15:07:10.338 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:07:10.340 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-04-16 15:07:10.342 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.344 | ++ extras.d/80-tempest.sh:source:7          :   [[ pre-install == \i\n\s\t\a\l\l ]]
2021-04-16 15:07:10.347 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.349 | ++ extras.d/80-tempest.sh:source:10         :   [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
2021-04-16 15:07:10.351 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.353 | ++ extras.d/80-tempest.sh:source:13         :   [[ pre-install == \e\x\t\r\a ]]
2021-04-16 15:07:10.355 | ++ extras.d/80-tempest.sh:source:16         :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.357 | ++ extras.d/80-tempest.sh:source:16         :   [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]]
2021-04-16 15:07:10.360 | ++ extras.d/80-tempest.sh:source:19         :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.362 | ++ extras.d/80-tempest.sh:source:19         :   [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]]
2021-04-16 15:07:10.364 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-04-16 15:07:10.367 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-04-16 15:07:10.369 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-04-16 15:07:10.371 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-04-16 15:07:10.376 | + functions-common:run_phase:1759          :   run_plugins stack pre-install
2021-04-16 15:07:10.379 | + functions-common:run_plugins:1718        :   local mode=stack
2021-04-16 15:07:10.381 | + functions-common:run_plugins:1719        :   local phase=pre-install
2021-04-16 15:07:10.383 | + functions-common:run_plugins:1721        :   local plugins=,devstack-plugin-ceph
2021-04-16 15:07:10.385 | + functions-common:run_plugins:1722        :   local plugin
2021-04-16 15:07:10.388 | + functions-common:run_plugins:1723        :   for plugin in ${plugins//,/ }
2021-04-16 15:07:10.390 | + functions-common:run_plugins:1724        :   local dir=/opt/stack/devstack-plugin-ceph
2021-04-16 15:07:10.392 | + functions-common:run_plugins:1725        :   [[ -f /opt/stack/devstack-plugin-ceph/devstack/plugin.sh ]]
2021-04-16 15:07:10.395 | + functions-common:run_plugins:1726        :   source /opt/stack/devstack-plugin-ceph/devstack/plugin.sh stack pre-install
2021-04-16 15:07:10.398 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:3 :   [[ stack == \s\o\u\r\c\e ]]
2021-04-16 15:07:10.400 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ stack == \s\t\a\c\k ]]
2021-04-16 15:07:10.402 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:6 :   [[ pre-install == \p\r\e\-\i\n\s\t\a\l\l ]]
2021-04-16 15:07:10.404 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:7 :   [[ False = \T\r\u\e ]]
2021-04-16 15:07:10.406 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:12 :   echo_summary 'Installing Ceph'
2021-04-16 15:07:10.408 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:07:10.410 | ++ ./stack.sh:echo_summary:428              :   echo -e Installing Ceph
2021-04-16 15:07:10.413 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:13 :   check_os_support_ceph
2021-04-16 15:07:10.415 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:check_os_support_ceph:271 :   [[ bionic =~ f[0-9][0-9] ]]
2021-04-16 15:07:10.417 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:check_os_support_ceph:276 :   [[ ! bionic =~ (focal|bionic|xenial|f31|f32) ]]
2021-04-16 15:07:10.419 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:check_os_support_ceph:289 :   [[ ! systemd == \s\y\s\t\e\m\d ]]
2021-04-16 15:07:10.421 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:14 :   '[' False = False ']'
2021-04-16 15:07:10.424 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:15 :   '[' False = True ']'
2021-04-16 15:07:10.426 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:19 :   install_ceph
2021-04-16 15:07:10.428 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1072 :   is_ubuntu
2021-04-16 15:07:10.430 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:10.432 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:10.435 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1073 :   [[ bionic =~ (focal|xenial|bionic) ]]
2021-04-16 15:07:10.437 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1078 :   install_package software-properties-common
2021-04-16 15:07:10.439 | ++ functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:07:10.442 | ++ functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:07:10.444 | ++ functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:07:10.446 | ++ functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:07:10.448 | ++ functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:07:10.450 | ++ functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:07:10.452 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:10.454 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:10.456 | ++ functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:07:10.459 | ++ functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:07:10.461 | ++ functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:07:10.463 | ++ functions-common:apt_get_update:1069     :   return
2021-04-16 15:07:10.465 | ++ functions-common:install_package:1343    :   real_install_package software-properties-common
2021-04-16 15:07:10.467 | ++ functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:07:10.469 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:10.471 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:10.473 | ++ functions-common:real_install_package:1329 :   apt_get install software-properties-common
2021-04-16 15:07:10.494 | ++ functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
2021-04-16 15:07:10.615 | Reading package lists...
2021-04-16 15:07:10.882 | Building dependency tree...
2021-04-16 15:07:10.883 | Reading state information...
2021-04-16 15:07:11.110 | software-properties-common is already the newest version (0.96.24.32.14).
2021-04-16 15:07:11.110 | The following packages were automatically installed and are no longer required:
2021-04-16 15:07:11.110 |   apport-symptoms grub-pc-bin python3-attr python3-automat python3-click
2021-04-16 15:07:11.110 |   python3-colorama python3-configobj python3-constantly python3-hyperlink
2021-04-16 15:07:11.111 |   python3-incremental python3-keyring python3-keyrings.alt python3-netifaces
2021-04-16 15:07:11.111 |   python3-pam python3-problem-report python3-pyasn1
2021-04-16 15:07:11.111 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:07:11.111 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:07:11.111 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:07:11.179 | 0 upgraded, 0 newly installed, 0 to remove and 178 not upgraded.
2021-04-16 15:07:11.183 | ++ functions-common:apt_get:1113            :   result=0
2021-04-16 15:07:11.185 | ++ functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:07:11.193 | ++ functions-common:time_stop:2304          :   local name
2021-04-16 15:07:11.196 | ++ functions-common:time_stop:2305          :   local end_time
2021-04-16 15:07:11.198 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:07:11.200 | ++ functions-common:time_stop:2307          :   local total
2021-04-16 15:07:11.202 | ++ functions-common:time_stop:2308          :   local start_time
2021-04-16 15:07:11.204 | ++ functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:07:11.206 | ++ functions-common:time_stop:2311          :   start_time=1618585630491
2021-04-16 15:07:11.209 | ++ functions-common:time_stop:2313          :   [[ -z 1618585630491 ]]
2021-04-16 15:07:11.212 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:07:11.215 | ++ functions-common:time_stop:2316          :   end_time=1618585631213
2021-04-16 15:07:11.218 | ++ functions-common:time_stop:2317          :   elapsed_time=722
2021-04-16 15:07:11.220 | ++ functions-common:time_stop:2318          :   total=147528
2021-04-16 15:07:11.222 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:07:11.225 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=148250
2021-04-16 15:07:11.227 | ++ functions-common:apt_get:1117            :   return 0
2021-04-16 15:07:11.229 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1080 :   configure_repo_ceph apt-get octopus bionic
2021-04-16 15:07:11.232 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:967 :   local package_manager=apt-get
2021-04-16 15:07:11.234 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:968 :   local ceph_release=octopus
2021-04-16 15:07:11.236 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:969 :   local distro_release=bionic
2021-04-16 15:07:11.239 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:971 :   is_ubuntu
2021-04-16 15:07:11.241 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:11.243 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:11.246 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:972 :   wget -q -O- https://download.ceph.com/keys/release.asc
2021-04-16 15:07:11.246 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:972 :   sudo apt-key add -
2021-04-16 15:07:11.391 | Warning: apt-key output should not be parsed (stdout is not a terminal)
2021-04-16 15:07:12.854 | OK
2021-04-16 15:07:12.867 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:973 :   sudo apt-add-repository -y 'deb https://download.ceph.com/debian-octopus/ bionic main'
2021-04-16 15:07:14.322 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease
2021-04-16 15:07:14.322 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
2021-04-16 15:07:14.322 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-04-16 15:07:14.519 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-04-16 15:07:14.746 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-04-16 15:07:15.038 | Get:6 https://download.ceph.com/debian-octopus bionic InRelease [8,557 B]
2021-04-16 15:07:15.401 | Get:7 https://download.ceph.com/debian-octopus bionic/main amd64 Packages [16.0 kB]
2021-04-16 15:07:18.947 | Fetched 24.5 kB in 2s (15.9 kB/s)
2021-04-16 15:07:20.813 | Reading package lists...
2021-04-16 15:07:20.880 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_repo_ceph:974 :   sudo apt-get -y update
2021-04-16 15:07:21.144 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
2021-04-16 15:07:21.144 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-04-16 15:07:21.192 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-04-16 15:07:21.251 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-04-16 15:07:21.302 | Hit:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease
2021-04-16 15:07:21.606 | Hit:6 https://download.ceph.com/debian-octopus bionic InRelease
2021-04-16 15:07:24.031 | Reading package lists...
2021-04-16 15:07:24.115 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1082 :   CEPH_PACKAGES='ceph libnss3-tools'
2021-04-16 15:07:24.117 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1083 :   python3_enabled
2021-04-16 15:07:24.120 | ++ inc/python:python3_enabled:455           :   return 0
2021-04-16 15:07:24.122 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1084 :   CEPH_PACKAGES='ceph libnss3-tools python3-rados python3-rbd'
2021-04-16 15:07:24.124 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1087 :   is_ceph_enabled_for_service manila
2021-04-16 15:07:24.127 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:195 :   local config config_name enabled service
2021-04-16 15:07:24.130 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:196 :   enabled=1
2021-04-16 15:07:24.133 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   service=manila
2021-04-16 15:07:24.137 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   echo manila
2021-04-16 15:07:24.138 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr '[:lower:]' '[:upper:]'
2021-04-16 15:07:24.138 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr - _
2021-04-16 15:07:24.143 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   config_name=ENABLE_CEPH_MANILA
2021-04-16 15:07:24.147 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   eval echo '$ENABLE_CEPH_MANILA'
2021-04-16 15:07:24.150 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   echo True
2021-04-16 15:07:24.153 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   config=True
2021-04-16 15:07:24.158 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   is_service_enabled manila
2021-04-16 15:07:24.176 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:07:24.180 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   return 1
2021-04-16 15:07:24.183 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1091 :   '[' False = True ']'
2021-04-16 15:07:24.186 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1095 :   '[' '' = True ']'
2021-04-16 15:07:24.189 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:install_ceph:1105 :   install_package ceph libnss3-tools python3-rados python3-rbd
2021-04-16 15:07:24.193 | ++ functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:07:24.196 | ++ functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:07:24.199 | ++ functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:07:24.202 | ++ functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:07:24.204 | ++ functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:07:24.208 | ++ functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:07:24.210 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:24.213 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:24.215 | ++ functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:07:24.218 | ++ functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:07:24.220 | ++ functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:07:24.223 | ++ functions-common:apt_get_update:1069     :   return
2021-04-16 15:07:24.226 | ++ functions-common:install_package:1343    :   real_install_package ceph libnss3-tools python3-rados python3-rbd
2021-04-16 15:07:24.229 | ++ functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:07:24.231 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:07:24.233 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:07:24.236 | ++ functions-common:real_install_package:1329 :   apt_get install ceph libnss3-tools python3-rados python3-rbd
2021-04-16 15:07:24.262 | ++ functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install ceph libnss3-tools python3-rados python3-rbd
2021-04-16 15:07:24.399 | Reading package lists...
2021-04-16 15:07:24.680 | Building dependency tree...
2021-04-16 15:07:24.681 | Reading state information...
2021-04-16 15:07:24.947 | The following packages were automatically installed and are no longer required:
2021-04-16 15:07:24.948 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:07:24.948 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:07:24.948 |   python3-keyring python3-keyrings.alt python3-netifaces python3-pam
2021-04-16 15:07:24.948 |   python3-problem-report python3-requests-unixsocket python3-secretstorage
2021-04-16 15:07:24.948 |   python3-serial python3-twisted-bin python3-wheel python3-xdg
2021-04-16 15:07:24.949 |   python3-zope.interface
2021-04-16 15:07:24.949 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:07:24.949 | The following additional packages will be installed:
2021-04-16 15:07:24.949 |   blt ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm
2021-04-16 15:07:24.949 |   ceph-mgr-dashboard ceph-mgr-diskprediction-cloud
2021-04-16 15:07:24.949 |   ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core
2021-04-16 15:07:24.949 |   ceph-mgr-rook ceph-mon ceph-osd cephadm cgroupfs-mount containerd docker.io
2021-04-16 15:07:24.949 |   fonts-lyx ibverbs-providers libbabeltrace1 libblas3 libcephfs2 libdw1
2021-04-16 15:07:24.949 |   libgfortran4 libgoogle-perftools4 libibverbs1 libjs-jquery-ui
2021-04-16 15:07:24.949 |   libjs-sphinxdoc libjs-underscore liblapack3 liblcms2-2 libleveldb1v5
2021-04-16 15:07:24.949 |   liblttng-ust-ctl4 liblttng-ust0 liboath0 libopts25 librabbitmq4 librados2
2021-04-16 15:07:24.949 |   libradosstriper1 librbd1 librdkafka1 librdmacm1 librgw2 libsnappy1v5
2021-04-16 15:07:24.949 |   libtcl8.6 libtcmalloc-minimal4 libtk8.6 liburcu6 libwebpdemux2 libwebpmux3
2021-04-16 15:07:24.949 |   libxft2 libxss1 ntp nvme-cli pigz python-atomicwrites python-attr
2021-04-16 15:07:24.949 |   python-configparser python-contextlib2 python-funcsigs
2021-04-16 15:07:24.950 |   python-importlib-metadata python-matplotlib-data python-more-itertools
2021-04-16 15:07:24.950 |   python-packaging python-pastedeploy-tpl python-pathlib2 python-pkg-resources
2021-04-16 15:07:24.950 |   python-pluggy python-py python-pyparsing python-pytest python-scandir
2021-04-16 15:07:24.950 |   python-wcwidth python-zipp python3-atomicwrites python3-bcrypt python3-bs4
2021-04-16 15:07:24.950 |   python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs
2021-04-16 15:07:24.950 |   python3-cherrypy3 python3-cycler python3-dateutil python3-decorator
2021-04-16 15:07:24.950 |   python3-google-auth python3-html5lib python3-importlib-metadata
2021-04-16 15:07:24.950 |   python3-joblib python3-kiwisolver python3-kubernetes python3-logutils
2021-04-16 15:07:24.950 |   python3-lxml python3-mako python3-matplotlib python3-more-itertools
2021-04-16 15:07:24.950 |   python3-nose python3-numpy python3-olefile python3-packaging python3-paste
2021-04-16 15:07:24.950 |   python3-pastedeploy python3-pastescript python3-pecan python3-pil
2021-04-16 15:07:24.950 |   python3-pluggy python3-prettytable python3-py python3-pyasn1-modules
2021-04-16 15:07:24.950 |   python3-pyinotify python3-pyparsing python3-pytest python3-repoze.lru
2021-04-16 15:07:24.950 |   python3-requests-oauthlib python3-rgw python3-routes python3-rsa
2021-04-16 15:07:24.950 |   python3-scipy python3-simplegeneric python3-simplejson
2021-04-16 15:07:24.950 |   python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita
2021-04-16 15:07:24.950 |   python3-tk python3-waitress python3-wcwidth python3-webencodings
2021-04-16 15:07:24.950 |   python3-webob python3-websocket python3-webtest python3-werkzeug
2021-04-16 15:07:24.950 |   python3-yaml python3-zipp runc smartmontools sntp tk8.6-blt2.5
2021-04-16 15:07:24.950 |   ttf-bitstream-vera ubuntu-fan
2021-04-16 15:07:24.951 | Suggested packages:
2021-04-16 15:07:24.951 |   blt-demo python3-influxdb aufs-tools debootstrap docker-doc rinse zfs-fuse
2021-04-16 15:07:24.951 |   | zfsutils libjs-jquery-ui-docs liblcms2-utils tcl8.6 tk8.6 ntp-doc
2021-04-16 15:07:24.952 |   python-attr-doc python-funcsigs-doc python-setuptools subversion
2021-04-16 15:07:24.952 |   python-pytest-xdist python-pyparsing-doc python-mock python-cycler-doc
2021-04-16 15:07:24.952 |   python3-genshi python3-lxml-dbg python-lxml-doc python3-beaker
2021-04-16 15:07:24.952 |   python-mako-doc dvipng ffmpeg gir1.2-gtk-3.0 ghostscript inkscape ipython3
2021-04-16 15:07:24.952 |   librsvg2-common python-matplotlib-doc python3-cairocffi python3-gi-cairo
2021-04-16 15:07:24.952 |   python3-gobject python3-pyqt5 python3-sip python3-tornado
2021-04-16 15:07:24.952 |   texlive-extra-utils texlive-latex-extra ttf-staypuft python-nose-doc
2021-04-16 15:07:24.952 |   gfortran python-numpy-doc python3-numpy-dbg httpd-wsgi libapache2-mod-python
2021-04-16 15:07:24.952 |   libapache2-mod-scgi libjs-mochikit python-pecan-doc python-pil-doc
2021-04-16 15:07:24.952 |   python3-pil-dbg python-pyinotify-doc python-scipy-doc python3-dap
2021-04-16 15:07:24.952 |   python-sklearn-doc tix python3-tk-dbg python-waitress-doc python-webob-doc
2021-04-16 15:07:24.952 |   python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog
2021-04-16 15:07:24.952 |   gsmartcontrol smart-notifier mailx | mailutils
2021-04-16 15:07:25.228 | The following NEW packages will be installed:
2021-04-16 15:07:25.228 |   blt ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm
2021-04-16 15:07:25.228 |   ceph-mgr-dashboard ceph-mgr-diskprediction-cloud
2021-04-16 15:07:25.228 |   ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core
2021-04-16 15:07:25.228 |   ceph-mgr-rook ceph-mon ceph-osd cephadm cgroupfs-mount containerd docker.io
2021-04-16 15:07:25.228 |   fonts-lyx libbabeltrace1 libblas3 libcephfs2 libdw1 libgfortran4
2021-04-16 15:07:25.228 |   libgoogle-perftools4 libjs-jquery-ui libjs-sphinxdoc libjs-underscore
2021-04-16 15:07:25.229 |   liblapack3 liblcms2-2 libleveldb1v5 liblttng-ust-ctl4 liblttng-ust0
2021-04-16 15:07:25.229 |   libnss3-tools liboath0 libopts25 librabbitmq4 libradosstriper1 librdkafka1
2021-04-16 15:07:25.229 |   librdmacm1 librgw2 libsnappy1v5 libtcl8.6 libtcmalloc-minimal4 libtk8.6
2021-04-16 15:07:25.229 |   liburcu6 libwebpdemux2 libwebpmux3 libxft2 libxss1 ntp nvme-cli pigz
2021-04-16 15:07:25.229 |   python-atomicwrites python-attr python-configparser python-contextlib2
2021-04-16 15:07:25.229 |   python-funcsigs python-importlib-metadata python-matplotlib-data
2021-04-16 15:07:25.229 |   python-more-itertools python-packaging python-pastedeploy-tpl
2021-04-16 15:07:25.229 |   python-pathlib2 python-pkg-resources python-pluggy python-py
2021-04-16 15:07:25.229 |   python-pyparsing python-pytest python-scandir python-wcwidth python-zipp
2021-04-16 15:07:25.229 |   python3-atomicwrites python3-bcrypt python3-bs4 python3-cachetools
2021-04-16 15:07:25.229 |   python3-ceph-argparse python3-ceph-common python3-cephfs python3-cherrypy3
2021-04-16 15:07:25.229 |   python3-cycler python3-dateutil python3-decorator python3-google-auth
2021-04-16 15:07:25.229 |   python3-html5lib python3-importlib-metadata python3-joblib
2021-04-16 15:07:25.229 |   python3-kiwisolver python3-kubernetes python3-logutils python3-lxml
2021-04-16 15:07:25.229 |   python3-mako python3-matplotlib python3-more-itertools python3-nose
2021-04-16 15:07:25.229 |   python3-numpy python3-olefile python3-packaging python3-paste
2021-04-16 15:07:25.229 |   python3-pastedeploy python3-pastescript python3-pecan python3-pil
2021-04-16 15:07:25.229 |   python3-pluggy python3-prettytable python3-py python3-pyasn1-modules
2021-04-16 15:07:25.229 |   python3-pyinotify python3-pyparsing python3-pytest python3-rados python3-rbd
2021-04-16 15:07:25.229 |   python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes
2021-04-16 15:07:25.229 |   python3-rsa python3-scipy python3-simplegeneric python3-simplejson
2021-04-16 15:07:25.229 |   python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita
2021-04-16 15:07:25.230 |   python3-tk python3-waitress python3-wcwidth python3-webencodings
2021-04-16 15:07:25.230 |   python3-webob python3-websocket python3-webtest python3-werkzeug
2021-04-16 15:07:25.230 |   python3-yaml python3-zipp runc smartmontools sntp tk8.6-blt2.5
2021-04-16 15:07:25.230 |   ttf-bitstream-vera ubuntu-fan
2021-04-16 15:07:25.230 | The following packages will be upgraded:
2021-04-16 15:07:25.231 |   ibverbs-providers libibverbs1 librados2 librbd1
2021-04-16 15:07:25.394 | 4 upgraded, 142 newly installed, 0 to remove and 174 not upgraded.
2021-04-16 15:07:25.394 | Need to get 180 MB of archives.
2021-04-16 15:07:25.394 | After this operation, 843 MB of additional disk space will be used.
2021-04-16 15:07:25.394 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
2021-04-16 15:07:25.529 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B]
2021-04-16 15:07:25.536 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB]
2021-04-16 15:07:25.546 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 ibverbs-providers amd64 28.0-1ubuntu1~cloud0 [221 kB]
2021-04-16 15:07:25.599 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.3 [640 kB]
2021-04-16 15:07:25.847 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]
2021-04-16 15:07:25.862 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
2021-04-16 15:07:26.074 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtk8.6 amd64 8.6.8-4 [693 kB]
2021-04-16 15:07:26.223 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tk8.6-blt2.5 amd64 2.5.3+dfsg-4 [572 kB]
2021-04-16 15:07:26.231 | Get:10 https://download.ceph.com/debian-octopus bionic/main amd64 librbd1 amd64 15.2.10-1bionic [1,639 kB]
2021-04-16 15:07:26.347 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 blt amd64 2.5.3+dfsg-4 [4,944 B]
2021-04-16 15:07:26.347 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liburcu6 amd64 0.10.1-1ubuntu1 [52.2 kB]
2021-04-16 15:07:26.358 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblttng-ust-ctl4 amd64 2.10.1-1 [80.8 kB]
2021-04-16 15:07:26.381 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblttng-ust0 amd64 2.10.1-1 [154 kB]
2021-04-16 15:07:26.423 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-prettytable all 0.7.2-3 [19.7 kB]
2021-04-16 15:07:26.426 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 librabbitmq4 amd64 0.8.0-1ubuntu0.18.04.2 [33.9 kB]
2021-04-16 15:07:26.435 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdw1 amd64 0.170-0.4ubuntu0.1 [203 kB]
2021-04-16 15:07:26.478 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libbabeltrace1 amd64 1.5.5-1 [154 kB]
2021-04-16 15:07:26.542 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtcmalloc-minimal4 amd64 2.5-2.2ubuntu3 [91.6 kB]
2021-04-16 15:07:26.555 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgoogle-perftools4 amd64 2.5-2.2ubuntu3 [190 kB]
2021-04-16 15:07:26.594 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsnappy1v5 amd64 1.1.7-1 [16.0 kB]
2021-04-16 15:07:26.656 | Get:22 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 libibverbs1 amd64 28.0-1ubuntu1~cloud0 [54.1 kB]
2021-04-16 15:07:26.679 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libleveldb1v5 amd64 1.20-2 [136 kB]
2021-04-16 15:07:26.693 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liboath0 amd64 2.6.1-1 [44.7 kB]
2021-04-16 15:07:26.698 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-bcrypt amd64 3.1.4-2 [29.9 kB]
2021-04-16 15:07:26.702 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-cherrypy3 all 8.9.1-2 [160 kB]
2021-04-16 15:07:26.714 | Get:27 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 librdmacm1 amd64 28.0-1ubuntu1~cloud0 [61.7 kB]
2021-04-16 15:07:26.723 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-logutils all 0.3.3-5 [16.7 kB]
2021-04-16 15:07:26.725 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mako all 1.0.7+ds1-1 [59.3 kB]
2021-04-16 15:07:26.734 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-simplegeneric all 0.8.1-1 [11.5 kB]
2021-04-16 15:07:26.778 | Get:31 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-yaml amd64 5.3.1-1~cloud0 [127 kB]
2021-04-16 15:07:26.830 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-singledispatch all 3.4.0.3-2 [7,022 B]
2021-04-16 15:07:26.831 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-bs4 all 4.6.0-1 [67.8 kB]
2021-04-16 15:07:26.841 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-waitress all 1.0.1-1 [53.4 kB]
2021-04-16 15:07:26.932 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-tempita all 0.5.2-2 [13.9 kB]
2021-04-16 15:07:26.933 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-paste all 2.0.3+dfsg-4ubuntu1 [456 kB]
2021-04-16 15:07:26.939 | Get:37 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 librdkafka1 amd64 1.2.1-1ubuntu1~cloud0 [399 kB]
2021-04-16 15:07:26.981 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-pastedeploy-tpl all 1.5.2-4 [4,796 B]
2021-04-16 15:07:26.982 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pastedeploy all 1.5.2-4 [13.4 kB]
2021-04-16 15:07:26.983 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-webtest all 2.0.28-1ubuntu1 [27.9 kB]
2021-04-16 15:07:26.990 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-repoze.lru all 0.7-1 [11.7 kB]
2021-04-16 15:07:26.991 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-routes all 2.4.1-1 [28.4 kB]
2021-04-16 15:07:27.022 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libblas3 amd64 3.7.1-4ubuntu1 [140 kB]
2021-04-16 15:07:27.035 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.5.0-3ubuntu1~18.04 [492 kB]
2021-04-16 15:07:27.098 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblapack3 amd64 3.7.1-4ubuntu1 [2,112 kB]
2021-04-16 15:07:27.713 | Get:46 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-dateutil all 2.7.3-3ubuntu1~cloud0 [64.5 kB]
2021-04-16 15:07:27.728 | Get:47 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-webob all 1:1.8.5-2~cloud0 [89.4 kB]
2021-04-16 15:07:27.744 | Get:48 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-pecan all 1.3.3-3ubuntu1~cloud0 [104 kB]
2021-04-16 15:07:27.756 | Get:49 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-werkzeug all 0.16.1+dfsg1-2~cloud0 [185 kB]
2021-04-16 15:07:27.800 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-numpy amd64 1:1.13.3-2ubuntu1 [1,943 kB]
2021-04-16 15:07:27.849 | Get:51 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-decorator all 4.4.2-0ubuntu1~cloud0 [11.7 kB]
2021-04-16 15:07:27.850 | Get:52 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-cachetools all 4.0.0-1~cloud0 [10.2 kB]
2021-04-16 15:07:27.850 | Get:53 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-websocket all 0.53.0-2ubuntu1~cloud0 [32.4 kB]
2021-04-16 15:07:27.865 | Get:54 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-kubernetes all 7.0.0~a1-2~cloud0 [271 kB]
2021-04-16 15:07:28.104 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-scipy amd64 0.19.1-2ubuntu1 [9,619 kB]
2021-04-16 15:07:28.358 | Get:56 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3~cloud0 [97.2 kB]
2021-04-16 15:07:28.361 | Get:57 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-atomicwrites all 1.1.5-2build1~cloud0 [6,984 B]
2021-04-16 15:07:28.361 | Get:58 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-configparser all 3.5.0b2-3build1~cloud0 [62.8 kB]
2021-04-16 15:07:28.364 | Get:59 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-contextlib2 all 0.6.0-2~cloud0 [13.4 kB]
2021-04-16 15:07:28.365 | Get:60 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-scandir amd64 1.10.0-2ubuntu3~cloud0 [18.6 kB]
2021-04-16 15:07:28.366 | Get:61 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-pathlib2 all 2.3.5-1ubuntu1~cloud0 [17.7 kB]
2021-04-16 15:07:28.366 | Get:62 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-more-itertools all 4.2.0-1build1~cloud0 [42.5 kB]
2021-04-16 15:07:28.368 | Get:63 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-zipp all 1.0.0-1~cloud0 [5,280 B]
2021-04-16 15:07:28.368 | Get:64 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-importlib-metadata all 1.5.0-1~cloud0 [9,980 B]
2021-04-16 15:07:28.507 | Get:65 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-matplotlib-data all 3.1.2-1ubuntu4~cloud0 [4,139 kB]
2021-04-16 15:07:30.656 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sklearn-lib amd64 0.19.1-3 [1,429 kB]
2021-04-16 15:07:30.933 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-joblib all 0.11-1 [109 kB]
2021-04-16 15:07:30.937 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sklearn all 0.19.1-3 [1,373 kB]
2021-04-16 15:07:31.375 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyasn1-modules all 0.2.1-0.2 [32.9 kB]
2021-04-16 15:07:31.448 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-rsa all 3.4.2-1 [29.0 kB]
2021-04-16 15:07:31.515 | Get:71 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-pkg-resources all 44.0.0-2~cloud0 [184 kB]
2021-04-16 15:07:31.520 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-google-auth all 1.3.0-2 [32.5 kB]
2021-04-16 15:07:31.521 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-requests-oauthlib all 0.8.0-0.1 [16.1 kB]
2021-04-16 15:07:31.591 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6,320 B]
2021-04-16 15:07:31.592 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 runc amd64 1.0.0~rc10-0ubuntu1~18.04.2 [2,000 kB]
2021-04-16 15:07:31.644 | Get:76 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-pluggy all 0.13.0-2~cloud0 [18.4 kB]
2021-04-16 15:07:31.646 | Get:77 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-wcwidth all 0.1.8+dfsg1-3~cloud0 [17.0 kB]
2021-04-16 15:07:31.707 | Get:78 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python-pytest all 4.6.9-1~cloud0 [183 kB]
2021-04-16 15:07:31.726 | Get:79 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-atomicwrites all 1.1.5-2build1~cloud0 [7,060 B]
2021-04-16 15:07:31.726 | Get:80 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-more-itertools all 4.2.0-1build1~cloud0 [42.4 kB]
2021-04-16 15:07:31.728 | Get:81 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-zipp all 1.0.0-1~cloud0 [5,368 B]
2021-04-16 15:07:31.728 | Get:82 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-importlib-metadata all 1.5.0-1~cloud0 [10.1 kB]
2021-04-16 15:07:31.729 | Get:83 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-kiwisolver amd64 1.0.1-3build1~cloud0 [65.6 kB]
2021-04-16 15:07:31.739 | Get:84 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-matplotlib amd64 3.1.2-1ubuntu4~cloud0 [5,288 kB]
2021-04-16 15:07:32.010 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 containerd amd64 1.3.3-0ubuntu1~18.04.4 [21.7 MB]
2021-04-16 15:07:34.788 | Get:86 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-pluggy all 0.13.0-2~cloud0 [18.4 kB]
2021-04-16 15:07:34.926 | Get:87 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-wcwidth all 0.1.8+dfsg1-3~cloud0 [17.1 kB]
2021-04-16 15:07:34.926 | Get:88 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-pytest all 4.6.9-1~cloud0 [183 kB]
2021-04-16 15:07:34.967 | Get:89 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 smartmontools amd64 7.1-1build1~cloud0 [529 kB]
2021-04-16 15:07:36.602 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 docker.io amd64 19.03.6-0ubuntu1~18.04.3 [39.9 MB]
2021-04-16 15:07:43.074 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 fonts-lyx all 2.2.4-0ubuntu0.18.04.1 [155 kB]
2021-04-16 15:07:43.080 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-ui all 1.12.1+dfsg-5 [232 kB]
2021-04-16 15:07:43.149 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjs-underscore all 1.8.3~dfsg-1ubuntu0.1 [60.4 kB]
2021-04-16 15:07:43.151 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
2021-04-16 15:07:43.413 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libnss3-tools amd64 2:3.35-2ubuntu2.12 [869 kB]
2021-04-16 15:07:43.441 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebpdemux2 amd64 0.6.1-2 [9,472 B]
2021-04-16 15:07:43.441 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebpmux3 amd64 0.6.1-2 [19.6 kB]
2021-04-16 15:07:43.447 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nvme-cli amd64 1.5-1ubuntu1.1 [184 kB]
2021-04-16 15:07:43.453 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-attr all 17.4.0-2 [23.7 kB]
2021-04-16 15:07:43.454 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-funcsigs all 1.0.2-4 [13.5 kB]
2021-04-16 15:07:43.455 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 ttf-bitstream-vera all 1.10-8 [352 kB]
2021-04-16 15:07:43.464 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-pyparsing all 2.2.0+dfsg1-2 [52.1 kB]
2021-04-16 15:07:43.548 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python-packaging all 17.1-1 [18.2 kB]
2021-04-16 15:07:43.549 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python-py all 1.5.2-1 [65.1 kB]
2021-04-16 15:07:43.632 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-cycler all 0.10.0-1 [7,622 B]
2021-04-16 15:07:43.633 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-webencodings all 0.5-2 [10.4 kB]
2021-04-16 15:07:43.633 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-html5lib all 0.999999999-1 [81.9 kB]
2021-04-16 15:07:43.636 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lxml amd64 4.2.1-1ubuntu0.4 [1,097 kB]
2021-04-16 15:07:44.022 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [52.2 kB]
2021-04-16 15:07:44.032 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-nose all 1.3.7-3 [115 kB]
2021-04-16 15:07:44.035 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB]
2021-04-16 15:07:44.037 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-packaging all 17.1-1 [18.2 kB]
2021-04-16 15:07:44.037 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pastescript all 2.0.2-2 [54.6 kB]
2021-04-16 15:07:44.039 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.5 [330 kB]
2021-04-16 15:07:44.088 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-py all 1.5.2-1 [65.2 kB]
2021-04-16 15:07:44.089 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyinotify all 0.9.6-1 [24.7 kB]
2021-04-16 15:07:44.090 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-simplejson amd64 3.13.2-1 [49.6 kB]
2021-04-16 15:07:44.110 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-tk amd64 3.6.9-1~18.04 [119 kB]
2021-04-16 15:07:44.185 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.3 [86.5 kB]
2021-04-16 15:07:44.207 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-fan all 0.12.10 [34.7 kB]
2021-04-16 15:07:47.806 | Get:121 https://download.ceph.com/debian-octopus bionic/main amd64 librados2 amd64 15.2.10-1bionic [3,059 kB]
2021-04-16 15:07:51.109 | Get:122 https://download.ceph.com/debian-octopus bionic/main amd64 libcephfs2 amd64 15.2.10-1bionic [435 kB]
2021-04-16 15:07:51.319 | Get:123 https://download.ceph.com/debian-octopus bionic/main amd64 python3-rados amd64 15.2.10-1bionic [345 kB]
2021-04-16 15:07:51.698 | Get:124 https://download.ceph.com/debian-octopus bionic/main amd64 python3-ceph-argparse all 15.2.10-1bionic [20.7 kB]
2021-04-16 15:07:51.699 | Get:125 https://download.ceph.com/debian-octopus bionic/main amd64 python3-cephfs amd64 15.2.10-1bionic [133 kB]
2021-04-16 15:07:51.703 | Get:126 https://download.ceph.com/debian-octopus bionic/main amd64 python3-ceph-common all 15.2.10-1bionic [29.0 kB]
2021-04-16 15:07:51.704 | Get:127 https://download.ceph.com/debian-octopus bionic/main amd64 python3-rbd amd64 15.2.10-1bionic [326 kB]
2021-04-16 15:07:51.853 | Get:128 https://download.ceph.com/debian-octopus bionic/main amd64 librgw2 amd64 15.2.10-1bionic [2,901 kB]
2021-04-16 15:07:54.191 | Get:129 https://download.ceph.com/debian-octopus bionic/main amd64 python3-rgw amd64 15.2.10-1bionic [99.7 kB]
2021-04-16 15:07:54.253 | Get:130 https://download.ceph.com/debian-octopus bionic/main amd64 libradosstriper1 amd64 15.2.10-1bionic [338 kB]
2021-04-16 15:07:54.536 | Get:131 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-common amd64 15.2.10-1bionic [18.8 MB]
2021-04-16 15:08:29.208 | Get:132 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-base amd64 15.2.10-1bionic [5,173 kB]
2021-04-16 15:08:31.419 | Get:133 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-modules-core all 15.2.10-1bionic [161 kB]
2021-04-16 15:08:31.621 | Get:134 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr amd64 15.2.10-1bionic [1,285 kB]
2021-04-16 15:08:32.970 | Get:135 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mon amd64 15.2.10-1bionic [5,942 kB]
2021-04-16 15:08:41.504 | Get:136 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-osd amd64 15.2.10-1bionic [22.8 MB]
2021-04-16 15:09:45.151 | Get:137 https://download.ceph.com/debian-octopus bionic/main amd64 ceph amd64 15.2.10-1bionic [3,912 B]
2021-04-16 15:09:45.170 | Get:138 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-fuse amd64 15.2.10-1bionic [516 kB]
2021-04-16 15:09:45.639 | Get:139 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mds amd64 15.2.10-1bionic [1,854 kB]
2021-04-16 15:09:47.223 | Get:140 https://download.ceph.com/debian-octopus bionic/main amd64 cephadm amd64 15.2.10-1bionic [52.2 kB]
2021-04-16 15:09:47.257 | Get:141 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-cephadm all 15.2.10-1bionic [57.9 kB]
2021-04-16 15:09:47.312 | Get:142 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-dashboard all 15.2.10-1bionic [3,197 kB]
2021-04-16 15:09:48.832 | Get:143 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-diskprediction-cloud all 15.2.10-1bionic [34.3 kB]
2021-04-16 15:09:48.843 | Get:144 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-diskprediction-local all 15.2.10-1bionic [7,898 kB]
2021-04-16 15:09:53.748 | Get:145 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-k8sevents all 15.2.10-1bionic [4,036 B]
2021-04-16 15:09:53.777 | Get:146 https://download.ceph.com/debian-octopus bionic/main amd64 ceph-mgr-rook all 15.2.10-1bionic [22.5 kB]
2021-04-16 15:09:54.987 | Preconfiguring packages ...
2021-04-16 15:09:55.085 | Fetched 180 MB in 2min 29s (1,214 kB/s)
2021-04-16 15:09:55.123 | Selecting previously unselected package libxft2:amd64.
2021-04-16 15:09:55.161 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 74751 files and directories currently installed.)
2021-04-16 15:09:55.164 | Preparing to unpack .../000-libxft2_2.3.2-1_amd64.deb ...
2021-04-16 15:09:55.167 | Unpacking libxft2:amd64 (2.3.2-1) ...
2021-04-16 15:09:55.245 | Selecting previously unselected package libxss1:amd64.
2021-04-16 15:09:55.252 | Preparing to unpack .../001-libxss1_1%3a1.2.2-1_amd64.deb ...
2021-04-16 15:09:55.255 | Unpacking libxss1:amd64 (1:1.2.2-1) ...
2021-04-16 15:09:55.332 | Selecting previously unselected package libopts25:amd64.
2021-04-16 15:09:55.340 | Preparing to unpack .../002-libopts25_1%3a5.18.12-4_amd64.deb ...
2021-04-16 15:09:55.352 | Unpacking libopts25:amd64 (1:5.18.12-4) ...
2021-04-16 15:09:55.467 | Selecting previously unselected package ntp.
2021-04-16 15:09:55.475 | Preparing to unpack .../003-ntp_1%3a4.2.8p10+dfsg-5ubuntu7.3_amd64.deb ...
2021-04-16 15:09:55.504 | Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
2021-04-16 15:09:55.688 | Selecting previously unselected package pigz.
2021-04-16 15:09:55.695 | Preparing to unpack .../004-pigz_2.4-1_amd64.deb ...
2021-04-16 15:09:55.698 | Unpacking pigz (2.4-1) ...
2021-04-16 15:09:55.777 | Selecting previously unselected package libtcl8.6:amd64.
2021-04-16 15:09:55.785 | Preparing to unpack .../005-libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
2021-04-16 15:09:55.787 | Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ...
2021-04-16 15:09:56.042 | Selecting previously unselected package libtk8.6:amd64.
2021-04-16 15:09:56.050 | Preparing to unpack .../006-libtk8.6_8.6.8-4_amd64.deb ...
2021-04-16 15:09:56.053 | Unpacking libtk8.6:amd64 (8.6.8-4) ...
2021-04-16 15:09:56.229 | Selecting previously unselected package tk8.6-blt2.5.
2021-04-16 15:09:56.236 | Preparing to unpack .../007-tk8.6-blt2.5_2.5.3+dfsg-4_amd64.deb ...
2021-04-16 15:09:56.239 | Unpacking tk8.6-blt2.5 (2.5.3+dfsg-4) ...
2021-04-16 15:09:56.381 | Selecting previously unselected package blt.
2021-04-16 15:09:56.389 | Preparing to unpack .../008-blt_2.5.3+dfsg-4_amd64.deb ...
2021-04-16 15:09:56.391 | Unpacking blt (2.5.3+dfsg-4) ...
2021-04-16 15:09:56.525 | Preparing to unpack .../009-ibverbs-providers_28.0-1ubuntu1~cloud0_amd64.deb ...
2021-04-16 15:09:56.650 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ...
2021-04-16 15:09:56.789 | Preparing to unpack .../010-libibverbs1_28.0-1ubuntu1~cloud0_amd64.deb ...
2021-04-16 15:09:56.810 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ...
2021-04-16 15:09:56.908 | Selecting previously unselected package liburcu6:amd64.
2021-04-16 15:09:56.916 | Preparing to unpack .../011-liburcu6_0.10.1-1ubuntu1_amd64.deb ...
2021-04-16 15:09:56.919 | Unpacking liburcu6:amd64 (0.10.1-1ubuntu1) ...
2021-04-16 15:09:57.006 | Selecting previously unselected package liblttng-ust-ctl4:amd64.
2021-04-16 15:09:57.014 | Preparing to unpack .../012-liblttng-ust-ctl4_2.10.1-1_amd64.deb ...
2021-04-16 15:09:57.016 | Unpacking liblttng-ust-ctl4:amd64 (2.10.1-1) ...
2021-04-16 15:09:57.109 | Selecting previously unselected package liblttng-ust0:amd64.
2021-04-16 15:09:57.117 | Preparing to unpack .../013-liblttng-ust0_2.10.1-1_amd64.deb ...
2021-04-16 15:09:57.119 | Unpacking liblttng-ust0:amd64 (2.10.1-1) ...
2021-04-16 15:09:57.225 | Selecting previously unselected package librdmacm1:amd64.
2021-04-16 15:09:57.233 | Preparing to unpack .../014-librdmacm1_28.0-1ubuntu1~cloud0_amd64.deb ...
2021-04-16 15:09:57.236 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ...
2021-04-16 15:09:57.327 | Preparing to unpack .../015-librbd1_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:57.348 | Unpacking librbd1 (15.2.10-1bionic) over (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:09:57.685 | Preparing to unpack .../016-librados2_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:57.706 | Unpacking librados2 (15.2.10-1bionic) over (12.2.13-0ubuntu0.18.04.6) ...
2021-04-16 15:09:58.241 | Selecting previously unselected package libcephfs2.
2021-04-16 15:09:58.249 | Preparing to unpack .../017-libcephfs2_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:58.251 | Unpacking libcephfs2 (15.2.10-1bionic) ...
2021-04-16 15:09:58.369 | Selecting previously unselected package python3-rados.
2021-04-16 15:09:58.377 | Preparing to unpack .../018-python3-rados_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:58.380 | Unpacking python3-rados (15.2.10-1bionic) ...
2021-04-16 15:09:58.505 | Selecting previously unselected package python3-ceph-argparse.
2021-04-16 15:09:58.513 | Preparing to unpack .../019-python3-ceph-argparse_15.2.10-1bionic_all.deb ...
2021-04-16 15:09:58.515 | Unpacking python3-ceph-argparse (15.2.10-1bionic) ...
2021-04-16 15:09:58.592 | Selecting previously unselected package python3-cephfs.
2021-04-16 15:09:58.599 | Preparing to unpack .../020-python3-cephfs_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:58.602 | Unpacking python3-cephfs (15.2.10-1bionic) ...
2021-04-16 15:09:58.693 | Selecting previously unselected package python3-yaml.
2021-04-16 15:09:58.701 | Preparing to unpack .../021-python3-yaml_5.3.1-1~cloud0_amd64.deb ...
2021-04-16 15:09:58.703 | Unpacking python3-yaml (5.3.1-1~cloud0) ...
2021-04-16 15:09:58.794 | Selecting previously unselected package python3-ceph-common.
2021-04-16 15:09:58.804 | Preparing to unpack .../022-python3-ceph-common_15.2.10-1bionic_all.deb ...
2021-04-16 15:09:58.808 | Unpacking python3-ceph-common (15.2.10-1bionic) ...
2021-04-16 15:09:58.885 | Selecting previously unselected package python3-prettytable.
2021-04-16 15:09:58.893 | Preparing to unpack .../023-python3-prettytable_0.7.2-3_all.deb ...
2021-04-16 15:09:58.896 | Unpacking python3-prettytable (0.7.2-3) ...
2021-04-16 15:09:58.959 | Selecting previously unselected package python3-rbd.
2021-04-16 15:09:58.967 | Preparing to unpack .../024-python3-rbd_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:58.969 | Unpacking python3-rbd (15.2.10-1bionic) ...
2021-04-16 15:09:59.100 | Selecting previously unselected package librabbitmq4:amd64.
2021-04-16 15:09:59.108 | Preparing to unpack .../025-librabbitmq4_0.8.0-1ubuntu0.18.04.2_amd64.deb ...
2021-04-16 15:09:59.110 | Unpacking librabbitmq4:amd64 (0.8.0-1ubuntu0.18.04.2) ...
2021-04-16 15:09:59.196 | Selecting previously unselected package librdkafka1:amd64.
2021-04-16 15:09:59.204 | Preparing to unpack .../026-librdkafka1_1.2.1-1ubuntu1~cloud0_amd64.deb ...
2021-04-16 15:09:59.206 | Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1~cloud0) ...
2021-04-16 15:09:59.335 | Selecting previously unselected package librgw2.
2021-04-16 15:09:59.343 | Preparing to unpack .../027-librgw2_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:59.345 | Unpacking librgw2 (15.2.10-1bionic) ...
2021-04-16 15:09:59.845 | Selecting previously unselected package python3-rgw.
2021-04-16 15:09:59.853 | Preparing to unpack .../028-python3-rgw_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:09:59.856 | Unpacking python3-rgw (15.2.10-1bionic) ...
2021-04-16 15:09:59.952 | Selecting previously unselected package libdw1:amd64.
2021-04-16 15:09:59.960 | Preparing to unpack .../029-libdw1_0.170-0.4ubuntu0.1_amd64.deb ...
2021-04-16 15:09:59.962 | Unpacking libdw1:amd64 (0.170-0.4ubuntu0.1) ...
2021-04-16 15:10:00.080 | Selecting previously unselected package libbabeltrace1:amd64.
2021-04-16 15:10:00.087 | Preparing to unpack .../030-libbabeltrace1_1.5.5-1_amd64.deb ...
2021-04-16 15:10:00.091 | Unpacking libbabeltrace1:amd64 (1.5.5-1) ...
2021-04-16 15:10:00.188 | Selecting previously unselected package libtcmalloc-minimal4.
2021-04-16 15:10:00.196 | Preparing to unpack .../031-libtcmalloc-minimal4_2.5-2.2ubuntu3_amd64.deb ...
2021-04-16 15:10:00.198 | Unpacking libtcmalloc-minimal4 (2.5-2.2ubuntu3) ...
2021-04-16 15:10:00.284 | Selecting previously unselected package libgoogle-perftools4.
2021-04-16 15:10:00.292 | Preparing to unpack .../032-libgoogle-perftools4_2.5-2.2ubuntu3_amd64.deb ...
2021-04-16 15:10:00.295 | Unpacking libgoogle-perftools4 (2.5-2.2ubuntu3) ...
2021-04-16 15:10:00.397 | Selecting previously unselected package libsnappy1v5:amd64.
2021-04-16 15:10:00.405 | Preparing to unpack .../033-libsnappy1v5_1.1.7-1_amd64.deb ...
2021-04-16 15:10:00.407 | Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
2021-04-16 15:10:00.482 | Selecting previously unselected package libleveldb1v5:amd64.
2021-04-16 15:10:00.490 | Preparing to unpack .../034-libleveldb1v5_1.20-2_amd64.deb ...
2021-04-16 15:10:00.492 | Unpacking libleveldb1v5:amd64 (1.20-2) ...
2021-04-16 15:10:00.599 | Selecting previously unselected package liboath0.
2021-04-16 15:10:00.607 | Preparing to unpack .../035-liboath0_2.6.1-1_amd64.deb ...
2021-04-16 15:10:00.609 | Unpacking liboath0 (2.6.1-1) ...
2021-04-16 15:10:00.687 | Selecting previously unselected package libradosstriper1.
2021-04-16 15:10:00.695 | Preparing to unpack .../036-libradosstriper1_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:00.697 | Unpacking libradosstriper1 (15.2.10-1bionic) ...
2021-04-16 15:10:00.852 | Selecting previously unselected package ceph-common.
2021-04-16 15:10:00.859 | Preparing to unpack .../037-ceph-common_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:00.862 | Unpacking ceph-common (15.2.10-1bionic) ...
2021-04-16 15:10:03.683 | Selecting previously unselected package ceph-base.
2021-04-16 15:10:03.691 | Preparing to unpack .../038-ceph-base_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:03.700 | Unpacking ceph-base (15.2.10-1bionic) ...
2021-04-16 15:10:04.557 | Selecting previously unselected package python3-dateutil.
2021-04-16 15:10:04.565 | Preparing to unpack .../039-python3-dateutil_2.7.3-3ubuntu1~cloud0_all.deb ...
2021-04-16 15:10:04.567 | Unpacking python3-dateutil (2.7.3-3ubuntu1~cloud0) ...
2021-04-16 15:10:04.632 | Selecting previously unselected package ceph-mgr-modules-core.
2021-04-16 15:10:04.640 | Preparing to unpack .../040-ceph-mgr-modules-core_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:04.643 | Unpacking ceph-mgr-modules-core (15.2.10-1bionic) ...
2021-04-16 15:10:04.751 | Selecting previously unselected package python3-bcrypt.
2021-04-16 15:10:04.759 | Preparing to unpack .../041-python3-bcrypt_3.1.4-2_amd64.deb ...
2021-04-16 15:10:04.762 | Unpacking python3-bcrypt (3.1.4-2) ...
2021-04-16 15:10:04.840 | Selecting previously unselected package python3-cherrypy3.
2021-04-16 15:10:04.849 | Preparing to unpack .../042-python3-cherrypy3_8.9.1-2_all.deb ...
2021-04-16 15:10:04.851 | Unpacking python3-cherrypy3 (8.9.1-2) ...
2021-04-16 15:10:04.950 | Selecting previously unselected package python3-logutils.
2021-04-16 15:10:04.957 | Preparing to unpack .../043-python3-logutils_0.3.3-5_all.deb ...
2021-04-16 15:10:04.960 | Unpacking python3-logutils (0.3.3-5) ...
2021-04-16 15:10:05.038 | Selecting previously unselected package python3-mako.
2021-04-16 15:10:05.046 | Preparing to unpack .../044-python3-mako_1.0.7+ds1-1_all.deb ...
2021-04-16 15:10:05.048 | Unpacking python3-mako (1.0.7+ds1-1) ...
2021-04-16 15:10:05.129 | Selecting previously unselected package python3-simplegeneric.
2021-04-16 15:10:05.138 | Preparing to unpack .../045-python3-simplegeneric_0.8.1-1_all.deb ...
2021-04-16 15:10:05.141 | Unpacking python3-simplegeneric (0.8.1-1) ...
2021-04-16 15:10:05.217 | Selecting previously unselected package python3-singledispatch.
2021-04-16 15:10:05.225 | Preparing to unpack .../046-python3-singledispatch_3.4.0.3-2_all.deb ...
2021-04-16 15:10:05.227 | Unpacking python3-singledispatch (3.4.0.3-2) ...
2021-04-16 15:10:05.306 | Selecting previously unselected package python3-webob.
2021-04-16 15:10:05.314 | Preparing to unpack .../047-python3-webob_1%3a1.8.5-2~cloud0_all.deb ...
2021-04-16 15:10:05.316 | Unpacking python3-webob (1:1.8.5-2~cloud0) ...
2021-04-16 15:10:05.400 | Selecting previously unselected package python3-bs4.
2021-04-16 15:10:05.410 | Preparing to unpack .../048-python3-bs4_4.6.0-1_all.deb ...
2021-04-16 15:10:05.412 | Unpacking python3-bs4 (4.6.0-1) ...
2021-04-16 15:10:05.496 | Selecting previously unselected package python3-waitress.
2021-04-16 15:10:05.504 | Preparing to unpack .../049-python3-waitress_1.0.1-1_all.deb ...
2021-04-16 15:10:05.506 | Unpacking python3-waitress (1.0.1-1) ...
2021-04-16 15:10:05.589 | Selecting previously unselected package python3-tempita.
2021-04-16 15:10:05.597 | Preparing to unpack .../050-python3-tempita_0.5.2-2_all.deb ...
2021-04-16 15:10:05.600 | Unpacking python3-tempita (0.5.2-2) ...
2021-04-16 15:10:05.676 | Selecting previously unselected package python3-paste.
2021-04-16 15:10:05.685 | Preparing to unpack .../051-python3-paste_2.0.3+dfsg-4ubuntu1_all.deb ...
2021-04-16 15:10:05.688 | Unpacking python3-paste (2.0.3+dfsg-4ubuntu1) ...
2021-04-16 15:10:05.794 | Selecting previously unselected package python-pastedeploy-tpl.
2021-04-16 15:10:05.802 | Preparing to unpack .../052-python-pastedeploy-tpl_1.5.2-4_all.deb ...
2021-04-16 15:10:05.805 | Unpacking python-pastedeploy-tpl (1.5.2-4) ...
2021-04-16 15:10:05.881 | Selecting previously unselected package python3-pastedeploy.
2021-04-16 15:10:05.889 | Preparing to unpack .../053-python3-pastedeploy_1.5.2-4_all.deb ...
2021-04-16 15:10:05.891 | Unpacking python3-pastedeploy (1.5.2-4) ...
2021-04-16 15:10:05.967 | Selecting previously unselected package python3-webtest.
2021-04-16 15:10:05.975 | Preparing to unpack .../054-python3-webtest_2.0.28-1ubuntu1_all.deb ...
2021-04-16 15:10:05.977 | Unpacking python3-webtest (2.0.28-1ubuntu1) ...
2021-04-16 15:10:06.053 | Selecting previously unselected package python3-pecan.
2021-04-16 15:10:06.061 | Preparing to unpack .../055-python3-pecan_1.3.3-3ubuntu1~cloud0_all.deb ...
2021-04-16 15:10:06.064 | Unpacking python3-pecan (1.3.3-3ubuntu1~cloud0) ...
2021-04-16 15:10:06.176 | Selecting previously unselected package python3-werkzeug.
2021-04-16 15:10:06.185 | Preparing to unpack .../056-python3-werkzeug_0.16.1+dfsg1-2~cloud0_all.deb ...
2021-04-16 15:10:06.187 | Unpacking python3-werkzeug (0.16.1+dfsg1-2~cloud0) ...
2021-04-16 15:10:06.298 | Selecting previously unselected package ceph-mgr.
2021-04-16 15:10:06.306 | Preparing to unpack .../057-ceph-mgr_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:06.309 | Unpacking ceph-mgr (15.2.10-1bionic) ...
2021-04-16 15:10:06.609 | Selecting previously unselected package ceph-mon.
2021-04-16 15:10:06.617 | Preparing to unpack .../058-ceph-mon_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:06.620 | Unpacking ceph-mon (15.2.10-1bionic) ...
2021-04-16 15:10:07.605 | Selecting previously unselected package ceph-osd.
2021-04-16 15:10:07.613 | Preparing to unpack .../059-ceph-osd_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:07.616 | Unpacking ceph-osd (15.2.10-1bionic) ...
2021-04-16 15:10:10.985 | Selecting previously unselected package ceph.
2021-04-16 15:10:10.993 | Preparing to unpack .../060-ceph_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:10.996 | Unpacking ceph (15.2.10-1bionic) ...
2021-04-16 15:10:11.088 | Selecting previously unselected package ceph-fuse.
2021-04-16 15:10:11.096 | Preparing to unpack .../061-ceph-fuse_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:11.098 | Unpacking ceph-fuse (15.2.10-1bionic) ...
2021-04-16 15:10:11.255 | Selecting previously unselected package ceph-mds.
2021-04-16 15:10:11.263 | Preparing to unpack .../062-ceph-mds_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:11.266 | Unpacking ceph-mds (15.2.10-1bionic) ...
2021-04-16 15:10:11.611 | Selecting previously unselected package cephadm.
2021-04-16 15:10:11.620 | Preparing to unpack .../063-cephadm_15.2.10-1bionic_amd64.deb ...
2021-04-16 15:10:11.622 | Unpacking cephadm (15.2.10-1bionic) ...
2021-04-16 15:10:11.702 | Selecting previously unselected package ceph-mgr-cephadm.
2021-04-16 15:10:11.710 | Preparing to unpack .../064-ceph-mgr-cephadm_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:11.712 | Unpacking ceph-mgr-cephadm (15.2.10-1bionic) ...
2021-04-16 15:10:11.794 | Selecting previously unselected package python3-repoze.lru.
2021-04-16 15:10:11.802 | Preparing to unpack .../065-python3-repoze.lru_0.7-1_all.deb ...
2021-04-16 15:10:11.804 | Unpacking python3-repoze.lru (0.7-1) ...
2021-04-16 15:10:11.881 | Selecting previously unselected package python3-routes.
2021-04-16 15:10:11.889 | Preparing to unpack .../066-python3-routes_2.4.1-1_all.deb ...
2021-04-16 15:10:11.892 | Unpacking python3-routes (2.4.1-1) ...
2021-04-16 15:10:11.971 | Selecting previously unselected package ceph-mgr-dashboard.
2021-04-16 15:10:11.980 | Preparing to unpack .../067-ceph-mgr-dashboard_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:11.982 | Unpacking ceph-mgr-dashboard (15.2.10-1bionic) ...
2021-04-16 15:10:12.757 | Selecting previously unselected package ceph-mgr-diskprediction-cloud.
2021-04-16 15:10:12.767 | Preparing to unpack .../068-ceph-mgr-diskprediction-cloud_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:12.769 | Unpacking ceph-mgr-diskprediction-cloud (15.2.10-1bionic) ...
2021-04-16 15:10:12.864 | Selecting previously unselected package libblas3:amd64.
2021-04-16 15:10:12.872 | Preparing to unpack .../069-libblas3_3.7.1-4ubuntu1_amd64.deb ...
2021-04-16 15:10:12.877 | Unpacking libblas3:amd64 (3.7.1-4ubuntu1) ...
2021-04-16 15:10:12.977 | Selecting previously unselected package libgfortran4:amd64.
2021-04-16 15:10:12.985 | Preparing to unpack .../070-libgfortran4_7.5.0-3ubuntu1~18.04_amd64.deb ...
2021-04-16 15:10:12.988 | Unpacking libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:10:13.151 | Selecting previously unselected package liblapack3:amd64.
2021-04-16 15:10:13.159 | Preparing to unpack .../071-liblapack3_3.7.1-4ubuntu1_amd64.deb ...
2021-04-16 15:10:13.164 | Unpacking liblapack3:amd64 (3.7.1-4ubuntu1) ...
2021-04-16 15:10:13.550 | Selecting previously unselected package python3-numpy.
2021-04-16 15:10:13.558 | Preparing to unpack .../072-python3-numpy_1%3a1.13.3-2ubuntu1_amd64.deb ...
2021-04-16 15:10:13.560 | Unpacking python3-numpy (1:1.13.3-2ubuntu1) ...
2021-04-16 15:10:13.962 | Selecting previously unselected package python3-decorator.
2021-04-16 15:10:13.970 | Preparing to unpack .../073-python3-decorator_4.4.2-0ubuntu1~cloud0_all.deb ...
2021-04-16 15:10:13.972 | Unpacking python3-decorator (4.4.2-0ubuntu1~cloud0) ...
2021-04-16 15:10:14.053 | Selecting previously unselected package python3-scipy.
2021-04-16 15:10:14.062 | Preparing to unpack .../074-python3-scipy_0.19.1-2ubuntu1_amd64.deb ...
2021-04-16 15:10:14.074 | Unpacking python3-scipy (0.19.1-2ubuntu1) ...
2021-04-16 15:10:15.482 | Selecting previously unselected package python3-sklearn-lib.
2021-04-16 15:10:15.491 | Preparing to unpack .../075-python3-sklearn-lib_0.19.1-3_amd64.deb ...
2021-04-16 15:10:15.493 | Unpacking python3-sklearn-lib (0.19.1-3) ...
2021-04-16 15:10:15.799 | Selecting previously unselected package python3-joblib.
2021-04-16 15:10:15.808 | Preparing to unpack .../076-python3-joblib_0.11-1_all.deb ...
2021-04-16 15:10:15.810 | Unpacking python3-joblib (0.11-1) ...
2021-04-16 15:10:15.916 | Selecting previously unselected package python3-sklearn.
2021-04-16 15:10:15.924 | Preparing to unpack .../077-python3-sklearn_0.19.1-3_all.deb ...
2021-04-16 15:10:15.927 | Unpacking python3-sklearn (0.19.1-3) ...
2021-04-16 15:10:16.218 | Selecting previously unselected package ceph-mgr-diskprediction-local.
2021-04-16 15:10:16.227 | Preparing to unpack .../078-ceph-mgr-diskprediction-local_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:16.247 | Unpacking ceph-mgr-diskprediction-local (15.2.10-1bionic) ...
2021-04-16 15:10:17.635 | Selecting previously unselected package python3-cachetools.
2021-04-16 15:10:17.643 | Preparing to unpack .../079-python3-cachetools_4.0.0-1~cloud0_all.deb ...
2021-04-16 15:10:17.646 | Unpacking python3-cachetools (4.0.0-1~cloud0) ...
2021-04-16 15:10:17.721 | Selecting previously unselected package python3-pyasn1-modules.
2021-04-16 15:10:17.730 | Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2_all.deb ...
2021-04-16 15:10:17.732 | Unpacking python3-pyasn1-modules (0.2.1-0.2) ...
2021-04-16 15:10:17.817 | Selecting previously unselected package python3-rsa.
2021-04-16 15:10:17.826 | Preparing to unpack .../081-python3-rsa_3.4.2-1_all.deb ...
2021-04-16 15:10:17.829 | Unpacking python3-rsa (3.4.2-1) ...
2021-04-16 15:10:17.908 | Selecting previously unselected package python3-google-auth.
2021-04-16 15:10:17.917 | Preparing to unpack .../082-python3-google-auth_1.3.0-2_all.deb ...
2021-04-16 15:10:17.920 | Unpacking python3-google-auth (1.3.0-2) ...
2021-04-16 15:10:18.001 | Selecting previously unselected package python3-requests-oauthlib.
2021-04-16 15:10:18.011 | Preparing to unpack .../083-python3-requests-oauthlib_0.8.0-0.1_all.deb ...
2021-04-16 15:10:18.013 | Unpacking python3-requests-oauthlib (0.8.0-0.1) ...
2021-04-16 15:10:18.091 | Selecting previously unselected package python3-websocket.
2021-04-16 15:10:18.100 | Preparing to unpack .../084-python3-websocket_0.53.0-2ubuntu1~cloud0_all.deb ...
2021-04-16 15:10:18.102 | Unpacking python3-websocket (0.53.0-2ubuntu1~cloud0) ...
2021-04-16 15:10:18.183 | Selecting previously unselected package python3-kubernetes.
2021-04-16 15:10:18.192 | Preparing to unpack .../085-python3-kubernetes_7.0.0~a1-2~cloud0_all.deb ...
2021-04-16 15:10:18.194 | Unpacking python3-kubernetes (7.0.0~a1-2~cloud0) ...
2021-04-16 15:10:18.482 | Selecting previously unselected package ceph-mgr-k8sevents.
2021-04-16 15:10:18.491 | Preparing to unpack .../086-ceph-mgr-k8sevents_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:18.494 | Unpacking ceph-mgr-k8sevents (15.2.10-1bionic) ...
2021-04-16 15:10:18.572 | Selecting previously unselected package ceph-mgr-rook.
2021-04-16 15:10:18.580 | Preparing to unpack .../087-ceph-mgr-rook_15.2.10-1bionic_all.deb ...
2021-04-16 15:10:18.583 | Unpacking ceph-mgr-rook (15.2.10-1bionic) ...
2021-04-16 15:10:18.687 | Selecting previously unselected package cgroupfs-mount.
2021-04-16 15:10:18.696 | Preparing to unpack .../088-cgroupfs-mount_1.4_all.deb ...
2021-04-16 15:10:18.706 | Unpacking cgroupfs-mount (1.4) ...
2021-04-16 15:10:18.764 | Selecting previously unselected package runc.
2021-04-16 15:10:18.774 | Preparing to unpack .../089-runc_1.0.0~rc10-0ubuntu1~18.04.2_amd64.deb ...
2021-04-16 15:10:18.777 | Unpacking runc (1.0.0~rc10-0ubuntu1~18.04.2) ...
2021-04-16 15:10:19.176 | Selecting previously unselected package containerd.
2021-04-16 15:10:19.185 | Preparing to unpack .../090-containerd_1.3.3-0ubuntu1~18.04.4_amd64.deb ...
2021-04-16 15:10:19.188 | Unpacking containerd (1.3.3-0ubuntu1~18.04.4) ...
2021-04-16 15:10:22.648 | Selecting previously unselected package docker.io.
2021-04-16 15:10:22.657 | Preparing to unpack .../091-docker.io_19.03.6-0ubuntu1~18.04.3_amd64.deb ...
2021-04-16 15:10:22.688 | Unpacking docker.io (19.03.6-0ubuntu1~18.04.3) ...
2021-04-16 15:10:28.852 | Selecting previously unselected package fonts-lyx.
2021-04-16 15:10:28.860 | Preparing to unpack .../092-fonts-lyx_2.2.4-0ubuntu0.18.04.1_all.deb ...
2021-04-16 15:10:28.863 | Unpacking fonts-lyx (2.2.4-0ubuntu0.18.04.1) ...
2021-04-16 15:10:28.975 | Selecting previously unselected package libjs-jquery-ui.
2021-04-16 15:10:28.984 | Preparing to unpack .../093-libjs-jquery-ui_1.12.1+dfsg-5_all.deb ...
2021-04-16 15:10:28.994 | Unpacking libjs-jquery-ui (1.12.1+dfsg-5) ...
2021-04-16 15:10:29.183 | Selecting previously unselected package libjs-underscore.
2021-04-16 15:10:29.192 | Preparing to unpack .../094-libjs-underscore_1.8.3~dfsg-1ubuntu0.1_all.deb ...
2021-04-16 15:10:29.195 | Unpacking libjs-underscore (1.8.3~dfsg-1ubuntu0.1) ...
2021-04-16 15:10:29.268 | Selecting previously unselected package libjs-sphinxdoc.
2021-04-16 15:10:29.277 | Preparing to unpack .../095-libjs-sphinxdoc_1.8.5-7ubuntu3~cloud0_all.deb ...
2021-04-16 15:10:29.280 | Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3~cloud0) ...
2021-04-16 15:10:29.382 | Selecting previously unselected package liblcms2-2:amd64.
2021-04-16 15:10:29.391 | Preparing to unpack .../096-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
2021-04-16 15:10:29.393 | Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
2021-04-16 15:10:29.482 | Selecting previously unselected package libnss3-tools.
2021-04-16 15:10:29.491 | Preparing to unpack .../097-libnss3-tools_2%3a3.35-2ubuntu2.12_amd64.deb ...
2021-04-16 15:10:29.493 | Unpacking libnss3-tools (2:3.35-2ubuntu2.12) ...
2021-04-16 15:10:29.711 | Selecting previously unselected package libwebpdemux2:amd64.
2021-04-16 15:10:29.719 | Preparing to unpack .../098-libwebpdemux2_0.6.1-2_amd64.deb ...
2021-04-16 15:10:29.722 | Unpacking libwebpdemux2:amd64 (0.6.1-2) ...
2021-04-16 15:10:29.807 | Selecting previously unselected package libwebpmux3:amd64.
2021-04-16 15:10:29.816 | Preparing to unpack .../099-libwebpmux3_0.6.1-2_amd64.deb ...
2021-04-16 15:10:29.818 | Unpacking libwebpmux3:amd64 (0.6.1-2) ...
2021-04-16 15:10:29.886 | Selecting previously unselected package nvme-cli.
2021-04-16 15:10:29.895 | Preparing to unpack .../100-nvme-cli_1.5-1ubuntu1.1_amd64.deb ...
2021-04-16 15:10:29.897 | Unpacking nvme-cli (1.5-1ubuntu1.1) ...
2021-04-16 15:10:29.999 | Selecting previously unselected package python-atomicwrites.
2021-04-16 15:10:30.008 | Preparing to unpack .../101-python-atomicwrites_1.1.5-2build1~cloud0_all.deb ...
2021-04-16 15:10:30.010 | Unpacking python-atomicwrites (1.1.5-2build1~cloud0) ...
2021-04-16 15:10:30.088 | Selecting previously unselected package python-attr.
2021-04-16 15:10:30.097 | Preparing to unpack .../102-python-attr_17.4.0-2_all.deb ...
2021-04-16 15:10:30.099 | Unpacking python-attr (17.4.0-2) ...
2021-04-16 15:10:30.176 | Selecting previously unselected package python-configparser.
2021-04-16 15:10:30.185 | Preparing to unpack .../103-python-configparser_3.5.0b2-3build1~cloud0_all.deb ...
2021-04-16 15:10:30.187 | Unpacking python-configparser (3.5.0b2-3build1~cloud0) ...
2021-04-16 15:10:30.272 | Selecting previously unselected package python-contextlib2.
2021-04-16 15:10:30.281 | Preparing to unpack .../104-python-contextlib2_0.6.0-2~cloud0_all.deb ...
2021-04-16 15:10:30.283 | Unpacking python-contextlib2 (0.6.0-2~cloud0) ...
2021-04-16 15:10:30.360 | Selecting previously unselected package python-funcsigs.
2021-04-16 15:10:30.369 | Preparing to unpack .../105-python-funcsigs_1.0.2-4_all.deb ...
2021-04-16 15:10:30.371 | Unpacking python-funcsigs (1.0.2-4) ...
2021-04-16 15:10:30.448 | Selecting previously unselected package python-scandir.
2021-04-16 15:10:30.457 | Preparing to unpack .../106-python-scandir_1.10.0-2ubuntu3~cloud0_amd64.deb ...
2021-04-16 15:10:30.460 | Unpacking python-scandir (1.10.0-2ubuntu3~cloud0) ...
2021-04-16 15:10:30.537 | Selecting previously unselected package python-pathlib2.
2021-04-16 15:10:30.546 | Preparing to unpack .../107-python-pathlib2_2.3.5-1ubuntu1~cloud0_all.deb ...
2021-04-16 15:10:30.548 | Unpacking python-pathlib2 (2.3.5-1ubuntu1~cloud0) ...
2021-04-16 15:10:30.624 | Selecting previously unselected package python-more-itertools.
2021-04-16 15:10:30.633 | Preparing to unpack .../108-python-more-itertools_4.2.0-1build1~cloud0_all.deb ...
2021-04-16 15:10:30.635 | Unpacking python-more-itertools (4.2.0-1build1~cloud0) ...
2021-04-16 15:10:30.716 | Selecting previously unselected package python-zipp.
2021-04-16 15:10:30.725 | Preparing to unpack .../109-python-zipp_1.0.0-1~cloud0_all.deb ...
2021-04-16 15:10:30.728 | Unpacking python-zipp (1.0.0-1~cloud0) ...
2021-04-16 15:10:30.803 | Selecting previously unselected package python-importlib-metadata.
2021-04-16 15:10:30.812 | Preparing to unpack .../110-python-importlib-metadata_1.5.0-1~cloud0_all.deb ...
2021-04-16 15:10:30.814 | Unpacking python-importlib-metadata (1.5.0-1~cloud0) ...
2021-04-16 15:10:30.874 | Selecting previously unselected package ttf-bitstream-vera.
2021-04-16 15:10:30.883 | Preparing to unpack .../111-ttf-bitstream-vera_1.10-8_all.deb ...
2021-04-16 15:10:30.885 | Unpacking ttf-bitstream-vera (1.10-8) ...
2021-04-16 15:10:30.961 | Selecting previously unselected package python-matplotlib-data.
2021-04-16 15:10:30.969 | Preparing to unpack .../112-python-matplotlib-data_3.1.2-1ubuntu4~cloud0_all.deb ...
2021-04-16 15:10:30.972 | Unpacking python-matplotlib-data (3.1.2-1ubuntu4~cloud0) ...
2021-04-16 15:10:31.512 | Selecting previously unselected package python-pyparsing.
2021-04-16 15:10:31.521 | Preparing to unpack .../113-python-pyparsing_2.2.0+dfsg1-2_all.deb ...
2021-04-16 15:10:31.524 | Unpacking python-pyparsing (2.2.0+dfsg1-2) ...
2021-04-16 15:10:31.606 | Selecting previously unselected package python-packaging.
2021-04-16 15:10:31.616 | Preparing to unpack .../114-python-packaging_17.1-1_all.deb ...
2021-04-16 15:10:31.618 | Unpacking python-packaging (17.1-1) ...
2021-04-16 15:10:31.697 | Selecting previously unselected package python-pkg-resources.
2021-04-16 15:10:31.706 | Preparing to unpack .../115-python-pkg-resources_44.0.0-2~cloud0_all.deb ...
2021-04-16 15:10:31.709 | Unpacking python-pkg-resources (44.0.0-2~cloud0) ...
2021-04-16 15:10:31.811 | Selecting previously unselected package python-pluggy.
2021-04-16 15:10:31.820 | Preparing to unpack .../116-python-pluggy_0.13.0-2~cloud0_all.deb ...
2021-04-16 15:10:31.822 | Unpacking python-pluggy (0.13.0-2~cloud0) ...
2021-04-16 15:10:31.903 | Selecting previously unselected package python-py.
2021-04-16 15:10:31.912 | Preparing to unpack .../117-python-py_1.5.2-1_all.deb ...
2021-04-16 15:10:31.914 | Unpacking python-py (1.5.2-1) ...
2021-04-16 15:10:31.997 | Selecting previously unselected package python-wcwidth.
2021-04-16 15:10:32.005 | Preparing to unpack .../118-python-wcwidth_0.1.8+dfsg1-3~cloud0_all.deb ...
2021-04-16 15:10:32.007 | Unpacking python-wcwidth (0.1.8+dfsg1-3~cloud0) ...
2021-04-16 15:10:32.085 | Selecting previously unselected package python-pytest.
2021-04-16 15:10:32.094 | Preparing to unpack .../119-python-pytest_4.6.9-1~cloud0_all.deb ...
2021-04-16 15:10:32.096 | Unpacking python-pytest (4.6.9-1~cloud0) ...
2021-04-16 15:10:32.194 | Selecting previously unselected package python3-atomicwrites.
2021-04-16 15:10:32.202 | Preparing to unpack .../120-python3-atomicwrites_1.1.5-2build1~cloud0_all.deb ...
2021-04-16 15:10:32.205 | Unpacking python3-atomicwrites (1.1.5-2build1~cloud0) ...
2021-04-16 15:10:32.280 | Selecting previously unselected package python3-cycler.
2021-04-16 15:10:32.289 | Preparing to unpack .../121-python3-cycler_0.10.0-1_all.deb ...
2021-04-16 15:10:32.291 | Unpacking python3-cycler (0.10.0-1) ...
2021-04-16 15:10:32.365 | Selecting previously unselected package python3-webencodings.
2021-04-16 15:10:32.374 | Preparing to unpack .../122-python3-webencodings_0.5-2_all.deb ...
2021-04-16 15:10:32.377 | Unpacking python3-webencodings (0.5-2) ...
2021-04-16 15:10:32.453 | Selecting previously unselected package python3-html5lib.
2021-04-16 15:10:32.462 | Preparing to unpack .../123-python3-html5lib_0.999999999-1_all.deb ...
2021-04-16 15:10:32.465 | Unpacking python3-html5lib (0.999999999-1) ...
2021-04-16 15:10:32.554 | Selecting previously unselected package python3-more-itertools.
2021-04-16 15:10:32.563 | Preparing to unpack .../124-python3-more-itertools_4.2.0-1build1~cloud0_all.deb ...
2021-04-16 15:10:32.565 | Unpacking python3-more-itertools (4.2.0-1build1~cloud0) ...
2021-04-16 15:10:32.644 | Selecting previously unselected package python3-zipp.
2021-04-16 15:10:32.653 | Preparing to unpack .../125-python3-zipp_1.0.0-1~cloud0_all.deb ...
2021-04-16 15:10:32.657 | Unpacking python3-zipp (1.0.0-1~cloud0) ...
2021-04-16 15:10:32.732 | Selecting previously unselected package python3-importlib-metadata.
2021-04-16 15:10:32.740 | Preparing to unpack .../126-python3-importlib-metadata_1.5.0-1~cloud0_all.deb ...
2021-04-16 15:10:32.743 | Unpacking python3-importlib-metadata (1.5.0-1~cloud0) ...
2021-04-16 15:10:32.801 | Selecting previously unselected package python3-kiwisolver.
2021-04-16 15:10:32.810 | Preparing to unpack .../127-python3-kiwisolver_1.0.1-3build1~cloud0_amd64.deb ...
2021-04-16 15:10:32.813 | Unpacking python3-kiwisolver (1.0.1-3build1~cloud0) ...
2021-04-16 15:10:32.896 | Selecting previously unselected package python3-lxml:amd64.
2021-04-16 15:10:32.905 | Preparing to unpack .../128-python3-lxml_4.2.1-1ubuntu0.4_amd64.deb ...
2021-04-16 15:10:32.907 | Unpacking python3-lxml:amd64 (4.2.1-1ubuntu0.4) ...
2021-04-16 15:10:33.143 | Selecting previously unselected package python3-pyparsing.
2021-04-16 15:10:33.152 | Preparing to unpack .../129-python3-pyparsing_2.2.0+dfsg1-2_all.deb ...
2021-04-16 15:10:33.154 | Unpacking python3-pyparsing (2.2.0+dfsg1-2) ...
2021-04-16 15:10:33.233 | Selecting previously unselected package python3-matplotlib.
2021-04-16 15:10:33.243 | Preparing to unpack .../130-python3-matplotlib_3.1.2-1ubuntu4~cloud0_amd64.deb ...
2021-04-16 15:10:33.245 | Unpacking python3-matplotlib (3.1.2-1ubuntu4~cloud0) ...
2021-04-16 15:10:34.052 | Selecting previously unselected package python3-nose.
2021-04-16 15:10:34.061 | Preparing to unpack .../131-python3-nose_1.3.7-3_all.deb ...
2021-04-16 15:10:34.064 | Unpacking python3-nose (1.3.7-3) ...
2021-04-16 15:10:34.157 | Selecting previously unselected package python3-olefile.
2021-04-16 15:10:34.166 | Preparing to unpack .../132-python3-olefile_0.45.1-1_all.deb ...
2021-04-16 15:10:34.172 | Unpacking python3-olefile (0.45.1-1) ...
2021-04-16 15:10:34.270 | Selecting previously unselected package python3-packaging.
2021-04-16 15:10:34.279 | Preparing to unpack .../133-python3-packaging_17.1-1_all.deb ...
2021-04-16 15:10:34.287 | Unpacking python3-packaging (17.1-1) ...
2021-04-16 15:10:34.374 | Selecting previously unselected package python3-pastescript.
2021-04-16 15:10:34.383 | Preparing to unpack .../134-python3-pastescript_2.0.2-2_all.deb ...
2021-04-16 15:10:34.388 | Unpacking python3-pastescript (2.0.2-2) ...
2021-04-16 15:10:34.472 | Selecting previously unselected package python3-pil:amd64.
2021-04-16 15:10:34.481 | Preparing to unpack .../135-python3-pil_5.1.0-1ubuntu0.5_amd64.deb ...
2021-04-16 15:10:34.484 | Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.5) ...
2021-04-16 15:10:34.612 | Selecting previously unselected package python3-pluggy.
2021-04-16 15:10:34.621 | Preparing to unpack .../136-python3-pluggy_0.13.0-2~cloud0_all.deb ...
2021-04-16 15:10:34.624 | Unpacking python3-pluggy (0.13.0-2~cloud0) ...
2021-04-16 15:10:34.704 | Selecting previously unselected package python3-py.
2021-04-16 15:10:34.714 | Preparing to unpack .../137-python3-py_1.5.2-1_all.deb ...
2021-04-16 15:10:34.717 | Unpacking python3-py (1.5.2-1) ...
2021-04-16 15:10:34.800 | Selecting previously unselected package python3-pyinotify.
2021-04-16 15:10:34.809 | Preparing to unpack .../138-python3-pyinotify_0.9.6-1_all.deb ...
2021-04-16 15:10:34.811 | Unpacking python3-pyinotify (0.9.6-1) ...
2021-04-16 15:10:34.888 | Selecting previously unselected package python3-wcwidth.
2021-04-16 15:10:34.897 | Preparing to unpack .../139-python3-wcwidth_0.1.8+dfsg1-3~cloud0_all.deb ...
2021-04-16 15:10:34.900 | Unpacking python3-wcwidth (0.1.8+dfsg1-3~cloud0) ...
2021-04-16 15:10:34.977 | Selecting previously unselected package python3-pytest.
2021-04-16 15:10:34.986 | Preparing to unpack .../140-python3-pytest_4.6.9-1~cloud0_all.deb ...
2021-04-16 15:10:34.989 | Unpacking python3-pytest (4.6.9-1~cloud0) ...
2021-04-16 15:10:35.085 | Selecting previously unselected package python3-simplejson.
2021-04-16 15:10:35.094 | Preparing to unpack .../141-python3-simplejson_3.13.2-1_amd64.deb ...
2021-04-16 15:10:35.096 | Unpacking python3-simplejson (3.13.2-1) ...
2021-04-16 15:10:35.179 | Selecting previously unselected package python3-tk:amd64.
2021-04-16 15:10:35.187 | Preparing to unpack .../142-python3-tk_3.6.9-1~18.04_amd64.deb ...
2021-04-16 15:10:35.190 | Unpacking python3-tk:amd64 (3.6.9-1~18.04) ...
2021-04-16 15:10:35.314 | Selecting previously unselected package smartmontools.
2021-04-16 15:10:35.323 | Preparing to unpack .../143-smartmontools_7.1-1build1~cloud0_amd64.deb ...
2021-04-16 15:10:35.342 | Unpacking smartmontools (7.1-1build1~cloud0) ...
2021-04-16 15:10:35.475 | Selecting previously unselected package sntp.
2021-04-16 15:10:35.484 | Preparing to unpack .../144-sntp_1%3a4.2.8p10+dfsg-5ubuntu7.3_amd64.deb ...
2021-04-16 15:10:35.486 | Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
2021-04-16 15:10:35.587 | Selecting previously unselected package ubuntu-fan.
2021-04-16 15:10:35.596 | Preparing to unpack .../145-ubuntu-fan_0.12.10_all.deb ...
2021-04-16 15:10:35.599 | Unpacking ubuntu-fan (0.12.10) ...
2021-04-16 15:10:35.716 | Setting up python3-logutils (0.3.3-5) ...
2021-04-16 15:10:35.996 | Setting up python3-werkzeug (0.16.1+dfsg1-2~cloud0) ...
2021-04-16 15:10:36.420 | Setting up libibverbs1:amd64 (28.0-1ubuntu1~cloud0) ...
2021-04-16 15:10:36.448 | Setting up python3-yaml (5.3.1-1~cloud0) ...
2021-04-16 15:10:36.768 | Setting up python-atomicwrites (1.1.5-2build1~cloud0) ...
2021-04-16 15:10:36.871 | Setting up librdkafka1:amd64 (1.2.1-1ubuntu1~cloud0) ...
2021-04-16 15:10:36.901 | Setting up python3-simplegeneric (0.8.1-1) ...
2021-04-16 15:10:37.174 | Setting up python3-webencodings (0.5-2) ...
2021-04-16 15:10:37.455 | Setting up python3-kiwisolver (1.0.1-3build1~cloud0) ...
2021-04-16 15:10:37.485 | Setting up python-attr (17.4.0-2) ...
2021-04-16 15:10:37.603 | Setting up python-scandir (1.10.0-2ubuntu3~cloud0) ...
2021-04-16 15:10:37.709 | Setting up libjs-underscore (1.8.3~dfsg-1ubuntu0.1) ...
2021-04-16 15:10:37.736 | Setting up runc (1.0.0~rc10-0ubuntu1~18.04.2) ...
2021-04-16 15:10:37.765 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:10:37.788 | Setting up python3-py (1.5.2-1) ...
2021-04-16 15:10:38.139 | Setting up libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
2021-04-16 15:10:38.167 | Setting up python3-lxml:amd64 (4.2.1-1ubuntu0.4) ...
2021-04-16 15:10:38.490 | Setting up python3-requests-oauthlib (0.8.0-0.1) ...
2021-04-16 15:10:38.770 | Setting up python3-waitress (1.0.1-1) ...
2021-04-16 15:10:38.791 | update-alternatives: using /usr/bin/waitress-serve-python3 to provide /usr/bin/waitress-serve (waitress-serve) in auto mode
2021-04-16 15:10:39.134 | Setting up python3-olefile (0.45.1-1) ...
2021-04-16 15:10:39.420 | Setting up libdw1:amd64 (0.170-0.4ubuntu0.1) ...
2021-04-16 15:10:39.449 | Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
2021-04-16 15:10:39.478 | Setting up python3-mako (1.0.7+ds1-1) ...
2021-04-16 15:10:39.818 | Setting up python3-ceph-argparse (15.2.10-1bionic) ...
2021-04-16 15:10:40.104 | Setting up python3-tempita (0.5.2-2) ...
2021-04-16 15:10:40.387 | Setting up python3-webob (1:1.8.5-2~cloud0) ...
2021-04-16 15:10:40.743 | Setting up python3-bcrypt (3.1.4-2) ...
2021-04-16 15:10:41.020 | Setting up libxss1:amd64 (1:1.2.2-1) ...
2021-04-16 15:10:41.056 | Setting up python3-simplejson (3.13.2-1) ...
2021-04-16 15:10:41.375 | Setting up python-more-itertools (4.2.0-1build1~cloud0) ...
2021-04-16 15:10:41.518 | Setting up python-zipp (1.0.0-1~cloud0) ...
2021-04-16 15:10:41.630 | Setting up python3-singledispatch (3.4.0.3-2) ...
2021-04-16 15:10:41.905 | Setting up python3-pyparsing (2.2.0+dfsg1-2) ...
2021-04-16 15:10:42.216 | Setting up python3-cycler (0.10.0-1) ...
2021-04-16 15:10:42.489 | Setting up libjs-sphinxdoc (1.8.5-7ubuntu3~cloud0) ...
2021-04-16 15:10:42.516 | Setting up python3-cherrypy3 (8.9.1-2) ...
2021-04-16 15:10:42.919 | Setting up python3-more-itertools (4.2.0-1build1~cloud0) ...
2021-04-16 15:10:43.236 | Setting up librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ...
2021-04-16 15:10:43.264 | Setting up cgroupfs-mount (1.4) ...
2021-04-16 15:10:43.680 | Setting up python-pkg-resources (44.0.0-2~cloud0) ...
2021-04-16 15:10:43.871 | Setting up python3-bs4 (4.6.0-1) ...
2021-04-16 15:10:44.215 | Setting up smartmontools (7.1-1build1~cloud0) ...
2021-04-16 15:10:44.707 | Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service.
2021-04-16 15:10:44.707 | Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service.
2021-04-16 15:10:45.098 | Setting up containerd (1.3.3-0ubuntu1~18.04.4) ...
2021-04-16 15:10:45.350 | Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
2021-04-16 15:10:45.739 | Setting up cephadm (15.2.10-1bionic) ...
2021-04-16 15:10:45.992 | Adding system user cephadm....done
2021-04-16 15:10:46.037 | Setting up liburcu6:amd64 (0.10.1-1ubuntu1) ...
2021-04-16 15:10:46.065 | Setting up python3-wcwidth (0.1.8+dfsg1-3~cloud0) ...
2021-04-16 15:10:46.352 | Setting up nvme-cli (1.5-1ubuntu1.1) ...
2021-04-16 15:10:46.380 | Setting up python3-rsa (3.4.2-1) ...
2021-04-16 15:10:46.685 | Setting up python3-prettytable (0.7.2-3) ...
2021-04-16 15:10:46.966 | Setting up python-configparser (3.5.0b2-3build1~cloud0) ...
2021-04-16 15:10:47.087 | Setting up liblttng-ust-ctl4:amd64 (2.10.1-1) ...
2021-04-16 15:10:47.115 | Setting up libtcmalloc-minimal4 (2.5-2.2ubuntu3) ...
2021-04-16 15:10:47.143 | Setting up python3-ceph-common (15.2.10-1bionic) ...
2021-04-16 15:10:47.462 | Setting up libblas3:amd64 (3.7.1-4ubuntu1) ...
2021-04-16 15:10:47.485 | update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
2021-04-16 15:10:47.499 | Setting up python-wcwidth (0.1.8+dfsg1-3~cloud0) ...
2021-04-16 15:10:47.609 | Setting up libgoogle-perftools4 (2.5-2.2ubuntu3) ...
2021-04-16 15:10:47.639 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:10:47.670 | Setting up libnss3-tools (2:3.35-2ubuntu2.12) ...
2021-04-16 15:10:47.699 | Setting up python3-nose (1.3.7-3) ...
2021-04-16 15:10:48.087 | Setting up ubuntu-fan (0.12.10) ...
2021-04-16 15:10:48.432 | Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-fan.service → /lib/systemd/system/ubuntu-fan.service.
2021-04-16 15:10:49.105 | Setting up libwebpmux3:amd64 (0.6.1-2) ...
2021-04-16 15:10:49.142 | Setting up libsnappy1v5:amd64 (1.1.7-1) ...
2021-04-16 15:10:49.170 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) ...
2021-04-16 15:10:49.341 | Removing obsolete conffile /etc/libibverbs.d/nes.driver ...
2021-04-16 15:10:49.350 | Removing obsolete conffile /etc/libibverbs.d/cxgb3.driver ...
2021-04-16 15:10:49.354 | Setting up python3-html5lib (0.999999999-1) ...
2021-04-16 15:10:49.747 | Setting up libjs-jquery-ui (1.12.1+dfsg-5) ...
2021-04-16 15:10:49.776 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:10:49.980 | Setting up python3-repoze.lru (0.7-1) ...
2021-04-16 15:10:50.276 | Setting up libopts25:amd64 (1:5.18.12-4) ...
2021-04-16 15:10:50.304 | Setting up python3-pyasn1-modules (0.2.1-0.2) ...
2021-04-16 15:10:50.663 | Setting up python-funcsigs (1.0.2-4) ...
2021-04-16 15:10:50.778 | Setting up libwebpdemux2:amd64 (0.6.1-2) ...
2021-04-16 15:10:50.814 | Setting up ttf-bitstream-vera (1.10-8) ...
2021-04-16 15:10:50.843 | Setting up python3-paste (2.0.3+dfsg-4ubuntu1) ...
2021-04-16 15:10:51.324 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:10:57.173 | Setting up python3-websocket (0.53.0-2ubuntu1~cloud0) ...
2021-04-16 15:10:57.213 | update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode
2021-04-16 15:10:57.489 | Setting up liboath0 (2.6.1-1) ...
2021-04-16 15:10:57.524 | Setting up librabbitmq4:amd64 (0.8.0-1ubuntu0.18.04.2) ...
2021-04-16 15:10:57.553 | Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ...
2021-04-16 15:10:57.580 | Setting up python-pastedeploy-tpl (1.5.2-4) ...
2021-04-16 15:10:57.608 | Setting up python3-packaging (17.1-1) ...
2021-04-16 15:10:57.897 | Setting up libxft2:amd64 (2.3.2-1) ...
2021-04-16 15:10:57.933 | Setting up python3-cachetools (4.0.0-1~cloud0) ...
2021-04-16 15:10:58.223 | Setting up python-pathlib2 (2.3.5-1ubuntu1~cloud0) ...
2021-04-16 15:10:58.345 | Setting up liblttng-ust0:amd64 (2.10.1-1) ...
2021-04-16 15:10:58.373 | Setting up python3-decorator (4.4.2-0ubuntu1~cloud0) ...
2021-04-16 15:10:58.649 | Setting up pigz (2.4-1) ...
2021-04-16 15:10:58.678 | Setting up libbabeltrace1:amd64 (1.5.5-1) ...
2021-04-16 15:10:58.714 | Setting up python-contextlib2 (0.6.0-2~cloud0) ...
2021-04-16 15:10:58.812 | Setting up python3-joblib (0.11-1) ...
2021-04-16 15:10:59.173 | Setting up python3-routes (2.4.1-1) ...
2021-04-16 15:10:59.473 | Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
2021-04-16 15:10:59.508 | Setting up python3-pyinotify (0.9.6-1) ...
2021-04-16 15:10:59.807 | Setting up python3-dateutil (2.7.3-3ubuntu1~cloud0) ...
2021-04-16 15:11:00.153 | Setting up fonts-lyx (2.2.4-0ubuntu0.18.04.1) ...
2021-04-16 15:11:00.183 | Setting up python3-google-auth (1.3.0-2) ...
2021-04-16 15:11:00.525 | Setting up python3-atomicwrites (1.1.5-2build1~cloud0) ...
2021-04-16 15:11:00.800 | Setting up python-pyparsing (2.2.0+dfsg1-2) ...
2021-04-16 15:11:00.946 | Setting up python3-pil:amd64 (5.1.0-1ubuntu0.5) ...
2021-04-16 15:11:01.413 | Setting up docker.io (19.03.6-0ubuntu1~18.04.3) ...
2021-04-16 15:11:01.657 | Adding group `docker' (GID 120) ...
2021-04-16 15:11:01.690 | Done.
2021-04-16 15:11:01.925 | Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
2021-04-16 15:11:02.288 | docker.service is a disabled or a static unit, not starting it.
2021-04-16 15:11:02.630 | Setting up python-matplotlib-data (3.1.2-1ubuntu4~cloud0) ...
2021-04-16 15:11:02.667 | Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
2021-04-16 15:11:02.696 | Setting up python-py (1.5.2-1) ...
2021-04-16 15:11:02.868 | Setting up liblapack3:amd64 (3.7.1-4ubuntu1) ...
2021-04-16 15:11:02.890 | update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
2021-04-16 15:11:02.905 | Setting up libtk8.6:amd64 (8.6.8-4) ...
2021-04-16 15:11:02.933 | Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
2021-04-16 15:11:03.550 | Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path.
2021-04-16 15:11:03.969 | Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service.
2021-04-16 15:11:04.725 | ntp-systemd-netif.service is a disabled or a static unit, not starting it.
2021-04-16 15:11:05.176 | Setting up python3-zipp (1.0.0-1~cloud0) ...
2021-04-16 15:11:05.453 | Setting up libleveldb1v5:amd64 (1.20-2) ...
2021-04-16 15:11:05.481 | Setting up python3-kubernetes (7.0.0~a1-2~cloud0) ...
2021-04-16 15:11:06.975 | Setting up python3-importlib-metadata (1.5.0-1~cloud0) ...
2021-04-16 15:11:07.250 | Setting up librados2 (15.2.10-1bionic) ...
2021-04-16 15:11:07.277 | Setting up libcephfs2 (15.2.10-1bionic) ...
2021-04-16 15:11:07.305 | Setting up ceph-mgr-modules-core (15.2.10-1bionic) ...
2021-04-16 15:11:07.333 | Setting up python-importlib-metadata (1.5.0-1~cloud0) ...
2021-04-16 15:11:07.441 | Setting up tk8.6-blt2.5 (2.5.3+dfsg-4) ...
2021-04-16 15:11:07.469 | Setting up python-packaging (17.1-1) ...
2021-04-16 15:11:07.585 | Setting up python3-rados (15.2.10-1bionic) ...
2021-04-16 15:11:07.612 | Setting up python3-pastedeploy (1.5.2-4) ...
2021-04-16 15:11:07.895 | Setting up blt (2.5.3+dfsg-4) ...
2021-04-16 15:11:07.923 | Setting up python3-webtest (2.0.28-1ubuntu1) ...
2021-04-16 15:11:08.221 | Setting up libradosstriper1 (15.2.10-1bionic) ...
2021-04-16 15:11:08.249 | Setting up python3-cephfs (15.2.10-1bionic) ...
2021-04-16 15:11:08.527 | Setting up librgw2 (15.2.10-1bionic) ...
2021-04-16 15:11:08.555 | Setting up python3-numpy (1:1.13.3-2ubuntu1) ...
2021-04-16 15:11:10.165 | Setting up python-pluggy (0.13.0-2~cloud0) ...
2021-04-16 15:11:10.281 | Setting up ceph-fuse (15.2.10-1bionic) ...
2021-04-16 15:11:10.533 | Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target.
2021-04-16 15:11:10.533 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target.
2021-04-16 15:11:10.949 | Setting up librbd1 (15.2.10-1bionic) ...
2021-04-16 15:11:10.977 | Setting up python-pytest (4.6.9-1~cloud0) ...
2021-04-16 15:11:11.246 | Setting up python3-pluggy (0.13.0-2~cloud0) ...
2021-04-16 15:11:11.535 | Setting up python3-pecan (1.3.3-3ubuntu1~cloud0) ...
2021-04-16 15:11:11.953 | Setting up python3-pastescript (2.0.2-2) ...
2021-04-16 15:11:12.283 | Setting up python3-tk:amd64 (3.6.9-1~18.04) ...
2021-04-16 15:11:12.457 | Setting up python3-rgw (15.2.10-1bionic) ...
2021-04-16 15:11:12.485 | Setting up python3-matplotlib (3.1.2-1ubuntu4~cloud0) ...
2021-04-16 15:11:13.949 | Setting up python3-scipy (0.19.1-2ubuntu1) ...
2021-04-16 15:11:16.304 | Setting up python3-sklearn-lib (0.19.1-3) ...
2021-04-16 15:11:16.332 | Setting up python3-rbd (15.2.10-1bionic) ...
2021-04-16 15:11:16.369 | Setting up python3-pytest (4.6.9-1~cloud0) ...
2021-04-16 15:11:16.855 | Setting up ceph-common (15.2.10-1bionic) ...
2021-04-16 15:11:17.048 | Adding group ceph....done
2021-04-16 15:11:17.210 | Adding system user ceph....done
2021-04-16 15:11:17.275 | Setting system user ceph properties....done
2021-04-16 15:11:17.525 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target.
2021-04-16 15:11:17.922 | Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service.
2021-04-16 15:11:18.354 | Setting up python3-sklearn (0.19.1-3) ...
2021-04-16 15:11:19.833 | Setting up ceph-base (15.2.10-1bionic) ...
2021-04-16 15:11:20.153 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service.
2021-04-16 15:11:20.584 | Setting up ceph-mgr (15.2.10-1bionic) ...
2021-04-16 15:11:20.838 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target.
2021-04-16 15:11:20.839 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target.
2021-04-16 15:11:21.260 | Setting up ceph-mgr-diskprediction-local (15.2.10-1bionic) ...
2021-04-16 15:11:21.297 | Setting up ceph-osd (15.2.10-1bionic) ...
2021-04-16 15:11:21.807 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target.
2021-04-16 15:11:21.807 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target.
2021-04-16 15:11:22.246 | Setting up ceph-mgr-cephadm (15.2.10-1bionic) ...
2021-04-16 15:11:22.282 | Setting up ceph-mgr-diskprediction-cloud (15.2.10-1bionic) ...
2021-04-16 15:11:22.326 | Setting up ceph-mgr-rook (15.2.10-1bionic) ...
2021-04-16 15:11:22.365 | Setting up ceph-mds (15.2.10-1bionic) ...
2021-04-16 15:11:22.635 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target.
2021-04-16 15:11:22.635 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target.
2021-04-16 15:11:23.046 | Setting up ceph-mon (15.2.10-1bionic) ...
2021-04-16 15:11:23.310 | Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target.
2021-04-16 15:11:23.310 | Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target.
2021-04-16 15:11:23.773 | Setting up ceph-mgr-k8sevents (15.2.10-1bionic) ...
2021-04-16 15:11:23.801 | Setting up ceph-mgr-dashboard (15.2.10-1bionic) ...
2021-04-16 15:11:23.840 | Setting up ceph (15.2.10-1bionic) ...
2021-04-16 15:11:23.870 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:11:23.895 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:11:23.943 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:11:26.176 | ++ functions-common:apt_get:1113            :   result=0
2021-04-16 15:11:26.178 | ++ functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:11:26.181 | ++ functions-common:time_stop:2304          :   local name
2021-04-16 15:11:26.183 | ++ functions-common:time_stop:2305          :   local end_time
2021-04-16 15:11:26.185 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:11:26.187 | ++ functions-common:time_stop:2307          :   local total
2021-04-16 15:11:26.189 | ++ functions-common:time_stop:2308          :   local start_time
2021-04-16 15:11:26.191 | ++ functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:11:26.193 | ++ functions-common:time_stop:2311          :   start_time=1618585644259
2021-04-16 15:11:26.196 | ++ functions-common:time_stop:2313          :   [[ -z 1618585644259 ]]
2021-04-16 15:11:26.199 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:11:26.203 | ++ functions-common:time_stop:2316          :   end_time=1618585886200
2021-04-16 15:11:26.205 | ++ functions-common:time_stop:2317          :   elapsed_time=241941
2021-04-16 15:11:26.207 | ++ functions-common:time_stop:2318          :   total=148250
2021-04-16 15:11:26.211 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:11:26.213 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=390191
2021-04-16 15:11:26.216 | ++ functions-common:apt_get:1117            :   return 0
2021-04-16 15:11:26.218 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:20 :   echo_summary 'Configuring Ceph'
2021-04-16 15:11:26.220 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:11:26.223 | ++ ./stack.sh:echo_summary:428              :   echo -e Configuring Ceph
2021-04-16 15:11:26.226 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:21 :   configure_ceph
2021-04-16 15:11:26.228 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:391 :   local count=0
2021-04-16 15:11:26.231 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:393 :   initial_configure_ceph
2021-04-16 15:11:26.235 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:initial_configure_ceph:383 :   create_disk /var/lib/ceph/drives/images/ceph.img /var/lib/ceph 25GB
2021-04-16 15:11:26.238 | ++ functions:create_disk:732                :   local node_number
2021-04-16 15:11:26.240 | ++ functions:create_disk:733                :   local disk_image=/var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.243 | ++ functions:create_disk:734                :   local storage_data_dir=/var/lib/ceph
2021-04-16 15:11:26.245 | ++ functions:create_disk:735                :   local loopback_disk_size=25GB
2021-04-16 15:11:26.247 | ++ functions:create_disk:736                :   local key
2021-04-16 15:11:26.251 | +++ functions:create_disk:738                :   echo /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.252 | +++ functions:create_disk:738                :   sed s#/.##
2021-04-16 15:11:26.255 | ++ functions:create_disk:738                :   key=ar/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.257 | ++ functions:create_disk:739                :   key=devstack-ar/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.260 | ++ functions:create_disk:741                :   destroy_disk /var/lib/ceph/drives/images/ceph.img /var/lib/ceph
2021-04-16 15:11:26.262 | ++ functions:destroy_disk:763               :   local disk_image=/var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.264 | ++ functions:destroy_disk:764               :   local storage_data_dir=/var/lib/ceph
2021-04-16 15:11:26.267 | ++ functions:destroy_disk:765               :   local key
2021-04-16 15:11:26.270 | +++ functions:destroy_disk:767               :   echo /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.270 | +++ functions:destroy_disk:767               :   sed s#/.##
2021-04-16 15:11:26.274 | ++ functions:destroy_disk:767               :   key=ar/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.276 | ++ functions:destroy_disk:768               :   key=devstack-ar/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.278 | ++ functions:destroy_disk:771               :   egrep -q /var/lib/ceph /proc/mounts
2021-04-16 15:11:26.282 | ++ functions:destroy_disk:776               :   sudo sed -i '/.*comment=$key.*/ d' /etc/fstab
2021-04-16 15:11:26.295 | ++ functions:destroy_disk:779               :   sudo rm -f /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.306 | +++ functions:create_disk:745                :   dirname /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.310 | ++ functions:create_disk:745                :   sudo mkdir -p /var/lib/ceph/drives/images
2021-04-16 15:11:26.321 | ++ functions:create_disk:746                :   sudo truncate -s 25GB /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.334 | ++ functions:create_disk:753                :   sudo mkfs.xfs -f -i size=1024 /var/lib/ceph/drives/images/ceph.img
2021-04-16 15:11:26.397 | meta-data=/var/lib/ceph/drives/images/ceph.img isize=1024   agcount=4, agsize=1525879 blks
2021-04-16 15:11:26.397 |          =                       sectsz=512   attr=2, projid32bit=1
2021-04-16 15:11:26.397 |          =                       crc=1        finobt=1, sparse=0, rmapbt=0, reflink=0
2021-04-16 15:11:26.397 | data     =                       bsize=4096   blocks=6103515, imaxpct=25
2021-04-16 15:11:26.397 |          =                       sunit=0      swidth=0 blks
2021-04-16 15:11:26.397 | naming   =version 2              bsize=4096   ascii-ci=0 ftype=1
2021-04-16 15:11:26.397 | log      =internal log           bsize=4096   blocks=2980, version=2
2021-04-16 15:11:26.397 |          =                       sectsz=512   sunit=0 blks, lazy-count=1
2021-04-16 15:11:26.397 | realtime =none                   extsz=4096   blocks=0, rtextents=0
2021-04-16 15:11:26.401 | ++ functions:create_disk:756                :   echo '/var/lib/ceph/drives/images/ceph.img /var/lib/ceph xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-ar/lib/ceph/drives/images/ceph.img 0 0'
2021-04-16 15:11:26.401 | ++ functions:create_disk:756                :   sudo tee -a /etc/fstab
2021-04-16 15:11:26.408 | /var/lib/ceph/drives/images/ceph.img /var/lib/ceph xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-ar/lib/ceph/drives/images/ceph.img 0 0
2021-04-16 15:11:26.411 | ++ functions:create_disk:757                :   sudo mkdir -p /var/lib/ceph
2021-04-16 15:11:26.422 | ++ functions:create_disk:758                :   sudo mount -v /var/lib/ceph
2021-04-16 15:11:26.496 | mount: /dev/loop0 mounted on /var/lib/ceph.
2021-04-16 15:11:26.499 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:initial_configure_ceph:386 :   sudo mkdir -p /var/lib/ceph/bootstrap-mds /var/lib/ceph/bootstrap-osd /var/lib/ceph/bootstrap-mgr /var/lib/ceph/bootstrap-rgw /var/lib/ceph/mgr /var/lib/ceph/rgw /var/lib/ceph/mds /var/lib/ceph/mon /var/lib/ceph/osd /var/lib/ceph/tmp /var/lib/ceph/radosgw
2021-04-16 15:11:26.514 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   hostname
2021-04-16 15:11:26.519 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   ceph-authtool --gen-print-key
2021-04-16 15:11:26.542 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:396 :   sudo ceph-authtool /var/lib/ceph/tmp/keyring.mon.dv-osbrick-752692-4-ceph --create-keyring --name=mon. --add-key=AQAeqXlgNJ8SIBAAfrL/LYYCD/iYnTaNAhULOg== --cap mon 'allow *'
2021-04-16 15:11:26.578 | creating /var/lib/ceph/tmp/keyring.mon.dv-osbrick-752692-4-ceph
2021-04-16 15:11:26.578 | added entity mon. auth(key=AQAeqXlgNJ8SIBAAfrL/LYYCD/iYnTaNAhULOg==)
2021-04-16 15:11:26.578 | added 1 caps to entity mon.
2021-04-16 15:11:26.584 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:401 :   sudo ceph-authtool /etc/ceph/ceph.client.admin.keyring --create-keyring --gen-key -n client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *'
2021-04-16 15:11:26.636 | creating /etc/ceph/ceph.client.admin.keyring
2021-04-16 15:11:26.642 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:406 :   hostname
2021-04-16 15:11:26.646 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:406 :   sudo ceph-authtool /var/lib/ceph/tmp/keyring.mon.dv-osbrick-752692-4-ceph --import-keyring /etc/ceph/ceph.client.admin.keyring
2021-04-16 15:11:26.676 | importing contents of /etc/ceph/ceph.client.admin.keyring into /var/lib/ceph/tmp/keyring.mon.dv-osbrick-752692-4-ceph
2021-04-16 15:11:26.682 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:409 :   hostname
2021-04-16 15:11:26.686 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:409 :   sudo mkdir -p /var/lib/ceph/mon/ceph-dv-osbrick-752692-4-ceph
2021-04-16 15:11:26.698 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:412 :   iniset -sudo /etc/ceph/ceph.conf global fsid 369af985-ceee-4d16-bbe5-38b90445131f
2021-04-16 15:11:26.753 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:413 :   hostname
2021-04-16 15:11:26.757 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:413 :   iniset -sudo /etc/ceph/ceph.conf global mon_initial_members dv-osbrick-752692-4-ceph
2021-04-16 15:11:26.806 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:414 :   iniset -sudo /etc/ceph/ceph.conf global mon_host 10.222.0.101
2021-04-16 15:11:26.853 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:415 :   iniset -sudo /etc/ceph/ceph.conf global auth_cluster_required cephx
2021-04-16 15:11:26.899 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:416 :   iniset -sudo /etc/ceph/ceph.conf global auth_service_required cephx
2021-04-16 15:11:26.946 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:417 :   iniset -sudo /etc/ceph/ceph.conf global auth_client_required cephx
2021-04-16 15:11:26.996 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:418 :   iniset -sudo /etc/ceph/ceph.conf global filestore_xattr_use_omap true
2021-04-16 15:11:27.044 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:419 :   iniset -sudo /etc/ceph/ceph.conf global 'osd crush chooseleaf type' 0
2021-04-16 15:11:27.089 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:420 :   iniset -sudo /etc/ceph/ceph.conf global 'osd journal size' 100
2021-04-16 15:11:27.135 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:421 :   iniset -sudo /etc/ceph/ceph.conf global 'osd pool default size' 1
2021-04-16 15:11:27.182 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:422 :   iniset -sudo /etc/ceph/ceph.conf global 'rbd default features' 'layering, exclusive-lock'
2021-04-16 15:11:27.248 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:423 :   iniset -sudo /etc/ceph/ceph.conf client debug_client 10
2021-04-16 15:11:27.309 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:425 :   local gigs
2021-04-16 15:11:27.313 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   echo 25GB
2021-04-16 15:11:27.313 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   grep -o '^[0-9]*'
2021-04-16 15:11:27.318 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:426 :   gigs=25
2021-04-16 15:11:27.321 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:427 :   iniset -sudo /etc/ceph/ceph.conf global bluestore_block_size 22548578304
2021-04-16 15:11:27.373 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   hostname
2021-04-16 15:11:27.377 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   hostname
2021-04-16 15:11:27.381 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:430 :   sudo ceph-mon -c /etc/ceph/ceph.conf --mkfs -i dv-osbrick-752692-4-ceph --keyring /var/lib/ceph/tmp/keyring.mon.dv-osbrick-752692-4-ceph
2021-04-16 15:11:27.477 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:433 :   sudo chown -R ceph. /var/lib/ceph
2021-04-16 15:11:27.491 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:435 :   hostname
2021-04-16 15:11:27.495 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:435 :   sudo systemctl enable ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:27.508 | Created symlink /etc/systemd/system/ceph-mon.target.wants/ceph-mon@dv-osbrick-752692-4-ceph.service → /lib/systemd/system/ceph-mon@.service.
2021-04-16 15:11:27.709 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:436 :   hostname
2021-04-16 15:11:27.714 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:436 :   sudo systemctl start ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:27.736 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:438 :   local ceph_version
2021-04-16 15:11:27.739 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:439 :   _get_ceph_version mon
2021-04-16 15:11:27.742 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:214 :   local ceph_version_str
2021-04-16 15:11:27.745 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:215 :   local mon_started
2021-04-16 15:11:27.747 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:217 :   [[ mon == \c\l\i ]]
2021-04-16 15:11:27.750 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:221 :   [[ mon == \m\o\n ]]
2021-04-16 15:11:27.753 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   hostname
2021-04-16 15:11:27.758 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   wait_for_daemon 'sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph'
2021-04-16 15:11:27.761 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:175 :   timeout=20
2021-04-16 15:11:27.763 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:176 :   daemon_to_test='sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph'
2021-04-16 15:11:27.766 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:177 :   '[' 20 -ne 0 ']'
2021-04-16 15:11:27.769 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   eval sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:27.771 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:27.787 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:179 :   return 0
2021-04-16 15:11:27.790 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   mon_started=
2021-04-16 15:11:27.794 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   sudo ceph version
2021-04-16 15:11:27.795 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   cut -d ' ' -f 3
2021-04-16 15:11:27.795 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   cut -f 1,2 -d .
2021-04-16 15:11:28.216 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   ceph_version_str=15.2
2021-04-16 15:11:28.219 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:237 :   echo 15.2
2021-04-16 15:11:28.222 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:439 :   ceph_version=15.2
2021-04-16 15:11:28.224 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:441 :   vercmp 15.2 '>=' 14.0
2021-04-16 15:11:28.227 | ++ functions:vercmp:628                     :   local v1=15.2
2021-04-16 15:11:28.229 | ++ functions:vercmp:629                     :   local 'op=>='
2021-04-16 15:11:28.232 | ++ functions:vercmp:630                     :   local v2=14.0
2021-04-16 15:11:28.234 | ++ functions:vercmp:631                     :   local result
2021-04-16 15:11:28.238 | +++ functions:vercmp:635                     :   echo -e '15.2\n14.0'
2021-04-16 15:11:28.240 | +++ functions:vercmp:635                     :   sort -V
2021-04-16 15:11:28.240 | +++ functions:vercmp:635                     :   head -1
2021-04-16 15:11:28.243 | ++ functions:vercmp:635                     :   result=14.0
2021-04-16 15:11:28.246 | ++ functions:vercmp:637                     :   case $op in
2021-04-16 15:11:28.248 | ++ functions:vercmp:651                     :   '[' 14.0 = 14.0 ']'
2021-04-16 15:11:28.250 | ++ functions:vercmp:652                     :   return
2021-04-16 15:11:28.252 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2021-04-16 15:11:28.255 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-mds -o /var/lib/ceph/bootstrap-mds/ceph.keyring
2021-04-16 15:11:28.610 | exported keyring for client.bootstrap-mds
2021-04-16 15:11:28.628 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2021-04-16 15:11:28.630 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-osd -o /var/lib/ceph/bootstrap-osd/ceph.keyring
2021-04-16 15:11:28.988 | exported keyring for client.bootstrap-osd
2021-04-16 15:11:29.009 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:442 :   for key in bootstrap-{mds,osd,rgw}
2021-04-16 15:11:29.012 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:443 :   sudo ceph auth get client.bootstrap-rgw -o /var/lib/ceph/bootstrap-rgw/ceph.keyring
2021-04-16 15:11:29.362 | exported keyring for client.bootstrap-rgw
2021-04-16 15:11:29.380 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:447 :   sudo mkdir -p /var/lib/ceph/mgr/ceph-x
2021-04-16 15:11:29.392 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:448 :   sudo ceph -c /etc/ceph/ceph.conf auth get-or-create mgr.x mon 'allow profile mgr' mds 'allow *' osd 'allow *' -o /var/lib/ceph/mgr/ceph-x/keyring
2021-04-16 15:11:29.798 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:451 :   sudo chown -R ceph. /var/lib/ceph/mgr
2021-04-16 15:11:29.809 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:455 :   [[ 1 -ne 1 ]]
2021-04-16 15:11:29.812 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:473 :   for rep in ${CEPH_REPLICAS_SEQ}
2021-04-16 15:11:29.815 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:474 :   sudo ceph -c /etc/ceph/ceph.conf osd create
2021-04-16 15:11:30.223 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:474 :   OSD_ID=0
2021-04-16 15:11:30.225 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:475 :   sudo mkdir -p /var/lib/ceph/osd/ceph-0
2021-04-16 15:11:30.239 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:476 :   sudo ceph -c /etc/ceph/ceph.conf auth get-or-create osd.0 mon 'allow profile osd ' osd 'allow *'
2021-04-16 15:11:30.239 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:478 :   sudo tee /var/lib/ceph/osd/ceph-0/keyring
2021-04-16 15:11:30.606 | [osd.0]
2021-04-16 15:11:30.606 | 	key = AQAiqXlg0WWzIxAAXOGWifOWIGvlEZ3Qp2Acxw==
2021-04-16 15:11:30.629 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:479 :   sudo chown ceph. /var/lib/ceph/osd/ceph-0
2021-04-16 15:11:30.641 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:480 :   sudo chown ceph. /var/lib/ceph/osd/ceph-0/keyring
2021-04-16 15:11:30.652 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:481 :   sudo ceph-osd -c /etc/ceph/ceph.conf --setuser ceph --setgroup ceph -i 0 --mkfs
2021-04-16 15:11:30.698 | 2021-04-16T15:11:30.697+0000 7f8a67e69d80 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2021-04-16 15:11:30.698 | 2021-04-16T15:11:30.697+0000 7f8a67e69d80 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2021-04-16 15:11:30.698 | 2021-04-16T15:11:30.697+0000 7f8a67e69d80 -1 bluestore(/var/lib/ceph/osd/ceph-0/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-0/block: (2) No such file or directory
2021-04-16 15:11:30.701 | 2021-04-16T15:11:30.697+0000 7f8a67e69d80 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 
2021-04-16 15:11:30.746 | 2021-04-16T15:11:30.741+0000 7f8a67e69d80 -1 freelist read_size_meta_from_db missing size meta in DB
2021-04-16 15:11:32.665 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:482 :   sudo ceph-osd -c /etc/ceph/ceph.conf -i 0 --mkfs
2021-04-16 15:11:34.089 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:484 :   sudo systemctl enable ceph-osd@0
2021-04-16 15:11:34.104 | Created symlink /etc/systemd/system/ceph-osd.target.wants/ceph-osd@0.service → /lib/systemd/system/ceph-osd@.service.
2021-04-16 15:11:34.304 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:487 :   is_ceph_enabled_for_service manila
2021-04-16 15:11:34.306 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:195 :   local config config_name enabled service
2021-04-16 15:11:34.309 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:196 :   enabled=1
2021-04-16 15:11:34.311 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   service=manila
2021-04-16 15:11:34.315 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   echo manila
2021-04-16 15:11:34.316 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr '[:lower:]' '[:upper:]'
2021-04-16 15:11:34.316 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr - _
2021-04-16 15:11:34.320 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   config_name=ENABLE_CEPH_MANILA
2021-04-16 15:11:34.323 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   eval echo '$ENABLE_CEPH_MANILA'
2021-04-16 15:11:34.326 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   echo True
2021-04-16 15:11:34.328 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   config=True
2021-04-16 15:11:34.332 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   is_service_enabled manila
2021-04-16 15:11:34.350 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:11:34.353 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   return 1
2021-04-16 15:11:34.356 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:499 :   '[' False = True ']'
2021-04-16 15:11:34.358 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:configure_ceph:503 :   '[' '' = True ']'
2021-04-16 15:11:34.361 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:26 :   echo_summary 'Initializing Ceph'
2021-04-16 15:11:34.365 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:11:34.367 | ++ ./stack.sh:echo_summary:428              :   echo -e Initializing Ceph
2021-04-16 15:11:34.370 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:27 :   start_ceph
2021-04-16 15:11:34.372 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1138 :   sudo chown -R ceph. /var/lib/ceph
2021-04-16 15:11:34.386 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1140 :   hostname
2021-04-16 15:11:34.390 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1140 :   sudo systemctl start ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:34.407 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1141 :   local ceph_version
2021-04-16 15:11:34.410 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1142 :   _get_ceph_version mon
2021-04-16 15:11:34.413 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:214 :   local ceph_version_str
2021-04-16 15:11:34.415 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:215 :   local mon_started
2021-04-16 15:11:34.417 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:217 :   [[ mon == \c\l\i ]]
2021-04-16 15:11:34.420 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:221 :   [[ mon == \m\o\n ]]
2021-04-16 15:11:34.424 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   hostname
2021-04-16 15:11:34.428 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   wait_for_daemon 'sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph'
2021-04-16 15:11:34.431 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:175 :   timeout=20
2021-04-16 15:11:34.433 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:176 :   daemon_to_test='sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph'
2021-04-16 15:11:34.436 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:177 :   '[' 20 -ne 0 ']'
2021-04-16 15:11:34.438 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   eval sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:34.441 | +++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:178 :   sudo systemctl is-active --quiet ceph-mon@dv-osbrick-752692-4-ceph
2021-04-16 15:11:34.468 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:wait_for_daemon:179 :   return 0
2021-04-16 15:11:34.471 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:223 :   mon_started=
2021-04-16 15:11:34.476 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   sudo ceph version
2021-04-16 15:11:34.476 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   cut -d ' ' -f 3
2021-04-16 15:11:34.476 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   cut -f 1,2 -d .
2021-04-16 15:11:34.851 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:227 :   ceph_version_str=15.2
2021-04-16 15:11:34.853 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:_get_ceph_version:237 :   echo 15.2
2021-04-16 15:11:34.856 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1142 :   ceph_version=15.2
2021-04-16 15:11:34.859 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1144 :   sudo systemctl start ceph-mgr@x
2021-04-16 15:11:34.885 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1147 :   sudo ceph -c /etc/ceph/ceph.conf tell mgr restful create-self-signed-cert
2021-04-16 15:11:44.881 | no valid command found; 10 closest matches:
2021-04-16 15:11:44.881 | 0
2021-04-16 15:11:44.881 | 1
2021-04-16 15:11:44.881 | 2
2021-04-16 15:11:44.881 | abort
2021-04-16 15:11:44.881 | assert
2021-04-16 15:11:44.881 | config diff
2021-04-16 15:11:44.881 | config diff get <var>
2021-04-16 15:11:44.881 | config get <var>
2021-04-16 15:11:44.881 | config help [<var>]
2021-04-16 15:11:44.881 | config set <var> <val>...
2021-04-16 15:11:44.881 | Error EINVAL: invalid command
2021-04-16 15:11:44.887 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1148 :   echo MGR Restful is not working, perhaps the package is not 'installed?'
2021-04-16 15:11:44.888 | MGR Restful is not working, perhaps the package is not installed?
2021-04-16 15:11:44.891 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1150 :   sudo ceph -c /etc/ceph/ceph.conf osd ls
2021-04-16 15:11:45.454 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1150 :   for id in $(sudo ceph -c ${CEPH_CONF_FILE} osd ls)
2021-04-16 15:11:45.456 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1151 :   sudo systemctl start ceph-osd@0
2021-04-16 15:11:45.546 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1153 :   is_ceph_enabled_for_service manila
2021-04-16 15:11:45.548 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:195 :   local config config_name enabled service
2021-04-16 15:11:45.551 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:196 :   enabled=1
2021-04-16 15:11:45.553 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:197 :   service=manila
2021-04-16 15:11:45.557 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   echo manila
2021-04-16 15:11:45.559 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr '[:lower:]' '[:upper:]'
2021-04-16 15:11:45.559 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   tr - _
2021-04-16 15:11:45.564 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:201 :   config_name=ENABLE_CEPH_MANILA
2021-04-16 15:11:45.567 | +++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   eval echo '$ENABLE_CEPH_MANILA'
2021-04-16 15:11:45.570 | ++++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   echo True
2021-04-16 15:11:45.573 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:202 :   config=True
2021-04-16 15:11:45.576 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:204 :   is_service_enabled manila
2021-04-16 15:11:45.592 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:11:45.596 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:is_ceph_enabled_for_service:207 :   return 1
2021-04-16 15:11:45.598 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/ceph:start_ceph:1157 :   '[' '' = True ']'
2021-04-16 15:11:45.602 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:125 :   [[ stack == \u\n\s\t\a\c\k ]]
2021-04-16 15:11:45.605 | ++ /opt/stack/devstack-plugin-ceph/devstack/plugin.sh:source:139 :   [[ stack == \c\l\e\a\n ]]
2021-04-16 15:11:45.607 | + ./stack.sh:main:795                      :   set_systemd_override DefaultLimitNOFILE 2048
2021-04-16 15:11:45.610 | + functions:set_systemd_override:820       :   local key=DefaultLimitNOFILE
2021-04-16 15:11:45.613 | + functions:set_systemd_override:821       :   local value=2048
2021-04-16 15:11:45.616 | + functions:set_systemd_override:823       :   local sysconf=/etc/systemd/system.conf
2021-04-16 15:11:45.618 | + functions:set_systemd_override:824       :   iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048
2021-04-16 15:11:45.665 | + functions:set_systemd_override:825       :   echo 'Set systemd system override for DefaultLimitNOFILE=2048'
2021-04-16 15:11:45.666 | Set systemd system override for DefaultLimitNOFILE=2048
2021-04-16 15:11:45.668 | + functions:set_systemd_override:827       :   sudo systemctl daemon-reload
2021-04-16 15:11:45.887 | + ./stack.sh:main:797                      :   install_rpc_backend
2021-04-16 15:11:45.890 | + lib/rpc_backend:install_rpc_backend:52   :   is_service_enabled rabbit
2021-04-16 15:11:45.912 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:11:45.917 | + lib/rpc_backend:install_rpc_backend:54   :   install_package rabbitmq-server
2021-04-16 15:11:45.920 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:11:45.923 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:11:45.925 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:11:45.928 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:11:45.931 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:11:45.934 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:11:45.937 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:11:45.939 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:11:45.942 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:11:45.944 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:11:45.948 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:11:45.952 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:11:45.954 | + functions-common:install_package:1343    :   real_install_package rabbitmq-server
2021-04-16 15:11:45.957 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:11:45.959 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:11:45.962 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:11:45.965 | + functions-common:real_install_package:1329 :   apt_get install rabbitmq-server
2021-04-16 15:11:45.987 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server
2021-04-16 15:11:46.110 | Reading package lists...
2021-04-16 15:11:46.395 | Building dependency tree...
2021-04-16 15:11:46.396 | Reading state information...
2021-04-16 15:11:46.640 | The following packages were automatically installed and are no longer required:
2021-04-16 15:11:46.641 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:11:46.642 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:11:46.642 |   python3-keyring python3-keyrings.alt python3-netifaces python3-pam
2021-04-16 15:11:46.642 |   python3-problem-report python3-requests-unixsocket python3-secretstorage
2021-04-16 15:11:46.642 |   python3-serial python3-twisted-bin python3-wheel python3-xdg
2021-04-16 15:11:46.642 |   python3-zope.interface
2021-04-16 15:11:46.642 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:11:46.642 | The following additional packages will be installed:
2021-04-16 15:11:46.642 |   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2021-04-16 15:11:46.642 |   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2021-04-16 15:11:46.642 |   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2021-04-16 15:11:46.642 |   erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp
2021-04-16 15:11:46.643 |   erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1
2021-04-16 15:11:46.644 | Suggested packages:
2021-04-16 15:11:46.644 |   erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc
2021-04-16 15:11:46.644 |   odbc-postgresql tdsodbc unixodbc-bin
2021-04-16 15:11:46.703 | The following NEW packages will be installed:
2021-04-16 15:11:46.703 |   erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter
2021-04-16 15:11:46.703 |   erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic
2021-04-16 15:11:46.703 |   erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
2021-04-16 15:11:46.704 |   erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp
2021-04-16 15:11:46.704 |   erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1
2021-04-16 15:11:46.704 |   rabbitmq-server
2021-04-16 15:11:47.015 | 0 upgraded, 26 newly installed, 0 to remove and 174 not upgraded.
2021-04-16 15:11:47.015 | Need to get 24.5 MB of archives.
2021-04-16 15:11:47.015 | After this operation, 40.4 MB of additional disk space will be used.
2021-04-16 15:11:47.015 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB]
2021-04-16 15:11:50.417 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB]
2021-04-16 15:11:50.757 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB]
2021-04-16 15:11:51.016 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB]
2021-04-16 15:11:51.042 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB]
2021-04-16 15:11:51.046 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB]
2021-04-16 15:11:51.398 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB]
2021-04-16 15:11:51.596 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB]
2021-04-16 15:11:51.626 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB]
2021-04-16 15:11:52.110 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB]
2021-04-16 15:11:52.214 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB]
2021-04-16 15:11:52.371 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB]
2021-04-16 15:11:52.679 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB]
2021-04-16 15:11:52.747 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB]
2021-04-16 15:11:52.774 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB]
2021-04-16 15:11:52.804 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB]
2021-04-16 15:11:52.844 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB]
2021-04-16 15:11:53.089 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB]
2021-04-16 15:11:53.151 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB]
2021-04-16 15:11:53.164 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB]
2021-04-16 15:11:53.692 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB]
2021-04-16 15:11:53.714 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB]
2021-04-16 15:11:53.776 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB]
2021-04-16 15:11:54.034 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB]
2021-04-16 15:11:54.189 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB]
2021-04-16 15:11:54.193 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB]
2021-04-16 15:11:56.558 | Fetched 24.5 MB in 9s (2,650 kB/s)
2021-04-16 15:11:56.627 | Selecting previously unselected package erlang-base.
2021-04-16 15:11:56.671 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 83801 files and directories currently installed.)
2021-04-16 15:11:56.676 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:56.679 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:57.818 | Selecting previously unselected package erlang-asn1.
2021-04-16 15:11:57.827 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:57.829 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:57.972 | Selecting previously unselected package erlang-mnesia.
2021-04-16 15:11:57.981 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:57.983 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.128 | Selecting previously unselected package erlang-runtime-tools.
2021-04-16 15:11:58.138 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.140 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.228 | Selecting previously unselected package erlang-crypto.
2021-04-16 15:11:58.237 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.239 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.309 | Selecting previously unselected package erlang-public-key.
2021-04-16 15:11:58.317 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.320 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.451 | Selecting previously unselected package erlang-ssl.
2021-04-16 15:11:58.460 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.463 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.622 | Selecting previously unselected package erlang-inets.
2021-04-16 15:11:58.631 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.633 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:58.792 | Selecting previously unselected package erlang-corba.
2021-04-16 15:11:58.801 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:58.803 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.211 | Selecting previously unselected package erlang-syntax-tools.
2021-04-16 15:11:59.222 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.225 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.328 | Selecting previously unselected package erlang-diameter.
2021-04-16 15:11:59.338 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.343 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.485 | Selecting previously unselected package erlang-xmerl.
2021-04-16 15:11:59.497 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.500 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.692 | Selecting previously unselected package erlang-edoc.
2021-04-16 15:11:59.701 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.703 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.801 | Selecting previously unselected package erlang-eldap.
2021-04-16 15:11:59.811 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.813 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.888 | Selecting previously unselected package erlang-erl-docgen.
2021-04-16 15:11:59.897 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.899 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:11:59.983 | Selecting previously unselected package erlang-eunit.
2021-04-16 15:11:59.993 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:11:59.996 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.072 | Selecting previously unselected package erlang-ic.
2021-04-16 15:12:00.082 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.085 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.277 | Selecting previously unselected package libodbc1:amd64.
2021-04-16 15:12:00.286 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ...
2021-04-16 15:12:00.298 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
2021-04-16 15:12:00.380 | Selecting previously unselected package erlang-odbc.
2021-04-16 15:12:00.389 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.392 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.454 | Selecting previously unselected package erlang-snmp.
2021-04-16 15:12:00.463 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.465 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.750 | Selecting previously unselected package erlang-os-mon.
2021-04-16 15:12:00.759 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.761 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.828 | Selecting previously unselected package erlang-parsetools.
2021-04-16 15:12:00.837 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.840 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:00.915 | Selecting previously unselected package erlang-ssh.
2021-04-16 15:12:00.925 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:00.928 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:01.056 | Selecting previously unselected package erlang-tools.
2021-04-16 15:12:01.065 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ...
2021-04-16 15:12:01.068 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:01.193 | Selecting previously unselected package erlang-nox.
2021-04-16 15:12:01.202 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ...
2021-04-16 15:12:01.204 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:01.299 | Selecting previously unselected package rabbitmq-server.
2021-04-16 15:12:01.308 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ...
2021-04-16 15:12:01.310 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ...
2021-04-16 15:12:01.863 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
2021-04-16 15:12:01.894 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:02.844 | Searching for services which depend on erlang and should be started...none found.
2021-04-16 15:12:02.845 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:02.870 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:02.899 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:02.928 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:02.957 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:02.988 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:03.017 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:03.036 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:12:03.067 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:12:03.304 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:12:03.983 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.011 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.040 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.068 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.098 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.126 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.154 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.183 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.210 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.240 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.267 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.295 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.324 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.352 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.381 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.408 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.437 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ...
2021-04-16 15:12:04.467 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ...
2021-04-16 15:12:04.611 | Adding group `rabbitmq' (GID 123) ...
2021-04-16 15:12:04.650 | Done.
2021-04-16 15:12:04.734 | Adding system user `rabbitmq' (UID 117) ...
2021-04-16 15:12:04.734 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ...
2021-04-16 15:12:04.812 | Not creating home directory `/var/lib/rabbitmq'.
2021-04-16 15:12:05.072 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2021-04-16 15:12:10.572 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:12:10.803 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:12.866 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:12:12.869 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:12:12.872 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:12:12.874 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:12:12.877 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:12:12.880 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:12:12.882 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:12:12.886 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:12:12.890 | + functions-common:time_stop:2311          :   start_time=1618585905984
2021-04-16 15:12:12.893 | + functions-common:time_stop:2313          :   [[ -z 1618585905984 ]]
2021-04-16 15:12:12.896 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:12:12.900 | + functions-common:time_stop:2316          :   end_time=1618585932897
2021-04-16 15:12:12.903 | + functions-common:time_stop:2317          :   elapsed_time=26913
2021-04-16 15:12:12.905 | + functions-common:time_stop:2318          :   total=390191
2021-04-16 15:12:12.908 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:12:12.911 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=417104
2021-04-16 15:12:12.913 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:12:12.916 | + lib/rpc_backend:install_rpc_backend:55   :   is_suse
2021-04-16 15:12:12.918 | + functions-common:is_suse:462             :   is_opensuse
2021-04-16 15:12:12.921 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-04-16 15:12:12.924 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-04-16 15:12:12.927 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-04-16 15:12:12.930 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-04-16 15:12:12.933 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-04-16 15:12:12.935 | + lib/rpc_backend:install_rpc_backend:68   :   is_fedora
2021-04-16 15:12:12.938 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-04-16 15:12:12.941 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-04-16 15:12:12.944 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-04-16 15:12:12.947 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-04-16 15:12:12.950 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-04-16 15:12:12.952 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-04-16 15:12:12.955 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-04-16 15:12:12.959 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:12:12.962 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-04-16 15:12:12.965 | + lib/rpc_backend:install_rpc_backend:68   :   is_suse
2021-04-16 15:12:12.968 | + functions-common:is_suse:462             :   is_opensuse
2021-04-16 15:12:12.972 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-04-16 15:12:12.974 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-04-16 15:12:12.977 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-04-16 15:12:12.980 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-04-16 15:12:12.983 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-04-16 15:12:12.986 | + ./stack.sh:main:798                      :   restart_rpc_backend
2021-04-16 15:12:12.991 | + lib/rpc_backend:restart_rpc_backend:81   :   is_service_enabled rabbit
2021-04-16 15:12:13.008 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:12:13.011 | + lib/rpc_backend:restart_rpc_backend:83   :   echo_summary 'Starting RabbitMQ'
2021-04-16 15:12:13.013 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:12:13.016 | + ./stack.sh:echo_summary:428              :   echo -e Starting RabbitMQ
2021-04-16 15:12:13.020 | + lib/rpc_backend:restart_rpc_backend:94   :   local i
2021-04-16 15:12:13.023 | ++ lib/rpc_backend:restart_rpc_backend:95   :   seq 20
2021-04-16 15:12:13.027 | + lib/rpc_backend:restart_rpc_backend:95   :   for i in `seq 20`
2021-04-16 15:12:13.029 | + lib/rpc_backend:restart_rpc_backend:96   :   local rc=0
2021-04-16 15:12:13.032 | + lib/rpc_backend:restart_rpc_backend:98   :   [[ 1 -eq 20 ]]
2021-04-16 15:12:13.035 | + lib/rpc_backend:restart_rpc_backend:100  :   [[ 1 == \0 ]]
2021-04-16 15:12:13.037 | + lib/rpc_backend:restart_rpc_backend:104  :   rabbit_setuser stackrabbit Passw0rd
2021-04-16 15:12:13.040 | + lib/rpc_backend:rabbit_setuser:173       :   local user=stackrabbit pass=Passw0rd found= out=
2021-04-16 15:12:13.043 | ++ lib/rpc_backend:rabbit_setuser:174       :   sudo rabbitmqctl list_users
2021-04-16 15:12:14.241 | + lib/rpc_backend:rabbit_setuser:174       :   out='Listing users
2021-04-16 15:12:14.241 | guest	[administrator]'
2021-04-16 15:12:14.245 | ++ lib/rpc_backend:rabbit_setuser:176       :   echo 'Listing users
2021-04-16 15:12:14.245 | guest	[administrator]'
2021-04-16 15:12:14.245 | ++ lib/rpc_backend:rabbit_setuser:176       :   awk '$1 == user { print $1 }' user=stackrabbit
2021-04-16 15:12:14.251 | + lib/rpc_backend:rabbit_setuser:176       :   found=
2021-04-16 15:12:14.254 | + lib/rpc_backend:rabbit_setuser:177       :   '[' '' = stackrabbit ']'
2021-04-16 15:12:14.257 | + lib/rpc_backend:rabbit_setuser:181       :   sudo rabbitmqctl add_user stackrabbit Passw0rd
2021-04-16 15:12:15.400 | Creating user "stackrabbit"
2021-04-16 15:12:15.426 | + lib/rpc_backend:rabbit_setuser:184       :   sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'
2021-04-16 15:12:16.604 | Setting permissions for user "stackrabbit" in vhost "/"
2021-04-16 15:12:16.630 | + lib/rpc_backend:restart_rpc_backend:105  :   '[' 0 -ne 0 ']'
2021-04-16 15:12:16.632 | + lib/rpc_backend:restart_rpc_backend:110  :   sudo rabbitmqctl change_password stackrabbit Passw0rd
2021-04-16 15:12:17.781 | Changing password for user "stackrabbit"
2021-04-16 15:12:17.806 | + lib/rpc_backend:restart_rpc_backend:112  :   '[' 0 -ne 0 ']'
2021-04-16 15:12:17.809 | + lib/rpc_backend:restart_rpc_backend:116  :   break
2021-04-16 15:12:17.812 | + lib/rpc_backend:restart_rpc_backend:119  :   sudo rabbitmqctl delete_user guest
2021-04-16 15:12:18.975 | Deleting user "guest"
2021-04-16 15:12:19.006 | + ./stack.sh:main:800                      :   is_service_enabled mysql postgresql
2021-04-16 15:12:19.026 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:12:19.028 | + ./stack.sh:main:801                      :   install_database
2021-04-16 15:12:19.031 | + lib/database:install_database:116        :   install_database_mysql
2021-04-16 15:12:19.034 | + lib/databases/mysql:install_database_mysql:150 :   is_ubuntu
2021-04-16 15:12:19.037 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:19.040 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:19.043 | + lib/databases/mysql:install_database_mysql:153 :   sudo debconf-set-selections
2021-04-16 15:12:19.261 | + lib/databases/mysql:install_database_mysql:163 :   [[ ! -e /home/ubuntu/.my.cnf ]]
2021-04-16 15:12:19.264 | + lib/databases/mysql:install_database_mysql:164 :   cat
2021-04-16 15:12:19.269 | + lib/databases/mysql:install_database_mysql:170 :   is_ubuntu
2021-04-16 15:12:19.272 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:19.275 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:19.278 | + lib/databases/mysql:install_database_mysql:170 :   '[' mysql '!=' mariadb ']'
2021-04-16 15:12:19.280 | + lib/databases/mysql:install_database_mysql:171 :   echo host=127.0.0.1
2021-04-16 15:12:19.283 | + lib/databases/mysql:install_database_mysql:173 :   chmod 0600 /home/ubuntu/.my.cnf
2021-04-16 15:12:19.287 | + lib/databases/mysql:install_database_mysql:176 :   is_oraclelinux
2021-04-16 15:12:19.291 | + functions-common:is_oraclelinux:434      :   [[ -z Ubuntu ]]
2021-04-16 15:12:19.294 | + functions-common:is_oraclelinux:438      :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:12:19.297 | + lib/databases/mysql:install_database_mysql:178 :   is_fedora
2021-04-16 15:12:19.300 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-04-16 15:12:19.303 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-04-16 15:12:19.307 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-04-16 15:12:19.310 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-04-16 15:12:19.313 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-04-16 15:12:19.316 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-04-16 15:12:19.320 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-04-16 15:12:19.323 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:12:19.327 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-04-16 15:12:19.330 | + lib/databases/mysql:install_database_mysql:181 :   is_suse
2021-04-16 15:12:19.333 | + functions-common:is_suse:462             :   is_opensuse
2021-04-16 15:12:19.336 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-04-16 15:12:19.339 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-04-16 15:12:19.342 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-04-16 15:12:19.344 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-04-16 15:12:19.349 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-04-16 15:12:19.352 | + lib/databases/mysql:install_database_mysql:184 :   is_ubuntu
2021-04-16 15:12:19.355 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:19.358 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:19.361 | + lib/databases/mysql:install_database_mysql:185 :   install_package mysql-server
2021-04-16 15:12:19.364 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:12:19.366 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:12:19.369 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:12:19.373 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:12:19.376 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:12:19.379 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:12:19.381 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:19.384 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:19.386 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:12:19.389 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:12:19.392 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:12:19.394 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:12:19.397 | + functions-common:install_package:1343    :   real_install_package mysql-server
2021-04-16 15:12:19.399 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:12:19.402 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:19.405 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:19.408 | + functions-common:real_install_package:1329 :   apt_get install mysql-server
2021-04-16 15:12:19.438 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server
2021-04-16 15:12:19.564 | Reading package lists...
2021-04-16 15:12:19.844 | Building dependency tree...
2021-04-16 15:12:19.845 | Reading state information...
2021-04-16 15:12:20.108 | The following packages were automatically installed and are no longer required:
2021-04-16 15:12:20.109 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:12:20.109 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:12:20.109 |   python3-keyring python3-keyrings.alt python3-netifaces python3-pam
2021-04-16 15:12:20.109 |   python3-problem-report python3-requests-unixsocket python3-secretstorage
2021-04-16 15:12:20.109 |   python3-serial python3-twisted-bin python3-wheel python3-xdg
2021-04-16 15:12:20.109 |   python3-zope.interface
2021-04-16 15:12:20.109 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:12:20.110 | The following additional packages will be installed:
2021-04-16 15:12:20.110 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6
2021-04-16 15:12:20.110 |   libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
2021-04-16 15:12:20.110 |   libhttp-date-perl libhttp-message-perl libio-html-perl
2021-04-16 15:12:20.110 |   liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7
2021-04-16 15:12:20.110 |   mysql-server-5.7 mysql-server-core-5.7
2021-04-16 15:12:20.112 | Suggested packages:
2021-04-16 15:12:20.112 |   libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca
2021-04-16 15:12:20.169 | The following NEW packages will be installed:
2021-04-16 15:12:20.169 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6
2021-04-16 15:12:20.169 |   libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
2021-04-16 15:12:20.169 |   libhttp-date-perl libhttp-message-perl libio-html-perl
2021-04-16 15:12:20.169 |   liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7
2021-04-16 15:12:20.170 |   mysql-server mysql-server-5.7 mysql-server-core-5.7
2021-04-16 15:12:20.464 | 0 upgraded, 18 newly installed, 0 to remove and 174 not upgraded.
2021-04-16 15:12:20.464 | Need to get 19.7 MB of archives.
2021-04-16 15:12:20.464 | After this operation, 157 MB of additional disk space will be used.
2021-04-16 15:12:20.464 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [6,664 kB]
2021-04-16 15:12:22.361 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [1,945 kB]
2021-04-16 15:12:22.980 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [7,460 kB]
2021-04-16 15:12:23.910 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB]
2021-04-16 15:12:23.928 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [2,931 kB]
2021-04-16 15:12:24.599 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
2021-04-16 15:12:24.600 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
2021-04-16 15:12:24.602 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
2021-04-16 15:12:24.604 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
2021-04-16 15:12:24.609 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
2021-04-16 15:12:24.625 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B]
2021-04-16 15:12:24.625 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
2021-04-16 15:12:24.626 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB]
2021-04-16 15:12:24.627 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
2021-04-16 15:12:24.737 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
2021-04-16 15:12:24.738 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
2021-04-16 15:12:24.872 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
2021-04-16 15:12:24.885 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.33-0ubuntu0.18.04.1 [9,944 B]
2021-04-16 15:12:25.430 | Preconfiguring packages ...
2021-04-16 15:12:25.559 | Fetched 19.7 MB in 5s (4,189 kB/s)
2021-04-16 15:12:25.603 | Selecting previously unselected package mysql-client-core-5.7.
2021-04-16 15:12:25.650 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 85802 files and directories currently installed.)
2021-04-16 15:12:25.655 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:12:25.658 | Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:26.706 | Selecting previously unselected package mysql-client-5.7.
2021-04-16 15:12:26.716 | Preparing to unpack .../01-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:12:26.718 | Unpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:27.211 | Selecting previously unselected package mysql-server-core-5.7.
2021-04-16 15:12:27.220 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:12:27.223 | Unpacking mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:28.475 | Selecting previously unselected package libevent-core-2.1-6:amd64.
2021-04-16 15:12:28.485 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ...
2021-04-16 15:12:28.497 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ...
2021-04-16 15:12:28.625 | Selecting previously unselected package mysql-server-5.7.
2021-04-16 15:12:28.634 | Preparing to unpack .../04-mysql-server-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ...
2021-04-16 15:12:29.133 | Unpacking mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:29.782 | Selecting previously unselected package libhtml-tagset-perl.
2021-04-16 15:12:29.792 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ...
2021-04-16 15:12:29.794 | Unpacking libhtml-tagset-perl (3.20-3) ...
2021-04-16 15:12:29.855 | Selecting previously unselected package liburi-perl.
2021-04-16 15:12:29.864 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ...
2021-04-16 15:12:29.867 | Unpacking liburi-perl (1.73-1) ...
2021-04-16 15:12:29.943 | Selecting previously unselected package libhtml-parser-perl.
2021-04-16 15:12:29.952 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ...
2021-04-16 15:12:29.955 | Unpacking libhtml-parser-perl (3.72-3build1) ...
2021-04-16 15:12:30.024 | Selecting previously unselected package libcgi-pm-perl.
2021-04-16 15:12:30.034 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ...
2021-04-16 15:12:30.037 | Unpacking libcgi-pm-perl (4.38-1) ...
2021-04-16 15:12:30.125 | Selecting previously unselected package libfcgi-perl.
2021-04-16 15:12:30.135 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ...
2021-04-16 15:12:30.138 | Unpacking libfcgi-perl (0.78-2build1) ...
2021-04-16 15:12:30.205 | Selecting previously unselected package libcgi-fast-perl.
2021-04-16 15:12:30.214 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ...
2021-04-16 15:12:30.217 | Unpacking libcgi-fast-perl (1:2.13-1) ...
2021-04-16 15:12:30.280 | Selecting previously unselected package libencode-locale-perl.
2021-04-16 15:12:30.289 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ...
2021-04-16 15:12:30.292 | Unpacking libencode-locale-perl (1.05-1) ...
2021-04-16 15:12:30.354 | Selecting previously unselected package libhtml-template-perl.
2021-04-16 15:12:30.364 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ...
2021-04-16 15:12:30.366 | Unpacking libhtml-template-perl (2.97-1) ...
2021-04-16 15:12:30.434 | Selecting previously unselected package libhttp-date-perl.
2021-04-16 15:12:30.444 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ...
2021-04-16 15:12:30.447 | Unpacking libhttp-date-perl (6.02-1) ...
2021-04-16 15:12:30.509 | Selecting previously unselected package libio-html-perl.
2021-04-16 15:12:30.518 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ...
2021-04-16 15:12:30.521 | Unpacking libio-html-perl (1.001-1) ...
2021-04-16 15:12:30.585 | Selecting previously unselected package liblwp-mediatypes-perl.
2021-04-16 15:12:30.594 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ...
2021-04-16 15:12:30.597 | Unpacking liblwp-mediatypes-perl (6.02-1) ...
2021-04-16 15:12:30.657 | Selecting previously unselected package libhttp-message-perl.
2021-04-16 15:12:30.669 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ...
2021-04-16 15:12:30.672 | Unpacking libhttp-message-perl (6.14-1) ...
2021-04-16 15:12:30.744 | Selecting previously unselected package mysql-server.
2021-04-16 15:12:30.753 | Preparing to unpack .../17-mysql-server_5.7.33-0ubuntu0.18.04.1_all.deb ...
2021-04-16 15:12:30.756 | Unpacking mysql-server (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:30.845 | Setting up libhtml-tagset-perl (3.20-3) ...
2021-04-16 15:12:30.867 | Setting up libhttp-date-perl (6.02-1) ...
2021-04-16 15:12:30.895 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ...
2021-04-16 15:12:30.924 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:30.948 | Setting up libencode-locale-perl (1.05-1) ...
2021-04-16 15:12:30.975 | Setting up mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:31.004 | Setting up libio-html-perl (1.001-1) ...
2021-04-16 15:12:31.032 | Setting up liblwp-mediatypes-perl (6.02-1) ...
2021-04-16 15:12:31.061 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:12:31.101 | Setting up liburi-perl (1.73-1) ...
2021-04-16 15:12:31.129 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:12:31.350 | Setting up libhtml-parser-perl (3.72-3build1) ...
2021-04-16 15:12:31.380 | Setting up libcgi-pm-perl (4.38-1) ...
2021-04-16 15:12:31.409 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:12:33.315 | Setting up libhttp-message-perl (6.14-1) ...
2021-04-16 15:12:33.345 | Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:33.374 | Setting up libfcgi-perl (0.78-2build1) ...
2021-04-16 15:12:33.403 | Setting up libhtml-template-perl (2.97-1) ...
2021-04-16 15:12:33.431 | Setting up libcgi-fast-perl (1:2.13-1) ...
2021-04-16 15:12:33.461 | Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:33.490 | Setting up mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:34.150 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2021-04-16 15:12:34.177 | Renaming removed key_buffer and myisam-recover options (if present)
2021-04-16 15:12:44.509 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service.
2021-04-16 15:12:45.638 | Setting up mysql-server (5.7.33-0ubuntu0.18.04.1) ...
2021-04-16 15:12:45.669 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:12:45.896 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:48.011 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:12:48.019 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:12:48.021 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:12:48.023 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:12:48.026 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:12:48.029 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:12:48.032 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:12:48.034 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:12:48.036 | + functions-common:time_stop:2311          :   start_time=1618585939432
2021-04-16 15:12:48.039 | + functions-common:time_stop:2313          :   [[ -z 1618585939432 ]]
2021-04-16 15:12:48.042 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:12:48.047 | + functions-common:time_stop:2316          :   end_time=1618585968043
2021-04-16 15:12:48.050 | + functions-common:time_stop:2317          :   elapsed_time=28611
2021-04-16 15:12:48.053 | + functions-common:time_stop:2318          :   total=417104
2021-04-16 15:12:48.055 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:12:48.058 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=445715
2021-04-16 15:12:48.061 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:12:48.069 | + ./stack.sh:main:803                      :   '[' -n mysql ']'
2021-04-16 15:12:48.072 | + ./stack.sh:main:804                      :   install_database_python
2021-04-16 15:12:48.075 | + lib/database:install_database_python:121 :   install_database_python_mysql
2021-04-16 15:12:48.078 | + lib/databases/mysql:install_database_python_mysql:193 :   pip_install_gr PyMySQL
2021-04-16 15:12:48.080 | + inc/python:pip_install_gr:76             :   local name=PyMySQL
2021-04-16 15:12:48.083 | + inc/python:pip_install_gr:77             :   local clean_name
2021-04-16 15:12:48.086 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements PyMySQL
2021-04-16 15:12:48.090 | ++ inc/python:get_from_global_requirements:225 :   local package=PyMySQL
2021-04-16 15:12:48.093 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-04-16 15:12:48.098 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-04-16 15:12:48.098 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt
2021-04-16 15:12:48.103 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='PyMySQL  '
2021-04-16 15:12:48.105 | ++ inc/python:get_from_global_requirements:228 :   [[ PyMySQL   == '' ]]
2021-04-16 15:12:48.109 | ++ inc/python:get_from_global_requirements:231 :   echo PyMySQL
2021-04-16 15:12:48.113 | + inc/python:pip_install_gr:78             :   clean_name=PyMySQL
2021-04-16 15:12:48.115 | + inc/python:pip_install_gr:79             :   pip_install PyMySQL
2021-04-16 15:12:48.136 | Using python 3.6 to install PyMySQL
2021-04-16 15:12:48.138 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL
2021-04-16 15:12:49.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:12:49.261 |   from cryptography.utils import int_from_bytes
2021-04-16 15:12:49.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:12:49.261 |   from cryptography.utils import int_from_bytes
2021-04-16 15:12:50.392 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:12:50.396 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:12:50.401 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:12:50.407 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:12:50.579 | Collecting PyMySQL===1.0.2
2021-04-16 15:12:50.587 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB)
2021-04-16 15:12:52.296 | Installing collected packages: PyMySQL
2021-04-16 15:12:52.430 | Successfully installed PyMySQL-1.0.2
2021-04-16 15:12:52.591 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:12:52.591 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:12:52.695 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:12:52.697 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:12:52.700 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:12:52.703 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:12:52.705 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:12:52.708 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:12:52.711 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:12:52.713 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:12:52.716 | + functions-common:time_stop:2311          :   start_time=1618585968130
2021-04-16 15:12:52.719 | + functions-common:time_stop:2313          :   [[ -z 1618585968130 ]]
2021-04-16 15:12:52.722 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:12:52.725 | + functions-common:time_stop:2316          :   end_time=1618585972723
2021-04-16 15:12:52.728 | + functions-common:time_stop:2317          :   elapsed_time=4593
2021-04-16 15:12:52.730 | + functions-common:time_stop:2318          :   total=28654
2021-04-16 15:12:52.733 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:12:52.736 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=33247
2021-04-16 15:12:52.738 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:12:52.741 | + lib/databases/mysql:install_database_python_mysql:194 :   [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]]
2021-04-16 15:12:52.743 | + lib/databases/mysql:install_database_python_mysql:196 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2021-04-16 15:12:52.746 | + lib/databases/mysql:install_database_python_mysql:197 :   ADDITIONAL_VENV_PACKAGES+=,PyMySQL
2021-04-16 15:12:52.748 | + ./stack.sh:main:807                      :   is_service_enabled neutron
2021-04-16 15:12:52.766 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:12:52.768 | + ./stack.sh:main:808                      :   install_neutron_agent_packages
2021-04-16 15:12:52.771 | + lib/neutron:install_neutron_agent_packages:684 :   is_neutron_legacy_enabled
2021-04-16 15:12:52.774 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2021-04-16 15:12:52.775 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-04-16 15:12:52.779 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account
2021-04-16 15:12:52.782 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon,c-bak,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,heat,h-api,h-api-cfn,h-api-cw,h-eng,q-metering,q-vpn,s-proxy,s-object,s-container,s-account =~ ,neutron ]]
2021-04-16 15:12:52.785 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,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,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,g-reg,cinder =~ ,q- ]]
2021-04-16 15:12:52.788 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-04-16 15:12:52.790 | + lib/neutron:install_neutron_agent_packages:686 :   install_neutron_agent_packages_mutnauq
2021-04-16 15:12:52.794 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 :   is_service_enabled q-l3
2021-04-16 15:12:52.810 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:12:52.812 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 :   install_package radvd
2021-04-16 15:12:52.815 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:12:52.817 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:12:52.820 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:12:52.822 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:12:52.825 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:12:52.828 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:12:52.830 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:52.833 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:52.835 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:12:52.838 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:12:52.840 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:12:52.842 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:12:52.845 | + functions-common:install_package:1343    :   real_install_package radvd
2021-04-16 15:12:52.848 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:12:52.850 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:52.853 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:52.855 | + functions-common:real_install_package:1329 :   apt_get install radvd
2021-04-16 15:12:52.878 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd
2021-04-16 15:12:53.001 | Reading package lists...
2021-04-16 15:12:53.261 | Building dependency tree...
2021-04-16 15:12:53.263 | Reading state information...
2021-04-16 15:12:53.484 | The following packages were automatically installed and are no longer required:
2021-04-16 15:12:53.485 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:12:53.485 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:12:53.485 |   python3-keyring python3-keyrings.alt python3-netifaces python3-pam
2021-04-16 15:12:53.485 |   python3-problem-report python3-requests-unixsocket python3-secretstorage
2021-04-16 15:12:53.485 |   python3-serial python3-twisted-bin python3-wheel python3-xdg
2021-04-16 15:12:53.485 |   python3-zope.interface
2021-04-16 15:12:53.485 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:12:53.528 | The following NEW packages will be installed:
2021-04-16 15:12:53.528 |   radvd
2021-04-16 15:12:53.849 | 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded.
2021-04-16 15:12:53.849 | Need to get 59.0 kB of archives.
2021-04-16 15:12:53.849 | After this operation, 164 kB of additional disk space will be used.
2021-04-16 15:12:53.849 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB]
2021-04-16 15:12:54.728 | Fetched 59.0 kB in 1s (95.4 kB/s)
2021-04-16 15:12:54.804 | Selecting previously unselected package radvd.
2021-04-16 15:12:54.850 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 86259 files and directories currently installed.)
2021-04-16 15:12:54.854 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ...
2021-04-16 15:12:54.857 | Unpacking radvd (1:2.16-3) ...
2021-04-16 15:12:54.967 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:54.984 | Setting up radvd (1:2.16-3) ...
2021-04-16 15:12:55.852 | Job for radvd.service failed because the control process exited with error code.
2021-04-16 15:12:55.852 | See "systemctl status radvd.service" and "journalctl -xe" for details.
2021-04-16 15:12:55.854 | invoke-rc.d: initscript radvd, action "start" failed.
2021-04-16 15:12:55.865 | ● radvd.service - Router advertisement daemon for IPv6
2021-04-16 15:12:55.865 |    Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled)
2021-04-16 15:12:55.865 |    Active: failed (Result: exit-code) since Fri 2021-04-16 15:12:55 UTC; 14ms ago
2021-04-16 15:12:55.865 |      Docs: man:radvd(8)
2021-04-16 15:12:55.865 |   Process: 50833 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE)
2021-04-16 15:12:55.865 | 
2021-04-16 15:12:55.865 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph systemd[1]: Starting Router advertisement daemon for IPv6...
2021-04-16 15:12:55.865 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph radvd[50833]: can't open /etc/radvd.conf: No such file or directory
2021-04-16 15:12:55.865 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph radvd[50833]: Insecure file permissions, but continuing anyway
2021-04-16 15:12:55.865 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph radvd[50833]: exiting, failed to read config file
2021-04-16 15:12:55.866 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph systemd[1]: radvd.service: Control process exited, code=exited status=1
2021-04-16 15:12:55.866 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph systemd[1]: radvd.service: Failed with result 'exit-code'.
2021-04-16 15:12:55.866 | Apr 16 15:12:55 dv-osbrick-752692-4-ceph systemd[1]: Failed to start Router advertisement daemon for IPv6.
2021-04-16 15:12:55.869 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:12:56.081 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:12:56.317 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:12:58.333 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:12:58.336 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:12:58.338 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:12:58.341 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:12:58.343 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:12:58.346 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:12:58.348 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:12:58.350 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:12:58.353 | + functions-common:time_stop:2311          :   start_time=1618585972875
2021-04-16 15:12:58.355 | + functions-common:time_stop:2313          :   [[ -z 1618585972875 ]]
2021-04-16 15:12:58.358 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:12:58.361 | + functions-common:time_stop:2316          :   end_time=1618585978359
2021-04-16 15:12:58.363 | + functions-common:time_stop:2317          :   elapsed_time=5484
2021-04-16 15:12:58.366 | + functions-common:time_stop:2318          :   total=445715
2021-04-16 15:12:58.368 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:12:58.371 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=451199
2021-04-16 15:12:58.373 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:12:58.376 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 :   is_service_enabled q-agt q-dhcp q-l3
2021-04-16 15:12:58.393 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:12:58.396 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 :   neutron_plugin_install_agent_packages
2021-04-16 15:12:58.398 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 :   _neutron_ovs_base_install_agent_packages
2021-04-16 15:12:58.401 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 :   get_packages openvswitch
2021-04-16 15:12:58.422 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 :   install_package fakeroot make openvswitch-switch
2021-04-16 15:12:58.424 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:12:58.427 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:12:58.429 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:12:58.432 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:12:58.434 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:12:58.437 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:12:58.439 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:58.442 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:58.444 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:12:58.446 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:12:58.449 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:12:58.452 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:12:58.455 | + functions-common:install_package:1343    :   real_install_package fakeroot make openvswitch-switch
2021-04-16 15:12:58.457 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:12:58.459 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:12:58.462 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:12:58.464 | + functions-common:real_install_package:1329 :   apt_get install fakeroot make openvswitch-switch
2021-04-16 15:12:58.483 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch
2021-04-16 15:12:58.604 | Reading package lists...
2021-04-16 15:12:58.865 | Building dependency tree...
2021-04-16 15:12:58.866 | Reading state information...
2021-04-16 15:12:59.101 | fakeroot is already the newest version (1.22-2ubuntu1).
2021-04-16 15:12:59.102 | fakeroot set to manually installed.
2021-04-16 15:12:59.102 | make is already the newest version (4.1-9.1ubuntu1).
2021-04-16 15:12:59.102 | make set to manually installed.
2021-04-16 15:12:59.102 | The following packages were automatically installed and are no longer required:
2021-04-16 15:12:59.102 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:12:59.102 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:12:59.102 |   python3-keyring python3-keyrings.alt python3-pam python3-problem-report
2021-04-16 15:12:59.102 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:12:59.103 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:12:59.103 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:12:59.103 | The following additional packages will be installed:
2021-04-16 15:12:59.104 |   libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers
2021-04-16 15:12:59.105 | Suggested packages:
2021-04-16 15:12:59.105 |   openvswitch-doc python-sortedcontainers-doc
2021-04-16 15:12:59.161 | The following NEW packages will be installed:
2021-04-16 15:12:59.162 |   libunbound2 python3-openvswitch python3-sortedcontainers
2021-04-16 15:12:59.163 | The following packages will be upgraded:
2021-04-16 15:12:59.163 |   openvswitch-common openvswitch-switch
2021-04-16 15:12:59.309 | 2 upgraded, 3 newly installed, 0 to remove and 172 not upgraded.
2021-04-16 15:12:59.309 | Need to get 3,140 kB of archives.
2021-04-16 15:12:59.309 | After this operation, 3,539 kB of additional disk space will be used.
2021-04-16 15:12:59.309 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB]
2021-04-16 15:12:59.471 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.4~cloud0 [118 kB]
2021-04-16 15:12:59.636 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB]
2021-04-16 15:13:00.052 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.4~cloud0 [1,555 kB]
2021-04-16 15:13:00.733 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.4~cloud0 [1,175 kB]
2021-04-16 15:13:01.542 | Fetched 3,140 kB in 2s (1,767 kB/s)
2021-04-16 15:13:01.617 | Selecting previously unselected package libunbound2:amd64.
2021-04-16 15:13:01.663 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 86272 files and directories currently installed.)
2021-04-16 15:13:01.667 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ...
2021-04-16 15:13:01.679 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ...
2021-04-16 15:13:01.793 | Selecting previously unselected package python3-sortedcontainers.
2021-04-16 15:13:01.802 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ...
2021-04-16 15:13:01.805 | Unpacking python3-sortedcontainers (1.5.7-1) ...
2021-04-16 15:13:01.881 | Selecting previously unselected package python3-openvswitch.
2021-04-16 15:13:01.890 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.4~cloud0_all.deb ...
2021-04-16 15:13:01.893 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.4~cloud0) ...
2021-04-16 15:13:02.008 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.4~cloud0_amd64.deb ...
2021-04-16 15:13:02.030 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.4~cloud0) over (2.9.8-0ubuntu0.18.04.2) ...
2021-04-16 15:13:03.020 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.4~cloud0_amd64.deb ...
2021-04-16 15:13:03.036 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.4~cloud0) over (2.9.8-0ubuntu0.18.04.2) ...
2021-04-16 15:13:03.307 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ...
2021-04-16 15:13:03.328 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:13:03.351 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.4~cloud0) ...
2021-04-16 15:13:03.381 | Setting up python3-sortedcontainers (1.5.7-1) ...
2021-04-16 15:13:03.688 | Processing triggers for libc-bin (2.27-3ubuntu1) ...
2021-04-16 15:13:03.720 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:13:03.933 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:13:04.821 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.4~cloud0) ...
2021-04-16 15:13:05.221 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.4~cloud0) ...
2021-04-16 15:13:08.742 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:13:08.745 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:13:08.748 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:08.751 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:08.753 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:08.756 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:08.758 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:08.760 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:13:08.763 | + functions-common:time_stop:2311          :   start_time=1618585978480
2021-04-16 15:13:08.765 | + functions-common:time_stop:2313          :   [[ -z 1618585978480 ]]
2021-04-16 15:13:08.768 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:08.771 | + functions-common:time_stop:2316          :   end_time=1618585988769
2021-04-16 15:13:08.773 | + functions-common:time_stop:2317          :   elapsed_time=10289
2021-04-16 15:13:08.776 | + functions-common:time_stop:2318          :   total=451199
2021-04-16 15:13:08.778 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:08.781 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=461488
2021-04-16 15:13:08.784 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:13:08.787 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 :   is_ubuntu
2021-04-16 15:13:08.789 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:13:08.792 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:13:08.795 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 :   _neutron_ovs_base_install_ubuntu_dkms
2021-04-16 15:13:08.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 :   local kernel_version
2021-04-16 15:13:08.801 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 :   uname -r
2021-04-16 15:13:08.804 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 :   kernel_version=4.15.0-55-generic
2021-04-16 15:13:08.807 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 :   local kernel_major_minor
2021-04-16 15:13:08.810 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   echo 4.15.0-55-generic
2021-04-16 15:13:08.811 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   cut -d. -f1-2
2021-04-16 15:13:08.815 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   kernel_major_minor=4.15
2021-04-16 15:13:08.818 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 :   vercmp 4.15 '<' 3.13
2021-04-16 15:13:08.820 | + functions:vercmp:628                     :   local v1=4.15
2021-04-16 15:13:08.823 | + functions:vercmp:629                     :   local 'op=<'
2021-04-16 15:13:08.825 | + functions:vercmp:630                     :   local v2=3.13
2021-04-16 15:13:08.828 | + functions:vercmp:631                     :   local result
2021-04-16 15:13:08.832 | ++ functions:vercmp:635                     :   sort -V
2021-04-16 15:13:08.833 | ++ functions:vercmp:635                     :   echo -e '4.15\n3.13'
2021-04-16 15:13:08.833 | ++ functions:vercmp:635                     :   head -1
2021-04-16 15:13:08.837 | + functions:vercmp:635                     :   result=3.13
2021-04-16 15:13:08.840 | + functions:vercmp:637                     :   case $op in
2021-04-16 15:13:08.842 | + functions:vercmp:647                     :   '[' 4.15 '!=' 3.13 ']'
2021-04-16 15:13:08.845 | + functions:vercmp:647                     :   '[' 3.13 = 4.15 ']'
2021-04-16 15:13:08.847 | + functions:vercmp:648                     :   return
2021-04-16 15:13:08.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 :   restart_service openvswitch-switch
2021-04-16 15:13:08.852 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:13:08.855 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart openvswitch-switch
2021-04-16 15:13:09.321 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 :   use_library_from_git os-ken
2021-04-16 15:13:09.325 | + inc/python:use_library_from_git:250      :   local name=os-ken
2021-04-16 15:13:09.328 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:09.330 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:09.333 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-ken, ]]
2021-04-16 15:13:09.335 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:09.339 | + ./stack.sh:main:811                      :   is_service_enabled etcd3
2021-04-16 15:13:09.356 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:13:09.359 | + ./stack.sh:main:812                      :   install_etcd3
2021-04-16 15:13:09.361 | + lib/etcd3:install_etcd3:103              :   echo 'Installing etcd'
2021-04-16 15:13:09.362 | Installing etcd
2021-04-16 15:13:09.364 | + lib/etcd3:install_etcd3:106              :   sudo mkdir -p /opt/stack/bin
2021-04-16 15:13:09.376 | + lib/etcd3:install_etcd3:107              :   sudo mkdir -p /opt/stack/data/etcd
2021-04-16 15:13:09.387 | + lib/etcd3:install_etcd3:108              :   [[ True == \T\r\u\e ]]
2021-04-16 15:13:09.390 | + lib/etcd3:install_etcd3:109              :   sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd
2021-04-16 15:13:09.402 | + lib/etcd3:install_etcd3:113              :   local etcd_file
2021-04-16 15:13:09.405 | ++ lib/etcd3:install_etcd3:114              :   get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.408 | ++ functions:get_extra_file:62              :   local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.414 | +++ functions:get_extra_file:64              :   basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.419 | ++ functions:get_extra_file:64              :   file_name=etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.422 | ++ functions:get_extra_file:65              :   [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]]
2021-04-16 15:13:09.425 | ++ functions:get_extra_file:67              :   [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]]
2021-04-16 15:13:09.428 | ++ functions:get_extra_file:68              :   wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.431 | --2021-04-16 15:13:09--  https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:09.488 | Resolving github.com (github.com)... 140.82.121.4
2021-04-16 15:13:09.532 | Connecting to github.com (github.com)|140.82.121.4|:443... connected.
2021-04-16 15:13:09.909 | HTTP request sent, awaiting response... 302 Found
2021-04-16 15:13:09.909 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210416%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210416T151309Z&X-Amz-Expires=300&X-Amz-Signature=a6e08bd45e75e0d9a52e2a8e50efa3b5d415d26a884741903498f6fd26ca77ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following]
2021-04-16 15:13:09.909 | --2021-04-16 15:13:09--  https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210416%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210416T151309Z&X-Amz-Expires=300&X-Amz-Signature=a6e08bd45e75e0d9a52e2a8e50efa3b5d415d26a884741903498f6fd26ca77ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream
2021-04-16 15:13:09.911 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.111.154, 185.199.108.154, ...
2021-04-16 15:13:09.947 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected.
2021-04-16 15:13:10.225 | HTTP request sent, awaiting response... 200 OK
2021-04-16 15:13:10.225 | Length: 11350736 (11M) [application/octet-stream]
2021-04-16 15:13:10.225 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’
2021-04-16 15:13:10.491 | 
2021-04-16 15:13:11.431 |      0K ........ ..                        100% 8.98M=1.2s
2021-04-16 15:13:11.431 | 
2021-04-16 15:13:11.431 | 2021-04-16 15:13:11 (8.98 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736]
2021-04-16 15:13:11.431 | 
2021-04-16 15:13:11.435 | ++ functions:get_extra_file:69              :   [[ 0 -ne 0 ]]
2021-04-16 15:13:11.438 | ++ functions:get_extra_file:73              :   echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:11.440 | ++ functions:get_extra_file:74              :   return
2021-04-16 15:13:11.444 | + lib/etcd3:install_etcd3:114              :   etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-04-16 15:13:11.446 | + lib/etcd3:install_etcd3:115              :   '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']'
2021-04-16 15:13:11.449 | + lib/etcd3:install_etcd3:116              :   echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz'
2021-04-16 15:13:11.452 | + lib/etcd3:install_etcd3:118              :   sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum
2021-04-16 15:13:11.588 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK
2021-04-16 15:13:11.592 | + lib/etcd3:install_etcd3:120              :   tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/README.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/
2021-04-16 15:13:11.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json
2021-04-16 15:13:11.598 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json
2021-04-16 15:13:11.598 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json
2021-04-16 15:13:11.598 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md
2021-04-16 15:13:11.598 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md
2021-04-16 15:13:11.598 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/README.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/rfc/
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/docs.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md
2021-04-16 15:13:11.599 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2021-04-16 15:13:11.600 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md
2021-04-16 15:13:11.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/
2021-04-16 15:13:11.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/faq.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md
2021-04-16 15:13:11.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/Documentation/demo.md
2021-04-16 15:13:11.609 | etcd-v3.3.12-linux-amd64/README-etcdctl.md
2021-04-16 15:13:11.610 | etcd-v3.3.12-linux-amd64/etcdctl
2021-04-16 15:13:11.820 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md
2021-04-16 15:13:11.820 | etcd-v3.3.12-linux-amd64/etcd
2021-04-16 15:13:12.085 | + lib/etcd3:install_etcd3:121              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd
2021-04-16 15:13:12.122 | + lib/etcd3:install_etcd3:122              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl
2021-04-16 15:13:12.155 | + lib/etcd3:install_etcd3:124              :   '[' '!' -f /opt/stack/bin/etcd ']'
2021-04-16 15:13:12.158 | + ./stack.sh:main:821                      :   is_service_enabled tls-proxy
2021-04-16 15:13:12.176 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:13:12.179 | + ./stack.sh:main:831                      :   install_dstat
2021-04-16 15:13:12.181 | + lib/dstat:install_dstat:22               :   is_service_enabled memory_tracker
2021-04-16 15:13:12.201 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:13:12.205 | + ./stack.sh:main:837                      :   echo_summary 'Installing OpenStack project source'
2021-04-16 15:13:12.207 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-04-16 15:13:12.209 | + ./stack.sh:echo_summary:428              :   echo -e Installing OpenStack project source
2021-04-16 15:13:12.212 | + ./stack.sh:main:840                      :   install_libs
2021-04-16 15:13:12.215 | + lib/libraries:install_libs:88            :   _install_lib_from_source automaton
2021-04-16 15:13:12.218 | + lib/libraries:_install_lib_from_source:72 :   local name=automaton
2021-04-16 15:13:12.221 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git automaton
2021-04-16 15:13:12.224 | + inc/python:use_library_from_git:250      :   local name=automaton
2021-04-16 15:13:12.227 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.230 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.233 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,automaton, ]]
2021-04-16 15:13:12.236 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.240 | + lib/libraries:install_libs:89            :   _install_lib_from_source castellan
2021-04-16 15:13:12.242 | + lib/libraries:_install_lib_from_source:72 :   local name=castellan
2021-04-16 15:13:12.245 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git castellan
2021-04-16 15:13:12.247 | + inc/python:use_library_from_git:250      :   local name=castellan
2021-04-16 15:13:12.250 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.252 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.255 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,castellan, ]]
2021-04-16 15:13:12.257 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.260 | + lib/libraries:install_libs:90            :   _install_lib_from_source cliff
2021-04-16 15:13:12.262 | + lib/libraries:_install_lib_from_source:72 :   local name=cliff
2021-04-16 15:13:12.266 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git cliff
2021-04-16 15:13:12.268 | + inc/python:use_library_from_git:250      :   local name=cliff
2021-04-16 15:13:12.271 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.274 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.278 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cliff, ]]
2021-04-16 15:13:12.282 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.285 | + lib/libraries:install_libs:91            :   _install_lib_from_source cursive
2021-04-16 15:13:12.288 | + lib/libraries:_install_lib_from_source:72 :   local name=cursive
2021-04-16 15:13:12.291 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git cursive
2021-04-16 15:13:12.294 | + inc/python:use_library_from_git:250      :   local name=cursive
2021-04-16 15:13:12.296 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.299 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.302 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cursive, ]]
2021-04-16 15:13:12.304 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.307 | + lib/libraries:install_libs:92            :   _install_lib_from_source debtcollector
2021-04-16 15:13:12.309 | + lib/libraries:_install_lib_from_source:72 :   local name=debtcollector
2021-04-16 15:13:12.312 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git debtcollector
2021-04-16 15:13:12.315 | + inc/python:use_library_from_git:250      :   local name=debtcollector
2021-04-16 15:13:12.317 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.319 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.322 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,debtcollector, ]]
2021-04-16 15:13:12.325 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.328 | + lib/libraries:install_libs:93            :   _install_lib_from_source futurist
2021-04-16 15:13:12.330 | + lib/libraries:_install_lib_from_source:72 :   local name=futurist
2021-04-16 15:13:12.333 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git futurist
2021-04-16 15:13:12.335 | + inc/python:use_library_from_git:250      :   local name=futurist
2021-04-16 15:13:12.337 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.340 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.342 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,futurist, ]]
2021-04-16 15:13:12.345 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.347 | + lib/libraries:install_libs:94            :   _install_lib_from_source openstacksdk
2021-04-16 15:13:12.350 | + lib/libraries:_install_lib_from_source:72 :   local name=openstacksdk
2021-04-16 15:13:12.352 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git openstacksdk
2021-04-16 15:13:12.355 | + inc/python:use_library_from_git:250      :   local name=openstacksdk
2021-04-16 15:13:12.357 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.360 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.363 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,openstacksdk, ]]
2021-04-16 15:13:12.365 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.368 | + lib/libraries:install_libs:95            :   _install_lib_from_source osc-lib
2021-04-16 15:13:12.370 | + lib/libraries:_install_lib_from_source:72 :   local name=osc-lib
2021-04-16 15:13:12.373 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osc-lib
2021-04-16 15:13:12.376 | + inc/python:use_library_from_git:250      :   local name=osc-lib
2021-04-16 15:13:12.379 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.381 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.384 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-lib, ]]
2021-04-16 15:13:12.386 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.389 | + lib/libraries:install_libs:96            :   _install_lib_from_source osc-placement
2021-04-16 15:13:12.391 | + lib/libraries:_install_lib_from_source:72 :   local name=osc-placement
2021-04-16 15:13:12.394 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osc-placement
2021-04-16 15:13:12.397 | + inc/python:use_library_from_git:250      :   local name=osc-placement
2021-04-16 15:13:12.399 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.402 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.404 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-placement, ]]
2021-04-16 15:13:12.407 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.409 | + lib/libraries:install_libs:97            :   _install_lib_from_source os-client-config
2021-04-16 15:13:12.412 | + lib/libraries:_install_lib_from_source:72 :   local name=os-client-config
2021-04-16 15:13:12.414 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-client-config
2021-04-16 15:13:12.417 | + inc/python:use_library_from_git:250      :   local name=os-client-config
2021-04-16 15:13:12.420 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.423 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.426 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-client-config, ]]
2021-04-16 15:13:12.428 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.431 | + lib/libraries:install_libs:98            :   _install_lib_from_source oslo.cache
2021-04-16 15:13:12.434 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.cache
2021-04-16 15:13:12.437 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.cache
2021-04-16 15:13:12.439 | + inc/python:use_library_from_git:250      :   local name=oslo.cache
2021-04-16 15:13:12.442 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.444 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.447 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.cache, ]]
2021-04-16 15:13:12.449 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.452 | + lib/libraries:install_libs:99            :   _install_lib_from_source oslo.concurrency
2021-04-16 15:13:12.455 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.concurrency
2021-04-16 15:13:12.457 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.concurrency
2021-04-16 15:13:12.460 | + inc/python:use_library_from_git:250      :   local name=oslo.concurrency
2021-04-16 15:13:12.462 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.465 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.467 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.concurrency, ]]
2021-04-16 15:13:12.470 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.474 | + lib/libraries:install_libs:100           :   _install_lib_from_source oslo.config
2021-04-16 15:13:12.477 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.config
2021-04-16 15:13:12.479 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.config
2021-04-16 15:13:12.482 | + inc/python:use_library_from_git:250      :   local name=oslo.config
2021-04-16 15:13:12.485 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.487 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.490 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.config, ]]
2021-04-16 15:13:12.492 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.495 | + lib/libraries:install_libs:101           :   _install_lib_from_source oslo.context
2021-04-16 15:13:12.498 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.context
2021-04-16 15:13:12.501 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.context
2021-04-16 15:13:12.503 | + inc/python:use_library_from_git:250      :   local name=oslo.context
2021-04-16 15:13:12.507 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.510 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.512 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.context, ]]
2021-04-16 15:13:12.515 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.518 | + lib/libraries:install_libs:102           :   _install_lib_from_source oslo.db
2021-04-16 15:13:12.520 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.db
2021-04-16 15:13:12.523 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.db
2021-04-16 15:13:12.525 | + inc/python:use_library_from_git:250      :   local name=oslo.db
2021-04-16 15:13:12.528 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.531 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.534 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.db, ]]
2021-04-16 15:13:12.536 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.539 | + lib/libraries:install_libs:103           :   _install_lib_from_source oslo.i18n
2021-04-16 15:13:12.543 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.i18n
2021-04-16 15:13:12.545 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.i18n
2021-04-16 15:13:12.548 | + inc/python:use_library_from_git:250      :   local name=oslo.i18n
2021-04-16 15:13:12.550 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.553 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.555 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.i18n, ]]
2021-04-16 15:13:12.558 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.561 | + lib/libraries:install_libs:104           :   _install_lib_from_source oslo.log
2021-04-16 15:13:12.569 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.log
2021-04-16 15:13:12.572 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.log
2021-04-16 15:13:12.575 | + inc/python:use_library_from_git:250      :   local name=oslo.log
2021-04-16 15:13:12.578 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.581 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.584 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.log, ]]
2021-04-16 15:13:12.589 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.592 | + lib/libraries:install_libs:105           :   _install_lib_from_source oslo.messaging
2021-04-16 15:13:12.595 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.messaging
2021-04-16 15:13:12.598 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.messaging
2021-04-16 15:13:12.601 | + inc/python:use_library_from_git:250      :   local name=oslo.messaging
2021-04-16 15:13:12.604 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.607 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.609 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.messaging, ]]
2021-04-16 15:13:12.612 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.615 | + lib/libraries:install_libs:106           :   _install_lib_from_source oslo.middleware
2021-04-16 15:13:12.619 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.middleware
2021-04-16 15:13:12.621 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.middleware
2021-04-16 15:13:12.624 | + inc/python:use_library_from_git:250      :   local name=oslo.middleware
2021-04-16 15:13:12.626 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.629 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.632 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.middleware, ]]
2021-04-16 15:13:12.634 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.637 | + lib/libraries:install_libs:107           :   _install_lib_from_source oslo.policy
2021-04-16 15:13:12.640 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.policy
2021-04-16 15:13:12.642 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.policy
2021-04-16 15:13:12.645 | + inc/python:use_library_from_git:250      :   local name=oslo.policy
2021-04-16 15:13:12.650 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.652 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.655 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.policy, ]]
2021-04-16 15:13:12.658 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.660 | + lib/libraries:install_libs:108           :   _install_lib_from_source oslo.privsep
2021-04-16 15:13:12.663 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.privsep
2021-04-16 15:13:12.666 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.privsep
2021-04-16 15:13:12.669 | + inc/python:use_library_from_git:250      :   local name=oslo.privsep
2021-04-16 15:13:12.672 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.675 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.678 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.privsep, ]]
2021-04-16 15:13:12.682 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.686 | + lib/libraries:install_libs:109           :   _install_lib_from_source oslo.reports
2021-04-16 15:13:12.690 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.reports
2021-04-16 15:13:12.692 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.reports
2021-04-16 15:13:12.695 | + inc/python:use_library_from_git:250      :   local name=oslo.reports
2021-04-16 15:13:12.697 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.700 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.704 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.reports, ]]
2021-04-16 15:13:12.708 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.711 | + lib/libraries:install_libs:110           :   _install_lib_from_source oslo.rootwrap
2021-04-16 15:13:12.714 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.rootwrap
2021-04-16 15:13:12.717 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.rootwrap
2021-04-16 15:13:12.720 | + inc/python:use_library_from_git:250      :   local name=oslo.rootwrap
2021-04-16 15:13:12.723 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.725 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.728 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.rootwrap, ]]
2021-04-16 15:13:12.731 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.733 | + lib/libraries:install_libs:111           :   _install_lib_from_source oslo.serialization
2021-04-16 15:13:12.736 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.serialization
2021-04-16 15:13:12.738 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.serialization
2021-04-16 15:13:12.741 | + inc/python:use_library_from_git:250      :   local name=oslo.serialization
2021-04-16 15:13:12.744 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.746 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.750 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.serialization, ]]
2021-04-16 15:13:12.753 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.756 | + lib/libraries:install_libs:112           :   _install_lib_from_source oslo.service
2021-04-16 15:13:12.758 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.service
2021-04-16 15:13:12.762 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.service
2021-04-16 15:13:12.765 | + inc/python:use_library_from_git:250      :   local name=oslo.service
2021-04-16 15:13:12.768 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.770 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.773 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.service, ]]
2021-04-16 15:13:12.776 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.778 | + lib/libraries:install_libs:113           :   _install_lib_from_source oslo.utils
2021-04-16 15:13:12.781 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.utils
2021-04-16 15:13:12.783 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.utils
2021-04-16 15:13:12.786 | + inc/python:use_library_from_git:250      :   local name=oslo.utils
2021-04-16 15:13:12.789 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.791 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.793 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.utils, ]]
2021-04-16 15:13:12.796 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.799 | + lib/libraries:install_libs:114           :   _install_lib_from_source oslo.versionedobjects
2021-04-16 15:13:12.801 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.versionedobjects
2021-04-16 15:13:12.804 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.versionedobjects
2021-04-16 15:13:12.806 | + inc/python:use_library_from_git:250      :   local name=oslo.versionedobjects
2021-04-16 15:13:12.809 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.812 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.815 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.versionedobjects, ]]
2021-04-16 15:13:12.817 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.820 | + lib/libraries:install_libs:115           :   _install_lib_from_source oslo.vmware
2021-04-16 15:13:12.823 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.vmware
2021-04-16 15:13:12.825 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.vmware
2021-04-16 15:13:12.829 | + inc/python:use_library_from_git:250      :   local name=oslo.vmware
2021-04-16 15:13:12.833 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.838 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.842 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.vmware, ]]
2021-04-16 15:13:12.845 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.848 | + lib/libraries:install_libs:116           :   _install_lib_from_source osprofiler
2021-04-16 15:13:12.850 | + lib/libraries:_install_lib_from_source:72 :   local name=osprofiler
2021-04-16 15:13:12.853 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osprofiler
2021-04-16 15:13:12.856 | + inc/python:use_library_from_git:250      :   local name=osprofiler
2021-04-16 15:13:12.858 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.861 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.863 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osprofiler, ]]
2021-04-16 15:13:12.866 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.869 | + lib/libraries:install_libs:117           :   _install_lib_from_source pycadf
2021-04-16 15:13:12.871 | + lib/libraries:_install_lib_from_source:72 :   local name=pycadf
2021-04-16 15:13:12.874 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git pycadf
2021-04-16 15:13:12.877 | + inc/python:use_library_from_git:250      :   local name=pycadf
2021-04-16 15:13:12.880 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.883 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.892 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pycadf, ]]
2021-04-16 15:13:12.895 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.898 | + lib/libraries:install_libs:118           :   _install_lib_from_source stevedore
2021-04-16 15:13:12.900 | + lib/libraries:_install_lib_from_source:72 :   local name=stevedore
2021-04-16 15:13:12.903 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git stevedore
2021-04-16 15:13:12.906 | + inc/python:use_library_from_git:250      :   local name=stevedore
2021-04-16 15:13:12.908 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.911 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.913 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,stevedore, ]]
2021-04-16 15:13:12.916 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.918 | + lib/libraries:install_libs:119           :   _install_lib_from_source taskflow
2021-04-16 15:13:12.921 | + lib/libraries:_install_lib_from_source:72 :   local name=taskflow
2021-04-16 15:13:12.924 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git taskflow
2021-04-16 15:13:12.926 | + inc/python:use_library_from_git:250      :   local name=taskflow
2021-04-16 15:13:12.929 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.934 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.938 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,taskflow, ]]
2021-04-16 15:13:12.942 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.944 | + lib/libraries:install_libs:120           :   _install_lib_from_source tooz
2021-04-16 15:13:12.947 | + lib/libraries:_install_lib_from_source:72 :   local name=tooz
2021-04-16 15:13:12.952 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git tooz
2021-04-16 15:13:12.955 | + inc/python:use_library_from_git:250      :   local name=tooz
2021-04-16 15:13:12.958 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.961 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.963 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,tooz, ]]
2021-04-16 15:13:12.966 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.968 | + lib/libraries:install_libs:124           :   _install_lib_from_source os-brick
2021-04-16 15:13:12.973 | + lib/libraries:_install_lib_from_source:72 :   local name=os-brick
2021-04-16 15:13:12.975 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-brick
2021-04-16 15:13:12.978 | + inc/python:use_library_from_git:250      :   local name=os-brick
2021-04-16 15:13:12.981 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:12.984 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:12.986 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-brick, ]]
2021-04-16 15:13:12.989 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:12.992 | + lib/libraries:install_libs:125           :   _install_lib_from_source os-traits
2021-04-16 15:13:12.994 | + lib/libraries:_install_lib_from_source:72 :   local name=os-traits
2021-04-16 15:13:12.998 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-traits
2021-04-16 15:13:13.001 | + inc/python:use_library_from_git:250      :   local name=os-traits
2021-04-16 15:13:13.003 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:13.006 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:13.008 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-traits, ]]
2021-04-16 15:13:13.012 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:13.017 | + lib/libraries:install_libs:128           :   _install_lib_from_source python-barbicanclient
2021-04-16 15:13:13.021 | + lib/libraries:_install_lib_from_source:72 :   local name=python-barbicanclient
2021-04-16 15:13:13.027 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git python-barbicanclient
2021-04-16 15:13:13.031 | + inc/python:use_library_from_git:250      :   local name=python-barbicanclient
2021-04-16 15:13:13.034 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:13.038 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:13.042 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-barbicanclient, ]]
2021-04-16 15:13:13.046 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:13.048 | + lib/libraries:install_libs:135           :   pip_install etcd3
2021-04-16 15:13:13.078 | Using python 3.6 to install etcd3
2021-04-16 15:13:13.081 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3
2021-04-16 15:13:14.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:14.194 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:14.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:14.194 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:15.335 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:13:15.339 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:15.345 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:15.350 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:15.496 | Collecting etcd3===0.12.0
2021-04-16 15:13:15.503 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB)
2021-04-16 15:13:18.614 | Collecting grpcio===1.37.0
2021-04-16 15:13:18.631 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96e/3d85eb63d1446/grpcio-1.37.0-cp36-cp36m-manylinux2014_x86_64.whl (4.2 MB)
2021-04-16 15:13:19.454 | Collecting protobuf===3.15.8
2021-04-16 15:13:19.463 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f80/afc0a0ba13339/protobuf-3.15.8-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB)
2021-04-16 15:13:19.585 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0)
2021-04-16 15:13:19.588 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (6.3.1)
2021-04-16 15:13:19.603 | Building wheels for collected packages: etcd3
2021-04-16 15:13:19.604 |   Building wheel for etcd3 (setup.py): started
2021-04-16 15:13:20.498 |   Building wheel for etcd3 (setup.py): finished with status 'done'
2021-04-16 15:13:20.499 |   Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=7a732c08a900051576d677ed92c67a002ba51568156934fe5665203f9978305f
2021-04-16 15:13:20.499 |   Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9
2021-04-16 15:13:20.500 | Successfully built etcd3
2021-04-16 15:13:22.245 | Installing collected packages: grpcio, protobuf, etcd3
2021-04-16 15:13:22.935 | Successfully installed etcd3-0.12.0 grpcio-1.37.0 protobuf-3.15.8
2021-04-16 15:13:23.118 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:13:23.119 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:13:23.253 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:13:23.256 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:13:23.258 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:23.261 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:23.263 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:23.266 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:23.269 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:23.272 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:13:23.275 | + functions-common:time_stop:2311          :   start_time=1618585993071
2021-04-16 15:13:23.278 | + functions-common:time_stop:2313          :   [[ -z 1618585993071 ]]
2021-04-16 15:13:23.282 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:23.286 | + functions-common:time_stop:2316          :   end_time=1618586003283
2021-04-16 15:13:23.289 | + functions-common:time_stop:2317          :   elapsed_time=10212
2021-04-16 15:13:23.291 | + functions-common:time_stop:2318          :   total=33247
2021-04-16 15:13:23.294 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:23.297 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=43459
2021-04-16 15:13:23.300 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:13:23.303 | + lib/libraries:install_libs:136           :   pip_install etcd3gw
2021-04-16 15:13:23.326 | Using python 3.6 to install etcd3gw
2021-04-16 15:13:23.329 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw
2021-04-16 15:13:24.627 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:24.627 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:24.627 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:24.627 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:25.849 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:13:25.854 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:25.862 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:25.866 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:26.023 | Collecting etcd3gw===0.2.5
2021-04-16 15:13:26.032 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB)
2021-04-16 15:13:26.147 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.3.0)
2021-04-16 15:13:26.154 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1)
2021-04-16 15:13:26.177 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4)
2021-04-16 15:13:26.200 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0)
2021-04-16 15:13:26.203 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1)
2021-04-16 15:13:26.207 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10)
2021-04-16 15:13:26.211 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0)
2021-04-16 15:13:26.216 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5)
2021-04-16 15:13:27.795 | Installing collected packages: etcd3gw
2021-04-16 15:13:27.912 | Successfully installed etcd3gw-0.2.5
2021-04-16 15:13:28.079 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:13:28.079 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:13:28.181 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:13:28.184 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:13:28.187 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:28.190 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:28.193 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:28.196 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:28.198 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:28.201 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:13:28.205 | + functions-common:time_stop:2311          :   start_time=1618586003320
2021-04-16 15:13:28.208 | + functions-common:time_stop:2313          :   [[ -z 1618586003320 ]]
2021-04-16 15:13:28.211 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:28.215 | + functions-common:time_stop:2316          :   end_time=1618586008212
2021-04-16 15:13:28.219 | + functions-common:time_stop:2317          :   elapsed_time=4892
2021-04-16 15:13:28.221 | + functions-common:time_stop:2318          :   total=43459
2021-04-16 15:13:28.224 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:28.226 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=48351
2021-04-16 15:13:28.229 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:13:28.233 | + ./stack.sh:main:843                      :   install_apache_uwsgi
2021-04-16 15:13:28.236 | + lib/apache:install_apache_uwsgi:80       :   local apxs=apxs2
2021-04-16 15:13:28.241 | + lib/apache:install_apache_uwsgi:81       :   is_fedora
2021-04-16 15:13:28.245 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-04-16 15:13:28.248 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-04-16 15:13:28.252 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-04-16 15:13:28.256 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-04-16 15:13:28.259 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-04-16 15:13:28.262 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-04-16 15:13:28.266 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-04-16 15:13:28.269 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-04-16 15:13:28.272 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-04-16 15:13:28.278 | + lib/apache:install_apache_uwsgi:92       :   UWSGI_PYTHON_PLUGIN=python3
2021-04-16 15:13:28.282 | + lib/apache:install_apache_uwsgi:94       :   is_ubuntu
2021-04-16 15:13:28.284 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:13:28.287 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:13:28.289 | + lib/apache:install_apache_uwsgi:95       :   local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi'
2021-04-16 15:13:28.292 | + lib/apache:install_apache_uwsgi:96       :   [[ bionic == \b\i\o\n\i\c ]]
2021-04-16 15:13:28.295 | + lib/apache:install_apache_uwsgi:97       :   pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python'
2021-04-16 15:13:28.297 | + lib/apache:install_apache_uwsgi:99       :   install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python
2021-04-16 15:13:28.300 | + functions-common:install_package:1342    :   update_package_repo
2021-04-16 15:13:28.303 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-04-16 15:13:28.305 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-04-16 15:13:28.308 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-04-16 15:13:28.311 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-04-16 15:13:28.314 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-04-16 15:13:28.317 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:13:28.320 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:13:28.322 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-04-16 15:13:28.325 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-04-16 15:13:28.329 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-04-16 15:13:28.331 | + functions-common:apt_get_update:1069     :   return
2021-04-16 15:13:28.334 | + functions-common:install_package:1343    :   real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python
2021-04-16 15:13:28.337 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-04-16 15:13:28.340 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:13:28.343 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:13:28.346 | + functions-common:real_install_package:1329 :   apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python
2021-04-16 15:13:28.371 | + functions-common:apt_get:1109            :   sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python
2021-04-16 15:13:28.492 | Reading package lists...
2021-04-16 15:13:28.764 | Building dependency tree...
2021-04-16 15:13:28.765 | Reading state information...
2021-04-16 15:13:29.007 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1).
2021-04-16 15:13:29.007 | The following packages were automatically installed and are no longer required:
2021-04-16 15:13:29.008 |   apport-symptoms grub-pc-bin python3-automat python3-click python3-colorama
2021-04-16 15:13:29.008 |   python3-configobj python3-constantly python3-hyperlink python3-incremental
2021-04-16 15:13:29.008 |   python3-keyring python3-keyrings.alt python3-pam python3-problem-report
2021-04-16 15:13:29.008 |   python3-requests-unixsocket python3-secretstorage python3-serial
2021-04-16 15:13:29.008 |   python3-twisted-bin python3-wheel python3-xdg python3-zope.interface
2021-04-16 15:13:29.008 | Use 'sudo apt autoremove' to remove them.
2021-04-16 15:13:29.011 | Suggested packages:
2021-04-16 15:13:29.011 |   python-uwsgidecorators python3-uwsgidecorators
2021-04-16 15:13:29.064 | The following NEW packages will be installed:
2021-04-16 15:13:29.064 |   uwsgi uwsgi-plugin-python uwsgi-plugin-python3
2021-04-16 15:13:29.487 | 0 upgraded, 3 newly installed, 0 to remove and 172 not upgraded.
2021-04-16 15:13:29.487 | Need to get 163 kB of archives.
2021-04-16 15:13:29.487 | After this operation, 634 kB of additional disk space will be used.
2021-04-16 15:13:29.487 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB]
2021-04-16 15:13:29.900 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB]
2021-04-16 15:13:30.271 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB]
2021-04-16 15:13:31.058 | Fetched 163 kB in 1s (118 kB/s)
2021-04-16 15:13:31.129 | Selecting previously unselected package uwsgi.
2021-04-16 15:13:31.178 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 86341 files and directories currently installed.)
2021-04-16 15:13:31.183 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ...
2021-04-16 15:13:31.186 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:31.286 | Selecting previously unselected package uwsgi-plugin-python.
2021-04-16 15:13:31.295 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ...
2021-04-16 15:13:31.298 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:31.396 | Selecting previously unselected package uwsgi-plugin-python3.
2021-04-16 15:13:31.405 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ...
2021-04-16 15:13:31.408 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:31.503 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:31.551 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:13:31.575 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:32.246 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ...
2021-04-16 15:13:32.299 | Processing triggers for systemd (237-3ubuntu10.46) ...
2021-04-16 15:13:32.532 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2021-04-16 15:13:33.115 | Processing triggers for ureadahead (0.100.0-21) ...
2021-04-16 15:13:35.222 | + functions-common:apt_get:1113            :   result=0
2021-04-16 15:13:35.225 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-04-16 15:13:35.227 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:35.230 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:35.232 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:35.235 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:35.237 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:35.239 | + functions-common:time_stop:2310          :   name=apt-get
2021-04-16 15:13:35.242 | + functions-common:time_stop:2311          :   start_time=1618586008368
2021-04-16 15:13:35.244 | + functions-common:time_stop:2313          :   [[ -z 1618586008368 ]]
2021-04-16 15:13:35.247 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:35.251 | + functions-common:time_stop:2316          :   end_time=1618586015248
2021-04-16 15:13:35.253 | + functions-common:time_stop:2317          :   elapsed_time=6880
2021-04-16 15:13:35.256 | + functions-common:time_stop:2318          :   total=461488
2021-04-16 15:13:35.258 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:35.260 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=468368
2021-04-16 15:13:35.263 | + functions-common:apt_get:1117            :   return 0
2021-04-16 15:13:35.266 | + lib/apache:install_apache_uwsgi:131      :   is_ubuntu
2021-04-16 15:13:35.269 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:13:35.271 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:13:35.273 | + lib/apache:install_apache_uwsgi:133      :   sudo a2enmod proxy
2021-04-16 15:13:35.331 | Enabling module proxy.
2021-04-16 15:13:35.336 | To activate the new configuration, you need to run:
2021-04-16 15:13:35.336 |   systemctl restart apache2
2021-04-16 15:13:35.341 | + lib/apache:install_apache_uwsgi:134      :   sudo a2enmod proxy_uwsgi
2021-04-16 15:13:35.399 | Considering dependency proxy for proxy_uwsgi:
2021-04-16 15:13:35.399 | Module proxy already enabled
2021-04-16 15:13:35.399 | Enabling module proxy_uwsgi.
2021-04-16 15:13:35.404 | To activate the new configuration, you need to run:
2021-04-16 15:13:35.404 |   systemctl restart apache2
2021-04-16 15:13:35.408 | + lib/apache:install_apache_uwsgi:140      :   restart_apache_server
2021-04-16 15:13:35.411 | + lib/apache:restart_apache_server:253     :   restart_service apache2
2021-04-16 15:13:35.413 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:13:35.416 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-04-16 15:13:35.554 | + ./stack.sh:main:846                      :   install_keystoneauth
2021-04-16 15:13:35.556 | + lib/keystone:install_keystoneauth:468    :   use_library_from_git keystoneauth
2021-04-16 15:13:35.559 | + inc/python:use_library_from_git:250      :   local name=keystoneauth
2021-04-16 15:13:35.563 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.566 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.569 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystoneauth, ]]
2021-04-16 15:13:35.571 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.574 | + ./stack.sh:main:847                      :   install_keystoneclient
2021-04-16 15:13:35.577 | + lib/keystone:install_keystoneclient:476  :   use_library_from_git python-keystoneclient
2021-04-16 15:13:35.580 | + inc/python:use_library_from_git:250      :   local name=python-keystoneclient
2021-04-16 15:13:35.582 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.585 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.587 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-keystoneclient, ]]
2021-04-16 15:13:35.590 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.592 | + ./stack.sh:main:848                      :   install_glanceclient
2021-04-16 15:13:35.595 | + lib/glance:install_glanceclient:429      :   use_library_from_git python-glanceclient
2021-04-16 15:13:35.597 | + inc/python:use_library_from_git:250      :   local name=python-glanceclient
2021-04-16 15:13:35.600 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.602 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.605 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-glanceclient, ]]
2021-04-16 15:13:35.608 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.611 | + ./stack.sh:main:849                      :   install_cinderclient
2021-04-16 15:13:35.613 | + lib/cinder:install_cinderclient:467      :   use_library_from_git python-brick-cinderclient-ext
2021-04-16 15:13:35.616 | + inc/python:use_library_from_git:250      :   local name=python-brick-cinderclient-ext
2021-04-16 15:13:35.618 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.621 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.624 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-brick-cinderclient-ext, ]]
2021-04-16 15:13:35.627 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.629 | + lib/cinder:install_cinderclient:472      :   use_library_from_git python-cinderclient
2021-04-16 15:13:35.632 | + inc/python:use_library_from_git:250      :   local name=python-cinderclient
2021-04-16 15:13:35.634 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.637 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.639 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-cinderclient, ]]
2021-04-16 15:13:35.642 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.645 | + ./stack.sh:main:850                      :   install_novaclient
2021-04-16 15:13:35.648 | + lib/nova:install_novaclient:809          :   use_library_from_git python-novaclient
2021-04-16 15:13:35.652 | + inc/python:use_library_from_git:250      :   local name=python-novaclient
2021-04-16 15:13:35.654 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.657 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.660 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-novaclient, ]]
2021-04-16 15:13:35.662 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.665 | + ./stack.sh:main:851                      :   is_service_enabled swift glance horizon
2021-04-16 15:13:35.683 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:13:35.686 | + ./stack.sh:main:852                      :   install_swiftclient
2021-04-16 15:13:35.689 | + lib/swift:install_swiftclient:753        :   use_library_from_git python-swiftclient
2021-04-16 15:13:35.691 | + inc/python:use_library_from_git:250      :   local name=python-swiftclient
2021-04-16 15:13:35.694 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.697 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.699 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-swiftclient, ]]
2021-04-16 15:13:35.702 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.705 | + ./stack.sh:main:854                      :   is_service_enabled neutron nova horizon
2021-04-16 15:13:35.722 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:13:35.724 | + ./stack.sh:main:855                      :   install_neutronclient
2021-04-16 15:13:35.727 | + lib/neutron:install_neutronclient:440    :   use_library_from_git python-neutronclient
2021-04-16 15:13:35.730 | + inc/python:use_library_from_git:250      :   local name=python-neutronclient
2021-04-16 15:13:35.732 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.735 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.738 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-neutronclient, ]]
2021-04-16 15:13:35.741 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.743 | + ./stack.sh:main:859                      :   install_keystonemiddleware
2021-04-16 15:13:35.746 | + lib/keystone:install_keystonemiddleware:486 :   use_library_from_git keystonemiddleware
2021-04-16 15:13:35.748 | + inc/python:use_library_from_git:250      :   local name=keystonemiddleware
2021-04-16 15:13:35.752 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:13:35.754 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:13:35.756 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystonemiddleware, ]]
2021-04-16 15:13:35.759 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:13:35.762 | + lib/keystone:install_keystonemiddleware:491 :   pip_install_gr keystonemiddleware
2021-04-16 15:13:35.764 | + inc/python:pip_install_gr:76             :   local name=keystonemiddleware
2021-04-16 15:13:35.767 | + inc/python:pip_install_gr:77             :   local clean_name
2021-04-16 15:13:35.770 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements keystonemiddleware
2021-04-16 15:13:35.773 | ++ inc/python:get_from_global_requirements:225 :   local package=keystonemiddleware
2021-04-16 15:13:35.775 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-04-16 15:13:35.779 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt
2021-04-16 15:13:35.779 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-04-16 15:13:35.784 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='keystonemiddleware  '
2021-04-16 15:13:35.786 | ++ inc/python:get_from_global_requirements:228 :   [[ keystonemiddleware   == '' ]]
2021-04-16 15:13:35.788 | ++ inc/python:get_from_global_requirements:231 :   echo keystonemiddleware
2021-04-16 15:13:35.792 | + inc/python:pip_install_gr:78             :   clean_name=keystonemiddleware
2021-04-16 15:13:35.795 | + inc/python:pip_install_gr:79             :   pip_install keystonemiddleware
2021-04-16 15:13:35.816 | Using python 3.6 to install keystonemiddleware
2021-04-16 15:13:35.819 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware
2021-04-16 15:13:36.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:36.992 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:36.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:36.992 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:38.132 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:13:38.137 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:38.142 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:38.147 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:38.156 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (9.2.0)
2021-04-16 15:13:38.216 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.7.0)
2021-04-16 15:13:38.256 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (8.5.0)
2021-04-16 15:13:38.303 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (1.1.2)
2021-04-16 15:13:38.309 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (3.3.0)
2021-04-16 15:13:38.319 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0)
2021-04-16 15:13:38.322 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.4.0)
2021-04-16 15:13:38.327 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (4.3.1)
2021-04-16 15:13:38.393 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (4.2.0)
2021-04-16 15:13:38.414 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (4.4.2)
2021-04-16 15:13:38.418 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (4.8.0)
2021-04-16 15:13:38.436 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2021.1)
2021-04-16 15:13:38.441 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (1.8.7)
2021-04-16 15:13:38.456 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1)
2021-04-16 15:13:38.459 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 52)) (5.0.1)
2021-04-16 15:13:38.466 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) (4.4.0)
2021-04-16 15:13:38.509 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.1.0)
2021-04-16 15:13:38.519 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) (3.2.0)
2021-04-16 15:13:38.526 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) (3.1.1)
2021-04-16 15:13:38.538 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1)
2021-04-16 15:13:38.559 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) (0.8.0)
2021-04-16 15:13:38.566 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1)
2021-04-16 15:13:38.570 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (3.10.1)
2021-04-16 15:13:38.612 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) (2.2.0)
2021-04-16 15:13:38.621 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (1.7.0)
2021-04-16 15:13:38.626 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.1.14)
2021-04-16 15:13:38.629 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (20.9)
2021-04-16 15:13:38.635 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (2.4.7)
2021-04-16 15:13:38.639 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.10.9)
2021-04-16 15:13:38.643 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (2.8.1)
2021-04-16 15:13:38.648 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.9.6)
2021-04-16 15:13:38.651 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (1.0.2)
2021-04-16 15:13:38.655 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0)
2021-04-16 15:13:38.659 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10)
2021-04-16 15:13:38.663 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5)
2021-04-16 15:13:38.666 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4)
2021-04-16 15:13:38.689 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (5.1.2)
2021-04-16 15:13:38.718 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.7.4.3)
2021-04-16 15:13:38.723 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.4.1)
2021-04-16 15:13:38.750 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.12.1)
2021-04-16 15:13:40.192 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:13:40.192 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:13:40.282 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:13:40.285 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:13:40.287 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:40.289 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:40.292 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:40.294 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:40.297 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:40.299 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:13:40.301 | + functions-common:time_stop:2311          :   start_time=1618586015810
2021-04-16 15:13:40.304 | + functions-common:time_stop:2313          :   [[ -z 1618586015810 ]]
2021-04-16 15:13:40.307 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:40.310 | + functions-common:time_stop:2316          :   end_time=1618586020308
2021-04-16 15:13:40.314 | + functions-common:time_stop:2317          :   elapsed_time=4498
2021-04-16 15:13:40.316 | + functions-common:time_stop:2318          :   total=48351
2021-04-16 15:13:40.319 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:40.322 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=52849
2021-04-16 15:13:40.325 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:13:40.329 | + lib/keystone:install_keystonemiddleware:495 :   pip_install_gr python-memcached
2021-04-16 15:13:40.331 | + inc/python:pip_install_gr:76             :   local name=python-memcached
2021-04-16 15:13:40.334 | + inc/python:pip_install_gr:77             :   local clean_name
2021-04-16 15:13:40.337 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements python-memcached
2021-04-16 15:13:40.340 | ++ inc/python:get_from_global_requirements:225 :   local package=python-memcached
2021-04-16 15:13:40.343 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-04-16 15:13:40.348 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt
2021-04-16 15:13:40.348 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-04-16 15:13:40.352 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='python-memcached  '
2021-04-16 15:13:40.355 | ++ inc/python:get_from_global_requirements:228 :   [[ python-memcached   == '' ]]
2021-04-16 15:13:40.357 | ++ inc/python:get_from_global_requirements:231 :   echo python-memcached
2021-04-16 15:13:40.360 | + inc/python:pip_install_gr:78             :   clean_name=python-memcached
2021-04-16 15:13:40.363 | + inc/python:pip_install_gr:79             :   pip_install python-memcached
2021-04-16 15:13:40.383 | Using python 3.6 to install python-memcached
2021-04-16 15:13:40.385 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached
2021-04-16 15:13:41.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:41.538 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:41.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:41.538 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:42.681 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:13:42.685 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:42.691 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:42.696 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:42.839 | Collecting python-memcached===1.59
2021-04-16 15:13:42.847 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB)
2021-04-16 15:13:42.949 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0)
2021-04-16 15:13:44.582 | Installing collected packages: python-memcached
2021-04-16 15:13:44.685 | Successfully installed python-memcached-1.59
2021-04-16 15:13:44.846 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:13:44.846 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:13:44.939 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:13:44.941 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:13:44.944 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:13:44.946 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:13:44.948 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:13:44.951 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:13:44.953 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:13:44.955 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:13:44.958 | + functions-common:time_stop:2311          :   start_time=1618586020378
2021-04-16 15:13:44.960 | + functions-common:time_stop:2313          :   [[ -z 1618586020378 ]]
2021-04-16 15:13:44.963 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:13:44.967 | + functions-common:time_stop:2316          :   end_time=1618586024964
2021-04-16 15:13:44.969 | + functions-common:time_stop:2317          :   elapsed_time=4586
2021-04-16 15:13:44.972 | + functions-common:time_stop:2318          :   total=52849
2021-04-16 15:13:44.974 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:13:44.976 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=57435
2021-04-16 15:13:44.979 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:13:44.982 | + ./stack.sh:main:861                      :   is_service_enabled keystone
2021-04-16 15:13:44.999 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:13:45.002 | + ./stack.sh:main:862                      :   '[' 10.222.0.101 == 10.222.0.101 ']'
2021-04-16 15:13:45.004 | + ./stack.sh:main:863                      :   stack_install_service keystone
2021-04-16 15:13:45.007 | + lib/stack:stack_install_service:20       :   local service=keystone
2021-04-16 15:13:45.009 | + lib/stack:stack_install_service:21       :   type install_keystone
2021-04-16 15:13:45.012 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-04-16 15:13:45.015 | + lib/stack:stack_install_service:32       :   install_keystone
2021-04-16 15:13:45.017 | + lib/keystone:install_keystone:501        :   is_service_enabled ldap
2021-04-16 15:13:45.033 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:13:45.036 | + lib/keystone:install_keystone:505        :   git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master
2021-04-16 15:13:45.038 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/keystone.git
2021-04-16 15:13:45.040 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/keystone
2021-04-16 15:13:45.042 | + functions-common:git_clone:525           :   local git_ref=master
2021-04-16 15:13:45.045 | + functions-common:git_clone:526           :   local orig_dir
2021-04-16 15:13:45.048 | ++ functions-common:git_clone:527           :   pwd
2021-04-16 15:13:45.051 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-04-16 15:13:45.053 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-04-16 15:13:45.056 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-04-16 15:13:45.071 | + functions-common:git_clone:530           :   RECLONE=False
2021-04-16 15:13:45.074 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-04-16 15:13:45.076 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-04-16 15:13:45.079 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-04-16 15:13:45.085 | + functions-common:git_clone:544           :   echo master
2021-04-16 15:13:45.087 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/keystone ]]
2021-04-16 15:13:45.090 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-04-16 15:13:45.092 | + functions-common:git_clone:592           :   cd /opt/stack/keystone
2021-04-16 15:13:45.096 | + functions-common:git_clone:593           :   git show --oneline
2021-04-16 15:13:45.096 | + functions-common:git_clone:593           :   head -1
2021-04-16 15:13:45.098 | 10057702a Merge "Retry update_user when sqlalchemy raises StaleDataErrors"
2021-04-16 15:13:45.101 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-04-16 15:13:45.103 | + lib/keystone:install_keystone:506        :   setup_develop /opt/stack/keystone
2021-04-16 15:13:45.106 | + inc/python:setup_develop:338             :   local bindep
2021-04-16 15:13:45.109 | + inc/python:setup_develop:339             :   [[ /opt/stack/keystone == -bindep* ]]
2021-04-16 15:13:45.111 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/keystone
2021-04-16 15:13:45.114 | + inc/python:setup_develop:344             :   local extras=
2021-04-16 15:13:45.116 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/keystone -e
2021-04-16 15:13:45.119 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-04-16 15:13:45.122 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/keystone == -bindep* ]]
2021-04-16 15:13:45.125 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/keystone
2021-04-16 15:13:45.128 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-04-16 15:13:45.130 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-04-16 15:13:45.133 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/keystone
2021-04-16 15:13:45.136 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-04-16 15:13:45.139 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/keystone
2021-04-16 15:13:45.141 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-04-16 15:13:45.144 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-04-16 15:13:45.147 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg
2021-04-16 15:13:45.152 | + inc/python:_setup_package_with_constraints_edit:383 :   name=keystone
2021-04-16 15:13:45.154 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone'
2021-04-16 15:13:45.849 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/keystone -e
2021-04-16 15:13:45.852 | + inc/python:setup_package:417             :   local bindep=0
2021-04-16 15:13:45.854 | + inc/python:setup_package:418             :   local bindep_flag=
2021-04-16 15:13:45.857 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-04-16 15:13:45.859 | + inc/python:setup_package:420             :   [[ /opt/stack/keystone == -bindep* ]]
2021-04-16 15:13:45.861 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/keystone
2021-04-16 15:13:45.864 | + inc/python:setup_package:426             :   local flags=-e
2021-04-16 15:13:45.866 | + inc/python:setup_package:427             :   local extras=
2021-04-16 15:13:45.868 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-04-16 15:13:45.871 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-04-16 15:13:45.873 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-04-16 15:13:45.876 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-04-16 15:13:45.878 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-04-16 15:13:45.880 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/keystone
2021-04-16 15:13:45.902 | Using python 3.6 to install /opt/stack/keystone
2021-04-16 15:13:45.905 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone
2021-04-16 15:13:47.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:47.085 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:47.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:13:47.085 |   from cryptography.utils import int_from_bytes
2021-04-16 15:13:48.229 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:13:48.229 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210.
2021-04-16 15:13:48.233 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:48.240 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:48.247 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:13:48.252 | Obtaining file:///opt/stack/keystone
2021-04-16 15:13:50.065 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-04-16 15:13:52.062 | Collecting Flask===1.1.2
2021-04-16 15:13:52.071 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB)
2021-04-16 15:13:52.325 | Collecting Flask-RESTful===0.3.8
2021-04-16 15:13:52.332 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB)
2021-04-16 15:13:52.438 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-04-16 15:13:52.445 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-04-16 15:13:52.510 | Collecting PyJWT===2.0.1
2021-04-16 15:13:52.516 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b70/b15f89dc69b99/PyJWT-2.0.1-py3-none-any.whl (15 kB)
2021-04-16 15:13:52.551 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-04-16 15:13:52.581 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-04-16 15:13:52.668 | Collecting Werkzeug===1.0.1
2021-04-16 15:13:52.674 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
2021-04-16 15:13:52.857 | Collecting aniso8601===9.0.1
2021-04-16 15:13:52.864 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
2021-04-16 15:13:53.139 | Collecting bcrypt===3.2.0
2021-04-16 15:13:53.145 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
2021-04-16 15:13:53.161 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5)
2021-04-16 15:13:53.218 | Collecting click===7.1.2
2021-04-16 15:13:53.223 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB)
2021-04-16 15:13:53.233 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7)
2021-04-16 15:13:53.277 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2)
2021-04-16 15:13:53.398 | Collecting itsdangerous===1.1.0
2021-04-16 15:13:53.404 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
2021-04-16 15:13:53.505 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0)
2021-04-16 15:13:53.536 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (9.2.0)
2021-04-16 15:13:53.597 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.2)
2021-04-16 15:13:53.639 | Collecting oauthlib===3.1.0
2021-04-16 15:13:53.646 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
2021-04-16 15:13:53.666 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.7.0)
2021-04-16 15:13:53.707 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.5.0)
2021-04-16 15:13:53.755 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (3.2.0)
2021-04-16 15:13:53.761 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.5.0)
2021-04-16 15:13:53.815 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (5.0.1)
2021-04-16 15:13:53.821 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.4.0)
2021-04-16 15:13:53.864 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (12.7.1)
2021-04-16 15:13:53.925 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.2.0)
2021-04-16 15:13:53.945 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (3.7.0)
2021-04-16 15:13:53.961 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.1.0)
2021-04-16 15:13:53.972 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.5.0)
2021-04-16 15:13:53.998 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (1.3.0)
2021-04-16 15:13:54.009 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.8.0)
2021-04-16 15:13:54.027 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (3.4.0)
2021-04-16 15:13:54.080 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.9)
2021-04-16 15:13:54.225 | Collecting passlib===1.7.4
2021-04-16 15:13:54.232 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB)
2021-04-16 15:13:54.356 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (5.5.1)
2021-04-16 15:13:54.359 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (0.7.2)
2021-04-16 15:13:54.362 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (3.1.1)
2021-04-16 15:13:54.373 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20)
2021-04-16 15:13:54.376 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6)
2021-04-16 15:13:54.379 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7)
2021-04-16 15:13:54.382 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (0.17.3)
2021-04-16 15:13:54.527 | Collecting pysaml2===6.5.1
2021-04-16 15:13:54.534 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f79/d7b2a416f1b18/pysaml2-6.5.1-py2.py3-none-any.whl (401 kB)
2021-04-16 15:13:54.686 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.8.1)
2021-04-16 15:13:54.692 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.2.0)
2021-04-16 15:13:54.713 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2021.1)
2021-04-16 15:13:54.718 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (2.25.1)
2021-04-16 15:13:54.739 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.4.0)
2021-04-16 15:13:55.012 | Collecting scrypt===0.8.17
2021-04-16 15:13:55.019 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB)
2021-04-16 15:13:55.140 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (56.0.0)
2021-04-16 15:13:55.195 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (1.15.0)
2021-04-16 15:13:55.198 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (0.13.0)
2021-04-16 15:13:55.210 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (0.4.1)
2021-04-16 15:13:55.214 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (3.3.0)
2021-04-16 15:13:55.216 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0)
2021-04-16 15:13:55.226 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.0.1)
2021-04-16 15:13:55.237 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (0.5.0)
2021-04-16 15:13:55.243 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.4.0)
2021-04-16 15:13:55.262 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.4.0)
2021-04-16 15:13:55.267 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.1.0)
2021-04-16 15:13:55.274 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.26.4)
2021-04-16 15:13:55.468 | Collecting xmlschema===1.6.1
2021-04-16 15:13:55.477 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/d7c8222c8e0d5/xmlschema-1.6.1-py3-none-any.whl (254 kB)
2021-04-16 15:13:55.612 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.2)
2021-04-16 15:13:55.617 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2)
2021-04-16 15:13:55.620 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0)
2021-04-16 15:13:55.666 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1)
2021-04-16 15:13:55.708 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.1)
2021-04-16 15:13:55.775 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.8.0)
2021-04-16 15:13:55.782 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-04-16 15:13:55.786 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0)
2021-04-16 15:13:55.794 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-04-16 15:13:55.803 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0)
2021-04-16 15:13:55.810 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (5.0.2)
2021-04-16 15:13:55.856 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-04-16 15:13:55.862 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1)
2021-04-16 15:13:55.865 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0)
2021-04-16 15:13:55.877 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0)
2021-04-16 15:13:55.889 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-04-16 15:13:55.898 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0)
2021-04-16 15:13:55.904 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2)
2021-04-16 15:13:55.914 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-04-16 15:13:55.926 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-04-16 15:13:55.935 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.10.9)
2021-04-16 15:13:55.939 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14)
2021-04-16 15:13:56.066 | Collecting defusedxml===0.7.1
2021-04-16 15:13:56.073 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
2021-04-16 15:13:56.178 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (20.0.1)
2021-04-16 15:13:56.194 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2)
2021-04-16 15:13:56.223 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5)
2021-04-16 15:13:56.226 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0)
2021-04-16 15:13:56.230 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10)
2021-04-16 15:13:56.234 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-04-16 15:13:56.236 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0)
2021-04-16 15:13:56.239 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0)
2021-04-16 15:13:56.241 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0)
2021-04-16 15:13:56.244 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.4.0)
2021-04-16 15:13:56.402 | Collecting elementpath===2.2.1
2021-04-16 15:13:56.414 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a0/0899c22623e0a/elementpath-2.2.1-py3-none-any.whl (145 kB)
2021-04-16 15:13:56.526 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (3.7.4.3)
2021-04-16 15:13:56.531 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (3.4.1)
2021-04-16 15:13:56.586 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (1.7.0)
2021-04-16 15:13:56.591 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.12.1)
2021-04-16 15:13:56.595 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-04-16 15:13:56.603 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (1.0.4)
2021-04-16 15:13:56.606 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (5.0.0)
2021-04-16 15:13:56.609 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1)
2021-04-16 15:13:56.615 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0)
2021-04-16 15:13:56.624 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (0.7)
2021-04-16 15:13:56.631 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.6)
2021-04-16 15:13:57.542 | Installing collected packages: Werkzeug, itsdangerous, click, Flask, aniso8601, Flask-RESTful, passlib, bcrypt, scrypt, oauthlib, defusedxml, elementpath, xmlschema, pysaml2, PyJWT, keystone
2021-04-16 15:13:57.542 |   Attempting uninstall: Werkzeug
2021-04-16 15:13:57.545 |     Found existing installation: Werkzeug 0.16.1
2021-04-16 15:13:57.546 |     Uninstalling Werkzeug-0.16.1:
2021-04-16 15:13:57.663 |       Successfully uninstalled Werkzeug-0.16.1
2021-04-16 15:13:57.886 |   Attempting uninstall: click
2021-04-16 15:13:57.888 |     Found existing installation: click 6.7
2021-04-16 15:13:57.896 |     Uninstalling click-6.7:
2021-04-16 15:13:58.000 |       Successfully uninstalled click-6.7
2021-04-16 15:13:58.663 |   Attempting uninstall: bcrypt
2021-04-16 15:13:58.664 |     Found existing installation: bcrypt 3.1.4
2021-04-16 15:13:58.666 |     Uninstalling bcrypt-3.1.4:
2021-04-16 15:13:58.771 |       Successfully uninstalled bcrypt-3.1.4
2021-04-16 15:13:58.840 |   Attempting uninstall: oauthlib
2021-04-16 15:13:58.842 |     Found existing installation: oauthlib 2.0.6
2021-04-16 15:13:58.851 |     Uninstalling oauthlib-2.0.6:
2021-04-16 15:13:58.958 |       Successfully uninstalled oauthlib-2.0.6
2021-04-16 15:14:00.063 |   Attempting uninstall: PyJWT
2021-04-16 15:14:00.064 |     Found existing installation: PyJWT 1.5.3
2021-04-16 15:14:00.070 |     Uninstalling PyJWT-1.5.3:
2021-04-16 15:14:00.173 |       Successfully uninstalled PyJWT-1.5.3
2021-04-16 15:14:00.216 |   Running setup.py develop for keystone
2021-04-16 15:14:02.289 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 PyJWT-2.0.1 Werkzeug-1.0.1 aniso8601-9.0.1 bcrypt-3.2.0 click-7.1.2 defusedxml-0.7.1 elementpath-2.2.1 itsdangerous-1.1.0 keystone oauthlib-3.1.0 passlib-1.7.4 pysaml2-6.5.1 scrypt-0.8.17 xmlschema-1.6.1
2021-04-16 15:14:02.454 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:14:02.454 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:14:02.567 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:14:02.569 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:14:02.571 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:14:02.574 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:14:02.576 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:14:02.579 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:14:02.581 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:14:02.583 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:14:02.585 | + functions-common:time_stop:2311          :   start_time=1618586025897
2021-04-16 15:14:02.588 | + functions-common:time_stop:2313          :   [[ -z 1618586025897 ]]
2021-04-16 15:14:02.590 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:14:02.594 | + functions-common:time_stop:2316          :   end_time=1618586042591
2021-04-16 15:14:02.596 | + functions-common:time_stop:2317          :   elapsed_time=16694
2021-04-16 15:14:02.599 | + functions-common:time_stop:2318          :   total=57435
2021-04-16 15:14:02.601 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:14:02.603 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=74129
2021-04-16 15:14:02.605 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:14:02.607 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-04-16 15:14:02.610 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-04-16 15:14:02.612 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-04-16 15:14:02.629 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-04-16 15:14:02.641 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/keystone
2021-04-16 15:14:02.643 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/keystone
2021-04-16 15:14:02.646 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:14:02.648 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:14:02.651 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/keystone, ]]
2021-04-16 15:14:02.653 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:14:02.657 | + lib/keystone:install_keystone:508        :   is_service_enabled ldap
2021-04-16 15:14:02.672 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:02.675 | + lib/keystone:install_keystone:512        :   '[' uwsgi == mod_wsgi ']'
2021-04-16 15:14:02.677 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-04-16 15:14:02.680 | + ./stack.sh:main:864                      :   configure_keystone
2021-04-16 15:14:02.682 | + lib/keystone:configure_keystone:202      :   sudo install -d -o ubuntu /etc/keystone
2021-04-16 15:14:02.694 | + lib/keystone:configure_keystone:204      :   [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
2021-04-16 15:14:02.697 | + lib/keystone:configure_keystone:205      :   install -m 600 /dev/null /etc/keystone/keystone.conf
2021-04-16 15:14:02.701 | + lib/keystone:configure_keystone:208      :   is_service_enabled ldap
2021-04-16 15:14:02.717 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:02.720 | + lib/keystone:configure_keystone:212      :   iniset /etc/keystone/keystone.conf identity driver sql
2021-04-16 15:14:02.748 | + lib/keystone:configure_keystone:213      :   iniset /etc/keystone/keystone.conf identity password_hash_rounds 4
2021-04-16 15:14:02.775 | + lib/keystone:configure_keystone:214      :   iniset /etc/keystone/keystone.conf assignment driver sql
2021-04-16 15:14:02.802 | + lib/keystone:configure_keystone:215      :   iniset /etc/keystone/keystone.conf role driver sql
2021-04-16 15:14:02.831 | + lib/keystone:configure_keystone:216      :   iniset /etc/keystone/keystone.conf resource driver sql
2021-04-16 15:14:02.859 | + lib/keystone:configure_keystone:219      :   iniset /etc/keystone/keystone.conf cache enabled True
2021-04-16 15:14:02.886 | + lib/keystone:configure_keystone:220      :   iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached
2021-04-16 15:14:02.912 | + lib/keystone:configure_keystone:221      :   iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211
2021-04-16 15:14:02.937 | + lib/keystone:configure_keystone:223      :   iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications
2021-04-16 15:14:02.940 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=keystone
2021-04-16 15:14:02.943 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/keystone/keystone.conf
2021-04-16 15:14:02.946 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=oslo_messaging_notifications
2021-04-16 15:14:02.948 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-04-16 15:14:02.951 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-04-16 15:14:02.967 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:02.970 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-04-16 15:14:02.973 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-04-16 15:14:02.975 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-04-16 15:14:02.990 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:02.992 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.101:5672/
2021-04-16 15:14:02.996 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.101:5672/
2021-04-16 15:14:03.024 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-04-16 15:14:03.026 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-04-16 15:14:03.029 | + lib/keystone:configure_keystone:225      :   local service_port=5000
2021-04-16 15:14:03.032 | + lib/keystone:configure_keystone:226      :   local auth_port=35357
2021-04-16 15:14:03.034 | + lib/keystone:configure_keystone:228      :   is_service_enabled tls-proxy
2021-04-16 15:14:03.051 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:03.053 | + lib/keystone:configure_keystone:240      :   iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.101/identity
2021-04-16 15:14:03.087 | + lib/keystone:configure_keystone:241      :   iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.101/identity
2021-04-16 15:14:03.118 | + lib/keystone:configure_keystone:243      :   [[ fernet != '' ]]
2021-04-16 15:14:03.121 | + lib/keystone:configure_keystone:244      :   iniset /etc/keystone/keystone.conf token provider fernet
2021-04-16 15:14:03.148 | ++ lib/keystone:configure_keystone:247      :   database_connection_url keystone
2021-04-16 15:14:03.151 | ++ lib/database:database_connection_url:132 :   local db=keystone
2021-04-16 15:14:03.153 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql keystone
2021-04-16 15:14:03.156 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=keystone
2021-04-16 15:14:03.159 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2021-04-16 15:14:03.162 | + lib/keystone:configure_keystone:247      :   iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2021-04-16 15:14:03.191 | + lib/keystone:configure_keystone:250      :   '[' False '!=' False ']'
2021-04-16 15:14:03.193 | + lib/keystone:configure_keystone:255      :   setup_logging /etc/keystone/keystone.conf
2021-04-16 15:14:03.195 | + functions:setup_logging:674              :   setup_systemd_logging /etc/keystone/keystone.conf
2021-04-16 15:14:03.198 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/keystone/keystone.conf
2021-04-16 15:14:03.201 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-04-16 15:14:03.219 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-04-16 15:14:03.222 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-04-16 15:14:03.224 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-04-16 15:14:03.227 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-04-16 15:14:03.230 | + functions:setup_systemd_logging:702      :   iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-04-16 15:14:03.256 | + functions:setup_systemd_logging:704      :   iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-04-16 15:14:03.283 | + functions:setup_systemd_logging:705      :   iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-04-16 15:14:03.310 | + functions:setup_systemd_logging:706      :   iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-04-16 15:14:03.336 | + lib/keystone:configure_keystone:257      :   iniset /etc/keystone/keystone.conf DEFAULT debug True
2021-04-16 15:14:03.362 | + lib/keystone:configure_keystone:259      :   '[' uwsgi == mod_wsgi ']'
2021-04-16 15:14:03.365 | + lib/keystone:configure_keystone:263      :   write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity
2021-04-16 15:14:03.367 | + lib/apache:write_uwsgi_config:257        :   local file=/etc/keystone/keystone-uwsgi-public.ini
2021-04-16 15:14:03.369 | + lib/apache:write_uwsgi_config:258        :   local wsgi=/usr/local/bin/keystone-wsgi-public
2021-04-16 15:14:03.372 | + lib/apache:write_uwsgi_config:259        :   local url=/identity
2021-04-16 15:14:03.374 | + lib/apache:write_uwsgi_config:260        :   local http=
2021-04-16 15:14:03.377 | + lib/apache:write_uwsgi_config:261        :   local name=
2021-04-16 15:14:03.380 | ++ lib/apache:write_uwsgi_config:262        :   basename /usr/local/bin/keystone-wsgi-public
2021-04-16 15:14:03.383 | + lib/apache:write_uwsgi_config:262        :   name=keystone-wsgi-public
2021-04-16 15:14:03.385 | + lib/apache:write_uwsgi_config:266        :   local socket_dir=/var/run/uwsgi
2021-04-16 15:14:03.388 | + lib/apache:write_uwsgi_config:270        :   sudo mkdir -p /etc/tmpfiles.d/
2021-04-16 15:14:03.400 | + lib/apache:write_uwsgi_config:271        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-04-16 15:14:03.400 | + lib/apache:write_uwsgi_config:271        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-04-16 15:14:03.408 | d /var/run/uwsgi 0755 ubuntu root
2021-04-16 15:14:03.411 | + lib/apache:write_uwsgi_config:272        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-04-16 15:14:03.425 | + lib/apache:write_uwsgi_config:274        :   local socket=/var/run/uwsgi/keystone-wsgi-public.socket
2021-04-16 15:14:03.427 | + lib/apache:write_uwsgi_config:277        :   rm -rf /etc/keystone/keystone-uwsgi-public.ini
2021-04-16 15:14:03.431 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public
2021-04-16 15:14:03.458 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2
2021-04-16 15:14:03.483 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true
2021-04-16 15:14:03.507 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true
2021-04-16 15:14:03.533 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false
2021-04-16 15:14:03.558 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90
2021-04-16 15:14:03.583 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true
2021-04-16 15:14:03.609 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3
2021-04-16 15:14:03.633 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true
2021-04-16 15:14:03.660 | + lib/apache:write_uwsgi_config:293        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-04-16 15:14:03.684 | + lib/apache:write_uwsgi_config:295        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535
2021-04-16 15:14:03.711 | + lib/apache:write_uwsgi_config:297        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close'
2021-04-16 15:14:03.735 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true
2021-04-16 15:14:03.761 | + lib/apache:write_uwsgi_config:302        :   [[ -n '' ]]
2021-04-16 15:14:03.763 | + lib/apache:write_uwsgi_config:305        :   local apache_conf=
2021-04-16 15:14:03.767 | ++ lib/apache:write_uwsgi_config:306        :   apache_site_config_for keystone-wsgi-public
2021-04-16 15:14:03.769 | ++ lib/apache:apache_site_config_for:189    :   local site=keystone-wsgi-public
2021-04-16 15:14:03.772 | ++ lib/apache:apache_site_config_for:190    :   is_ubuntu
2021-04-16 15:14:03.774 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:03.777 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:03.779 | ++ lib/apache:apache_site_config_for:192    :   echo /etc/apache2/sites-available/keystone-wsgi-public.conf
2021-04-16 15:14:03.782 | + lib/apache:write_uwsgi_config:306        :   apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf
2021-04-16 15:14:03.784 | + lib/apache:write_uwsgi_config:307        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket
2021-04-16 15:14:03.812 | + lib/apache:write_uwsgi_config:308        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666
2021-04-16 15:14:03.838 | + lib/apache:write_uwsgi_config:309        :   echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 '
2021-04-16 15:14:03.838 | + lib/apache:write_uwsgi_config:309        :   sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf
2021-04-16 15:14:03.846 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 
2021-04-16 15:14:03.849 | + lib/apache:write_uwsgi_config:310        :   enable_apache_site keystone-wsgi-public
2021-04-16 15:14:03.852 | + lib/apache:enable_apache_site:206        :   local site=keystone-wsgi-public
2021-04-16 15:14:03.854 | + lib/apache:enable_apache_site:208        :   enable_apache_mod version
2021-04-16 15:14:03.856 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-04-16 15:14:03.859 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-04-16 15:14:03.861 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:03.864 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:03.866 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-04-16 15:14:03.868 | + lib/apache:enable_apache_site:209        :   is_ubuntu
2021-04-16 15:14:03.871 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:03.873 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:03.876 | + lib/apache:enable_apache_site:210        :   sudo a2ensite keystone-wsgi-public
2021-04-16 15:14:03.933 | Enabling site keystone-wsgi-public.
2021-04-16 15:14:03.938 | To activate the new configuration, you need to run:
2021-04-16 15:14:03.938 |   systemctl reload apache2
2021-04-16 15:14:03.943 | + lib/apache:write_uwsgi_config:311        :   restart_apache_server
2021-04-16 15:14:03.945 | + lib/apache:restart_apache_server:253     :   restart_service apache2
2021-04-16 15:14:03.948 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:14:03.950 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-04-16 15:14:04.096 | + lib/keystone:configure_keystone:264      :   write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin
2021-04-16 15:14:04.099 | + lib/apache:write_uwsgi_config:257        :   local file=/etc/keystone/keystone-uwsgi-admin.ini
2021-04-16 15:14:04.103 | + lib/apache:write_uwsgi_config:258        :   local wsgi=/usr/local/bin/keystone-wsgi-admin
2021-04-16 15:14:04.105 | + lib/apache:write_uwsgi_config:259        :   local url=/identity_admin
2021-04-16 15:14:04.108 | + lib/apache:write_uwsgi_config:260        :   local http=
2021-04-16 15:14:04.110 | + lib/apache:write_uwsgi_config:261        :   local name=
2021-04-16 15:14:04.114 | ++ lib/apache:write_uwsgi_config:262        :   basename /usr/local/bin/keystone-wsgi-admin
2021-04-16 15:14:04.118 | + lib/apache:write_uwsgi_config:262        :   name=keystone-wsgi-admin
2021-04-16 15:14:04.120 | + lib/apache:write_uwsgi_config:266        :   local socket_dir=/var/run/uwsgi
2021-04-16 15:14:04.122 | + lib/apache:write_uwsgi_config:270        :   sudo mkdir -p /etc/tmpfiles.d/
2021-04-16 15:14:04.134 | + lib/apache:write_uwsgi_config:271        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-04-16 15:14:04.135 | + lib/apache:write_uwsgi_config:271        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-04-16 15:14:04.143 | d /var/run/uwsgi 0755 ubuntu root
2021-04-16 15:14:04.146 | + lib/apache:write_uwsgi_config:272        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-04-16 15:14:04.160 | + lib/apache:write_uwsgi_config:274        :   local socket=/var/run/uwsgi/keystone-wsgi-admin.socket
2021-04-16 15:14:04.163 | + lib/apache:write_uwsgi_config:277        :   rm -rf /etc/keystone/keystone-uwsgi-admin.ini
2021-04-16 15:14:04.167 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin
2021-04-16 15:14:04.194 | + lib/apache:write_uwsgi_config:279        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2
2021-04-16 15:14:04.220 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true
2021-04-16 15:14:04.246 | + lib/apache:write_uwsgi_config:283        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true
2021-04-16 15:14:04.274 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false
2021-04-16 15:14:04.300 | + lib/apache:write_uwsgi_config:287        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90
2021-04-16 15:14:04.326 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true
2021-04-16 15:14:04.352 | + lib/apache:write_uwsgi_config:289        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3
2021-04-16 15:14:04.377 | + lib/apache:write_uwsgi_config:291        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true
2021-04-16 15:14:04.402 | + lib/apache:write_uwsgi_config:293        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-04-16 15:14:04.427 | + lib/apache:write_uwsgi_config:295        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535
2021-04-16 15:14:04.456 | + lib/apache:write_uwsgi_config:297        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close'
2021-04-16 15:14:04.482 | + lib/apache:write_uwsgi_config:299        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true
2021-04-16 15:14:04.508 | + lib/apache:write_uwsgi_config:302        :   [[ -n '' ]]
2021-04-16 15:14:04.510 | + lib/apache:write_uwsgi_config:305        :   local apache_conf=
2021-04-16 15:14:04.513 | ++ lib/apache:write_uwsgi_config:306        :   apache_site_config_for keystone-wsgi-admin
2021-04-16 15:14:04.516 | ++ lib/apache:apache_site_config_for:189    :   local site=keystone-wsgi-admin
2021-04-16 15:14:04.519 | ++ lib/apache:apache_site_config_for:190    :   is_ubuntu
2021-04-16 15:14:04.521 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:04.523 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:04.526 | ++ lib/apache:apache_site_config_for:192    :   echo /etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-04-16 15:14:04.529 | + lib/apache:write_uwsgi_config:306        :   apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-04-16 15:14:04.532 | + lib/apache:write_uwsgi_config:307        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket
2021-04-16 15:14:04.558 | + lib/apache:write_uwsgi_config:308        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666
2021-04-16 15:14:04.593 | + lib/apache:write_uwsgi_config:309        :   sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-04-16 15:14:04.593 | + lib/apache:write_uwsgi_config:309        :   echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 '
2021-04-16 15:14:04.601 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 
2021-04-16 15:14:04.604 | + lib/apache:write_uwsgi_config:310        :   enable_apache_site keystone-wsgi-admin
2021-04-16 15:14:04.607 | + lib/apache:enable_apache_site:206        :   local site=keystone-wsgi-admin
2021-04-16 15:14:04.610 | + lib/apache:enable_apache_site:208        :   enable_apache_mod version
2021-04-16 15:14:04.612 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-04-16 15:14:04.615 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-04-16 15:14:04.617 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:04.620 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:04.622 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-04-16 15:14:04.625 | + lib/apache:enable_apache_site:209        :   is_ubuntu
2021-04-16 15:14:04.627 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:04.629 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:04.632 | + lib/apache:enable_apache_site:210        :   sudo a2ensite keystone-wsgi-admin
2021-04-16 15:14:04.689 | Enabling site keystone-wsgi-admin.
2021-04-16 15:14:04.694 | To activate the new configuration, you need to run:
2021-04-16 15:14:04.694 |   systemctl reload apache2
2021-04-16 15:14:04.698 | + lib/apache:write_uwsgi_config:311        :   restart_apache_server
2021-04-16 15:14:04.701 | + lib/apache:restart_apache_server:253     :   restart_service apache2
2021-04-16 15:14:04.704 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:14:04.706 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-04-16 15:14:04.850 | + lib/keystone:configure_keystone:267      :   iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384
2021-04-16 15:14:04.875 | + lib/keystone:configure_keystone:269      :   iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/
2021-04-16 15:14:04.904 | + lib/keystone:configure_keystone:271      :   iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/
2021-04-16 15:14:04.932 | + lib/keystone:configure_keystone:279      :   [[ True = True ]]
2021-04-16 15:14:04.935 | + lib/keystone:configure_keystone:280      :   iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2
2021-04-16 15:14:04.965 | + lib/keystone:configure_keystone:281      :   iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10
2021-04-16 15:14:04.991 | + lib/keystone:configure_keystone:282      :   iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2
2021-04-16 15:14:05.017 | + ./stack.sh:main:868                      :   is_service_enabled swift
2021-04-16 15:14:05.033 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:05.036 | + ./stack.sh:main:882                      :   is_service_enabled g-api n-api
2021-04-16 15:14:05.054 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:05.056 | + ./stack.sh:main:884                      :   stack_install_service glance
2021-04-16 15:14:05.059 | + lib/stack:stack_install_service:20       :   local service=glance
2021-04-16 15:14:05.062 | + lib/stack:stack_install_service:21       :   type install_glance
2021-04-16 15:14:05.065 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-04-16 15:14:05.068 | + lib/stack:stack_install_service:32       :   install_glance
2021-04-16 15:14:05.071 | + lib/glance:install_glance:438            :   glance_store_extras=()
2021-04-16 15:14:05.073 | + lib/glance:install_glance:438            :   local glance_store_extras
2021-04-16 15:14:05.076 | + lib/glance:install_glance:440            :   is_service_enabled cinder
2021-04-16 15:14:05.092 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:05.095 | + lib/glance:install_glance:441            :   glance_store_extras=("cinder" "${glance_store_extras[@]}")
2021-04-16 15:14:05.098 | + lib/glance:install_glance:444            :   is_service_enabled swift
2021-04-16 15:14:05.119 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:05.122 | + lib/glance:install_glance:450            :   use_library_from_git glance_store
2021-04-16 15:14:05.125 | + inc/python:use_library_from_git:250      :   local name=glance_store
2021-04-16 15:14:05.127 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:14:05.130 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:14:05.132 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,glance_store, ]]
2021-04-16 15:14:05.136 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:14:05.139 | ++ lib/glance:install_glance:456            :   join_extras cinder
2021-04-16 15:14:05.142 | ++ inc/python:join_extras:29                :   local IFS=,
2021-04-16 15:14:05.144 | ++ inc/python:join_extras:30                :   echo cinder
2021-04-16 15:14:05.147 | + lib/glance:install_glance:456            :   pip_install_gr_extras glance-store cinder
2021-04-16 15:14:05.150 | + inc/python:pip_install_gr_extras:89      :   local name=glance-store
2021-04-16 15:14:05.152 | + inc/python:pip_install_gr_extras:90      :   local extras=cinder
2021-04-16 15:14:05.155 | + inc/python:pip_install_gr_extras:91      :   local version_constraints
2021-04-16 15:14:05.158 | ++ inc/python:pip_install_gr_extras:92      :   get_version_constraints_from_global_requirements glance-store
2021-04-16 15:14:05.161 | ++ inc/python:get_version_constraints_from_global_requirements:237 :   local package=glance-store
2021-04-16 15:14:05.163 | ++ inc/python:get_version_constraints_from_global_requirements:238 :   local required_pkg_version_constraint
2021-04-16 15:14:05.167 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt
2021-04-16 15:14:05.167 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   cut -d# -f1
2021-04-16 15:14:05.172 | ++ inc/python:get_version_constraints_from_global_requirements:240 :   required_pkg_version_constraint='!=0.29.0  '
2021-04-16 15:14:05.175 | ++ inc/python:get_version_constraints_from_global_requirements:241 :   [[ !=0.29.0   == '' ]]
2021-04-16 15:14:05.177 | ++ inc/python:get_version_constraints_from_global_requirements:244 :   echo '!=0.29.0'
2021-04-16 15:14:05.181 | + inc/python:pip_install_gr_extras:92      :   version_constraints='!=0.29.0'
2021-04-16 15:14:05.183 | + inc/python:pip_install_gr_extras:93      :   pip_install 'glance-store[cinder]!=0.29.0'
2021-04-16 15:14:05.209 | Using python 3.6 to install glance-store[cinder]!=0.29.0
2021-04-16 15:14:05.211 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0'
2021-04-16 15:14:06.439 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:06.439 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:06.439 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:06.439 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:07.580 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:14:07.580 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210.
2021-04-16 15:14:07.584 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:07.590 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:07.598 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:07.792 | Collecting glance-store===2.5.0
2021-04-16 15:14:07.800 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa6/ee61a120d47ea/glance_store-2.5.0-py3-none-any.whl (216 kB)
2021-04-16 15:14:07.993 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0)
2021-04-16 15:14:08.025 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.1)
2021-04-16 15:14:08.323 | Collecting os-brick===4.3.1
2021-04-16 15:14:08.332 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/317/9c058262195ad/os_brick-4.3.1-py3-none-any.whl (252 kB)
2021-04-16 15:14:08.463 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (1.7.0)
2021-04-16 15:14:08.468 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (5.4.0)
2021-04-16 15:14:08.488 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0)
2021-04-16 15:14:08.500 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.5.0)
2021-04-16 15:14:08.547 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (3.2.0)
2021-04-16 15:14:08.553 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (5.0.1)
2021-04-16 15:14:08.560 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.4.0)
2021-04-16 15:14:08.604 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (2.5.0)
2021-04-16 15:14:08.621 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (6.2.0)
2021-04-16 15:14:08.626 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.1.0)
2021-04-16 15:14:08.637 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.5.0)
2021-04-16 15:14:08.662 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.8.0)
2021-04-16 15:14:08.680 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.9)
2021-04-16 15:14:08.687 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (5.5.1)
2021-04-16 15:14:08.690 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6)
2021-04-16 15:14:08.693 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7)
2021-04-16 15:14:08.697 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (0.17.3)
2021-04-16 15:14:08.875 | Collecting python-cinderclient===7.4.0
2021-04-16 15:14:08.880 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d1/27f5b5d1795b0/python_cinderclient-7.4.0-py3-none-any.whl (278 kB)
2021-04-16 15:14:09.029 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.8.1)
2021-04-16 15:14:09.035 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.2.0)
2021-04-16 15:14:09.056 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2021.1)
2021-04-16 15:14:09.061 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (2.25.1)
2021-04-16 15:14:09.084 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.4.0)
2021-04-16 15:14:09.090 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (56.0.0)
2021-04-16 15:14:09.149 | Requirement already satisfied: simplejson===3.13.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (3.13.2)
2021-04-16 15:14:09.152 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (1.15.0)
2021-04-16 15:14:09.156 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0)
2021-04-16 15:14:09.166 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (6.3.1)
2021-04-16 15:14:09.183 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.26.4)
2021-04-16 15:14:09.205 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.2)
2021-04-16 15:14:09.211 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2)
2021-04-16 15:14:09.222 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1)
2021-04-16 15:14:09.264 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0)
2021-04-16 15:14:09.310 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14)
2021-04-16 15:14:09.313 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1)
2021-04-16 15:14:09.319 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0)
2021-04-16 15:14:09.328 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-04-16 15:14:09.332 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.8.0)
2021-04-16 15:14:09.339 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.2)
2021-04-16 15:14:09.342 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0)
2021-04-16 15:14:09.348 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5)
2021-04-16 15:14:09.352 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-04-16 15:14:09.361 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0)
2021-04-16 15:14:09.373 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-04-16 15:14:09.388 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-04-16 15:14:09.401 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-04-16 15:14:09.411 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.10.9)
2021-04-16 15:14:09.414 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (0.7.2)
2021-04-16 15:14:09.417 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5)
2021-04-16 15:14:09.419 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10)
2021-04-16 15:14:09.423 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0)
2021-04-16 15:14:09.427 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0)
2021-04-16 15:14:09.436 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (3.4.1)
2021-04-16 15:14:09.463 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (3.7.4.3)
2021-04-16 15:14:09.469 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.6)
2021-04-16 15:14:09.471 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.12.1)
2021-04-16 15:14:09.474 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2)
2021-04-16 15:14:09.502 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20)
2021-04-16 15:14:09.505 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.4.0)
2021-04-16 15:14:09.525 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (0.7)
2021-04-16 15:14:09.533 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.1.0)
2021-04-16 15:14:09.541 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0)
2021-04-16 15:14:09.543 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.4.0)
2021-04-16 15:14:09.547 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0)
2021-04-16 15:14:09.550 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.4.0)
2021-04-16 15:14:09.553 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0)
2021-04-16 15:14:10.912 | Installing collected packages: python-cinderclient, os-brick, glance-store
2021-04-16 15:14:11.846 | Successfully installed glance-store-2.5.0 os-brick-4.3.1 python-cinderclient-7.4.0
2021-04-16 15:14:12.013 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:14:12.014 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:14:12.110 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:14:12.113 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:14:12.115 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:14:12.117 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:14:12.120 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:14:12.122 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:14:12.124 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:14:12.127 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:14:12.129 | + functions-common:time_stop:2311          :   start_time=1618586045204
2021-04-16 15:14:12.132 | + functions-common:time_stop:2313          :   [[ -z 1618586045204 ]]
2021-04-16 15:14:12.134 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:14:12.138 | + functions-common:time_stop:2316          :   end_time=1618586052135
2021-04-16 15:14:12.140 | + functions-common:time_stop:2317          :   elapsed_time=6931
2021-04-16 15:14:12.142 | + functions-common:time_stop:2318          :   total=74129
2021-04-16 15:14:12.145 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:14:12.147 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=81060
2021-04-16 15:14:12.150 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:14:12.153 | + lib/glance:install_glance:457            :   copy_rootwrap /usr/local/etc/glance
2021-04-16 15:14:12.156 | + lib/glance:copy_rootwrap:216             :   local source_path=/usr/local/etc/glance
2021-04-16 15:14:12.158 | + lib/glance:copy_rootwrap:218             :   sudo install -d -o ubuntu /etc/glance
2021-04-16 15:14:12.171 | + lib/glance:copy_rootwrap:219             :   cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/
2021-04-16 15:14:12.176 | + lib/glance:install_glance:460            :   git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master
2021-04-16 15:14:12.178 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/glance.git
2021-04-16 15:14:12.181 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/glance
2021-04-16 15:14:12.183 | + functions-common:git_clone:525           :   local git_ref=master
2021-04-16 15:14:12.185 | + functions-common:git_clone:526           :   local orig_dir
2021-04-16 15:14:12.188 | ++ functions-common:git_clone:527           :   pwd
2021-04-16 15:14:12.191 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-04-16 15:14:12.194 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-04-16 15:14:12.197 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-04-16 15:14:12.213 | + functions-common:git_clone:530           :   RECLONE=False
2021-04-16 15:14:12.216 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-04-16 15:14:12.219 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-04-16 15:14:12.221 | + functions-common:git_clone:544           :   echo master
2021-04-16 15:14:12.222 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-04-16 15:14:12.227 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/glance ]]
2021-04-16 15:14:12.230 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-04-16 15:14:12.232 | + functions-common:git_clone:592           :   cd /opt/stack/glance
2021-04-16 15:14:12.236 | + functions-common:git_clone:593           :   git show --oneline
2021-04-16 15:14:12.236 | + functions-common:git_clone:593           :   head -1
2021-04-16 15:14:12.238 | 1157c19a Merge "Guidelines for core reviewers"
2021-04-16 15:14:12.241 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-04-16 15:14:12.243 | + lib/glance:install_glance:462            :   setup_develop /opt/stack/glance
2021-04-16 15:14:12.246 | + inc/python:setup_develop:338             :   local bindep
2021-04-16 15:14:12.248 | + inc/python:setup_develop:339             :   [[ /opt/stack/glance == -bindep* ]]
2021-04-16 15:14:12.251 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/glance
2021-04-16 15:14:12.253 | + inc/python:setup_develop:344             :   local extras=
2021-04-16 15:14:12.256 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/glance -e
2021-04-16 15:14:12.258 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-04-16 15:14:12.261 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/glance == -bindep* ]]
2021-04-16 15:14:12.263 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/glance
2021-04-16 15:14:12.266 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-04-16 15:14:12.268 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-04-16 15:14:12.271 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/glance
2021-04-16 15:14:12.274 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-04-16 15:14:12.277 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/glance
2021-04-16 15:14:12.279 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-04-16 15:14:12.282 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-04-16 15:14:12.285 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg
2021-04-16 15:14:12.290 | + inc/python:_setup_package_with_constraints_edit:383 :   name=glance
2021-04-16 15:14:12.293 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance'
2021-04-16 15:14:12.990 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/glance -e
2021-04-16 15:14:12.993 | + inc/python:setup_package:417             :   local bindep=0
2021-04-16 15:14:12.995 | + inc/python:setup_package:418             :   local bindep_flag=
2021-04-16 15:14:12.998 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-04-16 15:14:13.000 | + inc/python:setup_package:420             :   [[ /opt/stack/glance == -bindep* ]]
2021-04-16 15:14:13.003 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/glance
2021-04-16 15:14:13.005 | + inc/python:setup_package:426             :   local flags=-e
2021-04-16 15:14:13.008 | + inc/python:setup_package:427             :   local extras=
2021-04-16 15:14:13.010 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-04-16 15:14:13.012 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-04-16 15:14:13.015 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-04-16 15:14:13.018 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-04-16 15:14:13.020 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-04-16 15:14:13.022 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/glance
2021-04-16 15:14:13.041 | Using python 3.6 to install /opt/stack/glance
2021-04-16 15:14:13.044 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance
2021-04-16 15:14:14.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:14.222 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:14.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:14.222 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:15.360 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:14:15.360 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210.
2021-04-16 15:14:15.364 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:15.371 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:15.378 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:15.383 | Obtaining file:///opt/stack/glance
2021-04-16 15:14:16.940 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-04-16 15:14:18.466 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-04-16 15:14:18.476 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-04-16 15:14:18.486 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-04-16 15:14:18.499 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-04-16 15:14:18.681 | Collecting WSME===0.10.1
2021-04-16 15:14:18.690 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/190/5bcebe4ca6b0f/WSME-0.10.1-py3-none-any.whl (60 kB)
2021-04-16 15:14:18.802 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-04-16 15:14:18.817 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-04-16 15:14:18.988 | Collecting castellan===3.7.1
2021-04-16 15:14:18.995 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/897/4070b636f52c7/castellan-3.7.1-py3-none-any.whl (93 kB)
2021-04-16 15:14:19.125 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7)
2021-04-16 15:14:19.282 | Collecting cursive===0.2.2
2021-04-16 15:14:19.288 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB)
2021-04-16 15:14:19.431 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0)
2021-04-16 15:14:19.439 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (0.7.1)
2021-04-16 15:14:19.446 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2)
2021-04-16 15:14:19.456 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0)
2021-04-16 15:14:19.463 | Requirement already satisfied: glance-store===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (2.5.0)
2021-04-16 15:14:19.541 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0)
2021-04-16 15:14:19.547 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (0.19.1)
2021-04-16 15:14:19.552 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14)
2021-04-16 15:14:19.555 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0)
2021-04-16 15:14:19.587 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.3.1)
2021-04-16 15:14:19.656 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.2.0)
2021-04-16 15:14:19.717 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0)
2021-04-16 15:14:19.724 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (1.7.0)
2021-04-16 15:14:19.730 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (5.4.0)
2021-04-16 15:14:19.751 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (2.7.0)
2021-04-16 15:14:19.792 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0)
2021-04-16 15:14:19.804 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (8.5.0)
2021-04-16 15:14:19.853 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.2.0)
2021-04-16 15:14:19.861 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.5.0)
2021-04-16 15:14:19.916 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1)
2021-04-16 15:14:19.924 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.4.0)
2021-04-16 15:14:19.968 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.7.1)
2021-04-16 15:14:20.030 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.2.0)
2021-04-16 15:14:20.050 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.7.0)
2021-04-16 15:14:20.068 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.2.0)
2021-04-16 15:14:20.084 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.1.0)
2021-04-16 15:14:20.095 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.5.0)
2021-04-16 15:14:20.122 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.3.0)
2021-04-16 15:14:20.135 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.8.0)
2021-04-16 15:14:20.153 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0)
2021-04-16 15:14:20.207 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.9)
2021-04-16 15:14:20.214 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.1)
2021-04-16 15:14:20.217 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2)
2021-04-16 15:14:20.220 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.8.0)
2021-04-16 15:14:20.244 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (20.0.1)
2021-04-16 15:14:20.261 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1)
2021-04-16 15:14:20.273 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6)
2021-04-16 15:14:20.275 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7)
2021-04-16 15:14:20.279 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (0.17.3)
2021-04-16 15:14:20.429 | Collecting python-barbicanclient===5.1.0
2021-04-16 15:14:20.436 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/325fbc7fe832a/python_barbicanclient-5.1.0-py3-none-any.whl (82 kB)
2021-04-16 15:14:20.563 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (2.8.1)
2021-04-16 15:14:20.568 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (1.0.4)
2021-04-16 15:14:20.571 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (4.2.0)
2021-04-16 15:14:20.593 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2021.1)
2021-04-16 15:14:20.598 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (0.7)
2021-04-16 15:14:20.606 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2.25.1)
2021-04-16 15:14:20.743 | Collecting retrying===1.3.3
2021-04-16 15:14:20.750 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB)
2021-04-16 15:14:20.856 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0)
2021-04-16 15:14:20.862 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (56.0.0)
2021-04-16 15:14:20.919 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (0.8.1)
2021-04-16 15:14:20.922 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (1.15.0)
2021-04-16 15:14:20.926 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (0.13.0)
2021-04-16 15:14:20.938 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (0.4.1)
2021-04-16 15:14:20.941 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (3.3.0)
2021-04-16 15:14:20.944 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.3.0)
2021-04-16 15:14:21.150 | Collecting taskflow===4.6.0
2021-04-16 15:14:21.157 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/38a/894dabb73b25d/taskflow-4.6.0-py3-none-any.whl (491 kB)
2021-04-16 15:14:21.338 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.3.1)
2021-04-16 15:14:21.354 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (2.0.1)
2021-04-16 15:14:21.364 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (0.5.0)
2021-04-16 15:14:21.371 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.4.0)
2021-04-16 15:14:21.390 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.4.0)
2021-04-16 15:14:21.394 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (1.1.0)
2021-04-16 15:14:21.401 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.26.4)
2021-04-16 15:14:21.424 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.12.1)
2021-04-16 15:14:21.427 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (1.3.2)
2021-04-16 15:14:21.433 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-04-16 15:14:21.442 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5)
2021-04-16 15:14:21.446 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0)
2021-04-16 15:14:21.481 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0)
2021-04-16 15:14:21.526 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1)
2021-04-16 15:14:21.569 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2)
2021-04-16 15:14:21.598 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2)
2021-04-16 15:14:21.604 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1)
2021-04-16 15:14:21.610 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-04-16 15:14:21.614 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1)
2021-04-16 15:14:21.617 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2)
2021-04-16 15:14:21.664 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-04-16 15:14:21.670 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-04-16 15:14:21.678 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.2)
2021-04-16 15:14:21.681 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0)
2021-04-16 15:14:21.693 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9)
2021-04-16 15:14:21.697 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.7.0)
2021-04-16 15:14:21.711 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0)
2021-04-16 15:14:21.715 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5)
2021-04-16 15:14:21.718 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10)
2021-04-16 15:14:21.723 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2)
2021-04-16 15:14:21.726 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-04-16 15:14:21.913 | Collecting networkx===2.5.1
2021-04-16 15:14:21.923 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/5858ed7e989f4/networkx-2.5.1-py3-none-any.whl (1.6 MB)
2021-04-16 15:14:22.268 | Collecting automaton===2.3.0
2021-04-16 15:14:22.274 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/7f720f01d51bd/automaton-2.3.0-py3-none-any.whl (22 kB)
2021-04-16 15:14:22.497 | Collecting pydot===1.4.2
2021-04-16 15:14:22.504 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB)
2021-04-16 15:14:22.609 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (1.6.0)
2021-04-16 15:14:22.612 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0)
2021-04-16 15:14:22.615 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0)
2021-04-16 15:14:22.617 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 548)) (1.4.0)
2021-04-16 15:14:22.620 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-04-16 15:14:22.624 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20)
2021-04-16 15:14:22.627 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (3.4.1)
2021-04-16 15:14:22.655 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (3.7.4.3)
2021-04-16 15:14:22.659 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.6)
2021-04-16 15:14:22.662 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (5.0.0)
2021-04-16 15:14:22.665 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.5.0)
2021-04-16 15:14:22.732 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (0.2.5)
2021-04-16 15:14:22.737 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4)
2021-04-16 15:14:22.742 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.8.2)
2021-04-16 15:14:23.760 | Installing collected packages: networkx, automaton, pydot, taskflow, WSME, retrying, python-barbicanclient, castellan, cursive, glance
2021-04-16 15:14:26.228 |   Running setup.py develop for glance
2021-04-16 15:14:28.080 | Successfully installed WSME-0.10.1 automaton-2.3.0 castellan-3.7.1 cursive-0.2.2 glance networkx-2.5.1 pydot-1.4.2 python-barbicanclient-5.1.0 retrying-1.3.3 taskflow-4.6.0
2021-04-16 15:14:28.259 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:14:28.259 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:14:28.380 | + inc/python:pip_install:200               :   result=0
2021-04-16 15:14:28.382 | + inc/python:pip_install:202               :   time_stop pip_install
2021-04-16 15:14:28.385 | + functions-common:time_stop:2304          :   local name
2021-04-16 15:14:28.388 | + functions-common:time_stop:2305          :   local end_time
2021-04-16 15:14:28.390 | + functions-common:time_stop:2306          :   local elapsed_time
2021-04-16 15:14:28.393 | + functions-common:time_stop:2307          :   local total
2021-04-16 15:14:28.395 | + functions-common:time_stop:2308          :   local start_time
2021-04-16 15:14:28.398 | + functions-common:time_stop:2310          :   name=pip_install
2021-04-16 15:14:28.401 | + functions-common:time_stop:2311          :   start_time=1618586053036
2021-04-16 15:14:28.403 | + functions-common:time_stop:2313          :   [[ -z 1618586053036 ]]
2021-04-16 15:14:28.407 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-04-16 15:14:28.410 | + functions-common:time_stop:2316          :   end_time=1618586068407
2021-04-16 15:14:28.412 | + functions-common:time_stop:2317          :   elapsed_time=15371
2021-04-16 15:14:28.414 | + functions-common:time_stop:2318          :   total=81060
2021-04-16 15:14:28.417 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-04-16 15:14:28.419 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=96431
2021-04-16 15:14:28.421 | + inc/python:pip_install:203               :   return 0
2021-04-16 15:14:28.424 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-04-16 15:14:28.426 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-04-16 15:14:28.429 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-04-16 15:14:28.449 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-04-16 15:14:28.462 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/glance
2021-04-16 15:14:28.465 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/glance
2021-04-16 15:14:28.467 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-04-16 15:14:28.470 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-04-16 15:14:28.472 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/glance, ]]
2021-04-16 15:14:28.475 | + inc/python:use_library_from_git:253      :   return 1
2021-04-16 15:14:28.478 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-04-16 15:14:28.480 | + ./stack.sh:main:885                      :   configure_glance
2021-04-16 15:14:28.483 | + lib/glance:configure_glance:268          :   sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs
2021-04-16 15:14:28.497 | + lib/glance:configure_glance:271          :   local dburl
2021-04-16 15:14:28.501 | ++ lib/glance:configure_glance:272          :   database_connection_url glance
2021-04-16 15:14:28.503 | ++ lib/database:database_connection_url:132 :   local db=glance
2021-04-16 15:14:28.506 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql glance
2021-04-16 15:14:28.511 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=glance
2021-04-16 15:14:28.513 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-04-16 15:14:28.517 | + lib/glance:configure_glance:272          :   dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-04-16 15:14:28.521 | + lib/glance:configure_glance:274          :   iniset /etc/glance/glance-api.conf DEFAULT debug True
2021-04-16 15:14:28.550 | + lib/glance:configure_glance:275          :   iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-04-16 15:14:28.582 | + lib/glance:configure_glance:276          :   iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
2021-04-16 15:14:28.611 | + lib/glance:configure_glance:277          :   iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2021-04-16 15:14:28.638 | + lib/glance:configure_glance:278          :   iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks
2021-04-16 15:14:28.669 | + lib/glance:configure_glance:279          :   iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
2021-04-16 15:14:28.699 | + lib/glance:configure_glance:280          :   configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance
2021-04-16 15:14:28.702 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/glance/glance-api.conf
2021-04-16 15:14:28.704 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=glance
2021-04-16 15:14:28.708 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-04-16 15:14:28.710 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password
2021-04-16 15:14:28.749 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/glance/glance-api.conf keystone_authtoken interface public
2021-04-16 15:14:28.775 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.101/identity
2021-04-16 15:14:28.805 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/glance/glance-api.conf keystone_authtoken username glance
2021-04-16 15:14:28.833 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd
2021-04-16 15:14:28.861 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default
2021-04-16 15:14:28.892 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_name service
2021-04-16 15:14:28.920 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default
2021-04-16 15:14:28.947 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-04-16 15:14:28.975 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211
2021-04-16 15:14:29.002 | + lib/glance:configure_glance:281          :   iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2
2021-04-16 15:14:29.037 | + lib/glance:configure_glance:282          :   iniset_rpc_backend glance /etc/glance/glance-api.conf
2021-04-16 15:14:29.040 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=glance
2021-04-16 15:14:29.043 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/glance/glance-api.conf
2021-04-16 15:14:29.046 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-04-16 15:14:29.049 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-04-16 15:14:29.052 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-04-16 15:14:29.071 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:29.075 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-04-16 15:14:29.079 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-04-16 15:14:29.082 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-04-16 15:14:29.102 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:29.107 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.101:5672/
2021-04-16 15:14:29.111 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.101:5672/
2021-04-16 15:14:29.144 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-04-16 15:14:29.146 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-04-16 15:14:29.149 | + lib/glance:configure_glance:283          :   '[' libvirt = libvirt ']'
2021-04-16 15:14:29.151 | + lib/glance:configure_glance:283          :   '[' kvm = parallels ']'
2021-04-16 15:14:29.154 | + lib/glance:configure_glance:288          :   configure_glance_store False False
2021-04-16 15:14:29.157 | + lib/glance:configure_glance_store:229    :   local use_cinder_for_glance=False
2021-04-16 15:14:29.159 | + lib/glance:configure_glance_store:230    :   local glance_enable_multiple_stores=False
2021-04-16 15:14:29.162 | + lib/glance:configure_glance_store:231    :   local be
2021-04-16 15:14:29.164 | + lib/glance:configure_glance_store:233    :   [[ False == \F\a\l\s\e ]]
2021-04-16 15:14:29.167 | + lib/glance:configure_glance_store:235    :   [[ False == \T\r\u\e ]]
2021-04-16 15:14:29.170 | + lib/glance:configure_glance_store:252    :   iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2021-04-16 15:14:29.213 | + lib/glance:configure_glance:291          :   '[' -n '' ']'
2021-04-16 15:14:29.216 | + lib/glance:configure_glance:294          :   iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.101
2021-04-16 15:14:29.254 | + lib/glance:configure_glance:298          :   [[ False == \F\a\l\s\e ]]
2021-04-16 15:14:29.257 | + lib/glance:configure_glance:300          :   is_service_enabled s-proxy
2021-04-16 15:14:29.276 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:29.279 | + lib/glance:configure_glance:322          :   iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.101/image
2021-04-16 15:14:29.309 | + lib/glance:configure_glance:324          :   is_service_enabled tls-proxy
2021-04-16 15:14:29.332 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:29.336 | + lib/glance:configure_glance:330          :   setup_logging /etc/glance/glance-api.conf
2021-04-16 15:14:29.339 | + functions:setup_logging:674              :   setup_systemd_logging /etc/glance/glance-api.conf
2021-04-16 15:14:29.342 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/glance/glance-api.conf
2021-04-16 15:14:29.350 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-04-16 15:14:29.375 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-04-16 15:14:29.379 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-04-16 15:14:29.383 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-04-16 15:14:29.386 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-04-16 15:14:29.390 | + functions:setup_systemd_logging:702      :   iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-04-16 15:14:29.422 | + functions:setup_systemd_logging:704      :   iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-04-16 15:14:29.456 | + functions:setup_systemd_logging:705      :   iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-04-16 15:14:29.488 | + functions:setup_systemd_logging:706      :   iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-04-16 15:14:29.520 | + lib/glance:configure_glance:332          :   cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
2021-04-16 15:14:29.526 | + lib/glance:configure_glance:335          :   iniset /etc/glance/glance-cache.conf DEFAULT debug True
2021-04-16 15:14:29.566 | + lib/glance:configure_glance:336          :   iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
2021-04-16 15:14:29.600 | + lib/glance:configure_glance:337          :   iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2021-04-16 15:14:29.632 | + lib/glance:configure_glance:338          :   iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.101/identity
2021-04-16 15:14:29.664 | + lib/glance:configure_glance:339          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
2021-04-16 15:14:29.695 | + lib/glance:configure_glance:340          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
2021-04-16 15:14:29.724 | + lib/glance:configure_glance:341          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd
2021-04-16 15:14:29.756 | + lib/glance:configure_glance:344          :   iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2021-04-16 15:14:29.786 | + lib/glance:configure_glance:347          :   iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]'
2021-04-16 15:14:29.818 | + lib/glance:configure_glance:348          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin
2021-04-16 15:14:29.849 | + lib/glance:configure_glance:349          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject
2021-04-16 15:14:29.877 | + lib/glance:configure_glance:351          :   cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json
2021-04-16 15:14:29.883 | + lib/glance:configure_glance:353          :   cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs
2021-04-16 15:14:29.889 | + lib/glance:configure_glance:355          :   is_service_enabled tls-proxy
2021-04-16 15:14:29.906 | + functions-common:is_service_enabled:1960 :   return 1
2021-04-16 15:14:29.911 | + lib/glance:configure_glance:363          :   [[ False == False ]]
2021-04-16 15:14:29.914 | + lib/glance:configure_glance:364          :   write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image
2021-04-16 15:14:29.917 | + lib/apache:write_local_uwsgi_http_config:322 :   local file=/etc/glance/glance-uwsgi.ini
2021-04-16 15:14:29.920 | + lib/apache:write_local_uwsgi_http_config:323 :   local wsgi=/usr/local/bin/glance-wsgi-api
2021-04-16 15:14:29.923 | + lib/apache:write_local_uwsgi_http_config:324 :   local url=/image
2021-04-16 15:14:29.926 | ++ lib/apache:write_local_uwsgi_http_config:325 :   basename /usr/local/bin/glance-wsgi-api
2021-04-16 15:14:29.929 | + lib/apache:write_local_uwsgi_http_config:325 :   name=glance-wsgi-api
2021-04-16 15:14:29.932 | + lib/apache:write_local_uwsgi_http_config:331 :   rm -rf /etc/glance/glance-uwsgi.ini
2021-04-16 15:14:29.937 | + lib/apache:write_local_uwsgi_http_config:332 :   iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api
2021-04-16 15:14:29.970 | ++ lib/apache:write_local_uwsgi_http_config:333 :   get_random_port
2021-04-16 15:14:29.973 | ++ functions:get_random_port:836            :   read lower_port upper_port
2021-04-16 15:14:29.975 | ++ functions:get_random_port:837            :   true
2021-04-16 15:14:29.978 | ++ functions:get_random_port:838            :   (( port = upper_port  ))
2021-04-16 15:14:29.981 | ++ functions:get_random_port:838            :   (( port >= lower_port  ))
2021-04-16 15:14:29.984 | ++ functions:get_random_port:839            :   sudo lsof -i :60999
2021-04-16 15:14:30.062 | ++ functions:get_random_port:840            :   [[ 1 > 0 ]]
2021-04-16 15:14:30.065 | ++ functions:get_random_port:841            :   break 2
2021-04-16 15:14:30.068 | ++ functions:get_random_port:845            :   echo 60999
2021-04-16 15:14:30.071 | + lib/apache:write_local_uwsgi_http_config:333 :   port=60999
2021-04-16 15:14:30.074 | + lib/apache:write_local_uwsgi_http_config:334 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999
2021-04-16 15:14:30.101 | + lib/apache:write_local_uwsgi_http_config:335 :   iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2
2021-04-16 15:14:30.130 | + lib/apache:write_local_uwsgi_http_config:337 :   iniset /etc/glance/glance-uwsgi.ini uwsgi master true
2021-04-16 15:14:30.170 | + lib/apache:write_local_uwsgi_http_config:339 :   iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true
2021-04-16 15:14:30.207 | + lib/apache:write_local_uwsgi_http_config:340 :   iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false
2021-04-16 15:14:30.236 | + lib/apache:write_local_uwsgi_http_config:341 :   iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true
2021-04-16 15:14:30.265 | + lib/apache:write_local_uwsgi_http_config:342 :   iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3
2021-04-16 15:14:30.301 | + lib/apache:write_local_uwsgi_http_config:344 :   iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true
2021-04-16 15:14:30.332 | + lib/apache:write_local_uwsgi_http_config:346 :   iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-04-16 15:14:30.362 | + lib/apache:write_local_uwsgi_http_config:349 :   iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90
2021-04-16 15:14:30.390 | + lib/apache:write_local_uwsgi_http_config:351 :   iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535
2021-04-16 15:14:30.420 | + lib/apache:write_local_uwsgi_http_config:353 :   iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close'
2021-04-16 15:14:30.451 | + lib/apache:write_local_uwsgi_http_config:355 :   iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true
2021-04-16 15:14:30.482 | + lib/apache:write_local_uwsgi_http_config:356 :   iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666
2021-04-16 15:14:30.511 | + lib/apache:write_local_uwsgi_http_config:357 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true
2021-04-16 15:14:30.544 | + lib/apache:write_local_uwsgi_http_config:358 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true
2021-04-16 15:14:30.572 | + lib/apache:write_local_uwsgi_http_config:359 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true
2021-04-16 15:14:30.604 | + lib/apache:write_local_uwsgi_http_config:360 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false
2021-04-16 15:14:30.633 | + lib/apache:write_local_uwsgi_http_config:362 :   iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30
2021-04-16 15:14:30.664 | + lib/apache:write_local_uwsgi_http_config:364 :   enable_apache_mod proxy
2021-04-16 15:14:30.667 | + lib/apache:enable_apache_mod:54          :   local mod=proxy
2021-04-16 15:14:30.669 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-04-16 15:14:30.671 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:30.674 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:30.676 | + lib/apache:enable_apache_mod:59          :   [[ proxy != \v\e\r\s\i\o\n ]]
2021-04-16 15:14:30.679 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy
2021-04-16 15:14:30.737 | proxy (enabled by site administrator)
2021-04-16 15:14:30.740 | + lib/apache:write_local_uwsgi_http_config:365 :   enable_apache_mod proxy_http
2021-04-16 15:14:30.743 | + lib/apache:enable_apache_mod:54          :   local mod=proxy_http
2021-04-16 15:14:30.745 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-04-16 15:14:30.748 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:30.751 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:30.753 | + lib/apache:enable_apache_mod:59          :   [[ proxy_http != \v\e\r\s\i\o\n ]]
2021-04-16 15:14:30.756 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy_http
2021-04-16 15:14:30.808 | No module matches proxy_http
2021-04-16 15:14:30.813 | + lib/apache:enable_apache_mod:60          :   sudo a2enmod proxy_http
2021-04-16 15:14:30.873 | Considering dependency proxy for proxy_http:
2021-04-16 15:14:30.873 | Module proxy already enabled
2021-04-16 15:14:30.873 | Enabling module proxy_http.
2021-04-16 15:14:30.879 | To activate the new configuration, you need to run:
2021-04-16 15:14:30.879 |   systemctl restart apache2
2021-04-16 15:14:30.883 | + lib/apache:enable_apache_mod:61          :   restart_apache_server
2021-04-16 15:14:30.886 | + lib/apache:restart_apache_server:253     :   restart_service apache2
2021-04-16 15:14:30.890 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:14:30.893 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-04-16 15:14:31.060 | + lib/apache:write_local_uwsgi_http_config:366 :   local apache_conf=
2021-04-16 15:14:31.064 | ++ lib/apache:write_local_uwsgi_http_config:367 :   apache_site_config_for glance-wsgi-api
2021-04-16 15:14:31.066 | ++ lib/apache:apache_site_config_for:189    :   local site=glance-wsgi-api
2021-04-16 15:14:31.069 | ++ lib/apache:apache_site_config_for:190    :   is_ubuntu
2021-04-16 15:14:31.073 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:31.075 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:31.079 | ++ lib/apache:apache_site_config_for:192    :   echo /etc/apache2/sites-available/glance-wsgi-api.conf
2021-04-16 15:14:31.082 | + lib/apache:write_local_uwsgi_http_config:367 :   apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf
2021-04-16 15:14:31.086 | + lib/apache:write_local_uwsgi_http_config:368 :   sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf
2021-04-16 15:14:31.086 | + lib/apache:write_local_uwsgi_http_config:368 :   echo 'KeepAlive Off'
2021-04-16 15:14:31.093 | KeepAlive Off
2021-04-16 15:14:31.098 | + lib/apache:write_local_uwsgi_http_config:369 :   echo 'SetEnv proxy-sendchunked 1'
2021-04-16 15:14:31.099 | + lib/apache:write_local_uwsgi_http_config:369 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2021-04-16 15:14:31.107 | SetEnv proxy-sendchunked 1
2021-04-16 15:14:31.112 | + lib/apache:write_local_uwsgi_http_config:370 :   echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 '
2021-04-16 15:14:31.113 | + lib/apache:write_local_uwsgi_http_config:370 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2021-04-16 15:14:31.122 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 
2021-04-16 15:14:31.127 | + lib/apache:write_local_uwsgi_http_config:371 :   enable_apache_site glance-wsgi-api
2021-04-16 15:14:31.129 | + lib/apache:enable_apache_site:206        :   local site=glance-wsgi-api
2021-04-16 15:14:31.132 | + lib/apache:enable_apache_site:208        :   enable_apache_mod version
2021-04-16 15:14:31.134 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-04-16 15:14:31.137 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-04-16 15:14:31.139 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:31.142 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:31.144 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-04-16 15:14:31.147 | + lib/apache:enable_apache_site:209        :   is_ubuntu
2021-04-16 15:14:31.150 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-04-16 15:14:31.153 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-04-16 15:14:31.156 | + lib/apache:enable_apache_site:210        :   sudo a2ensite glance-wsgi-api
2021-04-16 15:14:31.218 | Enabling site glance-wsgi-api.
2021-04-16 15:14:31.224 | To activate the new configuration, you need to run:
2021-04-16 15:14:31.224 |   systemctl reload apache2
2021-04-16 15:14:31.230 | + lib/apache:write_local_uwsgi_http_config:372 :   restart_apache_server
2021-04-16 15:14:31.233 | + lib/apache:restart_apache_server:253     :   restart_service apache2
2021-04-16 15:14:31.236 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-04-16 15:14:31.239 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-04-16 15:14:31.398 | ++ lib/glance:configure_glance:367          :   awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini
2021-04-16 15:14:31.402 | + lib/glance:configure_glance:367          :   iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999
2021-04-16 15:14:31.438 | + ./stack.sh:main:888                      :   is_service_enabled cinder
2021-04-16 15:14:31.457 | + functions-common:is_service_enabled:1960 :   return 0
2021-04-16 15:14:31.459 | + ./stack.sh:main:890                      :   stack_install_service cinder
2021-04-16 15:14:31.462 | + lib/stack:stack_install_service:20       :   local service=cinder
2021-04-16 15:14:31.464 | + lib/stack:stack_install_service:21       :   type install_cinder
2021-04-16 15:14:31.468 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-04-16 15:14:31.470 | + lib/stack:stack_install_service:32       :   install_cinder
2021-04-16 15:14:31.473 | + lib/cinder:install_cinder:449            :   git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master
2021-04-16 15:14:31.475 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/cinder.git
2021-04-16 15:14:31.478 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/cinder
2021-04-16 15:14:31.480 | + functions-common:git_clone:525           :   local git_ref=master
2021-04-16 15:14:31.482 | + functions-common:git_clone:526           :   local orig_dir
2021-04-16 15:14:31.487 | ++ functions-common:git_clone:527           :   pwd
2021-04-16 15:14:31.490 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-04-16 15:14:31.492 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-04-16 15:14:31.495 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-04-16 15:14:31.513 | + functions-common:git_clone:530           :   RECLONE=False
2021-04-16 15:14:31.516 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-04-16 15:14:31.518 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-04-16 15:14:31.522 | + functions-common:git_clone:544           :   echo master
2021-04-16 15:14:31.522 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-04-16 15:14:31.526 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/cinder ]]
2021-04-16 15:14:31.531 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-04-16 15:14:31.533 | + functions-common:git_clone:592           :   cd /opt/stack/cinder
2021-04-16 15:14:31.538 | + functions-common:git_clone:593           :   head -1
2021-04-16 15:14:31.538 | + functions-common:git_clone:593           :   git show --oneline
2021-04-16 15:14:31.541 | 1c3cda154 Fix sporadic cleanup unit test failure
2021-04-16 15:14:31.544 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-04-16 15:14:31.547 | + lib/cinder:install_cinder:450            :   setup_develop /opt/stack/cinder
2021-04-16 15:14:31.549 | + inc/python:setup_develop:338             :   local bindep
2021-04-16 15:14:31.552 | + inc/python:setup_develop:339             :   [[ /opt/stack/cinder == -bindep* ]]
2021-04-16 15:14:31.554 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/cinder
2021-04-16 15:14:31.557 | + inc/python:setup_develop:344             :   local extras=
2021-04-16 15:14:31.560 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/cinder -e
2021-04-16 15:14:31.562 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-04-16 15:14:31.565 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/cinder == -bindep* ]]
2021-04-16 15:14:31.567 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/cinder
2021-04-16 15:14:31.570 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-04-16 15:14:31.572 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-04-16 15:14:31.577 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/cinder
2021-04-16 15:14:31.580 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-04-16 15:14:31.583 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/cinder
2021-04-16 15:14:31.585 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-04-16 15:14:31.588 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-04-16 15:14:31.591 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg
2021-04-16 15:14:31.597 | + inc/python:_setup_package_with_constraints_edit:383 :   name=cinder
2021-04-16 15:14:31.601 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder'
2021-04-16 15:14:32.307 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/cinder -e
2021-04-16 15:14:32.310 | + inc/python:setup_package:417             :   local bindep=0
2021-04-16 15:14:32.312 | + inc/python:setup_package:418             :   local bindep_flag=
2021-04-16 15:14:32.315 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-04-16 15:14:32.317 | + inc/python:setup_package:420             :   [[ /opt/stack/cinder == -bindep* ]]
2021-04-16 15:14:32.319 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/cinder
2021-04-16 15:14:32.322 | + inc/python:setup_package:426             :   local flags=-e
2021-04-16 15:14:32.325 | + inc/python:setup_package:427             :   local extras=
2021-04-16 15:14:32.328 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-04-16 15:14:32.330 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-04-16 15:14:32.332 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-04-16 15:14:32.335 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-04-16 15:14:32.337 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-04-16 15:14:32.340 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/cinder
2021-04-16 15:14:32.363 | Using python 3.6 to install /opt/stack/cinder
2021-04-16 15:14:32.365 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder
2021-04-16 15:14:33.625 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:33.625 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:33.625 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-04-16 15:14:33.625 |   from cryptography.utils import int_from_bytes
2021-04-16 15:14:34.799 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-04-16 15:14:34.800 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210.
2021-04-16 15:14:34.803 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:34.810 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:34.817 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
2021-04-16 15:14:34.822 | Obtaining file:///opt/stack/cinder
2021-04-16 15:14:37.207 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-04-16 15:14:39.601 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-04-16 15:14:39.611 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-04-16 15:14:39.620 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-04-16 15:14:39.633 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-04-16 15:14:39.665 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-04-16 15:14:40.734 | Collecting boto3===1.17.52
2021-04-16 15:14:40.743 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41b/1ba590e887b85/boto3-1.17.52-py2.py3-none-any.whl (131 kB)
2021-04-16 15:14:42.252 | Collecting botocore===1.20.52
2021-04-16 15:14:42.271 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd2/4db07268d3b93/botocore-1.20.52-py2.py3-none-any.whl (7.4 MB)
2021-04-16 15:14:42.566 | Requirement already satisfied: castellan===3.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104)) (3.7.1)
2021-04-16 15:14:42.589 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7)
2021-04-16 15:14:42.634 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (0.2.2)
2021-04-16 15:14:42.649 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2)
2021-04-16 15:14:42.653 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2)
2021-04-16 15:14:42.893 | Collecting google-api-python-client===2.2.0
2021-04-16 15:14:42.917 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9ed/ac3b071588e08/google_api_python_client-2.2.0-py2.py3-none-any.whl (7.0 MB)
2021-04-16 15:14:43.301 | Collecting google-auth===1.28.1
2021-04-16 15:14:43.309 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/186/fe2564634d67f/google_auth-1.28.1-py2.py3-none-any.whl (136 kB)
2021-04-16 15:14:43.461 | Collecting google-auth-httplib2===0.1.0
2021-04-16 15:14:43.468 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
2021-04-16 15:14:43.579 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0)
2021-04-16 15:14:43.584 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (0.19.1)
2021-04-16 15:14:43.589 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (3.10.1)
2021-04-16 15:14:43.631 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14)
2021-04-16 15:14:43.634 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.10.0)
2021-04-16 15:14:43.638 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0)
2021-04-16 15:14:43.670 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.3.1)
2021-04-16 15:14:43.738 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.2.0)
2021-04-16 15:14:44.589 | Collecting lxml===4.6.3
2021-04-16 15:14:44.606 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bcc/bfc27563652de/lxml-4.6.3-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB)
2021-04-16 15:14:44.912 | Collecting oauth2client===4.1.3
2021-04-16 15:14:44.919 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
2021-04-16 15:14:45.036 | Requirement already satisfied: os-brick===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (4.3.1)
2021-04-16 15:14:45.061 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0)
2021-04-16 15:14:45.066 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.4.0)
2021-04-16 15:14:45.087 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.7.0)
2021-04-16 15:14:45.127 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0)
2021-04-16 15:14:45.140 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.5.0)
2021-04-16 15:14:45.186 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.2.0)
2021-04-16 15:14:45.195 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.5.0)
2021-04-16 15:14:45.249 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1)
2021-04-16 15:14:45.256 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0)
2021-04-16 15:14:45.300 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.7.1)
2021-04-16 15:14:45.362 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.2.0)
2021-04-16 15:14:45.382 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (3.7.0)
2021-04-16 15:14:45.399 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.5.0)
2021-04-16 15:14:45.416 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.2.0)
2021-04-16 15:14:45.432 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (6.2.0)
2021-04-16 15:14:45.437 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.1.0)
2021-04-16 15:14:45.448 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.5.0)
2021-04-16 15:14:45.474 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (1.3.0)
2021-04-16 15:14:45.486 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.8.0)
2021-04-16 15:14:45.505 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (2.4.0)
2021-04-16 15:14:45.727 | Collecting oslo.vmware===3.8.0
2021-04-16 15:14:45.734 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/068/0d520ba7c6651/oslo.vmware-3.8.0-py3-none-any.whl (491 kB)
2021-04-16 15:14:45.873 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (3.4.0)
2021-04-16 15:14:45.925 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.9)
2021-04-16 15:14:46.142 | Collecting paramiko===2.7.2
2021-04-16 15:14:46.149 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB)
2021-04-16 15:14:46.297 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.5.1)
2021-04-16 15:14:46.300 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.7.2)
2021-04-16 15:14:46.303 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (5.8.0)
2021-04-16 15:14:46.476 | Collecting pyasn1===0.4.8
2021-04-16 15:14:46.482 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2021-04-16 15:14:46.607 | Collecting pyasn1-modules===0.2.8
2021-04-16 15:14:46.614 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
2021-04-16 15:14:46.628 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.1.1)
2021-04-16 15:14:46.640 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.9.6)
2021-04-16 15:14:46.643 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.4.7)
2021-04-16 15:14:46.647 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (0.17.3)
2021-04-16 15:14:46.652 | Requirement already satisfied: python-barbicanclient===5.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (5.1.0)
2021-04-16 15:14:46.669 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (2.8.1)
2021-04-16 15:14:46.857 | Collecting python-glanceclient===3.3.0
2021-04-16 15:14:46.863 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b95/05dfbb207daea/python_glanceclient-3.3.0-py3-none-any.whl (197 kB)
2021-04-16 15:14:46.993 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (4.2.0)
2021-04-16 15:14:47.013 | Requirement already satisfied: python-novaclient===17.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) (17.4.0)
2021-04-16 15:14:47.179 | Collecting python-swiftclient===3.11.1
2021-04-16 15:14:47.187 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb5/3bf614eb27689/python_swiftclient-3.11.1-py2.py3-none-any.whl (86 kB)
2021-04-16 15:14:47.321 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2021.1)
2021-04-16 15:14:47.326 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7)
2021-04-16 15:14:47.333 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.25.1)
2021-04-16 15:14:47.355 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0)
2021-04-16 15:14:47.407 | Collecting rsa===4.7.2
2021-04-16 15:14:47.414 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB)
2021-04-16 15:14:47.551 | Collecting rtslib-fb===2.1.74
2021-04-16 15:14:47.557 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB)
2021-04-16 15:14:48.664 | Collecting s3transfer===0.3.7
2021-04-16 15:14:48.670 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/efa/5bd92a897b6a8/s3transfer-0.3.7-py2.py3-none-any.whl (73 kB)
2021-04-16 15:14:48.784 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (56.0.0)
2021-04-16 15:14:48.852 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.15.0)
2021-04-16 15:14:48.856 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (0.13.0)
2021-04-16 15:14:48.867 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (0.4.1)
2021-04-16 15:14:48.870 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0)
2021-04-16 15:14:48.873 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.3.0)
2021-04-16 15:14:49.004 | Collecting suds-jurko===0.6
2021-04-16 15:14:49.011 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB)
2021-04-16 15:14:49.257 | Collecting tabulate===0.8.9
2021-04-16 15:14:49.263 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB)
2021-04-16 15:14:49.372 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (4.6.0)
2021-04-16 15:14:49.434 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (6.3.1)
2021-04-16 15:14:49.450 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.0.1)
2021-04-16 15:14:49.461 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (0.5.0)
2021-04-16 15:14:49.468 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.4.0)
2021-04-16 15:14:49.488 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (2.8.0)
2021-04-16 15:14:49.553 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0)
2021-04-16 15:14:49.557 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.7.4.3)
2021-04-16 15:14:49.562 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.1.0)
2021-04-16 15:14:49.689 | Collecting uritemplate===3.0.1
2021-04-16 15:14:49.696 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB)
2021-04-16 15:14:49.804 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.26.4)
2021-04-16 15:14:49.828 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.12.1)
2021-04-16 15:14:49.955 | Collecting warlock===1.3.3
2021-04-16 15:14:49.962 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB)
2021-04-16 15:14:50.076 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (1.12.1)
2021-04-16 15:14:50.080 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (1.3.2)
2021-04-16 15:14:50.085 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (3.4.1)
2021-04-16 15:14:50.234 | Collecting zstd===1.4.8.1
2021-04-16 15:14:50.241 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/b21eb850abd6b/zstd-1.4.8.1.tar.gz (506 kB)
2021-04-16 15:14:51.151 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5)
2021-04-16 15:14:51.155 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0)
2021-04-16 15:14:51.338 | Collecting google-api-core===1.26.3
2021-04-16 15:14:51.345 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/099/762d4b4018cd5/google_api_core-1.26.3-py2.py3-none-any.whl (93 kB)
2021-04-16 15:14:51.479 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1)
2021-04-16 15:14:51.482 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0)
2021-04-16 15:14:51.528 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2)
2021-04-16 15:14:51.536 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1)
2021-04-16 15:14:51.541 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-04-16 15:14:51.545 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0)
2021-04-16 15:14:51.553 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0)
2021-04-16 15:14:51.561 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-04-16 15:14:51.571 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-04-16 15:14:51.576 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0)
2021-04-16 15:14:51.583 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.2)
2021-04-16 15:14:51.631 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-04-16 15:14:51.638 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (1.0.2)
2021-04-16 15:14:51.642 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0)
2021-04-16 15:14:51.654 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9)
2021-04-16 15:14:51.865 | Collecting PyNaCl===1.4.0
2021-04-16 15:14:51.871 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
2021-04-16 15:14:52.008 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.2.0)
2021-04-16 15:14:52.019 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.7.0)
2021-04-16 15:14:52.033 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (20.0.1)
2021-04-16 15:14:52.048 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5)
2021-04-16 15:14:52.052 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10)
2021-04-16 15:14:52.056 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0)
2021-04-16 15:14:52.185 | Collecting pyudev===0.22.0
2021-04-16 15:14:52.191 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB)
2021-04-16 15:14:52.300 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-04-16 15:14:52.302 | Requirement already satisfied: automaton===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (2.3.0)
2021-04-16 15:14:52.309 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (1.4.2)
2021-04-16 15:14:52.315 | Requirement already satisfied: networkx===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5.1)
2021-04-16 15:14:52.357 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0)
2021-04-16 15:14:52.360 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (1.6.0)
2021-04-16 15:14:52.362 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0)
2021-04-16 15:14:52.365 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.4.0)
2021-04-16 15:14:52.368 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (1.32)
2021-04-16 15:14:52.373 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.20)
2021-04-16 15:14:52.377 | Requirement already satisfied: protobuf===3.15.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (3.15.8)
2021-04-16 15:14:52.515 | Collecting googleapis-common-protos===1.53.0
2021-04-16 15:14:52.521 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB)
2021-04-16 15:14:52.638 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.6)
2021-04-16 15:14:52.641 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) (5.1.2)
2021-04-16 15:14:52.669 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-04-16 15:14:52.677 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (1.0.4)
2021-04-16 15:14:52.680 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (5.0.0)
2021-04-16 15:14:52.683 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-04-16 15:14:52.687 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.5.0)
2021-04-16 15:14:52.751 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (2.1)
2021-04-16 15:14:52.755 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (0.2.5)
2021-04-16 15:14:52.761 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4)
2021-04-16 15:14:52.766 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (1.8.2)
2021-04-16 15:14:52.769 | Building wheels for collected packages: rtslib-fb, zstd
2021-04-16 15:14:52.770 |   Building wheel for rtslib-fb (setup.py): started
2021-04-16 15:14:53.661 |   Building wheel for rtslib-fb (setup.py): finished with status 'done'
2021-04-16 15:14:53.662 |   Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85410 sha256=6f28cadfe93569fe63e9b2e8f19257615edb10c19db9b42300280376b820dab2
2021-04-16 15:14:53.662 |   Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf
2021-04-16 15:14:53.664 |   Building wheel for zstd (setup.py): started
2021-04-16 15:15:28.848 |   Building wheel for zstd (setup.py): finished with status 'done'
2021-04-16 15:15:28.859 |   Created wheel for zstd: filename=zstd-1.4.8.1-cp36-cp36m-linux_x86_64.whl size=1206085 sha256=e2a9ad3397f1a657945e5bb0d54343951021752e371d45934b81ffe5506b0ac8
2021-04-16 15:15:28.859 |   Stored in directory: /root/.cache/pip/wheels/2d/1d/e6/e2ab9e3ef13f5231c8b84de2e0f00990c07414aaf378944ac2
2021-04-16 15:15:28.859 | Successfully built rtslib-fb zstd
2021-04-16 15:15:30.056 | Installing collected packages: lxml, pyasn1, pyasn1-modules, rsa, oauth2client, PyNaCl, paramiko, warlock, python-glanceclient, python-swiftclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, google-auth, googleapis-common-protos, google-api-core, google-auth-httplib2, uritemplate, google-api-python-client, zstd, botocore, s3transfer, boto3, cinder
2021-04-16 15:15:30.057 |   Attempting uninstall: lxml
2021-04-16 15:15:30.059 |     Found existing installation: lxml 4.2.1
2021-04-16 15:15:30.061 |     Uninstalling lxml-4.2.1:
2021-04-16 15:15:30.168 |       Successfully uninstalled lxml-4.2.1
2021-04-16 15:15:30.472 |   Attempting uninstall: pyasn1
2021-04-16 15:15:30.474 |     Found existing installation: pyasn1 0.4.2
2021-04-16 15:15:30.479 |     Uninstalling pyasn1-0.4.2:
2021-04-16 15:15:30.580 |       Successfully uninstalled pyasn1-0.4.2
2021-04-16 15:15:30.694 |   Attempting uninstall: pyasn1-modules
2021-04-16 15:15:30.696 |     Found existing installation: pyasn1-modules 0.2.1
2021-04-16 15:15:30.697 | ERROR: Cannot uninstall 'pyasn1-modules'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
2021-04-16 15:15:30.872 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available.
2021-04-16 15:15:30.872 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command.
2021-04-16 15:15:31.056 | + inc/python:pip_install:1                 :   exit_trap
2021-04-16 15:15:31.059 | + ./stack.sh:exit_trap:503                 :   local r=1
2021-04-16 15:15:31.063 | ++ ./stack.sh:exit_trap:504                 :   jobs -p
2021-04-16 15:15:31.066 | + ./stack.sh:exit_trap:504                 :   jobs=
2021-04-16 15:15:31.070 | + ./stack.sh:exit_trap:507                 :   [[ -n '' ]]
2021-04-16 15:15:31.072 | + ./stack.sh:exit_trap:513                 :   '[' -f '' ']'
2021-04-16 15:15:31.074 | + ./stack.sh:exit_trap:518                 :   kill_spinner
2021-04-16 15:15:31.077 | + ./stack.sh:kill_spinner:413              :   '[' '!' -z '' ']'
2021-04-16 15:15:31.080 | + ./stack.sh:exit_trap:520                 :   [[ 1 -ne 0 ]]
2021-04-16 15:15:31.082 | + ./stack.sh:exit_trap:521                 :   echo 'Error on exit'
2021-04-16 15:15:31.082 | Error on exit
2021-04-16 15:15:31.085 | + ./stack.sh:exit_trap:523                 :   type -p generate-subunit
2021-04-16 15:15:31.087 | + ./stack.sh:exit_trap:524                 :   generate-subunit 1618585398 733 fail
2021-04-16 15:15:31.712 | + ./stack.sh:exit_trap:526                 :   [[ -z /opt/stack/logs ]]
2021-04-16 15:15:31.714 | + ./stack.sh:exit_trap:529                 :   /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs
2021-04-16 15:15:32.520 | + ./stack.sh:exit_trap:538                 :   exit 1