2022-02-14 18:11:11.138 | + ./stack.sh:main:487 : exec 2022-02-14 18:11:11.138 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-02-14-181111' 2022-02-14 18:11:11.138 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-02-14-181111.summary.2022-02-14-181111 2022-02-14 18:11:11.138 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:11:11.138 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-02-14-181111 2022-02-14 18:11:11.138 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-14-181111 /opt/stack/logs/stack.sh.log 2022-02-14 18:11:11.138 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-14-181111.summary.2022-02-14-181111 /opt/stack/logs/stack.sh.log.summary 2022-02-14 18:11:11.138 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:596 : local real_path 2022-02-14 18:11:11.138 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-02-14 18:11:11.138 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-02-14 18:11:11.138 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-02-14 18:11:11.138 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-02-14 18:11:11.138 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-02-14 18:11:11.138 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-14 18:11:11.138 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-02-14 18:11:11.138 | + ./stack.sh:main:560 : trap err_trap ERR 2022-02-14 18:11:11.140 | + ./stack.sh:main:573 : set -o errexit 2022-02-14 18:11:11.142 | + ./stack.sh:main:576 : uname -a 2022-02-14 18:11:11.143 | Linux n-d-829064-8 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-02-14 18:11:11.145 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-02-14 18:11:11.147 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-02-14 18:11:11.149 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-02-14 18:11:11.188 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-02-14 18:11:11.203 | + ./stack.sh:main:590 : fetch_plugins 2022-02-14 18:11:11.205 | + functions-common:fetch_plugins:1771 : local plugins= 2022-02-14 18:11:11.207 | + functions-common:fetch_plugins:1772 : local plugin 2022-02-14 18:11:11.209 | + functions-common:fetch_plugins:1775 : [[ -z '' ]] 2022-02-14 18:11:11.211 | + functions-common:fetch_plugins:1776 : return 2022-02-14 18:11:11.213 | + ./stack.sh:main:594 : run_phase override_defaults 2022-02-14 18:11:11.215 | + functions-common:run_phase:1853 : local mode=override_defaults 2022-02-14 18:11:11.217 | + functions-common:run_phase:1854 : local phase= 2022-02-14 18:11:11.218 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-14 18:11:11.220 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-14 18:11:11.222 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-14 18:11:11.223 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-14 18:11:11.225 | + functions-common:run_phase:1863 : local extra 2022-02-14 18:11:11.227 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-14 18:11:11.230 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-14 18:11:11.232 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-14 18:11:11.234 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-14 18:11:11.235 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-02-14 18:11:11.237 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-14 18:11:11.250 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:11.252 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-14 18:11:11.253 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-14 18:11:11.255 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-14 18:11:11.257 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-14 18:11:11.259 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-14 18:11:11.261 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-14 18:11:11.262 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-02-14 18:11:11.264 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-02-14 18:11:11.266 | + functions-common:run_phase:1874 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-14 18:11:11.268 | + functions-common:run_phase:1877 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-14 18:11:11.270 | + functions-common:run_phase:1878 : plugin_override_defaults 2022-02-14 18:11:11.271 | + functions-common:plugin_override_defaults:1812 : local plugins= 2022-02-14 18:11:11.273 | + functions-common:plugin_override_defaults:1813 : local plugin 2022-02-14 18:11:11.275 | + functions-common:plugin_override_defaults:1816 : [[ -z '' ]] 2022-02-14 18:11:11.277 | + functions-common:plugin_override_defaults:1817 : return 2022-02-14 18:11:11.278 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-02-14 18:11:11.295 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-02-14 18:11:11.297 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-02-14 18:11:11.309 | ++ functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:11:11.312 | +++ lib/tls:source:43 : hostname -f 2022-02-14 18:11:11.315 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-02-14 18:11:11.317 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-02-14 18:11:11.318 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-02-14 18:11:11.320 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-02-14 18:11:11.322 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-02-14 18:11:11.324 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-02-14 18:11:11.326 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-02-14 18:11:11.327 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-02-14 18:11:11.329 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-02-14 18:11:11.331 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-02-14 18:11:11.336 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-02-14 18:11:11.346 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-02-14 18:11:11.362 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-02-14 18:11:11.374 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-02-14 18:11:11.386 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-02-14 18:11:11.416 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-02-14 18:11:11.470 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-02-14 18:11:11.549 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-02-14 18:11:11.570 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-02-14 18:11:11.618 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-02-14 18:11:11.670 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-02-14 18:11:11.807 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-02-14 18:11:11.823 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-02-14 18:11:11.837 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-02-14 18:11:11.849 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-02-14 18:11:11.932 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-02-14 18:11:11.934 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-02-14 18:11:11.937 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-02-14 18:11:11.939 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-02-14 18:11:11.941 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-02-14 18:11:11.943 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-02-14 18:11:11.945 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-02-14 18:11:11.945 | False' 2022-02-14 18:11:11.948 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-02-14 18:11:11.962 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-02-14 18:11:11.965 | + ./stack.sh:main:624 : run_phase source 2022-02-14 18:11:11.967 | + functions-common:run_phase:1853 : local mode=source 2022-02-14 18:11:11.969 | + functions-common:run_phase:1854 : local phase= 2022-02-14 18:11:11.970 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-14 18:11:11.972 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-14 18:11:11.974 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-14 18:11:11.978 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-14 18:11:11.980 | + functions-common:run_phase:1863 : local extra 2022-02-14 18:11:11.982 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-14 18:11:11.986 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-14 18:11:11.988 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-14 18:11:11.990 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-14 18:11:11.992 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-02-14 18:11:11.994 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-14 18:11:12.007 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:12.010 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-02-14 18:11:12.011 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-02-14 18:11:12.048 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-02-14 18:11:12.050 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-02-14 18:11:12.052 | + functions-common:run_phase:1874 : [[ source == \s\o\u\r\c\e ]] 2022-02-14 18:11:12.055 | + functions-common:run_phase:1875 : load_plugin_settings 2022-02-14 18:11:12.057 | + functions-common:load_plugin_settings:1789 : local plugins= 2022-02-14 18:11:12.058 | + functions-common:load_plugin_settings:1790 : local plugin 2022-02-14 18:11:12.060 | + functions-common:load_plugin_settings:1793 : [[ -z '' ]] 2022-02-14 18:11:12.063 | + functions-common:load_plugin_settings:1794 : return 2022-02-14 18:11:12.065 | + functions-common:run_phase:1876 : verify_disabled_services 2022-02-14 18:11:12.067 | + functions-common:verify_disabled_services:2136 : local service 2022-02-14 18:11:12.069 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.071 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-02-14 18:11:12.074 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.076 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-02-14 18:11:12.078 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.080 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-02-14 18:11:12.083 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.085 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-02-14 18:11:12.088 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.090 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-02-14 18:11:12.092 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.094 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-02-14 18:11:12.096 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.099 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-02-14 18:11:12.101 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.103 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-02-14 18:11:12.105 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.107 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-02-14 18:11:12.109 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.112 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-02-14 18:11:12.114 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.116 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-02-14 18:11:12.118 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.120 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-02-14 18:11:12.122 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.125 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-02-14 18:11:12.127 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.129 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-02-14 18:11:12.132 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.135 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-02-14 18:11:12.137 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.139 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-02-14 18:11:12.141 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.143 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-02-14 18:11:12.145 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.148 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-02-14 18:11:12.150 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.152 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-02-14 18:11:12.155 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.157 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-02-14 18:11:12.159 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.161 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-02-14 18:11:12.163 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.165 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-02-14 18:11:12.167 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.170 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-02-14 18:11:12.172 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.174 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-02-14 18:11:12.176 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.178 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-02-14 18:11:12.180 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.183 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-02-14 18:11:12.185 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.187 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-02-14 18:11:12.189 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.191 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-02-14 18:11:12.193 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.196 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-02-14 18:11:12.198 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.200 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-02-14 18:11:12.202 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.204 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-02-14 18:11:12.207 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.209 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-02-14 18:11:12.212 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.214 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-02-14 18:11:12.216 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.218 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-02-14 18:11:12.220 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.222 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-02-14 18:11:12.225 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.227 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-02-14 18:11:12.229 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.231 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-02-14 18:11:12.233 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.235 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-02-14 18:11:12.237 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.240 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-02-14 18:11:12.242 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.244 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-02-14 18:11:12.246 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.248 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-02-14 18:11:12.250 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.253 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-02-14 18:11:12.255 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.257 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-02-14 18:11:12.259 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.262 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-02-14 18:11:12.264 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.266 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-02-14 18:11:12.268 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.270 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-02-14 18:11:12.273 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-14 18:11:12.275 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-02-14 18:11:12.278 | + ./stack.sh:main:695 : initialize_database_backends 2022-02-14 18:11:12.280 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-14 18:11:12.282 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-02-14 18:11:12.296 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:12.298 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-02-14 18:11:12.301 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-14 18:11:12.303 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-02-14 18:11:12.317 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:11:12.319 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-02-14 18:11:12.322 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-02-14 18:11:12.324 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-02-14 18:11:12.326 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-02-14 18:11:12.329 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-02-14 18:11:12.331 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-02-14 18:11:12.333 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-02-14 18:11:12.335 | + lib/database:initialize_database_backends:92 : return 0 2022-02-14 18:11:12.338 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-02-14 18:11:12.338 | Using mysql database backend 2022-02-14 18:11:12.341 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-02-14 18:11:12.355 | + ./stack.sh:main:701 : define_database_baseurl 2022-02-14 18:11:12.358 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-02-14 18:11:12.360 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-14 18:11:12.363 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-02-14 18:11:12.365 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-14 18:11:12.368 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-02-14 18:11:12.383 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:12.385 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-02-14 18:11:12.401 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-02-14 18:11:12.416 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:12.418 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-02-14 18:11:12.433 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-02-14 18:11:12.450 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-02-14 18:11:12.465 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:11:12.467 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-02-14 18:11:12.482 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:11:12.485 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-02-14 18:11:12.500 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-02-14 18:11:12.503 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-02-14 18:11:12.505 | + ./stack.sh:main:757 : save_stackenv 757 2022-02-14 18:11:12.507 | + functions-common:save_stackenv:60 : local tag=757 2022-02-14 18:11:12.511 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-14 18:11:12.514 | + functions-common:save_stackenv:62 : time_stamp=2022-02-14-181112 2022-02-14 18:11:12.517 | + functions-common:save_stackenv:63 : echo '# 2022-02-14-181112 757' 2022-02-14 18:11:12.521 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.523 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-14 18:11:12.526 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.529 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-14 18:11:12.531 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.534 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-14 18:11:12.536 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.538 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-14 18:11:12.540 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.543 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.81 2022-02-14 18:11:12.545 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.547 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.81/identity 2022-02-14 18:11:12.549 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.552 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-14-181111 2022-02-14 18:11:12.554 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.557 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-14 18:11:12.559 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.561 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.81 2022-02-14 18:11:12.563 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.566 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-14 18:11:12.568 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.571 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-14 18:11:12.573 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.575 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-14 18:11:12.577 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:11:12.580 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-14 18:11:12.582 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-02-14 18:11:12.585 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-02-14 18:11:12.587 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-02-14 18:11:12.589 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-02-14 18:11:12.591 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:11:12.593 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:11:12.596 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:11:12.598 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:11:12.600 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:11:12.603 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:11:12.617 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:11:12.620 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:11:12.622 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:11:12.624 | + functions-common:git_clone:629 : echo master 2022-02-14 18:11:12.625 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:11:12.629 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-02-14 18:11:12.631 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:11:12.634 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-02-14 18:11:12.637 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:11:12.637 | + functions-common:git_clone:678 : head -1 2022-02-14 18:11:12.640 | 69b91cef Merge "update constraint for taskflow to new release 4.6.4" 2022-02-14 18:11:12.642 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:11:12.645 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-02-14 18:11:12.647 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:11:12.650 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-02-14 18:11:12.652 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-02-14 18:11:12.655 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-02-14 18:11:12.657 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-02-14 18:11:12.659 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-02-14 18:11:12.662 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-02-14 18:11:12.664 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-02-14 18:11:12.666 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-02-14 18:11:12.669 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-02-14 18:11:12.673 | ++ tools/install_prereqs.sh:source:47 : NOW=1644862272 2022-02-14 18:11:12.676 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-02-14 18:11:12.680 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-02-14 18:11:12.683 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-02-14 18:11:12.685 | ++ tools/install_prereqs.sh:source:49 : DELTA=1644862272 2022-02-14 18:11:12.688 | ++ tools/install_prereqs.sh:source:50 : [[ 1644862272 -lt 7200 ]] 2022-02-14 18:11:12.690 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-02-14 18:11:12.692 | ++ functions-common:export_proxy_variables:2243 : isset http_proxy 2022-02-14 18:11:12.694 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-02-14 18:11:12.697 | ++ functions-common:export_proxy_variables:2246 : isset https_proxy 2022-02-14 18:11:12.699 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-02-14 18:11:12.701 | ++ functions-common:export_proxy_variables:2249 : isset no_proxy 2022-02-14 18:11:12.704 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-02-14 18:11:12.707 | +++ 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-14 18:11:12.751 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-02-14 18:11:12.752 | apache2-dev 2022-02-14 18:11:12.752 | bc 2022-02-14 18:11:12.752 | bsdmainutils 2022-02-14 18:11:12.752 | curl 2022-02-14 18:11:12.752 | g++ 2022-02-14 18:11:12.752 | gawk 2022-02-14 18:11:12.752 | gcc 2022-02-14 18:11:12.752 | gettext 2022-02-14 18:11:12.752 | git 2022-02-14 18:11:12.752 | graphviz 2022-02-14 18:11:12.752 | iputils-ping 2022-02-14 18:11:12.752 | libapache2-mod-proxy-uwsgi 2022-02-14 18:11:12.752 | libffi-dev 2022-02-14 18:11:12.752 | libjpeg-dev 2022-02-14 18:11:12.752 | libpcre3-dev 2022-02-14 18:11:12.752 | libpq-dev 2022-02-14 18:11:12.752 | libssl-dev 2022-02-14 18:11:12.752 | libsystemd-dev 2022-02-14 18:11:12.752 | libxml2-dev 2022-02-14 18:11:12.752 | libxslt1-dev 2022-02-14 18:11:12.752 | libyaml-dev 2022-02-14 18:11:12.752 | lsof 2022-02-14 18:11:12.752 | openssh-server 2022-02-14 18:11:12.752 | openssl 2022-02-14 18:11:12.752 | pkg-config 2022-02-14 18:11:12.752 | psmisc 2022-02-14 18:11:12.752 | python3-dev 2022-02-14 18:11:12.752 | python3-pip 2022-02-14 18:11:12.752 | python3-systemd 2022-02-14 18:11:12.752 | python3-venv 2022-02-14 18:11:12.752 | tar 2022-02-14 18:11:12.752 | tcpdump 2022-02-14 18:11:12.752 | unzip 2022-02-14 18:11:12.752 | uuid-runtime 2022-02-14 18:11:12.752 | wget 2022-02-14 18:11:12.752 | wget 2022-02-14 18:11:12.752 | zlib1g-dev 2022-02-14 18:11:12.752 | libkrb5-dev 2022-02-14 18:11:12.753 | libldap2-dev 2022-02-14 18:11:12.753 | libsasl2-dev 2022-02-14 18:11:12.753 | memcached 2022-02-14 18:11:12.753 | python3-mysqldb 2022-02-14 18:11:12.753 | sqlite3 2022-02-14 18:11:12.753 | conntrack 2022-02-14 18:11:12.753 | curl 2022-02-14 18:11:12.753 | dnsmasq-base 2022-02-14 18:11:12.753 | dnsmasq-utils 2022-02-14 18:11:12.753 | ebtables 2022-02-14 18:11:12.753 | genisoimage 2022-02-14 18:11:12.753 | iptables 2022-02-14 18:11:12.753 | iputils-arping 2022-02-14 18:11:12.753 | kpartx 2022-02-14 18:11:12.753 | libjs-jquery-tablesorter 2022-02-14 18:11:12.753 | parted 2022-02-14 18:11:12.753 | pm-utils 2022-02-14 18:11:12.753 | python3-mysqldb 2022-02-14 18:11:12.753 | socat 2022-02-14 18:11:12.753 | sqlite3 2022-02-14 18:11:12.753 | sudo 2022-02-14 18:11:12.753 | vlan 2022-02-14 18:11:12.753 | lsscsi 2022-02-14 18:11:12.753 | open-iscsi 2022-02-14 18:11:12.753 | lvm2 2022-02-14 18:11:12.753 | qemu-utils 2022-02-14 18:11:12.753 | thin-provisioning-tools 2022-02-14 18:11:12.753 | acl 2022-02-14 18:11:12.753 | dnsmasq-base 2022-02-14 18:11:12.753 | dnsmasq-utils 2022-02-14 18:11:12.753 | ebtables 2022-02-14 18:11:12.753 | haproxy 2022-02-14 18:11:12.753 | iptables 2022-02-14 18:11:12.753 | iputils-arping 2022-02-14 18:11:12.753 | iputils-ping 2022-02-14 18:11:12.753 | postgresql-server-dev-all 2022-02-14 18:11:12.753 | python3-mysqldb 2022-02-14 18:11:12.753 | sqlite3 2022-02-14 18:11:12.754 | sudo 2022-02-14 18:11:12.754 | vlan 2022-02-14 18:11:12.754 | pcp 2022-02-14 18:11:12.754 | ipset 2022-02-14 18:11:12.754 | conntrack 2022-02-14 18:11:12.754 | conntrackd 2022-02-14 18:11:12.754 | keepalived 2022-02-14 18:11:12.754 | lvm2 2022-02-14 18:11:12.754 | qemu-utils 2022-02-14 18:11:12.754 | thin-provisioning-tools 2022-02-14 18:11:12.754 | curl 2022-02-14 18:11:12.754 | liberasurecode-dev 2022-02-14 18:11:12.754 | make 2022-02-14 18:11:12.754 | memcached 2022-02-14 18:11:12.754 | sqlite3 2022-02-14 18:11:12.754 | xfsprogs' 2022-02-14 18:11:12.754 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-02-14 18:11:12.772 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-02-14 18:11:12.772 | apache2-dev 2022-02-14 18:11:12.772 | bc 2022-02-14 18:11:12.772 | bsdmainutils 2022-02-14 18:11:12.772 | curl 2022-02-14 18:11:12.772 | g++ 2022-02-14 18:11:12.772 | gawk 2022-02-14 18:11:12.772 | gcc 2022-02-14 18:11:12.772 | gettext 2022-02-14 18:11:12.772 | git 2022-02-14 18:11:12.772 | graphviz 2022-02-14 18:11:12.772 | iputils-ping 2022-02-14 18:11:12.772 | libapache2-mod-proxy-uwsgi 2022-02-14 18:11:12.772 | libffi-dev 2022-02-14 18:11:12.772 | libjpeg-dev 2022-02-14 18:11:12.772 | libpcre3-dev 2022-02-14 18:11:12.772 | libpq-dev 2022-02-14 18:11:12.772 | libssl-dev 2022-02-14 18:11:12.772 | libsystemd-dev 2022-02-14 18:11:12.772 | libxml2-dev 2022-02-14 18:11:12.772 | libxslt1-dev 2022-02-14 18:11:12.772 | libyaml-dev 2022-02-14 18:11:12.772 | lsof 2022-02-14 18:11:12.772 | openssh-server 2022-02-14 18:11:12.772 | openssl 2022-02-14 18:11:12.772 | pkg-config 2022-02-14 18:11:12.773 | psmisc 2022-02-14 18:11:12.773 | python3-dev 2022-02-14 18:11:12.773 | python3-pip 2022-02-14 18:11:12.773 | python3-systemd 2022-02-14 18:11:12.773 | python3-venv 2022-02-14 18:11:12.773 | tar 2022-02-14 18:11:12.773 | tcpdump 2022-02-14 18:11:12.773 | unzip 2022-02-14 18:11:12.773 | uuid-runtime 2022-02-14 18:11:12.773 | wget 2022-02-14 18:11:12.773 | wget 2022-02-14 18:11:12.773 | zlib1g-dev 2022-02-14 18:11:12.773 | libkrb5-dev 2022-02-14 18:11:12.773 | libldap2-dev 2022-02-14 18:11:12.773 | libsasl2-dev 2022-02-14 18:11:12.773 | memcached 2022-02-14 18:11:12.773 | python3-mysqldb 2022-02-14 18:11:12.773 | sqlite3 2022-02-14 18:11:12.773 | conntrack 2022-02-14 18:11:12.773 | curl 2022-02-14 18:11:12.773 | dnsmasq-base 2022-02-14 18:11:12.773 | dnsmasq-utils 2022-02-14 18:11:12.773 | ebtables 2022-02-14 18:11:12.773 | genisoimage 2022-02-14 18:11:12.773 | iptables 2022-02-14 18:11:12.773 | iputils-arping 2022-02-14 18:11:12.773 | kpartx 2022-02-14 18:11:12.773 | libjs-jquery-tablesorter 2022-02-14 18:11:12.773 | parted 2022-02-14 18:11:12.773 | pm-utils 2022-02-14 18:11:12.773 | python3-mysqldb 2022-02-14 18:11:12.773 | socat 2022-02-14 18:11:12.773 | sqlite3 2022-02-14 18:11:12.773 | sudo 2022-02-14 18:11:12.773 | vlan 2022-02-14 18:11:12.773 | lsscsi 2022-02-14 18:11:12.773 | open-iscsi 2022-02-14 18:11:12.773 | lvm2 2022-02-14 18:11:12.774 | qemu-utils 2022-02-14 18:11:12.774 | thin-provisioning-tools 2022-02-14 18:11:12.774 | acl 2022-02-14 18:11:12.774 | dnsmasq-base 2022-02-14 18:11:12.774 | dnsmasq-utils 2022-02-14 18:11:12.774 | ebtables 2022-02-14 18:11:12.774 | haproxy 2022-02-14 18:11:12.774 | iptables 2022-02-14 18:11:12.774 | iputils-arping 2022-02-14 18:11:12.774 | iputils-ping 2022-02-14 18:11:12.774 | postgresql-server-dev-all 2022-02-14 18:11:12.774 | python3-mysqldb 2022-02-14 18:11:12.774 | sqlite3 2022-02-14 18:11:12.774 | sudo 2022-02-14 18:11:12.774 | vlan 2022-02-14 18:11:12.774 | pcp 2022-02-14 18:11:12.774 | ipset 2022-02-14 18:11:12.774 | conntrack 2022-02-14 18:11:12.774 | conntrackd 2022-02-14 18:11:12.774 | keepalived 2022-02-14 18:11:12.774 | lvm2 2022-02-14 18:11:12.774 | qemu-utils 2022-02-14 18:11:12.774 | thin-provisioning-tools 2022-02-14 18:11:12.774 | curl 2022-02-14 18:11:12.774 | liberasurecode-dev 2022-02-14 18:11:12.774 | make 2022-02-14 18:11:12.774 | memcached 2022-02-14 18:11:12.774 | sqlite3 2022-02-14 18:11:12.774 | xfsprogs ' 2022-02-14 18:11:12.774 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-02-14 18:11:12.777 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:11:12.779 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:11:12.782 | ++ 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-14 18:11:12.783 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-02-14 18:11:12.787 | ++ 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-14 18:11:12.790 | ++ functions-common:install_package:1463 : update_package_repo 2022-02-14 18:11:12.792 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:11:12.794 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-02-14 18:11:12.796 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:11:12.798 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:11:12.800 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:11:12.802 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:11:12.805 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:11:12.807 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:11:12.809 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-02-14 18:11:12.811 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-02-14 18:11:12.813 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-02-14 18:11:12.815 | +++ functions-common:apt_get_update:1197 : id -u 2022-02-14 18:11:12.819 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-02-14 18:11:12.821 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-02-14 18:11:12.823 | ++ functions-common:time_start:2411 : local name=apt-get-update 2022-02-14 18:11:12.825 | ++ functions-common:time_start:2412 : local start_time= 2022-02-14 18:11:12.827 | ++ functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:11:12.829 | +++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:11:12.832 | ++ functions-common:time_start:2416 : _TIME_START[$name]=1644862272830 2022-02-14 18:11:12.835 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-02-14 18:11:12.837 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-02-14 18:11:12.839 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-02-14 18:11:13.050 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-02-14 18:11:13.050 | Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-02-14 18:11:13.084 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-02-14 18:11:13.268 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-02-14 18:11:13.780 | Fetched 336 kB in 1s (539 kB/s) 2022-02-14 18:11:15.262 | Reading package lists... 2022-02-14 18:11:15.291 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-02-14 18:11:15.294 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-02-14 18:11:15.296 | ++ functions-common:time_stop:2425 : local name 2022-02-14 18:11:15.298 | ++ functions-common:time_stop:2426 : local end_time 2022-02-14 18:11:15.300 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:11:15.302 | ++ functions-common:time_stop:2428 : local total 2022-02-14 18:11:15.305 | ++ functions-common:time_stop:2429 : local start_time 2022-02-14 18:11:15.307 | ++ functions-common:time_stop:2431 : name=apt-get-update 2022-02-14 18:11:15.309 | ++ functions-common:time_stop:2432 : start_time=1644862272830 2022-02-14 18:11:15.311 | ++ functions-common:time_stop:2434 : [[ -z 1644862272830 ]] 2022-02-14 18:11:15.313 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:11:15.317 | ++ functions-common:time_stop:2437 : end_time=1644862275315 2022-02-14 18:11:15.319 | ++ functions-common:time_stop:2438 : elapsed_time=2485 2022-02-14 18:11:15.321 | ++ functions-common:time_stop:2439 : total=0 2022-02-14 18:11:15.323 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:11:15.325 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2485 2022-02-14 18:11:15.327 | ++ functions-common:install_package:1464 : 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-14 18:11:15.329 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:11:15.331 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:11:15.333 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:11:15.336 | ++ functions-common:real_install_package:1450 : 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-14 18:11:15.355 | ++ functions-common:apt_get:1230 : 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 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 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-14 18:11:15.463 | Reading package lists... 2022-02-14 18:11:15.692 | Building dependency tree... 2022-02-14 18:11:15.693 | Reading state information... 2022-02-14 18:11:15.959 | bc is already the newest version (1.07.1-2build1). 2022-02-14 18:11:15.959 | bc set to manually installed. 2022-02-14 18:11:15.959 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-02-14 18:11:15.959 | bsdmainutils set to manually installed. 2022-02-14 18:11:15.960 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-02-14 18:11:15.960 | gawk set to manually installed. 2022-02-14 18:11:15.960 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-02-14 18:11:15.960 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-02-14 18:11:15.960 | iptables set to manually installed. 2022-02-14 18:11:15.960 | iputils-ping is already the newest version (3:20190709-3). 2022-02-14 18:11:15.960 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-02-14 18:11:15.960 | kpartx set to manually installed. 2022-02-14 18:11:15.960 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-02-14 18:11:15.960 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-02-14 18:11:15.960 | psmisc is already the newest version (23.3-1). 2022-02-14 18:11:15.960 | psmisc set to manually installed. 2022-02-14 18:11:15.960 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-02-14 18:11:15.960 | python3-systemd is already the newest version (234-3build2). 2022-02-14 18:11:15.960 | python3-systemd set to manually installed. 2022-02-14 18:11:15.960 | tcpdump is already the newest version (4.9.3-4). 2022-02-14 18:11:15.960 | tcpdump set to manually installed. 2022-02-14 18:11:15.960 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-02-14 18:11:15.960 | thin-provisioning-tools set to manually installed. 2022-02-14 18:11:15.960 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-02-14 18:11:15.960 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-02-14 18:11:15.960 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-02-14 18:11:15.960 | lsof set to manually installed. 2022-02-14 18:11:15.960 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-02-14 18:11:15.960 | parted set to manually installed. 2022-02-14 18:11:15.960 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-02-14 18:11:15.960 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-02-14 18:11:15.960 | tar set to manually installed. 2022-02-14 18:11:15.960 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-02-14 18:11:15.960 | zlib1g-dev set to manually installed. 2022-02-14 18:11:15.960 | The following packages were automatically installed and are no longer required: 2022-02-14 18:11:15.961 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:11:15.961 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:11:15.961 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:11:15.961 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:11:15.961 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:11:15.961 | python3-zope.interface 2022-02-14 18:11:15.961 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:11:15.961 | The following additional packages will be installed: 2022-02-14 18:11:15.961 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-02-14 18:11:15.961 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-02-14 18:11:15.961 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-02-14 18:11:15.961 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-02-14 18:11:15.961 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-02-14 18:11:15.961 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-02-14 18:11:15.961 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-02-14 18:11:15.961 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-02-14 18:11:15.961 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-02-14 18:11:15.962 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-02-14 18:11:15.962 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-02-14 18:11:15.962 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-02-14 18:11:15.962 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-02-14 18:11:15.962 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-02-14 18:11:15.962 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-02-14 18:11:15.962 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-02-14 18:11:15.962 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-02-14 18:11:15.962 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-02-14 18:11:15.962 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-02-14 18:11:15.962 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-02-14 18:11:15.962 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-02-14 18:11:15.962 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-02-14 18:11:15.962 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-02-14 18:11:15.962 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-02-14 18:11:15.962 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-02-14 18:11:15.962 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-02-14 18:11:15.962 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-02-14 18:11:15.962 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-02-14 18:11:15.962 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-02-14 18:11:15.962 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev 2022-02-14 18:11:15.962 | llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-02-14 18:11:15.962 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-02-14 18:11:15.962 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-14 18:11:15.962 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-02-14 18:11:15.962 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-02-14 18:11:15.962 | systemd-timesyncd uuid-dev vbetool x11-common 2022-02-14 18:11:15.964 | Suggested packages: 2022-02-14 18:11:15.964 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-02-14 18:11:15.964 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-02-14 18:11:15.964 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-02-14 18:11:15.964 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-02-14 18:11:15.964 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-02-14 18:11:15.964 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-02-14 18:11:15.964 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-02-14 18:11:15.964 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-02-14 18:11:15.964 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-02-14 18:11:15.964 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-02-14 18:11:15.964 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-02-14 18:11:15.964 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-02-14 18:11:15.964 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-02-14 18:11:15.964 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-02-14 18:11:15.964 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-02-14 18:11:16.202 | The following NEW packages will be installed: 2022-02-14 18:11:16.203 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-02-14 18:11:16.203 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-02-14 18:11:16.203 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-02-14 18:11:16.203 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-02-14 18:11:16.203 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-02-14 18:11:16.203 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-02-14 18:11:16.203 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-02-14 18:11:16.203 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-02-14 18:11:16.203 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-02-14 18:11:16.203 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-02-14 18:11:16.203 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-02-14 18:11:16.203 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-02-14 18:11:16.203 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-02-14 18:11:16.203 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-02-14 18:11:16.203 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-02-14 18:11:16.203 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-02-14 18:11:16.203 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-02-14 18:11:16.203 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-02-14 18:11:16.203 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-02-14 18:11:16.203 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-02-14 18:11:16.203 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-02-14 18:11:16.203 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-02-14 18:11:16.203 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-02-14 18:11:16.203 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-02-14 18:11:16.203 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-02-14 18:11:16.203 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-02-14 18:11:16.203 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-02-14 18:11:16.203 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-02-14 18:11:16.203 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-02-14 18:11:16.204 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-02-14 18:11:16.204 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-02-14 18:11:16.204 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-02-14 18:11:16.204 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-02-14 18:11:16.204 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-02-14 18:11:16.204 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-02-14 18:11:16.204 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-02-14 18:11:16.204 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-02-14 18:11:16.204 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-14 18:11:16.204 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-02-14 18:11:16.204 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-02-14 18:11:16.204 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-02-14 18:11:16.204 | unzip uuid-dev vbetool vlan x11-common 2022-02-14 18:11:16.204 | The following packages will be upgraded: 2022-02-14 18:11:16.205 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-02-14 18:11:16.205 | libsystemd0 libuuid1 libxml2 open-iscsi openssh-client openssh-server 2022-02-14 18:11:16.205 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd 2022-02-14 18:11:16.205 | uuid-runtime wget 2022-02-14 18:11:16.321 | 20 upgraded, 219 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:11:16.321 | Need to get 164 MB of archives. 2022-02-14 18:11:16.321 | After this operation, 768 MB of additional disk space will be used. 2022-02-14 18:11:16.321 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-02-14 18:11:16.502 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-02-14 18:11:16.512 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-02-14 18:11:16.517 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-02-14 18:11:16.588 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-02-14 18:11:16.962 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-02-14 18:11:17.117 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-02-14 18:11:17.119 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-02-14 18:11:17.120 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-02-14 18:11:17.135 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-02-14 18:11:17.178 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-02-14 18:11:17.181 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-02-14 18:11:17.181 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-02-14 18:11:17.198 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-02-14 18:11:17.198 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-02-14 18:11:17.202 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-02-14 18:11:17.220 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-02-14 18:11:17.223 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-02-14 18:11:17.232 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-02-14 18:11:18.661 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-02-14 18:11:18.770 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB] 2022-02-14 18:11:18.988 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB] 2022-02-14 18:11:19.000 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB] 2022-02-14 18:11:19.014 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB] 2022-02-14 18:11:19.031 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-14 18:11:19.088 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-02-14 18:11:19.320 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-02-14 18:11:19.376 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-02-14 18:11:19.377 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-02-14 18:11:19.377 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB] 2022-02-14 18:11:19.567 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-02-14 18:11:19.568 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-02-14 18:11:19.573 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-02-14 18:11:19.644 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-02-14 18:11:19.774 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-02-14 18:11:19.881 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-02-14 18:11:19.895 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-02-14 18:11:19.917 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-02-14 18:11:20.065 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-02-14 18:11:20.068 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-02-14 18:11:20.070 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-02-14 18:11:20.155 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-02-14 18:11:20.299 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-02-14 18:11:20.316 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-02-14 18:11:20.322 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-02-14 18:11:20.329 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-02-14 18:11:20.383 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-02-14 18:11:20.468 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-02-14 18:11:20.515 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-02-14 18:11:20.620 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-02-14 18:11:23.105 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-02-14 18:11:24.968 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-02-14 18:11:25.203 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-02-14 18:11:25.205 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-02-14 18:11:25.206 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-02-14 18:11:25.315 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-02-14 18:11:26.072 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-02-14 18:11:26.074 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-02-14 18:11:26.085 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-02-14 18:11:27.162 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-02-14 18:11:28.558 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-02-14 18:11:28.559 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-02-14 18:11:28.562 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-02-14 18:11:28.562 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-02-14 18:11:28.564 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-02-14 18:11:28.565 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-02-14 18:11:28.566 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-02-14 18:11:28.566 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-02-14 18:11:28.567 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-02-14 18:11:28.603 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-02-14 18:11:28.665 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-02-14 18:11:28.904 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-02-14 18:11:28.907 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-02-14 18:11:28.908 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-02-14 18:11:29.074 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-02-14 18:11:29.076 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-02-14 18:11:29.080 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-02-14 18:11:29.108 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-02-14 18:11:29.110 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-02-14 18:11:29.110 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-02-14 18:11:29.168 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-02-14 18:11:29.226 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-02-14 18:11:29.268 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-02-14 18:11:29.357 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.9 [179 kB] 2022-02-14 18:11:29.361 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-02-14 18:11:29.368 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2022-02-14 18:11:30.748 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-02-14 18:11:30.748 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-02-14 18:11:30.749 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-14 18:11:30.754 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-02-14 18:11:30.755 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-02-14 18:11:30.755 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-02-14 18:11:30.782 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-02-14 18:11:30.783 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-02-14 18:11:30.790 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-02-14 18:11:30.832 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-02-14 18:11:30.833 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-14 18:11:30.875 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-02-14 18:11:30.876 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-02-14 18:11:30.877 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-02-14 18:11:31.026 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-02-14 18:11:31.257 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-02-14 18:11:31.344 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-02-14 18:11:31.429 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-02-14 18:11:31.477 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-02-14 18:11:31.520 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-02-14 18:11:31.522 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-02-14 18:11:31.524 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-02-14 18:11:31.527 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-02-14 18:11:31.537 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-02-14 18:11:31.538 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-02-14 18:11:31.540 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-02-14 18:11:31.556 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-02-14 18:11:31.570 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-02-14 18:11:31.572 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-02-14 18:11:31.615 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-02-14 18:11:31.627 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-02-14 18:11:31.647 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-02-14 18:11:31.648 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-02-14 18:11:31.649 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-02-14 18:11:31.650 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-02-14 18:11:31.701 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-02-14 18:11:31.707 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-02-14 18:11:31.784 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-02-14 18:11:31.786 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-02-14 18:11:31.787 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-02-14 18:11:31.819 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-02-14 18:11:31.821 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-02-14 18:11:31.822 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-02-14 18:11:31.823 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-02-14 18:11:31.824 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-02-14 18:11:32.017 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-02-14 18:11:32.020 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-02-14 18:11:32.023 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-02-14 18:11:32.024 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-02-14 18:11:32.025 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-02-14 18:11:32.026 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-02-14 18:11:32.028 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-02-14 18:11:32.029 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-02-14 18:11:32.032 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-02-14 18:11:32.061 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-02-14 18:11:32.118 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-02-14 18:11:32.119 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-02-14 18:11:32.148 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-02-14 18:11:32.199 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-02-14 18:11:32.199 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-02-14 18:11:32.200 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-02-14 18:11:32.201 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-02-14 18:11:32.202 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-02-14 18:11:32.220 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-02-14 18:11:32.222 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-02-14 18:11:32.222 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-02-14 18:11:32.225 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-02-14 18:11:32.250 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-02-14 18:11:32.252 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-02-14 18:11:32.253 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-02-14 18:11:32.254 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-02-14 18:11:32.274 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-02-14 18:11:32.330 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-02-14 18:11:32.331 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-02-14 18:11:32.331 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-02-14 18:11:33.840 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-02-14 18:11:33.851 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-02-14 18:11:33.864 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-02-14 18:11:33.869 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-02-14 18:11:33.954 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-02-14 18:11:33.955 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-02-14 18:11:33.955 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-02-14 18:11:33.992 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-02-14 18:11:33.993 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-02-14 18:11:34.032 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-02-14 18:11:34.056 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-02-14 18:11:34.057 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-02-14 18:11:34.057 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-02-14 18:11:34.089 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-02-14 18:11:34.090 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-02-14 18:11:34.305 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-02-14 18:11:34.359 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-02-14 18:11:34.409 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-02-14 18:11:34.410 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-02-14 18:11:34.414 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-02-14 18:11:34.415 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-02-14 18:11:34.417 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-02-14 18:11:34.439 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-02-14 18:11:34.459 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-02-14 18:11:35.028 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-02-14 18:11:35.317 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2022-02-14 18:11:35.321 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2022-02-14 18:11:35.642 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB] 2022-02-14 18:11:35.647 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-02-14 18:11:35.648 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-02-14 18:11:35.649 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2022-02-14 18:11:35.764 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-02-14 18:11:35.834 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-02-14 18:11:35.865 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-02-14 18:11:35.870 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-02-14 18:11:36.673 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-02-14 18:11:36.731 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-02-14 18:11:36.784 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-02-14 18:11:36.818 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-02-14 18:11:37.935 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-02-14 18:11:37.937 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-02-14 18:11:42.558 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-02-14 18:11:42.686 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-02-14 18:11:42.706 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-02-14 18:11:42.743 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-02-14 18:11:42.756 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-02-14 18:11:42.892 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-02-14 18:11:42.893 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-02-14 18:11:42.907 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-02-14 18:11:42.986 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-02-14 18:11:42.987 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-02-14 18:11:43.269 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-02-14 18:11:43.271 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-02-14 18:11:43.271 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-02-14 18:11:43.277 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2022-02-14 18:11:43.278 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-02-14 18:11:43.278 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB] 2022-02-14 18:11:43.280 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB] 2022-02-14 18:11:43.351 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-02-14 18:11:43.354 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-02-14 18:11:43.383 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-02-14 18:11:43.388 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-02-14 18:11:43.389 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-02-14 18:11:43.392 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-02-14 18:11:43.395 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.9 [1,180 B] 2022-02-14 18:11:43.396 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-02-14 18:11:43.399 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-02-14 18:11:43.430 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-02-14 18:11:43.432 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-02-14 18:11:43.433 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-02-14 18:11:43.434 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-02-14 18:11:43.473 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-02-14 18:11:43.475 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-02-14 18:11:43.485 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-02-14 18:11:43.491 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-02-14 18:11:43.497 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-02-14 18:11:43.852 | Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-14 18:11:43.864 | Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-02-14 18:11:45.310 | Preconfiguring packages ... 2022-02-14 18:11:45.590 | Fetched 164 MB in 28s (5,921 kB/s) 2022-02-14 18:11:45.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 ... 67325 files and directories currently installed.) 2022-02-14 18:11:45.852 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:46.068 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:46.619 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:46.804 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:47.663 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:47.850 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:48.413 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:48.588 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:49.151 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:49.665 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:51.054 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:11:51.234 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-14 18:11:51.681 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 2022-02-14 18:11:52.203 | (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 ... 67326 files and directories currently installed.) 2022-02-14 18:11:52.205 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-14 18:11:52.381 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-14 18:11:52.783 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-14 18:11:53.290 | (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 ... 67326 files and directories currently installed.) 2022-02-14 18:11:53.292 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-14 18:11:53.444 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-14 18:11:53.878 | Selecting previously unselected package libapr1:amd64. 2022-02-14 18:11:53.886 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-02-14 18:11:53.935 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-14 18:11:54.487 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-14 18:11:54.640 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-14 18:11:55.343 | Selecting previously unselected package libaprutil1:amd64. 2022-02-14 18:11:55.350 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-02-14 18:11:55.404 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:11:55.724 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-02-14 18:11:55.732 | Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-02-14 18:11:55.781 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:11:56.218 | Preparing to unpack .../005-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-14 18:11:56.394 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-02-14 18:11:56.833 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-02-14 18:11:56.841 | Preparing to unpack .../006-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-02-14 18:11:56.896 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:11:57.281 | Preparing to unpack .../007-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-14 18:11:57.432 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-14 18:11:57.950 | Preparing to unpack .../008-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-14 18:11:58.131 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-14 18:11:58.663 | Selecting previously unselected package libjansson4:amd64. 2022-02-14 18:11:58.670 | Preparing to unpack .../009-libjansson4_2.12-1build1_amd64.deb ... 2022-02-14 18:11:58.725 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-02-14 18:11:59.126 | Selecting previously unselected package liblua5.2-0:amd64. 2022-02-14 18:11:59.133 | Preparing to unpack .../010-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-02-14 18:11:59.177 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-14 18:11:59.584 | Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-02-14 18:11:59.782 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-02-14 18:12:01.509 | Preparing to unpack .../012-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:12:01.668 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2022-02-14 18:12:02.160 | Selecting previously unselected package apache2-bin. 2022-02-14 18:12:02.168 | Preparing to unpack .../013-apache2-bin_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-14 18:12:02.228 | Unpacking apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-14 18:12:02.692 | Selecting previously unselected package apache2-data. 2022-02-14 18:12:02.699 | Preparing to unpack .../014-apache2-data_2.4.41-4ubuntu3.9_all.deb ... 2022-02-14 18:12:02.743 | Unpacking apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-14 18:12:03.125 | Selecting previously unselected package apache2-utils. 2022-02-14 18:12:03.133 | Preparing to unpack .../015-apache2-utils_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-14 18:12:03.194 | Unpacking apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-14 18:12:03.640 | Selecting previously unselected package apache2. 2022-02-14 18:12:03.647 | Preparing to unpack .../016-apache2_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-14 18:12:03.714 | Unpacking apache2 (2.4.41-4ubuntu3.9) ... 2022-02-14 18:12:04.166 | Selecting previously unselected package liblua5.3-0:amd64. 2022-02-14 18:12:04.173 | Preparing to unpack .../017-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-14 18:12:04.234 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-14 18:12:04.657 | Selecting previously unselected package haproxy. 2022-02-14 18:12:04.664 | Preparing to unpack .../018-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2022-02-14 18:12:04.750 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2022-02-14 18:12:05.486 | Selecting previously unselected package libnl-3-200:amd64. 2022-02-14 18:12:05.493 | Preparing to unpack .../019-libnl-3-200_3.4.0-1_amd64.deb ... 2022-02-14 18:12:05.554 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:12:05.983 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-02-14 18:12:05.990 | Preparing to unpack .../020-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-02-14 18:12:06.034 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:12:06.491 | Selecting previously unselected package mysql-common. 2022-02-14 18:12:06.499 | Preparing to unpack .../021-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-02-14 18:12:06.563 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-14 18:12:07.006 | Selecting previously unselected package libmysqlclient21:amd64. 2022-02-14 18:12:07.013 | Preparing to unpack .../022-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-14 18:12:07.078 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:12:07.720 | Selecting previously unselected package libsensors-config. 2022-02-14 18:12:07.727 | Preparing to unpack .../023-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-02-14 18:12:07.787 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-14 18:12:08.250 | Selecting previously unselected package libsensors5:amd64. 2022-02-14 18:12:08.257 | Preparing to unpack .../024-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-02-14 18:12:08.412 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-14 18:12:08.811 | Selecting previously unselected package libsnmp-base. 2022-02-14 18:12:08.818 | Preparing to unpack .../025-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-02-14 18:12:08.878 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-14 18:12:09.303 | Selecting previously unselected package libsnmp35:amd64. 2022-02-14 18:12:09.310 | Preparing to unpack .../026-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-02-14 18:12:09.337 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-14 18:12:09.937 | Selecting previously unselected package keepalived. 2022-02-14 18:12:09.944 | Preparing to unpack .../027-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2022-02-14 18:12:09.999 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-14 18:12:10.541 | Selecting previously unselected package memcached. 2022-02-14 18:12:10.548 | Preparing to unpack .../028-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-02-14 18:12:10.599 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-02-14 18:12:11.036 | Preparing to unpack .../029-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-02-14 18:12:11.907 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-02-14 18:12:12.391 | Preparing to unpack .../030-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-14 18:12:12.543 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-14 18:12:13.006 | Selecting previously unselected package python3-yaml. 2022-02-14 18:12:13.014 | Preparing to unpack .../031-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-02-14 18:12:13.057 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-14 18:12:13.407 | Preparing to unpack .../032-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-14 18:12:13.559 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-14 18:12:14.097 | Preparing to unpack .../033-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-14 18:12:14.334 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-14 18:12:15.389 | Preparing to unpack .../034-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-14 18:12:15.584 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-14 18:12:16.161 | Preparing to unpack .../035-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-02-14 18:12:16.325 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-02-14 18:12:16.777 | Selecting previously unselected package acl. 2022-02-14 18:12:16.785 | Preparing to unpack .../036-acl_2.2.53-6_amd64.deb ... 2022-02-14 18:12:16.832 | Unpacking acl (2.2.53-6) ... 2022-02-14 18:12:17.194 | Selecting previously unselected package autotools-dev. 2022-02-14 18:12:17.202 | Preparing to unpack .../037-autotools-dev_20180224.1_all.deb ... 2022-02-14 18:12:17.261 | Unpacking autotools-dev (20180224.1) ... 2022-02-14 18:12:17.564 | Selecting previously unselected package m4. 2022-02-14 18:12:17.571 | Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ... 2022-02-14 18:12:17.628 | Unpacking m4 (1.4.18-4) ... 2022-02-14 18:12:17.954 | Selecting previously unselected package autoconf. 2022-02-14 18:12:17.962 | Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ... 2022-02-14 18:12:18.011 | Unpacking autoconf (2.69-11.1) ... 2022-02-14 18:12:18.497 | Selecting previously unselected package automake. 2022-02-14 18:12:18.505 | Preparing to unpack .../040-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-02-14 18:12:18.560 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-02-14 18:12:18.959 | Selecting previously unselected package autopoint. 2022-02-14 18:12:18.966 | Preparing to unpack .../041-autopoint_0.19.8.1-10build1_all.deb ... 2022-02-14 18:12:19.015 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-02-14 18:12:19.382 | Selecting previously unselected package libllvm10:amd64. 2022-02-14 18:12:19.390 | Preparing to unpack .../042-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:19.439 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:12:22.205 | Selecting previously unselected package libclang-cpp10. 2022-02-14 18:12:22.213 | Preparing to unpack .../043-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:22.261 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:12:24.080 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-02-14 18:12:24.087 | Preparing to unpack .../044-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:24.146 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:12:25.125 | Selecting previously unselected package libgc1c2:amd64. 2022-02-14 18:12:25.133 | Preparing to unpack .../045-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-02-14 18:12:25.199 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-14 18:12:25.661 | Selecting previously unselected package libobjc4:amd64. 2022-02-14 18:12:25.668 | Preparing to unpack .../046-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:25.724 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:12:26.063 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-02-14 18:12:26.070 | Preparing to unpack .../047-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:26.136 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:12:26.678 | Selecting previously unselected package libc6-i386. 2022-02-14 18:12:26.685 | Preparing to unpack .../048-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2022-02-14 18:12:26.741 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-14 18:12:27.731 | Selecting previously unselected package lib32gcc-s1. 2022-02-14 18:12:27.739 | Preparing to unpack .../049-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:27.799 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:12:28.272 | Selecting previously unselected package lib32stdc++6. 2022-02-14 18:12:28.280 | Preparing to unpack .../050-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:28.364 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:12:28.788 | Selecting previously unselected package libclang-common-10-dev. 2022-02-14 18:12:28.795 | Preparing to unpack .../051-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:28.834 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:12:30.307 | Selecting previously unselected package libclang1-10. 2022-02-14 18:12:30.315 | Preparing to unpack .../052-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:30.370 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:12:31.840 | Selecting previously unselected package clang-10. 2022-02-14 18:12:31.847 | Preparing to unpack .../053-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:31.901 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:12:32.159 | Selecting previously unselected package libtool. 2022-02-14 18:12:32.167 | Preparing to unpack .../054-libtool_2.4.6-14_all.deb ... 2022-02-14 18:12:32.199 | Unpacking libtool (2.4.6-14) ... 2022-02-14 18:12:32.508 | Selecting previously unselected package dh-autoreconf. 2022-02-14 18:12:32.515 | Preparing to unpack .../055-dh-autoreconf_19_all.deb ... 2022-02-14 18:12:32.552 | Unpacking dh-autoreconf (19) ... 2022-02-14 18:12:32.874 | Selecting previously unselected package libdebhelper-perl. 2022-02-14 18:12:32.881 | Preparing to unpack .../056-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-02-14 18:12:32.942 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-02-14 18:12:33.290 | Selecting previously unselected package libarchive-zip-perl. 2022-02-14 18:12:33.297 | Preparing to unpack .../057-libarchive-zip-perl_1.67-2_all.deb ... 2022-02-14 18:12:33.364 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-02-14 18:12:33.656 | Selecting previously unselected package libsub-override-perl. 2022-02-14 18:12:33.664 | Preparing to unpack .../058-libsub-override-perl_0.09-2_all.deb ... 2022-02-14 18:12:33.712 | Unpacking libsub-override-perl (0.09-2) ... 2022-02-14 18:12:33.976 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-02-14 18:12:33.984 | Preparing to unpack .../059-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-02-14 18:12:34.039 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-14 18:12:34.410 | Selecting previously unselected package dh-strip-nondeterminism. 2022-02-14 18:12:34.418 | Preparing to unpack .../060-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-02-14 18:12:34.467 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-02-14 18:12:34.718 | Selecting previously unselected package libdpkg-perl. 2022-02-14 18:12:34.725 | Preparing to unpack .../061-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-02-14 18:12:34.775 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-02-14 18:12:35.159 | Selecting previously unselected package make. 2022-02-14 18:12:35.167 | Preparing to unpack .../062-make_4.2.1-1.2_amd64.deb ... 2022-02-14 18:12:35.199 | Unpacking make (4.2.1-1.2) ... 2022-02-14 18:12:35.696 | Selecting previously unselected package dpkg-dev. 2022-02-14 18:12:35.703 | Preparing to unpack .../063-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-02-14 18:12:35.752 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-02-14 18:12:36.227 | Selecting previously unselected package dwz. 2022-02-14 18:12:36.234 | Preparing to unpack .../064-dwz_0.13-5_amd64.deb ... 2022-02-14 18:12:36.295 | Unpacking dwz (0.13-5) ... 2022-02-14 18:12:36.668 | Selecting previously unselected package libcroco3:amd64. 2022-02-14 18:12:36.676 | Preparing to unpack .../065-libcroco3_0.6.13-1_amd64.deb ... 2022-02-14 18:12:36.719 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-02-14 18:12:37.079 | Selecting previously unselected package gettext. 2022-02-14 18:12:37.087 | Preparing to unpack .../066-gettext_0.19.8.1-10build1_amd64.deb ... 2022-02-14 18:12:37.159 | Unpacking gettext (0.19.8.1-10build1) ... 2022-02-14 18:12:37.605 | Selecting previously unselected package intltool-debian. 2022-02-14 18:12:37.613 | Preparing to unpack .../067-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-02-14 18:12:37.662 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-02-14 18:12:37.994 | Selecting previously unselected package po-debconf. 2022-02-14 18:12:38.001 | Preparing to unpack .../068-po-debconf_1.0.21_all.deb ... 2022-02-14 18:12:38.050 | Unpacking po-debconf (1.0.21) ... 2022-02-14 18:12:38.518 | Selecting previously unselected package debhelper. 2022-02-14 18:12:38.526 | Preparing to unpack .../069-debhelper_12.10ubuntu1_all.deb ... 2022-02-14 18:12:38.575 | Unpacking debhelper (12.10ubuntu1) ... 2022-02-14 18:12:39.017 | Selecting previously unselected package uuid-dev:amd64. 2022-02-14 18:12:39.024 | Preparing to unpack .../070-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-14 18:12:39.073 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-14 18:12:39.468 | Selecting previously unselected package libsctp1:amd64. 2022-02-14 18:12:39.476 | Preparing to unpack .../071-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-02-14 18:12:39.508 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-14 18:12:39.798 | Selecting previously unselected package libsctp-dev:amd64. 2022-02-14 18:12:39.806 | Preparing to unpack .../072-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-02-14 18:12:39.856 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-14 18:12:40.239 | Selecting previously unselected package libapr1-dev. 2022-02-14 18:12:40.247 | Preparing to unpack .../073-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-02-14 18:12:40.301 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-14 18:12:41.102 | Selecting previously unselected package libldap2-dev:amd64. 2022-02-14 18:12:41.110 | Preparing to unpack .../074-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-14 18:12:41.171 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-14 18:12:41.634 | Selecting previously unselected package libaprutil1-dev. 2022-02-14 18:12:41.641 | Preparing to unpack .../075-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-02-14 18:12:41.679 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-14 18:12:42.272 | Selecting previously unselected package apache2-dev. 2022-02-14 18:12:42.280 | Preparing to unpack .../076-apache2-dev_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-14 18:12:42.329 | Unpacking apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-14 18:12:42.821 | Selecting previously unselected package binfmt-support. 2022-02-14 18:12:42.828 | Preparing to unpack .../077-binfmt-support_2.2.0-2_amd64.deb ... 2022-02-14 18:12:42.885 | Unpacking binfmt-support (2.2.0-2) ... 2022-02-14 18:12:43.245 | Selecting previously unselected package g++-9. 2022-02-14 18:12:43.252 | Preparing to unpack .../078-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-14 18:12:43.300 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:12:44.787 | Selecting previously unselected package g++. 2022-02-14 18:12:44.795 | Preparing to unpack .../079-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-02-14 18:12:44.845 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-02-14 18:12:45.114 | Selecting previously unselected package build-essential. 2022-02-14 18:12:45.121 | Preparing to unpack .../080-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-02-14 18:12:45.176 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-02-14 18:12:45.474 | Selecting previously unselected package conntrack. 2022-02-14 18:12:45.482 | Preparing to unpack .../081-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-14 18:12:45.554 | Unpacking conntrack (1:1.4.5-2) ... 2022-02-14 18:12:45.919 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-02-14 18:12:45.928 | Preparing to unpack .../082-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-02-14 18:12:45.976 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-14 18:12:46.336 | Selecting previously unselected package libnetfilter-queue1. 2022-02-14 18:12:46.344 | Preparing to unpack .../083-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-02-14 18:12:46.393 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-02-14 18:12:46.810 | Selecting previously unselected package conntrackd. 2022-02-14 18:12:46.819 | Preparing to unpack .../084-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-02-14 18:12:46.871 | Unpacking conntrackd (1:1.4.5-2) ... 2022-02-14 18:12:47.205 | Selecting previously unselected package dns-root-data. 2022-02-14 18:12:47.213 | Preparing to unpack .../085-dns-root-data_2019052802_all.deb ... 2022-02-14 18:12:47.250 | Unpacking dns-root-data (2019052802) ... 2022-02-14 18:12:47.638 | Selecting previously unselected package libidn11:amd64. 2022-02-14 18:12:47.646 | Preparing to unpack .../086-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-02-14 18:12:47.696 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-14 18:12:48.095 | Selecting previously unselected package dnsmasq-base. 2022-02-14 18:12:48.103 | Preparing to unpack .../087-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-14 18:12:48.180 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-14 18:12:48.508 | Selecting previously unselected package dnsmasq-utils. 2022-02-14 18:12:48.515 | Preparing to unpack .../088-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-14 18:12:48.564 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-14 18:12:48.994 | Selecting previously unselected package ebtables. 2022-02-14 18:12:49.001 | Preparing to unpack .../089-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-14 18:12:49.063 | Unpacking ebtables (2.0.11-3build1) ... 2022-02-14 18:12:49.393 | Selecting previously unselected package libfakeroot:amd64. 2022-02-14 18:12:49.401 | Preparing to unpack .../090-libfakeroot_1.24-1_amd64.deb ... 2022-02-14 18:12:49.454 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-02-14 18:12:49.816 | Selecting previously unselected package fakeroot. 2022-02-14 18:12:49.824 | Preparing to unpack .../091-fakeroot_1.24-1_amd64.deb ... 2022-02-14 18:12:49.884 | Unpacking fakeroot (1.24-1) ... 2022-02-14 18:12:50.257 | Selecting previously unselected package fonts-dejavu-core. 2022-02-14 18:12:50.264 | Preparing to unpack .../092-fonts-dejavu-core_2.37-1_all.deb ... 2022-02-14 18:12:50.317 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-02-14 18:12:50.754 | Selecting previously unselected package fonts-liberation. 2022-02-14 18:12:50.761 | Preparing to unpack .../093-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-02-14 18:12:50.810 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-02-14 18:12:51.324 | Selecting previously unselected package fontconfig-config. 2022-02-14 18:12:51.331 | Preparing to unpack .../094-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-02-14 18:12:51.381 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-14 18:12:51.799 | Selecting previously unselected package libfontconfig1:amd64. 2022-02-14 18:12:51.808 | Preparing to unpack .../095-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-02-14 18:12:51.868 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-14 18:12:52.266 | Selecting previously unselected package fontconfig. 2022-02-14 18:12:52.275 | Preparing to unpack .../096-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-02-14 18:12:52.329 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-02-14 18:12:52.702 | Selecting previously unselected package genisoimage. 2022-02-14 18:12:52.710 | Preparing to unpack .../097-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-02-14 18:12:52.741 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-14 18:12:53.159 | Selecting previously unselected package libann0. 2022-02-14 18:12:53.167 | Preparing to unpack .../098-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-02-14 18:12:53.227 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-02-14 18:12:53.598 | Selecting previously unselected package libcdt5:amd64. 2022-02-14 18:12:53.606 | Preparing to unpack .../099-libcdt5_2.42.2-3build2_amd64.deb ... 2022-02-14 18:12:53.662 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-02-14 18:12:54.045 | Selecting previously unselected package libcgraph6:amd64. 2022-02-14 18:12:54.053 | Preparing to unpack .../100-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-02-14 18:12:54.101 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-14 18:12:54.477 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-02-14 18:12:54.485 | Preparing to unpack .../101-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-14 18:12:54.540 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-14 18:12:54.896 | Selecting previously unselected package libjpeg8:amd64. 2022-02-14 18:12:54.904 | Preparing to unpack .../102-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-02-14 18:12:54.953 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-14 18:12:55.387 | Selecting previously unselected package libjbig0:amd64. 2022-02-14 18:12:55.395 | Preparing to unpack .../103-libjbig0_2.1-3.1build1_amd64.deb ... 2022-02-14 18:12:55.450 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-02-14 18:12:55.845 | Selecting previously unselected package libwebp6:amd64. 2022-02-14 18:12:55.852 | Preparing to unpack .../104-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:12:55.901 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-14 18:12:56.256 | Selecting previously unselected package libtiff5:amd64. 2022-02-14 18:12:56.264 | Preparing to unpack .../105-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-02-14 18:12:56.313 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-14 18:12:56.707 | Selecting previously unselected package libxpm4:amd64. 2022-02-14 18:12:56.715 | Preparing to unpack .../106-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-02-14 18:12:56.787 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-02-14 18:12:57.170 | Selecting previously unselected package libgd3:amd64. 2022-02-14 18:12:57.179 | Preparing to unpack .../107-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-02-14 18:12:57.210 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-14 18:12:57.627 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-02-14 18:12:57.635 | Preparing to unpack .../108-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-02-14 18:12:57.678 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-14 18:12:58.062 | Selecting previously unselected package libpixman-1-0:amd64. 2022-02-14 18:12:58.070 | Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-02-14 18:12:58.117 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-14 18:12:58.563 | Selecting previously unselected package libxcb-render0:amd64. 2022-02-14 18:12:58.572 | Preparing to unpack .../110-libxcb-render0_1.14-2_amd64.deb ... 2022-02-14 18:12:58.633 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-02-14 18:12:59.009 | Selecting previously unselected package libxcb-shm0:amd64. 2022-02-14 18:12:59.016 | Preparing to unpack .../111-libxcb-shm0_1.14-2_amd64.deb ... 2022-02-14 18:12:59.066 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-02-14 18:12:59.422 | Selecting previously unselected package libxrender1:amd64. 2022-02-14 18:12:59.430 | Preparing to unpack .../112-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-02-14 18:12:59.496 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-02-14 18:12:59.855 | Selecting previously unselected package libcairo2:amd64. 2022-02-14 18:12:59.862 | Preparing to unpack .../113-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-02-14 18:12:59.907 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-14 18:13:00.285 | Selecting previously unselected package libgraphite2-3:amd64. 2022-02-14 18:13:00.293 | Preparing to unpack .../114-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-02-14 18:13:00.330 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-14 18:13:00.685 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-02-14 18:13:00.692 | Preparing to unpack .../115-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-02-14 18:13:00.730 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-14 18:13:01.100 | Selecting previously unselected package libthai-data. 2022-02-14 18:13:01.108 | Preparing to unpack .../116-libthai-data_0.1.28-3_all.deb ... 2022-02-14 18:13:01.157 | Unpacking libthai-data (0.1.28-3) ... 2022-02-14 18:13:01.588 | Selecting previously unselected package libdatrie1:amd64. 2022-02-14 18:13:01.595 | Preparing to unpack .../117-libdatrie1_0.2.12-3_amd64.deb ... 2022-02-14 18:13:01.660 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-02-14 18:13:02.037 | Selecting previously unselected package libthai0:amd64. 2022-02-14 18:13:02.045 | Preparing to unpack .../118-libthai0_0.1.28-3_amd64.deb ... 2022-02-14 18:13:02.088 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-02-14 18:13:02.450 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-02-14 18:13:02.458 | Preparing to unpack .../119-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-14 18:13:02.484 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:13:02.809 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-02-14 18:13:02.817 | Preparing to unpack .../120-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-14 18:13:02.856 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:13:03.250 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-02-14 18:13:03.258 | Preparing to unpack .../121-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-14 18:13:03.307 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:13:03.570 | Selecting previously unselected package libpathplan4:amd64. 2022-02-14 18:13:03.578 | Preparing to unpack .../122-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-02-14 18:13:03.610 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-14 18:13:03.964 | Selecting previously unselected package libgvc6. 2022-02-14 18:13:03.972 | Preparing to unpack .../123-libgvc6_2.42.2-3build2_amd64.deb ... 2022-02-14 18:13:04.021 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-02-14 18:13:04.483 | Selecting previously unselected package libgvpr2:amd64. 2022-02-14 18:13:04.491 | Preparing to unpack .../124-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-02-14 18:13:04.534 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-14 18:13:04.924 | Selecting previously unselected package liblab-gamut1:amd64. 2022-02-14 18:13:04.932 | Preparing to unpack .../125-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-02-14 18:13:04.987 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-14 18:13:05.513 | Selecting previously unselected package x11-common. 2022-02-14 18:13:05.521 | Preparing to unpack .../126-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-02-14 18:13:05.575 | dpkg-query: no packages found matching nux-tools 2022-02-14 18:13:05.585 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-02-14 18:13:05.964 | Selecting previously unselected package libice6:amd64. 2022-02-14 18:13:05.972 | Preparing to unpack .../127-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-02-14 18:13:06.010 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-14 18:13:06.508 | Selecting previously unselected package libsm6:amd64. 2022-02-14 18:13:06.515 | Preparing to unpack .../128-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-02-14 18:13:06.570 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-02-14 18:13:06.918 | Selecting previously unselected package libxt6:amd64. 2022-02-14 18:13:06.925 | Preparing to unpack .../129-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-02-14 18:13:06.974 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-02-14 18:13:07.374 | Selecting previously unselected package libxmu6:amd64. 2022-02-14 18:13:07.382 | Preparing to unpack .../130-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-02-14 18:13:07.431 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-14 18:13:07.837 | Selecting previously unselected package libxaw7:amd64. 2022-02-14 18:13:07.845 | Preparing to unpack .../131-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-02-14 18:13:07.905 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-02-14 18:13:08.290 | Selecting previously unselected package graphviz. 2022-02-14 18:13:08.298 | Preparing to unpack .../132-graphviz_2.42.2-3build2_amd64.deb ... 2022-02-14 18:13:08.324 | Unpacking graphviz (2.42.2-3build2) ... 2022-02-14 18:13:08.894 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-02-14 18:13:08.902 | Preparing to unpack .../133-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-02-14 18:13:08.963 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:13:09.341 | Selecting previously unselected package libibverbs1:amd64. 2022-02-14 18:13:09.349 | Preparing to unpack .../134-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-02-14 18:13:09.410 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:13:09.900 | Selecting previously unselected package ibverbs-providers:amd64. 2022-02-14 18:13:09.908 | Preparing to unpack .../135-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-02-14 18:13:09.982 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:13:10.244 | Selecting previously unselected package icu-devtools. 2022-02-14 18:13:10.252 | Preparing to unpack .../136-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-02-14 18:13:10.301 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-02-14 18:13:10.696 | Selecting previously unselected package iputils-arping. 2022-02-14 18:13:10.704 | Preparing to unpack .../137-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-02-14 18:13:10.752 | Unpacking iputils-arping (3:20190709-3) ... 2022-02-14 18:13:11.193 | Selecting previously unselected package javascript-common. 2022-02-14 18:13:11.200 | Preparing to unpack .../138-javascript-common_11_all.deb ... 2022-02-14 18:13:11.256 | Unpacking javascript-common (11) ... 2022-02-14 18:13:11.660 | Selecting previously unselected package libgssrpc4:amd64. 2022-02-14 18:13:11.668 | Preparing to unpack .../139-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:11.718 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:12.060 | Selecting previously unselected package libkdb5-9:amd64. 2022-02-14 18:13:12.068 | Preparing to unpack .../140-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:12.117 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:12.535 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-02-14 18:13:12.543 | Preparing to unpack .../141-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:12.597 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:12.997 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-02-14 18:13:13.006 | Preparing to unpack .../142-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:13.066 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:13.494 | Selecting previously unselected package comerr-dev:amd64. 2022-02-14 18:13:13.502 | Preparing to unpack .../143-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-02-14 18:13:13.554 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-14 18:13:13.895 | Selecting previously unselected package krb5-multidev:amd64. 2022-02-14 18:13:13.903 | Preparing to unpack .../144-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:13.935 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:14.283 | Selecting previously unselected package libalgorithm-diff-perl. 2022-02-14 18:13:14.291 | Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-02-14 18:13:14.318 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-02-14 18:13:14.672 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-02-14 18:13:14.680 | Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-02-14 18:13:14.746 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-14 18:13:15.054 | Selecting previously unselected package libalgorithm-merge-perl. 2022-02-14 18:13:15.062 | Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-02-14 18:13:15.118 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-02-14 18:13:15.421 | Selecting previously unselected package libarchive-cpio-perl. 2022-02-14 18:13:15.429 | Preparing to unpack .../148-libarchive-cpio-perl_0.10-1_all.deb ... 2022-02-14 18:13:15.467 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-02-14 18:13:15.809 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-02-14 18:13:15.816 | Preparing to unpack .../149-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-14 18:13:15.871 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-14 18:13:16.273 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-02-14 18:13:16.281 | Preparing to unpack .../150-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-14 18:13:16.329 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-14 18:13:16.724 | Selecting previously unselected package libfile-fcntllock-perl. 2022-02-14 18:13:16.732 | Preparing to unpack .../151-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-02-14 18:13:16.785 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-02-14 18:13:17.031 | Selecting previously unselected package libgts-bin. 2022-02-14 18:13:17.039 | Preparing to unpack .../152-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-02-14 18:13:17.187 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-02-14 18:13:17.534 | Selecting previously unselected package libicu-dev:amd64. 2022-02-14 18:13:17.542 | Preparing to unpack .../153-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-02-14 18:13:17.597 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-14 18:13:19.456 | Selecting previously unselected package libipset13:amd64. 2022-02-14 18:13:19.464 | Preparing to unpack .../154-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:19.512 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-14 18:13:19.856 | Selecting previously unselected package librdmacm1:amd64. 2022-02-14 18:13:19.863 | Preparing to unpack .../155-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-02-14 18:13:19.912 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:13:20.255 | Selecting previously unselected package libiscsi7:amd64. 2022-02-14 18:13:20.264 | Preparing to unpack .../156-libiscsi7_1.18.0-2_amd64.deb ... 2022-02-14 18:13:20.289 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-02-14 18:13:20.604 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-02-14 18:13:20.612 | Preparing to unpack .../157-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-14 18:13:20.649 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-14 18:13:20.986 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-02-14 18:13:20.993 | Preparing to unpack .../158-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-02-14 18:13:21.044 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-14 18:13:21.341 | Selecting previously unselected package libjpeg-dev:amd64. 2022-02-14 18:13:21.349 | Preparing to unpack .../159-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-02-14 18:13:21.381 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-14 18:13:21.688 | Selecting previously unselected package libjs-jquery. 2022-02-14 18:13:21.696 | Preparing to unpack .../160-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-02-14 18:13:21.729 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-02-14 18:13:22.004 | Selecting previously unselected package libjs-jquery-metadata. 2022-02-14 18:13:22.012 | Preparing to unpack .../161-libjs-jquery-metadata_12-1.1_all.deb ... 2022-02-14 18:13:22.067 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-02-14 18:13:22.351 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-02-14 18:13:22.359 | Preparing to unpack .../162-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-02-14 18:13:22.414 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-14 18:13:22.804 | Selecting previously unselected package libltdl-dev:amd64. 2022-02-14 18:13:22.812 | Preparing to unpack .../163-libltdl-dev_2.4.6-14_amd64.deb ... 2022-02-14 18:13:22.866 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-02-14 18:13:23.181 | Selecting previously unselected package libsys-hostname-long-perl. 2022-02-14 18:13:23.189 | Preparing to unpack .../164-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-02-14 18:13:23.253 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-02-14 18:13:23.501 | Selecting previously unselected package libmail-sendmail-perl. 2022-02-14 18:13:23.509 | Preparing to unpack .../165-libmail-sendmail-perl_0.80-1_all.deb ... 2022-02-14 18:13:23.545 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-02-14 18:13:23.831 | Selecting previously unselected package libncurses-dev:amd64. 2022-02-14 18:13:23.840 | Preparing to unpack .../166-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-14 18:13:23.888 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-14 18:13:24.335 | Selecting previously unselected package libnspr4:amd64. 2022-02-14 18:13:24.343 | Preparing to unpack .../167-libnspr4_2%3a4.25-1_amd64.deb ... 2022-02-14 18:13:24.409 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-02-14 18:13:24.729 | Selecting previously unselected package libnss3:amd64. 2022-02-14 18:13:24.737 | Preparing to unpack .../168-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-02-14 18:13:24.775 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-14 18:13:25.324 | Selecting previously unselected package libomp5-10:amd64. 2022-02-14 18:13:25.332 | Preparing to unpack .../169-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:25.390 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:25.739 | Selecting previously unselected package libomp-10-dev. 2022-02-14 18:13:25.748 | Preparing to unpack .../170-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:25.790 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:26.124 | Selecting previously unselected package pcp-conf. 2022-02-14 18:13:26.132 | Preparing to unpack .../171-pcp-conf_5.0.3-1_amd64.deb ... 2022-02-14 18:13:26.173 | Unpacking pcp-conf (5.0.3-1) ... 2022-02-14 18:13:26.518 | Selecting previously unselected package libpcp3. 2022-02-14 18:13:26.526 | Preparing to unpack .../172-libpcp3_5.0.3-1_amd64.deb ... 2022-02-14 18:13:26.597 | Unpacking libpcp3 (5.0.3-1) ... 2022-02-14 18:13:26.951 | Selecting previously unselected package libpcp-pmda3. 2022-02-14 18:13:26.959 | Preparing to unpack .../173-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-02-14 18:13:27.020 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-02-14 18:13:27.265 | Selecting previously unselected package libpcp-pmda-perl. 2022-02-14 18:13:27.273 | Preparing to unpack .../174-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-02-14 18:13:27.328 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-02-14 18:13:27.678 | Selecting previously unselected package libpq5:amd64. 2022-02-14 18:13:27.687 | Preparing to unpack .../175-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:27.745 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:13:28.015 | Selecting previously unselected package libpq-dev. 2022-02-14 18:13:28.023 | Preparing to unpack .../176-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:28.076 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:13:28.517 | Selecting previously unselected package librados2. 2022-02-14 18:13:28.525 | Preparing to unpack .../177-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-14 18:13:28.580 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-14 18:13:29.449 | Selecting previously unselected package librbd1. 2022-02-14 18:13:29.456 | Preparing to unpack .../178-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-14 18:13:29.527 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-14 18:13:30.141 | Selecting previously unselected package libsasl2-dev. 2022-02-14 18:13:30.148 | Preparing to unpack .../179-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2022-02-14 18:13:30.203 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-14 18:13:30.535 | Selecting previously unselected package libssl-dev:amd64. 2022-02-14 18:13:30.543 | Preparing to unpack .../180-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-14 18:13:30.592 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-14 18:13:31.101 | Selecting previously unselected package libsystemd-dev:amd64. 2022-02-14 18:13:31.109 | Preparing to unpack .../181-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ... 2022-02-14 18:13:31.140 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-14 18:13:31.507 | Selecting previously unselected package libtinfo-dev:amd64. 2022-02-14 18:13:31.515 | Preparing to unpack .../182-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-14 18:13:31.575 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-14 18:13:31.958 | Selecting previously unselected package libx86-1:amd64. 2022-02-14 18:13:31.966 | Preparing to unpack .../183-libx86-1_1.1+ds1-11_amd64.deb ... 2022-02-14 18:13:32.014 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-02-14 18:13:32.341 | Selecting previously unselected package libxml2-dev:amd64. 2022-02-14 18:13:32.348 | Preparing to unpack .../184-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:32.403 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-14 18:13:32.804 | Selecting previously unselected package libxslt1-dev:amd64. 2022-02-14 18:13:32.812 | Preparing to unpack .../185-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-02-14 18:13:32.849 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-14 18:13:33.311 | Selecting previously unselected package llvm-10-runtime. 2022-02-14 18:13:33.319 | Preparing to unpack .../186-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:33.368 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:33.735 | Selecting previously unselected package libpfm4:amd64. 2022-02-14 18:13:33.743 | Preparing to unpack .../187-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-02-14 18:13:33.774 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-14 18:13:34.141 | Selecting previously unselected package llvm-10. 2022-02-14 18:13:34.149 | Preparing to unpack .../188-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:34.197 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:35.204 | Selecting previously unselected package libffi-dev:amd64. 2022-02-14 18:13:35.212 | Preparing to unpack .../189-libffi-dev_3.3-4_amd64.deb ... 2022-02-14 18:13:35.237 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-02-14 18:13:35.655 | Selecting previously unselected package python3-pygments. 2022-02-14 18:13:35.663 | Preparing to unpack .../190-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-02-14 18:13:35.723 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-14 18:13:36.175 | Selecting previously unselected package llvm-10-tools. 2022-02-14 18:13:36.183 | Preparing to unpack .../191-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:36.214 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:36.665 | Selecting previously unselected package libz3-4:amd64. 2022-02-14 18:13:36.674 | Preparing to unpack .../192-libz3-4_4.8.7-4build1_amd64.deb ... 2022-02-14 18:13:36.723 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-02-14 18:13:38.067 | Selecting previously unselected package libz3-dev:amd64. 2022-02-14 18:13:38.075 | Preparing to unpack .../193-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-02-14 18:13:38.122 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-14 18:13:38.518 | Selecting previously unselected package llvm-10-dev. 2022-02-14 18:13:38.527 | Preparing to unpack .../194-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-14 18:13:38.579 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:13:43.489 | Selecting previously unselected package lsscsi. 2022-02-14 18:13:43.498 | Preparing to unpack .../195-lsscsi_0.30-0.1_amd64.deb ... 2022-02-14 18:13:43.534 | Unpacking lsscsi (0.30-0.1) ... 2022-02-14 18:13:43.883 | Selecting previously unselected package pkg-config. 2022-02-14 18:13:43.892 | Preparing to unpack .../196-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-02-14 18:13:43.946 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-02-14 18:13:44.243 | Selecting previously unselected package pm-utils. 2022-02-14 18:13:44.251 | Preparing to unpack .../197-pm-utils_1.4.1-19_all.deb ... 2022-02-14 18:13:44.283 | Unpacking pm-utils (1.4.1-19) ... 2022-02-14 18:13:44.689 | Selecting previously unselected package postgresql-client-common. 2022-02-14 18:13:44.697 | Preparing to unpack .../198-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-02-14 18:13:44.757 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-02-14 18:13:45.112 | Selecting previously unselected package postgresql-client-12. 2022-02-14 18:13:45.121 | Preparing to unpack .../199-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:45.173 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:13:45.717 | Selecting previously unselected package ssl-cert. 2022-02-14 18:13:45.726 | Preparing to unpack .../200-ssl-cert_1.0.39_all.deb ... 2022-02-14 18:13:45.774 | Unpacking ssl-cert (1.0.39) ... 2022-02-14 18:13:46.192 | Selecting previously unselected package postgresql-common. 2022-02-14 18:13:46.201 | Preparing to unpack .../201-postgresql-common_214ubuntu0.1_all.deb ... 2022-02-14 18:13:46.279 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-02-14 18:13:46.318 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-02-14 18:13:46.775 | Selecting previously unselected package postgresql-server-dev-12. 2022-02-14 18:13:46.784 | Preparing to unpack .../202-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:46.836 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:13:47.442 | Selecting previously unselected package postgresql-server-dev-all. 2022-02-14 18:13:47.452 | Preparing to unpack .../203-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-02-14 18:13:47.499 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-14 18:13:47.815 | Selecting previously unselected package python-pip-whl. 2022-02-14 18:13:47.824 | Preparing to unpack .../204-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-02-14 18:13:47.871 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-14 18:13:48.419 | Selecting previously unselected package python3-mysqldb. 2022-02-14 18:13:48.427 | Preparing to unpack .../205-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-02-14 18:13:48.476 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-02-14 18:13:48.859 | Selecting previously unselected package python3-wheel. 2022-02-14 18:13:48.867 | Preparing to unpack .../206-python3-wheel_0.34.2-1_all.deb ... 2022-02-14 18:13:48.917 | Unpacking python3-wheel (0.34.2-1) ... 2022-02-14 18:13:49.283 | Selecting previously unselected package python3-pip. 2022-02-14 18:13:49.292 | Preparing to unpack .../207-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-02-14 18:13:49.340 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-14 18:13:49.792 | Selecting previously unselected package python3.8-venv. 2022-02-14 18:13:49.800 | Preparing to unpack .../208-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2022-02-14 18:13:49.848 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-14 18:13:50.167 | Selecting previously unselected package python3-venv. 2022-02-14 18:13:50.176 | Preparing to unpack .../209-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-02-14 18:13:50.224 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-02-14 18:13:50.546 | Selecting previously unselected package qemu-block-extra:amd64. 2022-02-14 18:13:50.554 | Preparing to unpack .../210-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-14 18:13:50.601 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-14 18:13:50.929 | Selecting previously unselected package qemu-utils. 2022-02-14 18:13:50.937 | Preparing to unpack .../211-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-14 18:13:50.985 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-14 18:13:51.495 | Selecting previously unselected package sharutils. 2022-02-14 18:13:51.504 | Preparing to unpack .../212-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-02-14 18:13:51.557 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-02-14 18:13:51.855 | Selecting previously unselected package sqlite3. 2022-02-14 18:13:51.863 | Preparing to unpack .../213-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-02-14 18:13:51.894 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-14 18:13:52.374 | Selecting previously unselected package unzip. 2022-02-14 18:13:52.383 | Preparing to unpack .../214-unzip_6.0-25ubuntu1_amd64.deb ... 2022-02-14 18:13:52.431 | Unpacking unzip (6.0-25ubuntu1) ... 2022-02-14 18:13:52.781 | Selecting previously unselected package vbetool. 2022-02-14 18:13:52.789 | Preparing to unpack .../215-vbetool_1.1-4_amd64.deb ... 2022-02-14 18:13:52.832 | Unpacking vbetool (1.1-4) ... 2022-02-14 18:13:53.237 | Selecting previously unselected package ipset. 2022-02-14 18:13:53.246 | Preparing to unpack .../216-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-14 18:13:53.308 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-14 18:13:53.638 | Selecting previously unselected package ipvsadm. 2022-02-14 18:13:53.648 | Preparing to unpack .../217-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-02-14 18:13:53.700 | Unpacking ipvsadm (1:1.31-1) ... 2022-02-14 18:13:54.093 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-02-14 18:13:54.102 | Preparing to unpack .../218-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-14 18:13:54.159 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-14 18:13:54.529 | Selecting previously unselected package liberasurecode1:amd64. 2022-02-14 18:13:54.537 | Preparing to unpack .../219-liberasurecode1_1.6.1-4_amd64.deb ... 2022-02-14 18:13:54.591 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-02-14 18:13:54.911 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-02-14 18:13:54.920 | Preparing to unpack .../220-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-02-14 18:13:54.962 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-14 18:13:55.272 | Selecting previously unselected package libkrb5-dev:amd64. 2022-02-14 18:13:55.281 | Preparing to unpack .../221-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-14 18:13:55.334 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:13:55.653 | Selecting previously unselected package libpcp-gui2. 2022-02-14 18:13:55.662 | Preparing to unpack .../222-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-02-14 18:13:55.715 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-02-14 18:13:56.036 | Selecting previously unselected package libpcp-import1. 2022-02-14 18:13:56.045 | Preparing to unpack .../223-libpcp-import1_5.0.3-1_amd64.deb ... 2022-02-14 18:13:56.088 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-02-14 18:13:56.414 | Selecting previously unselected package libpcp-mmv1. 2022-02-14 18:13:56.423 | Preparing to unpack .../224-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-02-14 18:13:56.475 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-02-14 18:13:56.837 | Selecting previously unselected package libpcp-trace2. 2022-02-14 18:13:56.846 | Preparing to unpack .../225-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-02-14 18:13:56.905 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-02-14 18:13:57.266 | Selecting previously unselected package libpcp-web1. 2022-02-14 18:13:57.274 | Preparing to unpack .../226-libpcp-web1_5.0.3-1_amd64.deb ... 2022-02-14 18:13:57.328 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-02-14 18:13:57.643 | Selecting previously unselected package libyaml-dev:amd64. 2022-02-14 18:13:57.651 | Preparing to unpack .../227-libyaml-dev_0.2.2-1_amd64.deb ... 2022-02-14 18:13:57.711 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-02-14 18:13:58.007 | Selecting previously unselected package python3-pcp. 2022-02-14 18:13:58.016 | Preparing to unpack .../228-python3-pcp_5.0.3-1_amd64.deb ... 2022-02-14 18:13:58.071 | Unpacking python3-pcp (5.0.3-1) ... 2022-02-14 18:13:58.489 | Selecting previously unselected package pcp. 2022-02-14 18:13:58.498 | Preparing to unpack .../229-pcp_5.0.3-1_amd64.deb ... 2022-02-14 18:13:58.607 | Unpacking pcp (5.0.3-1) ... 2022-02-14 18:13:59.704 | Selecting previously unselected package socat. 2022-02-14 18:13:59.714 | Preparing to unpack .../230-socat_1.7.3.3-2_amd64.deb ... 2022-02-14 18:13:59.772 | Unpacking socat (1.7.3.3-2) ... 2022-02-14 18:14:00.203 | Selecting previously unselected package vlan. 2022-02-14 18:14:00.212 | Preparing to unpack .../231-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-02-14 18:14:00.277 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-14 18:14:00.640 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-14 18:14:00.787 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-02-14 18:14:01.025 | Setting up javascript-common (11) ... 2022-02-14 18:14:01.236 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-02-14 18:14:01.311 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-14 18:14:01.452 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-14 18:14:01.574 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-14 18:14:01.671 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-14 18:14:01.872 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-14 18:14:01.972 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-14 18:14:02.128 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-02-14 18:14:02.264 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:14:02.419 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-02-14 18:14:02.568 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-02-14 18:14:02.709 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-02-14 18:14:02.846 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-02-14 18:14:03.012 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-02-14 18:14:03.122 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-02-14 18:14:03.219 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-02-14 18:14:03.362 | Setting up libarchive-zip-perl (1.67-2) ... 2022-02-14 18:14:03.539 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-14 18:14:03.675 | Setting up vbetool (1.1-4) ... 2022-02-14 18:14:03.842 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-02-14 18:14:03.968 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-14 18:14:04.145 | Setting up pm-utils (1.4.1-19) ... 2022-02-14 18:14:04.379 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-14 18:14:04.837 | Setting up unzip (6.0-25ubuntu1) ... 2022-02-14 18:14:05.002 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-02-14 18:14:05.162 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-14 18:14:05.265 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-02-14 18:14:06.355 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-02-14 18:14:07.109 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-14 18:14:07.349 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-14 18:14:07.453 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-14 18:14:07.568 | Setting up m4 (1.4.18-4) ... 2022-02-14 18:14:07.705 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-14 18:14:08.092 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:14:08.254 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-02-14 18:14:08.361 | Setting up iputils-arping (3:20190709-3) ... 2022-02-14 18:14:08.517 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-02-14 18:14:08.669 | Setting up conntrack (1:1.4.5-2) ... 2022-02-14 18:14:08.808 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-14 18:14:08.951 | Setting up python3-wheel (0.34.2-1) ... 2022-02-14 18:14:09.344 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-02-14 18:14:09.482 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-02-14 18:14:09.931 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-02-14 18:14:12.098 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-02-14 18:14:13.860 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-02-14 18:14:14.591 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-02-14 18:14:14.785 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-02-14 18:14:14.945 | Setting up acl (2.2.53-6) ... 2022-02-14 18:14:15.115 | Setting up dns-root-data (2019052802) ... 2022-02-14 18:14:15.282 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:15.448 | Setting up fakeroot (1.24-1) ... 2022-02-14 18:14:15.560 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-02-14 18:14:15.692 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-14 18:14:15.852 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-14 18:14:16.036 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:14:16.219 | Setting up autotools-dev (20180224.1) ... 2022-02-14 18:14:16.368 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-14 18:14:17.338 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-02-14 18:14:17.522 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-14 18:14:17.613 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-14 18:14:17.705 | Setting up make (4.2.1-1.2) ... 2022-02-14 18:14:17.848 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-02-14 18:14:18.002 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-14 18:14:18.110 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:18.265 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-14 18:14:18.430 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-14 18:14:18.585 | Setting up ebtables (2.0.11-3build1) ... 2022-02-14 18:14:19.303 | Setting up socat (1.7.3.3-2) ... 2022-02-14 18:14:19.453 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-02-14 18:14:19.579 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-14 18:14:19.693 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-14 18:14:19.848 | Setting up autopoint (0.19.8.1-10build1) ... 2022-02-14 18:14:20.013 | Setting up binfmt-support (2.2.0-2) ... 2022-02-14 18:14:20.443 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-02-14 18:14:21.573 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-14 18:14:21.722 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-02-14 18:14:21.985 | Setting up fonts-dejavu-core (2.37-1) ... 2022-02-14 18:14:22.692 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-02-14 18:14:22.823 | Setting up lsscsi (0.30-0.1) ... 2022-02-14 18:14:22.996 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-14 18:14:23.156 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:14:23.247 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-14 18:14:23.379 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-14 18:14:23.516 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-02-14 18:14:23.619 | Setting up autoconf (2.69-11.1) ... 2022-02-14 18:14:23.802 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-02-14 18:14:23.945 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-02-14 18:14:24.085 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-02-14 18:14:24.173 | Setting up dwz (0.13-5) ... 2022-02-14 18:14:24.303 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-14 18:14:24.459 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-14 18:14:24.613 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-14 18:14:24.750 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-14 18:14:24.893 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-14 18:14:25.217 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-02-14 18:14:26.653 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:14:26.762 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:26.903 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-02-14 18:14:27.057 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-14 18:14:27.213 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-02-14 18:14:27.339 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:14:27.539 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-14 18:14:27.692 | Setting up pcp-conf (5.0.3-1) ... 2022-02-14 18:14:27.898 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-14 18:14:28.122 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-02-14 18:14:28.282 | Setting up libsub-override-perl (0.09-2) ... 2022-02-14 18:14:28.442 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-14 18:14:28.600 | Setting up libthai-data (0.1.28-3) ... 2022-02-14 18:14:28.756 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-14 18:14:28.905 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-02-14 18:14:29.046 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-14 18:14:29.190 | Setting up apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-14 18:14:29.350 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-02-14 18:14:29.509 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:14:29.669 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-02-14 18:14:29.819 | Setting up sharutils (1:4.15.2-4build1) ... 2022-02-14 18:14:29.922 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-14 18:14:30.093 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2022-02-14 18:14:30.315 | Setting up conntrackd (1:1.4.5-2) ... 2022-02-14 18:14:31.617 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-02-14 18:14:32.013 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-02-14 18:14:32.168 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-14 18:14:32.327 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-14 18:14:32.475 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-14 18:14:32.635 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-14 18:14:32.796 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-14 18:14:32.893 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-02-14 18:14:33.007 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:14:33.110 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-14 18:14:33.229 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-02-14 18:14:33.324 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-02-14 18:14:33.400 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-14 18:14:33.543 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-14 18:14:33.682 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:14:33.785 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-02-14 18:14:33.926 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-14 18:14:34.070 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-14 18:14:34.207 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-14 18:14:34.362 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:14:34.503 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:34.657 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-14 18:14:34.796 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:34.903 | Setting up wget (1.20.3-1ubuntu2) ... 2022-02-14 18:14:35.110 | Setting up libtool (2.4.6-14) ... 2022-02-14 18:14:35.242 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-14 18:14:37.794 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 2022-02-14 18:14:38.030 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:14:38.201 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2022-02-14 18:14:39.648 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-02-14 18:14:40.779 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:14:40.955 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-14 18:14:41.116 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:14:41.265 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-14 18:14:41.996 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-14 18:14:42.160 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:42.332 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-14 18:14:42.510 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-02-14 18:14:42.767 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:14:42.956 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-02-14 18:14:43.373 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-02-14 18:14:43.573 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-02-14 18:14:43.739 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-02-14 18:14:43.853 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-14 18:14:44.013 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:14:44.713 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-02-14 18:14:44.858 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:14:45.034 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-14 18:14:45.201 | Setting up ssl-cert (1.0.39) ... 2022-02-14 18:14:46.031 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-14 18:14:46.179 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-14 18:14:46.423 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-02-14 18:14:46.590 | Setting up postgresql-common (214ubuntu0.1) ... 2022-02-14 18:14:47.978 | Adding user postgres to group ssl-cert 2022-02-14 18:14:48.224 | 2022-02-14 18:14:48.224 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-02-14 18:14:48.422 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-02-14 18:14:48.422 | Removing obsolete dictionary files: 2022-02-14 18:14:48.989 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-02-14 18:14:50.247 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-02-14 18:14:50.396 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-14 18:14:50.548 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-02-14 18:14:50.801 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-14 18:14:51.366 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-02-14 18:14:51.531 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-14 18:14:51.687 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-14 18:14:51.874 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-14 18:14:52.028 | Setting up build-essential (12.8ubuntu1.1) ... 2022-02-14 18:14:52.173 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-14 18:14:52.349 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-14 18:14:52.498 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-14 18:14:52.685 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-02-14 18:14:52.858 | Setting up apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-14 18:14:53.052 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:14:53.218 | Setting up ipvsadm (1:1.31-1) ... 2022-02-14 18:14:54.252 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ... 2022-02-14 18:14:54.407 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:14:54.789 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-02-14 18:14:56.965 | Regenerating fonts cache... done. 2022-02-14 18:14:57.041 | Setting up gettext (0.19.8.1-10build1) ... 2022-02-14 18:14:57.195 | Setting up libpcp3 (5.0.3-1) ... 2022-02-14 18:14:57.355 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-02-14 18:14:57.527 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-14 18:14:57.687 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ... 2022-02-14 18:14:59.324 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-02-14 18:15:00.308 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:15:01.429 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:15:01.589 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-14 18:15:02.812 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-02-14 18:15:03.572 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:15:03.703 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-02-14 18:15:03.817 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:15:04.029 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-02-14 18:15:04.178 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-14 18:15:04.321 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-02-14 18:15:04.439 | Setting up apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-14 18:15:04.583 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-14 18:15:04.736 | Setting up libpcp-web1 (5.0.3-1) ... 2022-02-14 18:15:04.863 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-02-14 18:15:05.018 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-14 18:15:05.285 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-14 18:15:05.435 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-02-14 18:15:05.595 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-02-14 18:15:05.732 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-14 18:15:05.822 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-14 18:15:05.955 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-02-14 18:15:06.046 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-14 18:15:06.178 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-14 18:15:06.309 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:15:06.399 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-14 18:15:06.502 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-14 18:15:06.646 | Setting up libpcp-import1 (5.0.3-1) ... 2022-02-14 18:15:06.755 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-14 18:15:06.863 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-14 18:15:06.971 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-14 18:15:07.120 | Setting up po-debconf (1.0.21) ... 2022-02-14 18:15:07.252 | Setting up apache2 (2.4.41-4ubuntu3.9) ... 2022-02-14 18:15:15.608 | Enabling module mpm_event. 2022-02-14 18:15:15.671 | Enabling module authz_core. 2022-02-14 18:15:15.676 | Enabling module authz_host. 2022-02-14 18:15:15.735 | Enabling module authn_core. 2022-02-14 18:15:15.740 | Enabling module auth_basic. 2022-02-14 18:15:15.798 | Enabling module access_compat. 2022-02-14 18:15:15.857 | Enabling module authn_file. 2022-02-14 18:15:15.916 | Enabling module authz_user. 2022-02-14 18:15:15.975 | Enabling module alias. 2022-02-14 18:15:16.034 | Enabling module dir. 2022-02-14 18:15:16.092 | Enabling module autoindex. 2022-02-14 18:15:16.151 | Enabling module env. 2022-02-14 18:15:16.210 | Enabling module mime. 2022-02-14 18:15:16.269 | Enabling module negotiation. 2022-02-14 18:15:16.327 | Enabling module setenvif. 2022-02-14 18:15:16.385 | Enabling module filter. 2022-02-14 18:15:16.444 | Enabling module deflate. 2022-02-14 18:15:16.502 | Enabling module status. 2022-02-14 18:15:16.560 | Enabling module reqtimeout. 2022-02-14 18:15:16.619 | Enabling conf charset. 2022-02-14 18:15:16.678 | Enabling conf localized-error-pages. 2022-02-14 18:15:16.736 | Enabling conf other-vhosts-access-log. 2022-02-14 18:15:16.795 | Enabling conf security. 2022-02-14 18:15:16.853 | Enabling conf serve-cgi-bin. 2022-02-14 18:15:16.912 | Enabling site 000-default. 2022-02-14 18:15:16.963 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-02-14 18:15:17.019 | Enabling conf javascript-common. 2022-02-14 18:15:17.271 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-02-14 18:15:17.856 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-02-14 18:15:20.612 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-02-14 18:15:20.800 | Setting up python3-pcp (5.0.3-1) ... 2022-02-14 18:15:21.303 | Setting up libgvc6 (2.42.2-3build2) ... 2022-02-14 18:15:21.503 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-14 18:15:21.674 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-14 18:15:21.915 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-02-14 18:15:22.091 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-14 18:15:22.241 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-14 18:15:22.378 | Setting up graphviz (2.42.2-3build2) ... 2022-02-14 18:15:22.526 | Setting up pcp (5.0.3-1) ... 2022-02-14 18:15:26.138 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-02-14 18:15:26.553 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-02-14 18:15:26.969 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-02-14 18:15:27.391 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-02-14 18:15:43.949 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-14 18:15:44.105 | Setting up systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:15:44.155 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-02-14 18:15:45.898 | Setting up dh-autoreconf (19) ... 2022-02-14 18:15:46.063 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 2022-02-14 18:15:47.139 | Setting up systemd-sysv (245.4-4ubuntu3.15) ... 2022-02-14 18:15:47.292 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-14 18:15:47.439 | Setting up debhelper (12.10ubuntu1) ... 2022-02-14 18:15:47.576 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-14 18:15:48.144 | Setting up apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-14 18:15:48.273 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-02-14 18:15:48.401 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-02-14 18:15:48.595 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-02-14 18:16:01.681 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-14 18:16:01.864 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-02-14 18:16:02.350 | Processing triggers for ufw (0.36-6) ... 2022-02-14 18:16:02.585 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:16:29.560 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-14 18:16:29.670 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-02-14 18:16:36.870 | ++ functions-common:apt_get:1234 : result=0 2022-02-14 18:16:36.872 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:16:36.874 | ++ functions-common:time_stop:2425 : local name 2022-02-14 18:16:36.876 | ++ functions-common:time_stop:2426 : local end_time 2022-02-14 18:16:36.878 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:16:36.880 | ++ functions-common:time_stop:2428 : local total 2022-02-14 18:16:36.883 | ++ functions-common:time_stop:2429 : local start_time 2022-02-14 18:16:36.885 | ++ functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:16:36.887 | ++ functions-common:time_stop:2432 : start_time=1644862275353 2022-02-14 18:16:36.889 | ++ functions-common:time_stop:2434 : [[ -z 1644862275353 ]] 2022-02-14 18:16:36.891 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:16:36.895 | ++ functions-common:time_stop:2437 : end_time=1644862596893 2022-02-14 18:16:36.897 | ++ functions-common:time_stop:2438 : elapsed_time=321540 2022-02-14 18:16:36.900 | ++ functions-common:time_stop:2439 : total=722 2022-02-14 18:16:36.902 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:16:36.904 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=322262 2022-02-14 18:16:36.906 | ++ functions-common:apt_get:1238 : return 0 2022-02-14 18:16:36.909 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-02-14 18:16:36.911 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-02-14 18:16:36.914 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-02-14 18:16:36.918 | ++ tools/install_prereqs.sh:source:89 : date 2022-02-14 18:16:36.921 | + ./stack.sh:main:790 : [[ False != \T\r\u\e ]] 2022-02-14 18:16:36.924 | + ./stack.sh:main:791 : PYPI_ALTERNATIVE_URL= 2022-02-14 18:16:36.926 | + ./stack.sh:main:791 : /home/ubuntu/devstack/tools/install_pip.sh 2022-02-14 18:16:38.228 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-02-14 18:16:38.229 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-02-14 18:16:38.231 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-02-14 18:16:38.233 | + tools/install_pip.sh:main:43 : GetDistro 2022-02-14 18:16:38.235 | + functions-common:GetDistro:446 : GetOSVersion 2022-02-14 18:16:38.237 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-02-14 18:16:38.239 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-02-14 18:16:38.240 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-02-14 18:16:38.242 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-02-14 18:16:38.244 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-02-14 18:16:38.245 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-02-14 18:16:38.247 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-02-14 18:16:38.249 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-02-14 18:16:38.251 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-02-14 18:16:38.252 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-02-14 18:16:38.254 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-02-14 18:16:38.256 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-02-14 18:16:38.258 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-02-14 18:16:38.260 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-02-14 18:16:38.261 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-02-14 18:16:38.264 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-02-14 18:16:38.266 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-02-14 18:16:38.268 | + functions-common:_ensure_lsb_release:394 : return 2022-02-14 18:16:38.270 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-02-14 18:16:38.338 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-02-14 18:16:38.340 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-02-14 18:16:38.406 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-02-14 18:16:38.408 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-02-14 18:16:38.474 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-02-14 18:16:38.476 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-02-14 18:16:38.477 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-02-14 18:16:38.479 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-02-14 18:16:38.481 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-02-14 18:16:38.483 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-02-14 18:16:38.485 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-02-14 18:16:38.487 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-02-14 18:16:38.489 | + functions-common:GetDistro:451 : DISTRO=focal 2022-02-14 18:16:38.490 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-02-14 18:16:38.492 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-02-14 18:16:38.492 | Distro: focal 2022-02-14 18:16:38.495 | + tools/install_pip.sh:main:124 : get_versions 2022-02-14 18:16:38.497 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-14 18:16:38.500 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-14 18:16:38.502 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-14 18:16:38.505 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-14 18:16:38.505 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-14 18:16:39.065 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-14 18:16:39.066 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-14 18:16:39.066 | pip: 21.3.1 2022-02-14 18:16:39.068 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-02-14 18:16:39.070 | + tools/install_pip.sh:main:130 : is_fedora 2022-02-14 18:16:39.072 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:16:39.074 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:16:39.075 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:16:39.077 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:16:39.079 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:16:39.081 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:16:39.082 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:16:39.084 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:16:39.086 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:16:39.088 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:16:39.089 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:16:39.091 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-02-14 18:16:39.093 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:16:39.094 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:16:39.096 | + tools/install_pip.sh:main:142 : : 2022-02-14 18:16:39.098 | + tools/install_pip.sh:main:147 : set -x 2022-02-14 18:16:39.100 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-02-14 18:16:39.102 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-02-14 18:16:39.104 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:16:39.106 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-02-14 18:16:39.108 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-02-14 18:16:39.109 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:16:39.112 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:16:39.112 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:16:39.116 | ++ 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 ' 2022-02-14 18:16:39.118 | ++ 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 == '' ]] 2022-02-14 18:16:39.120 | ++ 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' 2022-02-14 18:16:39.122 | + 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' 2022-02-14 18:16:39.124 | + 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' 2022-02-14 18:16:39.139 | Using python 3.8 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 2022-02-14 18:16:39.141 | + 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.8 -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' 2022-02-14 18:16:39.857 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:16:39.857 | from cryptography.utils import int_from_bytes 2022-02-14 18:16:39.857 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:16:39.857 | from cryptography.utils import int_from_bytes 2022-02-14 18:16:41.017 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:16:42.264 | Collecting 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 2022-02-14 18:16:42.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/5575eea6d3459/setuptools-60.8.2-py3-none-any.whl (1.1 MB) 2022-02-14 18:16:43.904 | Installing collected packages: setuptools 2022-02-14 18:16:44.715 | Successfully installed setuptools-60.8.2 2022-02-14 18:16:44.715 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:16:44.884 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:16:44.884 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:16:44.993 | + inc/python:pip_install:200 : result=0 2022-02-14 18:16:44.994 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:16:44.996 | + functions-common:time_stop:2425 : local name 2022-02-14 18:16:44.998 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:16:45.000 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:16:45.001 | + functions-common:time_stop:2428 : local total 2022-02-14 18:16:45.003 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:16:45.005 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:16:45.006 | + functions-common:time_stop:2432 : start_time=1644862599135 2022-02-14 18:16:45.008 | + functions-common:time_stop:2434 : [[ -z 1644862599135 ]] 2022-02-14 18:16:45.010 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:16:45.013 | + functions-common:time_stop:2437 : end_time=1644862605012 2022-02-14 18:16:45.015 | + functions-common:time_stop:2438 : elapsed_time=5877 2022-02-14 18:16:45.017 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:16:45.019 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:16:45.020 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=5877 2022-02-14 18:16:45.022 | + inc/python:pip_install:203 : return 0 2022-02-14 18:16:45.024 | + tools/install_pip.sh:main:153 : get_versions 2022-02-14 18:16:45.027 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-14 18:16:45.030 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-14 18:16:45.032 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-14 18:16:45.035 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-14 18:16:45.036 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-14 18:16:45.591 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-14 18:16:45.593 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-14 18:16:45.593 | pip: 21.3.1 2022-02-14 18:16:45.596 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-02-14 18:16:45.599 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-02-14 18:16:45.602 | + ./stack.sh:main:796 : fixup_all 2022-02-14 18:16:45.604 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-02-14 18:16:45.606 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-02-14 18:16:45.608 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:16:45.610 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:16:45.613 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-02-14 18:16:45.624 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-02-14 18:16:45.635 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-02-14 18:16:45.645 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-02-14 18:16:45.647 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-02-14 18:16:45.649 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:16:45.651 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:16:45.653 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:16:45.655 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:16:45.657 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:16:45.659 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:16:45.661 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:16:45.663 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:16:45.665 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:16:45.667 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:16:45.669 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:16:45.671 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-02-14 18:16:45.673 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-02-14 18:16:45.675 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-02-14 18:16:45.677 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:16:45.680 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:16:45.682 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:16:45.684 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:16:45.686 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:16:45.688 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:16:45.690 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-02-14 18:16:45.693 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-02-14 18:16:45.695 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-02-14 18:16:45.698 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-02-14 18:16:45.700 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-02-14 18:16:45.702 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-02-14 18:16:45.704 | + ./stack.sh:main:799 : pip_install -U os-testr 2022-02-14 18:16:45.724 | Using python 3.8 to install os-testr 2022-02-14 18:16:45.726 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-02-14 18:16:46.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:16:46.447 | from cryptography.utils import int_from_bytes 2022-02-14 18:16:46.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:16:46.447 | from cryptography.utils import int_from_bytes 2022-02-14 18:16:47.557 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:16:47.659 | Collecting os-testr 2022-02-14 18:16:47.667 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-02-14 18:16:47.727 | Collecting stestr>=1.0.0 2022-02-14 18:16:47.734 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB) 2022-02-14 18:16:47.742 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-02-14 18:16:47.778 | Collecting python-subunit>=1.0.0 2022-02-14 18:16:47.785 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-02-14 18:16:47.792 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.1) 2022-02-14 18:16:47.806 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-02-14 18:16:47.832 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2022-02-14 18:16:47.838 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-02-14 18:16:47.882 | Collecting future 2022-02-14 18:16:47.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-02-14 18:16:48.102 | Preparing metadata (setup.py): started 2022-02-14 18:16:48.752 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:16:48.756 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2022-02-14 18:16:48.757 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.0) 2022-02-14 18:16:48.782 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.7) 2022-02-14 18:16:48.784 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2022-02-14 18:16:48.785 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.3.3) 2022-02-14 18:16:48.786 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.0) 2022-02-14 18:16:48.787 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.5.0) 2022-02-14 18:16:48.800 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-02-14 18:16:48.871 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-02-14 18:16:48.872 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-02-14 18:16:48.873 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0) 2022-02-14 18:16:48.982 | Building wheels for collected packages: future 2022-02-14 18:16:48.983 | Building wheel for future (setup.py): started 2022-02-14 18:16:50.023 | Building wheel for future (setup.py): finished with status 'done' 2022-02-14 18:16:50.027 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=6eb35cd9d4b2e3917c7457eca73710df9c2f471f42c1ac1d240b416a0966a793 2022-02-14 18:16:50.027 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-02-14 18:16:50.034 | Successfully built future 2022-02-14 18:16:51.494 | Installing collected packages: python-subunit, future, stestr, os-testr 2022-02-14 18:16:52.567 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1 2022-02-14 18:16:52.567 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:16:52.573 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:16:52.573 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:16:52.705 | + inc/python:pip_install:200 : result=0 2022-02-14 18:16:52.708 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:16:52.710 | + functions-common:time_stop:2425 : local name 2022-02-14 18:16:52.712 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:16:52.714 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:16:52.717 | + functions-common:time_stop:2428 : local total 2022-02-14 18:16:52.719 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:16:52.721 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:16:52.723 | + functions-common:time_stop:2432 : start_time=1644862605719 2022-02-14 18:16:52.725 | + functions-common:time_stop:2434 : [[ -z 1644862605719 ]] 2022-02-14 18:16:52.727 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:16:52.731 | + functions-common:time_stop:2437 : end_time=1644862612729 2022-02-14 18:16:52.733 | + functions-common:time_stop:2438 : elapsed_time=7010 2022-02-14 18:16:52.735 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:16:52.737 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:16:52.739 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=7010 2022-02-14 18:16:52.741 | + inc/python:pip_install:203 : return 0 2022-02-14 18:16:52.744 | + ./stack.sh:main:803 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-02-14 18:16:52.791 | + ./stack.sh:main:804 : sudo systemctl restart systemd-journald 2022-02-14 18:16:52.995 | + ./stack.sh:main:810 : install_infra 2022-02-14 18:16:52.995 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-14 18:16:52.997 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-02-14 18:16:53.000 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-02-14 18:16:56.108 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-14 18:16:56.111 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-02-14 18:16:56.132 | + 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 2022-02-14 18:16:57.923 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:57.968 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.039 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.047 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.070 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.074 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.090 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.117 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.128 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.188 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.263 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.279 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.309 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.317 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.331 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.348 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.359 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.374 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.383 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.419 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.441 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.450 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.511 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.514 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.518 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.558 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.595 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.612 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.628 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.647 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.664 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.681 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.709 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.739 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.766 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.776 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.794 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.821 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.828 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.832 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:16:58.836 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:16:58.976 | Collecting pbr===5.8.1 2022-02-14 18:16:58.984 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-02-14 18:16:59.022 | Installing collected packages: pbr 2022-02-14 18:16:59.162 | Successfully installed pbr-5.8.1 2022-02-14 18:16:59.223 | + inc/python:pip_install:200 : result=0 2022-02-14 18:16:59.226 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:16:59.228 | + functions-common:time_stop:2425 : local name 2022-02-14 18:16:59.230 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:16:59.232 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:16:59.234 | + functions-common:time_stop:2428 : local total 2022-02-14 18:16:59.236 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:16:59.238 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:16:59.240 | + functions-common:time_stop:2432 : start_time=1644862616125 2022-02-14 18:16:59.243 | + functions-common:time_stop:2434 : [[ -z 1644862616125 ]] 2022-02-14 18:16:59.246 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:16:59.249 | + functions-common:time_stop:2437 : end_time=1644862619247 2022-02-14 18:16:59.251 | + functions-common:time_stop:2438 : elapsed_time=3122 2022-02-14 18:16:59.253 | + functions-common:time_stop:2439 : total=7010 2022-02-14 18:16:59.255 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:16:59.257 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=10132 2022-02-14 18:16:59.260 | + inc/python:pip_install:203 : return 0 2022-02-14 18:16:59.262 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-14 18:16:59.264 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-02-14 18:16:59.285 | + 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 2022-02-14 18:17:01.085 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.144 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.227 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.236 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.262 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.267 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.286 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.318 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.331 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.400 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.490 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.509 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.544 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.555 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.570 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.589 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.604 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.621 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.630 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.674 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.700 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.711 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.775 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.778 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.782 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.822 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.860 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.876 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.893 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.911 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.929 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.946 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:01.974 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.005 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.032 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.043 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.061 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.088 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.095 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.099 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-02-14 18:17:02.102 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:17:02.104 | Processing /opt/stack/requirements 2022-02-14 18:17:03.521 | Collecting fixtures===3.0.0 2022-02-14 18:17:03.527 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-02-14 18:17:03.742 | Collecting PyYAML===6.0 2022-02-14 18:17:03.759 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-02-14 18:17:03.927 | Collecting requests===2.27.1 2022-02-14 18:17:03.937 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB) 2022-02-14 18:17:04.027 | Collecting packaging===21.3 2022-02-14 18:17:04.033 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-14 18:17:04.095 | Collecting testtools===2.5.0 2022-02-14 18:17:04.101 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-02-14 18:17:04.181 | Collecting idna===3.3 2022-02-14 18:17:04.187 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-02-14 18:17:04.317 | Collecting pyparsing===3.0.7 2022-02-14 18:17:04.324 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-14 18:17:04.380 | Collecting six===1.16.0 2022-02-14 18:17:04.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-02-14 18:17:04.509 | Collecting charset-normalizer===2.0.12 2022-02-14 18:17:04.516 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-02-14 18:17:04.853 | Collecting Parsley>=1.2 2022-02-14 18:17:04.860 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-14 18:17:05.292 | Collecting beagle>=0.2.1 2022-02-14 18:17:05.298 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-02-14 18:17:05.323 | Requirement already satisfied: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-02-14 18:17:05.392 | Collecting urllib3===1.26.8 2022-02-14 18:17:05.406 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/000/ca7f471a233c2/urllib3-1.26.8-py2.py3-none-any.whl (138 kB) 2022-02-14 18:17:05.529 | Collecting certifi>=2017.4.17 2022-02-14 18:17:05.537 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-02-14 18:17:05.571 | Collecting extras===1.0.0 2022-02-14 18:17:05.576 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-02-14 18:17:05.658 | Collecting cliff===3.10.0 2022-02-14 18:17:05.664 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86c/e931944c56a86/cliff-3.10.0-py3-none-any.whl (80 kB) 2022-02-14 18:17:05.722 | Collecting autopage===0.5.0 2022-02-14 18:17:05.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/572/32860f28a1867/autopage-0.5.0-py3-none-any.whl (29 kB) 2022-02-14 18:17:05.871 | Collecting cmd2===2.3.3 2022-02-14 18:17:05.877 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/871/713244c1f31de/cmd2-2.3.3-py3-none-any.whl (149 kB) 2022-02-14 18:17:05.985 | Collecting prettytable===3.0.0 2022-02-14 18:17:05.991 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d55/bc2547611bd8c/prettytable-3.0.0-py3-none-any.whl (24 kB) 2022-02-14 18:17:06.081 | Collecting stevedore===3.5.0 2022-02-14 18:17:06.087 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2022-02-14 18:17:06.149 | Collecting attrs===21.4.0 2022-02-14 18:17:06.155 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2022-02-14 18:17:06.270 | Collecting pyperclip===1.8.2 2022-02-14 18:17:06.278 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-02-14 18:17:06.315 | Collecting wcwidth===0.2.5 2022-02-14 18:17:06.322 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-02-14 18:17:06.340 | Building wheels for collected packages: openstack-requirements 2022-02-14 18:17:06.341 | Building wheel for openstack-requirements (setup.py): started 2022-02-14 18:17:07.130 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-02-14 18:17:07.130 | ERROR: Command errored out with exit status 1: 2022-02-14 18:17:07.130 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-jlgx_u_2/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-jlgx_u_2/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/pip-wheel-rp7otrbv 2022-02-14 18:17:07.130 | cwd: /tmp/pip-req-build-jlgx_u_2/ 2022-02-14 18:17:07.131 | Complete output (6 lines): 2022-02-14 18:17:07.131 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-02-14 18:17:07.131 | or: setup.py --help [cmd1 cmd2 ...] 2022-02-14 18:17:07.131 | or: setup.py --help-commands 2022-02-14 18:17:07.131 | or: setup.py cmd --help 2022-02-14 18:17:07.131 | 2022-02-14 18:17:07.131 | error: invalid command 'bdist_wheel' 2022-02-14 18:17:07.131 | ---------------------------------------- 2022-02-14 18:17:07.131 | ERROR: Failed building wheel for openstack-requirements 2022-02-14 18:17:07.132 | Running setup.py clean for openstack-requirements 2022-02-14 18:17:07.937 | Failed to build openstack-requirements 2022-02-14 18:17:08.174 | Installing collected packages: attrs, six, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, certifi, idna, requests, pyparsing, autopage, pyperclip, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2022-02-14 18:17:10.046 | Running setup.py install for openstack-requirements: started 2022-02-14 18:17:12.286 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-02-14 18:17:12.319 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.5.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.12 cliff-3.10.0 cmd2-2.3.3 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5196 packaging-21.3 prettytable-3.0.0 pyparsing-3.0.7 pyperclip-1.8.2 requests-2.27.1 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.8 wcwidth-0.2.5 2022-02-14 18:17:12.443 | + inc/python:pip_install:200 : result=0 2022-02-14 18:17:12.445 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:17:12.447 | + functions-common:time_stop:2425 : local name 2022-02-14 18:17:12.449 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:17:12.451 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:17:12.453 | + functions-common:time_stop:2428 : local total 2022-02-14 18:17:12.456 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:17:12.458 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:17:12.460 | + functions-common:time_stop:2432 : start_time=1644862619278 2022-02-14 18:17:12.462 | + functions-common:time_stop:2434 : [[ -z 1644862619278 ]] 2022-02-14 18:17:12.465 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:17:12.469 | + functions-common:time_stop:2437 : end_time=1644862632466 2022-02-14 18:17:12.471 | + functions-common:time_stop:2438 : elapsed_time=13188 2022-02-14 18:17:12.473 | + functions-common:time_stop:2439 : total=10132 2022-02-14 18:17:12.475 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:17:12.478 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=23320 2022-02-14 18:17:12.480 | + inc/python:pip_install:203 : return 0 2022-02-14 18:17:12.482 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-02-14 18:17:12.485 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-02-14 18:17:12.487 | + inc/python:use_library_from_git:250 : local name=pbr 2022-02-14 18:17:12.489 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:17:12.491 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:17:12.494 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-02-14 18:17:12.496 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:17:12.498 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-02-14 18:17:12.517 | Using python 3.8 to install pbr 2022-02-14 18:17:12.519 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-14 18:17:13.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:17:13.245 | from cryptography.utils import int_from_bytes 2022-02-14 18:17:13.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:17:13.245 | from cryptography.utils import int_from_bytes 2022-02-14 18:17:14.348 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:17:14.374 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.1) 2022-02-14 18:17:16.114 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:17:16.121 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:17:16.121 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:17:16.225 | + inc/python:pip_install:200 : result=0 2022-02-14 18:17:16.227 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:17:16.229 | + functions-common:time_stop:2425 : local name 2022-02-14 18:17:16.231 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:17:16.233 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:17:16.235 | + functions-common:time_stop:2428 : local total 2022-02-14 18:17:16.237 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:17:16.239 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:17:16.242 | + functions-common:time_stop:2432 : start_time=1644862632512 2022-02-14 18:17:16.244 | + functions-common:time_stop:2434 : [[ -z 1644862632512 ]] 2022-02-14 18:17:16.246 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:17:16.250 | + functions-common:time_stop:2437 : end_time=1644862636248 2022-02-14 18:17:16.252 | + functions-common:time_stop:2438 : elapsed_time=3736 2022-02-14 18:17:16.254 | + functions-common:time_stop:2439 : total=23320 2022-02-14 18:17:16.257 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:17:16.259 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=27056 2022-02-14 18:17:16.261 | + inc/python:pip_install:203 : return 0 2022-02-14 18:17:16.263 | + ./stack.sh:main:813 : python3 -m venv /opt/stack/bindep-venv 2022-02-14 18:17:19.385 | + ./stack.sh:main:815 : /opt/stack/bindep-venv/bin/pip install bindep 2022-02-14 18:17:21.144 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:17:21.224 | Collecting bindep 2022-02-14 18:17:21.232 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB) 2022-02-14 18:17:21.333 | Collecting packaging; python_version >= "3.6" 2022-02-14 18:17:21.339 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-14 18:17:21.372 | Collecting Parsley 2022-02-14 18:17:21.378 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-14 18:17:21.524 | Collecting pbr>=2.0.0 2022-02-14 18:17:21.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-02-14 18:17:21.592 | Collecting distro 2022-02-14 18:17:21.599 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2022-02-14 18:17:21.766 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-02-14 18:17:21.773 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-14 18:17:21.819 | Installing collected packages: pyparsing, packaging, Parsley, pbr, distro, bindep 2022-02-14 18:17:22.374 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.6.0 packaging-21.3 pbr-5.8.1 pyparsing-3.0.7 2022-02-14 18:17:22.444 | + ./stack.sh:main:816 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-14 18:17:22.446 | + ./stack.sh:main:816 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-14 18:17:22.449 | ++ ./stack.sh:main:819 : _get_plugin_bindep_packages 2022-02-14 18:17:22.466 | + ./stack.sh:main:819 : pkgs= 2022-02-14 18:17:22.468 | + ./stack.sh:main:820 : [[ -n '' ]] 2022-02-14 18:17:22.470 | + ./stack.sh:main:827 : run_phase stack pre-install 2022-02-14 18:17:22.473 | + functions-common:run_phase:1853 : local mode=stack 2022-02-14 18:17:22.475 | + functions-common:run_phase:1854 : local phase=pre-install 2022-02-14 18:17:22.477 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-14 18:17:22.479 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-14 18:17:22.481 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-14 18:17:22.483 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-14 18:17:22.486 | + functions-common:run_phase:1863 : local extra 2022-02-14 18:17:22.488 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-14 18:17:22.492 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-14 18:17:22.494 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-14 18:17:22.496 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-14 18:17:22.498 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-02-14 18:17:22.501 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-14 18:17:22.515 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:17:22.517 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-14 18:17:22.519 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:17:22.522 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-02-14 18:17:22.524 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:17:22.526 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-14 18:17:22.528 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:17:22.530 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-02-14 18:17:22.532 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:17:22.534 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-14 18:17:22.536 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:17:22.538 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-14 18:17:22.541 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-14 18:17:22.543 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-14 18:17:22.545 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-02-14 18:17:22.547 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-14 18:17:22.549 | + functions-common:run_phase:1880 : run_plugins stack pre-install 2022-02-14 18:17:22.551 | + functions-common:run_plugins:1839 : local mode=stack 2022-02-14 18:17:22.553 | + functions-common:run_plugins:1840 : local phase=pre-install 2022-02-14 18:17:22.555 | + functions-common:run_plugins:1842 : local plugins= 2022-02-14 18:17:22.557 | + functions-common:run_plugins:1843 : local plugin 2022-02-14 18:17:22.560 | + ./stack.sh:main:830 : set_systemd_override DefaultLimitNOFILE 2048 2022-02-14 18:17:22.562 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-02-14 18:17:22.565 | + functions:set_systemd_override:821 : local value=2048 2022-02-14 18:17:22.567 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-02-14 18:17:22.570 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-02-14 18:17:22.617 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-02-14 18:17:22.617 | Set systemd system override for DefaultLimitNOFILE=2048 2022-02-14 18:17:22.619 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-02-14 18:17:22.966 | + ./stack.sh:main:832 : install_rpc_backend 2022-02-14 18:17:22.968 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-02-14 18:17:22.984 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:17:22.986 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-02-14 18:17:22.988 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:17:22.991 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:17:22.994 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:17:22.996 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:17:22.998 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:17:23.000 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:17:23.003 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:17:23.005 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:17:23.008 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:17:23.010 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:17:23.012 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:17:23.014 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:17:23.016 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-02-14 18:17:23.019 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:17:23.021 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:17:23.023 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:17:23.025 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-02-14 18:17:23.045 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-02-14 18:17:23.152 | Reading package lists... 2022-02-14 18:17:23.385 | Building dependency tree... 2022-02-14 18:17:23.386 | Reading state information... 2022-02-14 18:17:23.625 | The following packages were automatically installed and are no longer required: 2022-02-14 18:17:23.626 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:17:23.643 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:17:23.643 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:17:23.643 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:17:23.643 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:17:23.643 | python3-zope.interface 2022-02-14 18:17:23.644 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:17:23.644 | The following additional packages will be installed: 2022-02-14 18:17:23.644 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-14 18:17:23.644 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-14 18:17:23.644 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-14 18:17:23.644 | erlang-tools erlang-xmerl locales-all 2022-02-14 18:17:23.644 | Suggested packages: 2022-02-14 18:17:23.644 | erlang erlang-manpages erlang-doc 2022-02-14 18:17:23.697 | The following NEW packages will be installed: 2022-02-14 18:17:23.697 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-14 18:17:23.697 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-14 18:17:23.697 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-14 18:17:23.698 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-02-14 18:17:23.983 | 0 upgraded, 19 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:17:23.983 | Need to get 38.1 MB of archives. 2022-02-14 18:17:23.983 | After this operation, 276 MB of additional disk space will be used. 2022-02-14 18:17:23.983 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-02-14 18:17:25.740 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-02-14 18:17:25.800 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-02-14 18:17:26.167 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-02-14 18:17:26.176 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-02-14 18:17:26.187 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-02-14 18:17:26.190 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-02-14 18:17:26.314 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-02-14 18:17:26.316 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-02-14 18:17:26.317 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-02-14 18:17:26.319 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-02-14 18:17:26.543 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-02-14 18:17:26.916 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-02-14 18:17:26.967 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-02-14 18:17:27.024 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-02-14 18:17:27.098 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-02-14 18:17:27.185 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-02-14 18:17:27.328 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2022-02-14 18:17:28.696 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-02-14 18:17:31.302 | Fetched 38.1 MB in 7s (5,414 kB/s) 2022-02-14 18:17:31.525 | Selecting previously unselected package erlang-base. 2022-02-14 18:17:31.571 | (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 ... 81597 files and directories currently installed.) 2022-02-14 18:17:31.575 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:31.628 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:33.079 | Selecting previously unselected package erlang-asn1. 2022-02-14 18:17:33.088 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:33.142 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:33.502 | Selecting previously unselected package erlang-crypto. 2022-02-14 18:17:33.511 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:33.536 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:33.822 | Selecting previously unselected package erlang-public-key. 2022-02-14 18:17:33.831 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:33.862 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:34.238 | Selecting previously unselected package erlang-mnesia. 2022-02-14 18:17:34.246 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:34.295 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:34.672 | Selecting previously unselected package erlang-runtime-tools. 2022-02-14 18:17:34.681 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:34.729 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:35.050 | Selecting previously unselected package erlang-ssl. 2022-02-14 18:17:35.059 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:35.113 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:35.645 | Selecting previously unselected package erlang-eldap. 2022-02-14 18:17:35.654 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:35.702 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:36.033 | Selecting previously unselected package erlang-ftp. 2022-02-14 18:17:36.042 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:36.096 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:36.392 | Selecting previously unselected package erlang-tftp. 2022-02-14 18:17:36.401 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:36.456 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:36.742 | Selecting previously unselected package erlang-inets. 2022-02-14 18:17:36.751 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:36.798 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:37.227 | Selecting previously unselected package erlang-snmp. 2022-02-14 18:17:37.236 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:37.290 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:37.822 | Selecting previously unselected package erlang-os-mon. 2022-02-14 18:17:37.831 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:37.873 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:38.181 | Selecting previously unselected package erlang-parsetools. 2022-02-14 18:17:38.189 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:38.238 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:38.519 | Selecting previously unselected package erlang-syntax-tools. 2022-02-14 18:17:38.528 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:38.576 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:38.885 | Selecting previously unselected package erlang-tools. 2022-02-14 18:17:38.893 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:38.941 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:39.376 | Selecting previously unselected package erlang-xmerl. 2022-02-14 18:17:39.385 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-14 18:17:39.439 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:39.917 | Selecting previously unselected package locales-all. 2022-02-14 18:17:39.926 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2022-02-14 18:17:39.976 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2022-02-14 18:17:44.662 | Selecting previously unselected package rabbitmq-server. 2022-02-14 18:17:44.675 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-02-14 18:17:44.713 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-14 18:17:46.153 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:47.000 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-02-14 18:17:47.000 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-02-14 18:17:51.215 | Searching for services which depend on erlang and should be started... none found. 2022-02-14 18:17:51.290 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:51.408 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:51.524 | Setting up locales-all (2.31-0ubuntu9.2) ... 2022-02-14 18:17:51.633 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:51.776 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:51.930 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.044 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.187 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.336 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.477 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.593 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.718 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:52.871 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:53.010 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:53.158 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:53.307 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:53.455 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-14 18:17:53.597 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-14 18:17:53.912 | Adding group `rabbitmq' (GID 125) ... 2022-02-14 18:17:54.006 | Done. 2022-02-14 18:17:54.085 | Adding system user `rabbitmq' (UID 117) ... 2022-02-14 18:17:54.085 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-02-14 18:17:54.349 | Not creating home directory `/var/lib/rabbitmq'. 2022-02-14 18:17:54.610 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-02-14 18:18:01.839 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:18:02.616 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:18:09.961 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:18:09.963 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:18:09.965 | + functions-common:time_stop:2425 : local name 2022-02-14 18:18:09.967 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:18:09.969 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:18:09.972 | + functions-common:time_stop:2428 : local total 2022-02-14 18:18:09.974 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:18:09.976 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:18:09.978 | + functions-common:time_stop:2432 : start_time=1644862643043 2022-02-14 18:18:09.980 | + functions-common:time_stop:2434 : [[ -z 1644862643043 ]] 2022-02-14 18:18:09.983 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:18:09.987 | + functions-common:time_stop:2437 : end_time=1644862689984 2022-02-14 18:18:09.989 | + functions-common:time_stop:2438 : elapsed_time=46941 2022-02-14 18:18:09.991 | + functions-common:time_stop:2439 : total=322262 2022-02-14 18:18:09.993 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:18:09.996 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=369203 2022-02-14 18:18:09.998 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:18:10.001 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-02-14 18:18:10.003 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:18:10.005 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:18:10.007 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:18:10.009 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:18:10.012 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:18:10.014 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:18:10.017 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-02-14 18:18:10.019 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:18:10.021 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:18:10.024 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:18:10.026 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:18:10.028 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:18:10.030 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:18:10.033 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:18:10.035 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:18:10.037 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:18:10.039 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:18:10.041 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:18:10.044 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-02-14 18:18:10.046 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:18:10.048 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:18:10.050 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:18:10.052 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:18:10.055 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:18:10.057 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:18:10.059 | + ./stack.sh:main:833 : restart_rpc_backend 2022-02-14 18:18:10.061 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-02-14 18:18:10.077 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:18:10.080 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-02-14 18:18:10.082 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:18:10.085 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-02-14 18:18:10.087 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-02-14 18:18:10.089 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-02-14 18:18:10.093 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-02-14 18:18:10.096 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-02-14 18:18:10.098 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-02-14 18:18:10.100 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-02-14 18:18:10.102 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-02-14 18:18:10.105 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-02-14 18:18:10.107 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-02-14 18:18:10.785 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-02-14 18:18:10.786 | user tags 2022-02-14 18:18:10.786 | guest [administrator]' 2022-02-14 18:18:10.789 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-02-14 18:18:10.789 | user tags 2022-02-14 18:18:10.789 | guest [administrator]' 2022-02-14 18:18:10.789 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-02-14 18:18:10.795 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-02-14 18:18:10.798 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-02-14 18:18:10.800 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-02-14 18:18:11.448 | Adding user "stackrabbit" ... 2022-02-14 18:18:11.509 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-02-14 18:18:12.160 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-02-14 18:18:12.217 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-02-14 18:18:12.219 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-02-14 18:18:12.901 | Changing password for user "stackrabbit" ... 2022-02-14 18:18:12.965 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-02-14 18:18:12.967 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-02-14 18:18:12.970 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-02-14 18:18:13.613 | Deleting user "guest" ... 2022-02-14 18:18:13.669 | + ./stack.sh:main:835 : is_service_enabled mysql postgresql 2022-02-14 18:18:13.685 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:18:13.688 | + ./stack.sh:main:836 : install_database 2022-02-14 18:18:13.690 | + lib/database:install_database:118 : install_database_mysql 2022-02-14 18:18:13.692 | + lib/databases/mysql:install_database_mysql:153 : is_ubuntu 2022-02-14 18:18:13.694 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:18:13.697 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:18:13.699 | + lib/databases/mysql:install_database_mysql:156 : sudo debconf-set-selections 2022-02-14 18:18:14.047 | + lib/databases/mysql:install_database_mysql:166 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-02-14 18:18:14.049 | + lib/databases/mysql:install_database_mysql:167 : cat 2022-02-14 18:18:14.053 | + lib/databases/mysql:install_database_mysql:173 : is_ubuntu 2022-02-14 18:18:14.056 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:18:14.058 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:18:14.060 | + lib/databases/mysql:install_database_mysql:173 : '[' mysql '!=' mariadb ']' 2022-02-14 18:18:14.063 | + lib/databases/mysql:install_database_mysql:174 : echo host=127.0.0.1 2022-02-14 18:18:14.065 | + lib/databases/mysql:install_database_mysql:176 : chmod 0600 /home/ubuntu/.my.cnf 2022-02-14 18:18:14.069 | + lib/databases/mysql:install_database_mysql:179 : [[ True == \T\r\u\e ]] 2022-02-14 18:18:14.071 | + lib/databases/mysql:install_database_mysql:180 : is_oraclelinux 2022-02-14 18:18:14.073 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-02-14 18:18:14.075 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:18:14.078 | + lib/databases/mysql:install_database_mysql:182 : is_fedora 2022-02-14 18:18:14.080 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:18:14.082 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:18:14.085 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:18:14.087 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:18:14.089 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:18:14.091 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:18:14.094 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:18:14.096 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:18:14.098 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:18:14.100 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:18:14.103 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:18:14.105 | + lib/databases/mysql:install_database_mysql:185 : is_suse 2022-02-14 18:18:14.107 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:18:14.110 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:18:14.112 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:18:14.114 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:18:14.117 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:18:14.119 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:18:14.121 | + lib/databases/mysql:install_database_mysql:188 : is_ubuntu 2022-02-14 18:18:14.123 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:18:14.126 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:18:14.128 | + lib/databases/mysql:install_database_mysql:189 : install_package mysql-server 2022-02-14 18:18:14.131 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:18:14.133 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:18:14.135 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:18:14.137 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:18:14.140 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:18:14.142 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:18:14.144 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:18:14.146 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:18:14.149 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:18:14.151 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:18:14.153 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:18:14.155 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:18:14.157 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-02-14 18:18:14.159 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:18:14.162 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:18:14.164 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:18:14.166 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-02-14 18:18:14.187 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-02-14 18:18:14.294 | Reading package lists... 2022-02-14 18:18:14.526 | Building dependency tree... 2022-02-14 18:18:14.528 | Reading state information... 2022-02-14 18:18:14.768 | The following packages were automatically installed and are no longer required: 2022-02-14 18:18:14.769 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:18:14.769 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:18:14.769 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:18:14.769 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:18:14.769 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:18:14.769 | python3-zope.interface 2022-02-14 18:18:14.769 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:18:14.770 | The following additional packages will be installed: 2022-02-14 18:18:14.770 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-14 18:18:14.770 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-14 18:18:14.770 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-14 18:18:14.770 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-14 18:18:14.770 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-14 18:18:14.770 | mysql-server-8.0 mysql-server-core-8.0 2022-02-14 18:18:14.771 | Suggested packages: 2022-02-14 18:18:14.771 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-02-14 18:18:14.848 | The following NEW packages will be installed: 2022-02-14 18:18:14.848 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-14 18:18:14.848 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-14 18:18:14.848 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-14 18:18:14.848 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-14 18:18:14.848 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-14 18:18:14.849 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-02-14 18:18:15.094 | 0 upgraded, 24 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:18:15.094 | Need to get 31.4 MB of archives. 2022-02-14 18:18:15.094 | After this operation, 262 MB of additional disk space will be used. 2022-02-14 18:18:15.094 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB] 2022-02-14 18:18:16.782 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB] 2022-02-14 18:18:16.785 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-02-14 18:18:16.800 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-02-14 18:18:16.801 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-02-14 18:18:16.954 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB] 2022-02-14 18:18:20.512 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB] 2022-02-14 18:18:20.711 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-02-14 18:18:20.712 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-02-14 18:18:20.713 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-02-14 18:18:20.736 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-02-14 18:18:20.739 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-02-14 18:18:20.740 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-02-14 18:18:20.741 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-02-14 18:18:20.741 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-02-14 18:18:20.742 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-02-14 18:18:20.824 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-02-14 18:18:20.825 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-02-14 18:18:20.936 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-02-14 18:18:20.937 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-02-14 18:18:20.948 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-02-14 18:18:20.949 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-02-14 18:18:22.040 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-02-14 18:18:22.040 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B] 2022-02-14 18:18:22.539 | Preconfiguring packages ... 2022-02-14 18:18:22.784 | Fetched 31.4 MB in 7s (4,377 kB/s) 2022-02-14 18:18:22.902 | Selecting previously unselected package mysql-client-core-8.0. 2022-02-14 18:18:22.952 | (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 ... 90053 files and directories currently installed.) 2022-02-14 18:18:22.955 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-14 18:18:23.004 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:24.288 | Selecting previously unselected package mysql-client-8.0. 2022-02-14 18:18:24.298 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-14 18:18:24.351 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:24.724 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-02-14 18:18:24.734 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-14 18:18:24.832 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-14 18:18:25.204 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-02-14 18:18:25.214 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-14 18:18:25.261 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-14 18:18:25.644 | Selecting previously unselected package libmecab2:amd64. 2022-02-14 18:18:25.653 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-02-14 18:18:25.707 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-02-14 18:18:26.037 | Selecting previously unselected package mysql-server-core-8.0. 2022-02-14 18:18:26.047 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-14 18:18:26.100 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:29.758 | Selecting previously unselected package mysql-server-8.0. 2022-02-14 18:18:29.767 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-14 18:18:30.767 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:31.209 | Selecting previously unselected package libhtml-tagset-perl. 2022-02-14 18:18:31.219 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-02-14 18:18:31.278 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-02-14 18:18:31.575 | Selecting previously unselected package liburi-perl. 2022-02-14 18:18:31.585 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-02-14 18:18:31.638 | Unpacking liburi-perl (1.76-2) ... 2022-02-14 18:18:31.935 | Selecting previously unselected package libhtml-parser-perl. 2022-02-14 18:18:31.945 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-02-14 18:18:31.975 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-02-14 18:18:32.307 | Selecting previously unselected package libcgi-pm-perl. 2022-02-14 18:18:32.316 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-02-14 18:18:32.363 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-02-14 18:18:32.665 | Selecting previously unselected package libfcgi-perl. 2022-02-14 18:18:32.675 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-02-14 18:18:32.745 | Unpacking libfcgi-perl (0.79-1) ... 2022-02-14 18:18:33.072 | Selecting previously unselected package libcgi-fast-perl. 2022-02-14 18:18:33.082 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-02-14 18:18:33.135 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-02-14 18:18:33.414 | Selecting previously unselected package libencode-locale-perl. 2022-02-14 18:18:33.423 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-02-14 18:18:33.478 | Unpacking libencode-locale-perl (1.05-1) ... 2022-02-14 18:18:33.712 | Selecting previously unselected package libhtml-template-perl. 2022-02-14 18:18:33.722 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-02-14 18:18:33.758 | Unpacking libhtml-template-perl (2.97-1) ... 2022-02-14 18:18:34.055 | Selecting previously unselected package libtimedate-perl. 2022-02-14 18:18:34.064 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-02-14 18:18:34.095 | Unpacking libtimedate-perl (2.3200-1) ... 2022-02-14 18:18:34.352 | Selecting previously unselected package libhttp-date-perl. 2022-02-14 18:18:34.362 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-02-14 18:18:34.409 | Unpacking libhttp-date-perl (6.05-1) ... 2022-02-14 18:18:34.688 | Selecting previously unselected package libio-html-perl. 2022-02-14 18:18:34.698 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-02-14 18:18:34.745 | Unpacking libio-html-perl (1.001-1) ... 2022-02-14 18:18:35.009 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-02-14 18:18:35.019 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-02-14 18:18:35.049 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-02-14 18:18:35.358 | Selecting previously unselected package libhttp-message-perl. 2022-02-14 18:18:35.368 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-02-14 18:18:35.415 | Unpacking libhttp-message-perl (6.22-1) ... 2022-02-14 18:18:35.878 | Selecting previously unselected package mecab-utils. 2022-02-14 18:18:35.887 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-02-14 18:18:35.945 | Unpacking mecab-utils (0.996-10build1) ... 2022-02-14 18:18:36.301 | Selecting previously unselected package mecab-ipadic. 2022-02-14 18:18:36.311 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-02-14 18:18:36.368 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-14 18:18:38.065 | Selecting previously unselected package mecab-ipadic-utf8. 2022-02-14 18:18:38.075 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-02-14 18:18:38.122 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-14 18:18:38.409 | Selecting previously unselected package mysql-server. 2022-02-14 18:18:38.419 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ... 2022-02-14 18:18:38.461 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:38.753 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-02-14 18:18:38.889 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:39.055 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-02-14 18:18:39.179 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-02-14 18:18:39.316 | Setting up libencode-locale-perl (1.05-1) ... 2022-02-14 18:18:39.472 | Setting up mecab-utils (0.996-10build1) ... 2022-02-14 18:18:39.626 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-14 18:18:39.734 | Setting up libio-html-perl (1.001-1) ... 2022-02-14 18:18:39.871 | Setting up libtimedate-perl (2.3200-1) ... 2022-02-14 18:18:39.986 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:40.135 | Setting up libfcgi-perl (0.79-1) ... 2022-02-14 18:18:40.295 | Setting up liburi-perl (1.76-2) ... 2022-02-14 18:18:40.419 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-14 18:18:40.575 | Setting up libhttp-date-perl (6.05-1) ... 2022-02-14 18:18:40.683 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-14 18:18:40.758 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-14 18:18:40.761 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-14 18:18:40.761 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-14 18:18:40.761 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-14 18:18:40.761 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-14 18:18:40.902 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-14 18:18:40.902 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-14 18:18:40.902 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-14 18:18:40.902 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-14 18:18:40.910 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-14 18:18:40.999 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-14 18:18:40.999 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-14 18:18:41.000 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-14 18:18:41.026 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-14 18:18:41.069 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-14 18:18:41.354 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-14 18:18:41.361 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-14 18:18:41.451 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-14 18:18:41.451 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-14 18:18:41.451 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-14 18:18:41.452 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-14 18:18:41.456 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-14 18:18:41.456 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-14 18:18:41.501 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-14 18:18:41.689 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-14 18:18:41.690 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-14 18:18:41.690 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-14 18:18:41.691 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-14 18:18:41.693 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-14 18:18:41.694 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-14 18:18:42.107 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-14 18:18:42.225 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-14 18:18:42.541 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-14 18:18:42.545 | 2022-02-14 18:18:42.545 | done! 2022-02-14 18:18:42.552 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-14 18:18:42.649 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:42.809 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-14 18:18:42.942 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-14 18:18:42.970 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-14 18:18:42.970 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-14 18:18:42.971 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-14 18:18:42.971 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-14 18:18:43.178 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-14 18:18:43.178 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-14 18:18:43.179 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-14 18:18:43.179 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-14 18:18:43.191 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-14 18:18:43.319 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-14 18:18:43.319 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-14 18:18:43.320 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-14 18:18:43.360 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-14 18:18:43.432 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-14 18:18:43.920 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-14 18:18:43.929 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-14 18:18:44.039 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-14 18:18:44.039 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-14 18:18:44.039 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-14 18:18:44.040 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-14 18:18:44.045 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-14 18:18:44.045 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-14 18:18:44.135 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-14 18:18:44.420 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-14 18:18:44.420 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-14 18:18:44.421 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-14 18:18:44.421 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-14 18:18:44.425 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-14 18:18:44.425 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-14 18:18:44.925 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-14 18:18:45.061 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-14 18:18:45.380 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-14 18:18:45.385 | 2022-02-14 18:18:45.385 | done! 2022-02-14 18:18:45.392 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-14 18:18:45.472 | Setting up libhtml-parser-perl (3.72-5) ... 2022-02-14 18:18:45.615 | Setting up libhttp-message-perl (6.22-1) ... 2022-02-14 18:18:45.779 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:18:46.975 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-14 18:18:47.036 | Renaming removed key_buffer and myisam-recover options (if present) 2022-02-14 18:19:27.942 | mysqld will log errors to /var/log/mysql/error.log 2022-02-14 18:19:29.350 | mysqld is running as pid 56401 2022-02-14 18:19:33.282 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-02-14 18:19:36.008 | Setting up libcgi-pm-perl (4.46-1) ... 2022-02-14 18:19:36.156 | Setting up libhtml-template-perl (2.97-1) ... 2022-02-14 18:19:36.305 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-14 18:19:36.459 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-02-14 18:19:36.654 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:19:37.123 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:19:39.007 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-14 18:19:46.072 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:19:46.074 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:19:46.076 | + functions-common:time_stop:2425 : local name 2022-02-14 18:19:46.078 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:19:46.080 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:19:46.082 | + functions-common:time_stop:2428 : local total 2022-02-14 18:19:46.084 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:19:46.087 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:19:46.089 | + functions-common:time_stop:2432 : start_time=1644862694184 2022-02-14 18:19:46.091 | + functions-common:time_stop:2434 : [[ -z 1644862694184 ]] 2022-02-14 18:19:46.094 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:19:46.098 | + functions-common:time_stop:2437 : end_time=1644862786096 2022-02-14 18:19:46.100 | + functions-common:time_stop:2438 : elapsed_time=91912 2022-02-14 18:19:46.102 | + functions-common:time_stop:2439 : total=369203 2022-02-14 18:19:46.104 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:19:46.107 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=461115 2022-02-14 18:19:46.109 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:19:46.111 | + ./stack.sh:main:838 : '[' -n mysql ']' 2022-02-14 18:19:46.113 | + ./stack.sh:main:839 : install_database_python 2022-02-14 18:19:46.116 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-02-14 18:19:46.118 | + lib/databases/mysql:install_database_python_mysql:198 : pip_install_gr PyMySQL 2022-02-14 18:19:46.120 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-02-14 18:19:46.122 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:19:46.125 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-02-14 18:19:46.127 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-02-14 18:19:46.130 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:19:46.133 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:19:46.133 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:19:46.138 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-02-14 18:19:46.140 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-02-14 18:19:46.142 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-02-14 18:19:46.145 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-02-14 18:19:46.147 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-02-14 18:19:46.169 | Using python 3.8 to install PyMySQL 2022-02-14 18:19:46.171 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-02-14 18:19:46.888 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:19:46.888 | from cryptography.utils import int_from_bytes 2022-02-14 18:19:46.888 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:19:46.888 | from cryptography.utils import int_from_bytes 2022-02-14 18:19:48.004 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:19:48.121 | Collecting PyMySQL 2022-02-14 18:19:48.129 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-02-14 18:19:49.707 | Installing collected packages: PyMySQL 2022-02-14 18:19:49.913 | Successfully installed PyMySQL-1.0.2 2022-02-14 18:19:49.913 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:19:49.919 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:19:49.919 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:19:50.025 | + inc/python:pip_install:200 : result=0 2022-02-14 18:19:50.027 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:19:50.029 | + functions-common:time_stop:2425 : local name 2022-02-14 18:19:50.032 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:19:50.034 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:19:50.036 | + functions-common:time_stop:2428 : local total 2022-02-14 18:19:50.038 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:19:50.040 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:19:50.043 | + functions-common:time_stop:2432 : start_time=1644862786163 2022-02-14 18:19:50.045 | + functions-common:time_stop:2434 : [[ -z 1644862786163 ]] 2022-02-14 18:19:50.048 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:19:50.052 | + functions-common:time_stop:2437 : end_time=1644862790050 2022-02-14 18:19:50.055 | + functions-common:time_stop:2438 : elapsed_time=3887 2022-02-14 18:19:50.057 | + functions-common:time_stop:2439 : total=27056 2022-02-14 18:19:50.060 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:19:50.062 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=30943 2022-02-14 18:19:50.064 | + inc/python:pip_install:203 : return 0 2022-02-14 18:19:50.066 | + lib/databases/mysql:install_database_python_mysql:199 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-02-14 18:19:50.069 | + lib/databases/mysql:install_database_python_mysql:201 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-14 18:19:50.071 | + lib/databases/mysql:install_database_python_mysql:202 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-02-14 18:19:50.073 | + ./stack.sh:main:842 : is_service_enabled neutron 2022-02-14 18:19:50.089 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:19:50.091 | + ./stack.sh:main:843 : install_neutron_agent_packages 2022-02-14 18:19:50.093 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-02-14 18:19:50.097 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:19:50.097 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-14 18:19:50.102 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:19:50.105 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-14 18:19:50.107 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-14 18:19:50.110 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-14 18:19:50.112 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-02-14 18:19:50.114 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-02-14 18:19:50.130 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:19:50.132 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-02-14 18:19:50.134 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:19:50.137 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:19:50.139 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:19:50.141 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:19:50.144 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:19:50.146 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:19:50.148 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:19:50.150 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:19:50.153 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:19:50.155 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:19:50.157 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:19:50.159 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:19:50.162 | + functions-common:install_package:1464 : real_install_package radvd 2022-02-14 18:19:50.164 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:19:50.166 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:19:50.169 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:19:50.171 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-02-14 18:19:50.192 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-02-14 18:19:50.299 | Reading package lists... 2022-02-14 18:19:50.530 | Building dependency tree... 2022-02-14 18:19:50.532 | Reading state information... 2022-02-14 18:19:50.771 | The following packages were automatically installed and are no longer required: 2022-02-14 18:19:50.772 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:19:50.772 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:19:50.772 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:19:50.772 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:19:50.772 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:19:50.772 | python3-zope.interface 2022-02-14 18:19:50.772 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:19:50.838 | The following NEW packages will be installed: 2022-02-14 18:19:50.838 | radvd 2022-02-14 18:19:51.081 | 0 upgraded, 1 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:19:51.081 | Need to get 59.0 kB of archives. 2022-02-14 18:19:51.081 | After this operation, 164 kB of additional disk space will be used. 2022-02-14 18:19:51.081 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-02-14 18:19:51.868 | Fetched 59.0 kB in 0s (122 kB/s) 2022-02-14 18:19:52.100 | Selecting previously unselected package radvd. 2022-02-14 18:19:52.150 | (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 ... 90631 files and directories currently installed.) 2022-02-14 18:19:52.154 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-02-14 18:19:52.213 | Unpacking radvd (1:2.17-2) ... 2022-02-14 18:19:52.665 | Setting up radvd (1:2.17-2) ... 2022-02-14 18:19:54.046 | Job for radvd.service failed because the control process exited with error code. 2022-02-14 18:19:54.046 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-02-14 18:19:54.048 | invoke-rc.d: initscript radvd, action "start" failed. 2022-02-14 18:19:54.059 | ● radvd.service - Router advertisement daemon for IPv6 2022-02-14 18:19:54.059 | Loaded: loaded (]8;;file://n-d-829064-8/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-02-14 18:19:54.060 | Active: failed (Result: exit-code) since Mon 2022-02-14 18:19:54 UTC; 15ms ago 2022-02-14 18:19:54.060 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-02-14 18:19:54.060 | Process: 57505 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-02-14 18:19:54.060 | 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 systemd[1]: Starting Router advertisement daemon for IPv6... 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 radvd[57505]: can't open /etc/radvd.conf: No such file or directory 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 radvd[57505]: Insecure file permissions, but continuing anyway 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 radvd[57505]: exiting, failed to read config file 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-02-14 18:19:54.060 | Feb 14 18:19:54 n-d-829064-8 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-02-14 18:19:54.128 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:19:54.436 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:20:01.875 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:20:01.877 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:20:01.880 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:01.882 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:01.884 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:01.886 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:01.889 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:01.891 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:20:01.893 | + functions-common:time_stop:2432 : start_time=1644862790189 2022-02-14 18:20:01.895 | + functions-common:time_stop:2434 : [[ -z 1644862790189 ]] 2022-02-14 18:20:01.898 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:01.902 | + functions-common:time_stop:2437 : end_time=1644862801899 2022-02-14 18:20:01.904 | + functions-common:time_stop:2438 : elapsed_time=11710 2022-02-14 18:20:01.906 | + functions-common:time_stop:2439 : total=461115 2022-02-14 18:20:01.908 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:01.910 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=472825 2022-02-14 18:20:01.912 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:20:01.915 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-02-14 18:20:01.931 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:01.934 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-02-14 18:20:01.936 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-02-14 18:20:01.938 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-02-14 18:20:01.941 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-02-14 18:20:01.960 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-02-14 18:20:01.963 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:20:01.965 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:20:01.967 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:20:01.970 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:20:01.972 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:01.974 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:20:01.976 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:01.978 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:01.981 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:20:01.983 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:20:01.985 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:20:01.987 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:20:01.989 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-02-14 18:20:01.991 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:20:01.994 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:01.996 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:01.999 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-02-14 18:20:02.018 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-02-14 18:20:02.125 | Reading package lists... 2022-02-14 18:20:02.358 | Building dependency tree... 2022-02-14 18:20:02.360 | Reading state information... 2022-02-14 18:20:02.600 | fakeroot is already the newest version (1.24-1). 2022-02-14 18:20:02.600 | fakeroot set to manually installed. 2022-02-14 18:20:02.600 | make is already the newest version (4.2.1-1.2). 2022-02-14 18:20:02.600 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-02-14 18:20:02.600 | The following packages were automatically installed and are no longer required: 2022-02-14 18:20:02.601 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:20:02.601 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:20:02.601 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:20:02.601 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:20:02.601 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:20:02.601 | python3-zope.interface 2022-02-14 18:20:02.601 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:20:02.727 | 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:20:02.732 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:20:02.734 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:20:02.736 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:02.738 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:02.740 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:02.742 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:02.744 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:02.747 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:20:02.749 | + functions-common:time_stop:2432 : start_time=1644862802015 2022-02-14 18:20:02.751 | + functions-common:time_stop:2434 : [[ -z 1644862802015 ]] 2022-02-14 18:20:02.753 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:02.757 | + functions-common:time_stop:2437 : end_time=1644862802755 2022-02-14 18:20:02.760 | + functions-common:time_stop:2438 : elapsed_time=740 2022-02-14 18:20:02.762 | + functions-common:time_stop:2439 : total=472825 2022-02-14 18:20:02.764 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:02.766 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=473565 2022-02-14 18:20:02.768 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:20:02.770 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-02-14 18:20:02.772 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:02.775 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:02.777 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-02-14 18:20:02.779 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-02-14 18:20:02.782 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-02-14 18:20:02.786 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-02-14 18:20:02.788 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-02-14 18:20:02.791 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-02-14 18:20:02.791 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-02-14 18:20:02.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-02-14 18:20:02.799 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-02-14 18:20:02.801 | + functions:vercmp:628 : local v1=5.4 2022-02-14 18:20:02.803 | + functions:vercmp:629 : local 'op=<' 2022-02-14 18:20:02.805 | + functions:vercmp:630 : local v2=3.13 2022-02-14 18:20:02.807 | + functions:vercmp:631 : local result 2022-02-14 18:20:02.811 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-02-14 18:20:02.812 | ++ functions:vercmp:635 : sort -V 2022-02-14 18:20:02.812 | ++ functions:vercmp:635 : head -1 2022-02-14 18:20:02.816 | + functions:vercmp:635 : result=3.13 2022-02-14 18:20:02.819 | + functions:vercmp:637 : case $op in 2022-02-14 18:20:02.821 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-02-14 18:20:02.823 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-02-14 18:20:02.825 | + functions:vercmp:648 : return 2022-02-14 18:20:02.828 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-02-14 18:20:02.830 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:20:02.832 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart openvswitch-switch 2022-02-14 18:20:03.147 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-02-14 18:20:03.149 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-02-14 18:20:03.152 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:03.155 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:03.159 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-02-14 18:20:03.160 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:03.162 | + ./stack.sh:main:846 : is_service_enabled etcd3 2022-02-14 18:20:03.183 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:03.185 | + ./stack.sh:main:847 : install_etcd3 2022-02-14 18:20:03.188 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-02-14 18:20:03.188 | Installing etcd 2022-02-14 18:20:03.190 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-02-14 18:20:03.203 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-02-14 18:20:03.215 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-02-14 18:20:03.218 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-02-14 18:20:03.231 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-02-14 18:20:03.234 | ++ 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 2022-02-14 18:20:03.237 | ++ 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 2022-02-14 18:20:03.240 | +++ 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 2022-02-14 18:20:03.244 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-02-14 18:20:03.246 | ++ 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* ]] 2022-02-14 18:20:03.249 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-02-14 18:20:03.251 | ++ 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 2022-02-14 18:20:03.254 | --2022-02-14 18:20:03-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-14 18:20:03.314 | Resolving github.com (github.com)... 140.82.121.3 2022-02-14 18:20:03.360 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2022-02-14 18:20:03.663 | HTTP request sent, awaiting response... 302 Found 2022-02-14 18:20:03.663 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220214T182003Z&X-Amz-Expires=300&X-Amz-Signature=329f2bcae4965cb889155b712f4355e5ec074ff718d9b3309fcdea52ee9f5f3e&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] 2022-02-14 18:20:03.663 | --2022-02-14 18:20:03-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220214T182003Z&X-Amz-Expires=300&X-Amz-Signature=329f2bcae4965cb889155b712f4355e5ec074ff718d9b3309fcdea52ee9f5f3e&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 2022-02-14 18:20:03.749 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... 2022-02-14 18:20:03.779 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. 2022-02-14 18:20:04.123 | HTTP request sent, awaiting response... 200 OK 2022-02-14 18:20:04.123 | Length: 11350736 (11M) [application/octet-stream] 2022-02-14 18:20:04.123 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-02-14 18:20:04.237 | 2022-02-14 18:20:04.431 | 0K ........ .. 100% 35.2M=0.3s 2022-02-14 18:20:04.431 | 2022-02-14 18:20:04.431 | 2022-02-14 18:20:04 (35.2 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-02-14 18:20:04.431 | 2022-02-14 18:20:04.435 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-02-14 18:20:04.437 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-14 18:20:04.440 | ++ functions:get_extra_file:74 : return 2022-02-14 18:20:04.442 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-14 18:20:04.445 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-02-14 18:20:04.447 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-02-14 18:20:04.449 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-02-14 18:20:04.586 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-02-14 18:20:04.589 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/ 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/README.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-02-14 18:20:04.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-02-14 18:20:04.594 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-14 18:20:04.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-02-14 18:20:04.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-02-14 18:20:04.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-02-14 18:20:04.598 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-02-14 18:20:04.599 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-02-14 18:20:04.600 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-02-14 18:20:04.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-02-14 18:20:04.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-02-14 18:20:04.603 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-02-14 18:20:04.604 | etcd-v3.3.12-linux-amd64/etcdctl 2022-02-14 18:20:04.789 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-02-14 18:20:04.789 | etcd-v3.3.12-linux-amd64/etcd 2022-02-14 18:20:05.018 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-02-14 18:20:05.055 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-02-14 18:20:05.088 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-02-14 18:20:05.091 | + ./stack.sh:main:856 : is_service_enabled tls-proxy 2022-02-14 18:20:05.108 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:05.110 | + ./stack.sh:main:866 : install_dstat 2022-02-14 18:20:05.112 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-02-14 18:20:05.129 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:05.131 | + ./stack.sh:main:872 : echo_summary 'Installing OpenStack project source' 2022-02-14 18:20:05.133 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:20:05.136 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-02-14 18:20:05.138 | + ./stack.sh:main:875 : install_libs 2022-02-14 18:20:05.141 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-02-14 18:20:05.143 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-02-14 18:20:05.145 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-02-14 18:20:05.148 | + inc/python:use_library_from_git:250 : local name=automaton 2022-02-14 18:20:05.150 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.153 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.155 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-02-14 18:20:05.157 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.159 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-02-14 18:20:05.162 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-02-14 18:20:05.164 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-02-14 18:20:05.166 | + inc/python:use_library_from_git:250 : local name=castellan 2022-02-14 18:20:05.168 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.171 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.173 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-02-14 18:20:05.175 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.177 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-02-14 18:20:05.180 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-02-14 18:20:05.182 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-02-14 18:20:05.184 | + inc/python:use_library_from_git:250 : local name=cliff 2022-02-14 18:20:05.187 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.189 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.191 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-02-14 18:20:05.193 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.196 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-02-14 18:20:05.198 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-02-14 18:20:05.201 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-02-14 18:20:05.203 | + inc/python:use_library_from_git:250 : local name=cursive 2022-02-14 18:20:05.205 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.208 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.210 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-02-14 18:20:05.212 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.215 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-02-14 18:20:05.218 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-02-14 18:20:05.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-02-14 18:20:05.222 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-02-14 18:20:05.224 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.227 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.229 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-02-14 18:20:05.232 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.234 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-02-14 18:20:05.236 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-02-14 18:20:05.238 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-02-14 18:20:05.241 | + inc/python:use_library_from_git:250 : local name=futurist 2022-02-14 18:20:05.243 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.245 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.248 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-02-14 18:20:05.250 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.252 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-02-14 18:20:05.254 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-02-14 18:20:05.257 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-02-14 18:20:05.259 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-02-14 18:20:05.262 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.264 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.266 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-02-14 18:20:05.268 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.271 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-02-14 18:20:05.273 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-02-14 18:20:05.275 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-02-14 18:20:05.278 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-02-14 18:20:05.281 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.283 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.285 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-02-14 18:20:05.288 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.290 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-02-14 18:20:05.292 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-02-14 18:20:05.294 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-02-14 18:20:05.297 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-02-14 18:20:05.299 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.301 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.303 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-02-14 18:20:05.306 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.308 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-02-14 18:20:05.310 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-02-14 18:20:05.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-02-14 18:20:05.315 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-02-14 18:20:05.317 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.320 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.322 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-02-14 18:20:05.325 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.327 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-02-14 18:20:05.330 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-02-14 18:20:05.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-02-14 18:20:05.334 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-02-14 18:20:05.337 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.339 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.342 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-02-14 18:20:05.344 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.347 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-02-14 18:20:05.349 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-02-14 18:20:05.351 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-02-14 18:20:05.354 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-02-14 18:20:05.356 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.358 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.361 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-02-14 18:20:05.363 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.365 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-02-14 18:20:05.368 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-02-14 18:20:05.370 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-02-14 18:20:05.373 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-02-14 18:20:05.375 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.377 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.380 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-02-14 18:20:05.382 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.385 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-02-14 18:20:05.389 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-02-14 18:20:05.391 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-02-14 18:20:05.393 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-02-14 18:20:05.395 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.398 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.400 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-02-14 18:20:05.402 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.405 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-02-14 18:20:05.407 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-02-14 18:20:05.409 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-02-14 18:20:05.411 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-02-14 18:20:05.414 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.416 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.419 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-02-14 18:20:05.421 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.423 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-02-14 18:20:05.425 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-02-14 18:20:05.428 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-02-14 18:20:05.430 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-02-14 18:20:05.432 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.435 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.438 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-02-14 18:20:05.440 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.442 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-02-14 18:20:05.445 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-02-14 18:20:05.447 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-02-14 18:20:05.450 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-02-14 18:20:05.452 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.455 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.457 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-02-14 18:20:05.459 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.462 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-02-14 18:20:05.464 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-02-14 18:20:05.466 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-02-14 18:20:05.469 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-02-14 18:20:05.471 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.474 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.476 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-02-14 18:20:05.478 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.481 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-02-14 18:20:05.483 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-02-14 18:20:05.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-02-14 18:20:05.488 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-02-14 18:20:05.490 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.492 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.494 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-02-14 18:20:05.497 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.500 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-02-14 18:20:05.502 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-02-14 18:20:05.504 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-02-14 18:20:05.506 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-02-14 18:20:05.509 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.512 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.514 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-02-14 18:20:05.517 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.519 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-02-14 18:20:05.521 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-02-14 18:20:05.524 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-02-14 18:20:05.526 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-02-14 18:20:05.528 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.531 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.533 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-02-14 18:20:05.535 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.538 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-02-14 18:20:05.540 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-02-14 18:20:05.542 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-02-14 18:20:05.545 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-02-14 18:20:05.547 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.550 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.552 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-02-14 18:20:05.555 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.557 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-02-14 18:20:05.560 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-02-14 18:20:05.562 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-02-14 18:20:05.564 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-02-14 18:20:05.567 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.569 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.572 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-02-14 18:20:05.574 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.577 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-02-14 18:20:05.579 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-02-14 18:20:05.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-02-14 18:20:05.584 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-02-14 18:20:05.586 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.589 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.591 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-02-14 18:20:05.594 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.596 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-02-14 18:20:05.598 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-02-14 18:20:05.601 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-02-14 18:20:05.603 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-02-14 18:20:05.605 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.608 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.610 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-02-14 18:20:05.613 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.615 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-02-14 18:20:05.617 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-02-14 18:20:05.619 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-02-14 18:20:05.622 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-02-14 18:20:05.625 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.627 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.629 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-02-14 18:20:05.632 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.634 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-02-14 18:20:05.637 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-02-14 18:20:05.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-02-14 18:20:05.641 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-02-14 18:20:05.644 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.646 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.649 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-02-14 18:20:05.652 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.654 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-02-14 18:20:05.657 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-02-14 18:20:05.659 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-02-14 18:20:05.661 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-02-14 18:20:05.664 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.666 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.670 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-02-14 18:20:05.672 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.674 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-02-14 18:20:05.677 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-02-14 18:20:05.679 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-02-14 18:20:05.681 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-02-14 18:20:05.684 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.686 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.688 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-02-14 18:20:05.691 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.693 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-02-14 18:20:05.695 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-02-14 18:20:05.698 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-02-14 18:20:05.700 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-02-14 18:20:05.703 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.705 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.707 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-02-14 18:20:05.709 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.712 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-02-14 18:20:05.715 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-02-14 18:20:05.717 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-02-14 18:20:05.719 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-02-14 18:20:05.722 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.724 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.726 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-02-14 18:20:05.729 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.732 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-02-14 18:20:05.734 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-02-14 18:20:05.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-02-14 18:20:05.739 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-02-14 18:20:05.741 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.743 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.746 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-02-14 18:20:05.748 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.750 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-02-14 18:20:05.753 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-02-14 18:20:05.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-02-14 18:20:05.758 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-02-14 18:20:05.760 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.763 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.765 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-02-14 18:20:05.767 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.770 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-02-14 18:20:05.772 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-02-14 18:20:05.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-02-14 18:20:05.777 | + inc/python:use_library_from_git:250 : local name=tooz 2022-02-14 18:20:05.780 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.782 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.784 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-02-14 18:20:05.787 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.789 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-02-14 18:20:05.791 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-02-14 18:20:05.794 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-02-14 18:20:05.796 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-02-14 18:20:05.798 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.801 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.803 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-02-14 18:20:05.805 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.808 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-02-14 18:20:05.810 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-02-14 18:20:05.812 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-02-14 18:20:05.815 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-02-14 18:20:05.817 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.819 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.822 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-02-14 18:20:05.825 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.827 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-02-14 18:20:05.830 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-02-14 18:20:05.832 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-02-14 18:20:05.834 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-02-14 18:20:05.837 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.839 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.842 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-02-14 18:20:05.844 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.847 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-02-14 18:20:05.849 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-02-14 18:20:05.851 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-02-14 18:20:05.854 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-02-14 18:20:05.856 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:05.858 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:05.861 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-02-14 18:20:05.863 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:05.865 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-02-14 18:20:05.887 | Using python 3.8 to install etcd3 2022-02-14 18:20:05.889 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-02-14 18:20:06.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:06.612 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:06.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:06.612 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:07.722 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:20:07.814 | Collecting etcd3 2022-02-14 18:20:07.823 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-02-14 18:20:07.849 | Preparing metadata (setup.py): started 2022-02-14 18:20:08.477 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:20:10.837 | Collecting grpcio>=1.27.1 2022-02-14 18:20:10.859 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/57f/1aeb65ed17dfb/grpcio-1.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB) 2022-02-14 18:20:11.721 | Collecting protobuf>=3.6.1 2022-02-14 18:20:11.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd9/5d1dfb9c4f456/protobuf-3.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-02-14 18:20:11.759 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-02-14 18:20:11.760 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-02-14 18:20:11.788 | Building wheels for collected packages: etcd3 2022-02-14 18:20:11.788 | Building wheel for etcd3 (setup.py): started 2022-02-14 18:20:12.519 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-02-14 18:20:12.520 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=554a2bc09a2a5351ddbe56d76bd5bec1a2f60002c1b527d0592f3d5623e5206a 2022-02-14 18:20:12.520 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-02-14 18:20:12.524 | Successfully built etcd3 2022-02-14 18:20:14.100 | Installing collected packages: protobuf, grpcio, etcd3 2022-02-14 18:20:14.866 | Successfully installed etcd3-0.12.0 grpcio-1.43.0 protobuf-3.19.4 2022-02-14 18:20:14.866 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:20:14.872 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:20:14.872 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:20:15.015 | + inc/python:pip_install:200 : result=0 2022-02-14 18:20:15.017 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:20:15.020 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:15.022 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:15.024 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:15.026 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:15.029 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:15.031 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:20:15.033 | + functions-common:time_stop:2432 : start_time=1644862805881 2022-02-14 18:20:15.035 | + functions-common:time_stop:2434 : [[ -z 1644862805881 ]] 2022-02-14 18:20:15.038 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:15.041 | + functions-common:time_stop:2437 : end_time=1644862815039 2022-02-14 18:20:15.044 | + functions-common:time_stop:2438 : elapsed_time=9158 2022-02-14 18:20:15.046 | + functions-common:time_stop:2439 : total=30943 2022-02-14 18:20:15.048 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:15.050 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=40101 2022-02-14 18:20:15.052 | + inc/python:pip_install:203 : return 0 2022-02-14 18:20:15.055 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-02-14 18:20:15.076 | Using python 3.8 to install etcd3gw 2022-02-14 18:20:15.079 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-02-14 18:20:15.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:15.820 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:15.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:15.820 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:16.926 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:20:17.024 | Collecting etcd3gw 2022-02-14 18:20:17.033 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3d/ccb9d2bb04a11/etcd3gw-1.0.1-py3-none-any.whl (22 kB) 2022-02-14 18:20:17.044 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-02-14 18:20:17.045 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-02-14 18:20:17.046 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.1) 2022-02-14 18:20:17.047 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-02-14 18:20:17.080 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.8) 2022-02-14 18:20:17.082 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-02-14 18:20:17.084 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-02-14 18:20:17.085 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-02-14 18:20:18.643 | Installing collected packages: etcd3gw 2022-02-14 18:20:18.824 | Successfully installed etcd3gw-1.0.1 2022-02-14 18:20:18.824 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:20:18.830 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:20:18.830 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:20:18.932 | + inc/python:pip_install:200 : result=0 2022-02-14 18:20:18.935 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:20:18.937 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:18.939 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:18.941 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:18.944 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:18.946 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:18.948 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:20:18.950 | + functions-common:time_stop:2432 : start_time=1644862815070 2022-02-14 18:20:18.953 | + functions-common:time_stop:2434 : [[ -z 1644862815070 ]] 2022-02-14 18:20:18.955 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:18.960 | + functions-common:time_stop:2437 : end_time=1644862818957 2022-02-14 18:20:18.962 | + functions-common:time_stop:2438 : elapsed_time=3887 2022-02-14 18:20:18.964 | + functions-common:time_stop:2439 : total=40101 2022-02-14 18:20:18.966 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:18.968 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=43988 2022-02-14 18:20:18.970 | + inc/python:pip_install:203 : return 0 2022-02-14 18:20:18.973 | + ./stack.sh:main:878 : install_apache_uwsgi 2022-02-14 18:20:18.975 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-02-14 18:20:18.977 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-02-14 18:20:18.980 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:20:18.982 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:20:18.984 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:20:18.987 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:20:18.989 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:20:18.991 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:20:18.994 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:20:18.996 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:20:18.999 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:20:19.001 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:20:19.003 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:20:19.005 | + lib/apache:install_apache_uwsgi:85 : is_ubuntu 2022-02-14 18:20:19.008 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:19.010 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:19.013 | + lib/apache:install_apache_uwsgi:86 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-02-14 18:20:19.015 | + lib/apache:install_apache_uwsgi:87 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-14 18:20:19.017 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:20:19.020 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:20:19.022 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:20:19.024 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:20:19.027 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:19.029 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:20:19.031 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:19.033 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:19.036 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:20:19.038 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:20:19.040 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:20:19.043 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:20:19.045 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-14 18:20:19.047 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:20:19.050 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:19.052 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:19.054 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-14 18:20:19.076 | + functions-common:apt_get:1230 : 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 2022-02-14 18:20:19.182 | Reading package lists... 2022-02-14 18:20:19.415 | Building dependency tree... 2022-02-14 18:20:19.417 | Reading state information... 2022-02-14 18:20:19.653 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-02-14 18:20:19.653 | The following packages were automatically installed and are no longer required: 2022-02-14 18:20:19.654 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:20:19.654 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:20:19.654 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:20:19.654 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:20:19.655 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:20:19.655 | python3-zope.interface 2022-02-14 18:20:19.655 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:20:19.655 | The following additional packages will be installed: 2022-02-14 18:20:19.656 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-02-14 18:20:19.657 | Suggested packages: 2022-02-14 18:20:19.657 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-02-14 18:20:19.723 | The following NEW packages will be installed: 2022-02-14 18:20:19.724 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-02-14 18:20:19.972 | 0 upgraded, 6 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:20:19.972 | Need to get 1,306 kB of archives. 2022-02-14 18:20:19.972 | After this operation, 4,613 kB of additional disk space will be used. 2022-02-14 18:20:19.972 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-02-14 18:20:20.604 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-02-14 18:20:20.655 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-02-14 18:20:20.762 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-02-14 18:20:20.881 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-02-14 18:20:20.884 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-02-14 18:20:21.446 | Fetched 1,306 kB in 1s (1,117 kB/s) 2022-02-14 18:20:21.624 | Selecting previously unselected package libnorm1:amd64. 2022-02-14 18:20:21.675 | (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 ... 90644 files and directories currently installed.) 2022-02-14 18:20:21.678 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-02-14 18:20:21.772 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-14 18:20:22.167 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-02-14 18:20:22.177 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-02-14 18:20:22.229 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-14 18:20:22.589 | Selecting previously unselected package libzmq5:amd64. 2022-02-14 18:20:22.600 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-02-14 18:20:22.653 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-14 18:20:23.023 | Selecting previously unselected package uwsgi-core. 2022-02-14 18:20:23.033 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-02-14 18:20:23.081 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-14 18:20:23.750 | Selecting previously unselected package uwsgi. 2022-02-14 18:20:23.759 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-02-14 18:20:23.811 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-02-14 18:20:24.223 | Selecting previously unselected package uwsgi-plugin-python3. 2022-02-14 18:20:24.233 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-02-14 18:20:24.287 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-14 18:20:24.660 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-14 18:20:24.801 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-14 18:20:24.972 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-14 18:20:25.132 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-14 18:20:25.327 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-02-14 18:20:26.601 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-14 18:20:26.858 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:20:27.310 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:20:27.813 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-14 18:20:34.927 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:20:34.930 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:20:34.932 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:34.934 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:34.936 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:34.939 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:34.941 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:34.943 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:20:34.945 | + functions-common:time_stop:2432 : start_time=1644862819073 2022-02-14 18:20:34.947 | + functions-common:time_stop:2434 : [[ -z 1644862819073 ]] 2022-02-14 18:20:34.950 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:34.955 | + functions-common:time_stop:2437 : end_time=1644862834953 2022-02-14 18:20:34.958 | + functions-common:time_stop:2438 : elapsed_time=15880 2022-02-14 18:20:34.960 | + functions-common:time_stop:2439 : total=473565 2022-02-14 18:20:34.962 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:34.964 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=489445 2022-02-14 18:20:34.966 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:20:34.969 | + lib/apache:install_apache_uwsgi:123 : is_ubuntu 2022-02-14 18:20:34.972 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:34.974 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:34.976 | + lib/apache:install_apache_uwsgi:125 : sudo a2enmod proxy 2022-02-14 18:20:35.037 | Enabling module proxy. 2022-02-14 18:20:35.043 | To activate the new configuration, you need to run: 2022-02-14 18:20:35.043 | systemctl restart apache2 2022-02-14 18:20:35.047 | + lib/apache:install_apache_uwsgi:126 : sudo a2enmod proxy_uwsgi 2022-02-14 18:20:35.108 | Considering dependency proxy for proxy_uwsgi: 2022-02-14 18:20:35.109 | Module proxy already enabled 2022-02-14 18:20:35.109 | Enabling module proxy_uwsgi. 2022-02-14 18:20:35.114 | To activate the new configuration, you need to run: 2022-02-14 18:20:35.114 | systemctl restart apache2 2022-02-14 18:20:35.118 | + lib/apache:install_apache_uwsgi:132 : restart_apache_server 2022-02-14 18:20:35.120 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:20:35.123 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:20:35.125 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:20:35.250 | + ./stack.sh:main:881 : install_keystoneauth 2022-02-14 18:20:35.253 | + lib/keystone:install_keystoneauth:487 : use_library_from_git keystoneauth 2022-02-14 18:20:35.255 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-02-14 18:20:35.258 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.260 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.263 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-02-14 18:20:35.265 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.268 | + ./stack.sh:main:882 : install_keystoneclient 2022-02-14 18:20:35.270 | + lib/keystone:install_keystoneclient:495 : use_library_from_git python-keystoneclient 2022-02-14 18:20:35.273 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-02-14 18:20:35.275 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.277 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.279 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-02-14 18:20:35.282 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.285 | + ./stack.sh:main:883 : install_glanceclient 2022-02-14 18:20:35.287 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-02-14 18:20:35.289 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-02-14 18:20:35.291 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.294 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.296 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-02-14 18:20:35.298 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.301 | + ./stack.sh:main:884 : install_cinderclient 2022-02-14 18:20:35.303 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-02-14 18:20:35.305 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-02-14 18:20:35.308 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.310 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.313 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-02-14 18:20:35.315 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.317 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-02-14 18:20:35.321 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-02-14 18:20:35.324 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.326 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.329 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-02-14 18:20:35.332 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.334 | + ./stack.sh:main:885 : install_novaclient 2022-02-14 18:20:35.336 | + lib/nova:install_novaclient:825 : use_library_from_git python-novaclient 2022-02-14 18:20:35.339 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-02-14 18:20:35.341 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.343 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.345 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-02-14 18:20:35.348 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.350 | + ./stack.sh:main:886 : is_service_enabled swift glance horizon 2022-02-14 18:20:35.366 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:35.369 | + ./stack.sh:main:887 : install_swiftclient 2022-02-14 18:20:35.371 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-02-14 18:20:35.373 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-02-14 18:20:35.376 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.378 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.381 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-02-14 18:20:35.383 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.386 | + ./stack.sh:main:889 : is_service_enabled neutron nova horizon 2022-02-14 18:20:35.402 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:35.405 | + ./stack.sh:main:890 : install_neutronclient 2022-02-14 18:20:35.407 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-02-14 18:20:35.409 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-02-14 18:20:35.412 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.414 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.417 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-02-14 18:20:35.419 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.421 | + ./stack.sh:main:894 : install_keystonemiddleware 2022-02-14 18:20:35.424 | + lib/keystone:install_keystonemiddleware:505 : use_library_from_git keystonemiddleware 2022-02-14 18:20:35.426 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-02-14 18:20:35.429 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:35.431 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:35.433 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-02-14 18:20:35.436 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:35.439 | + lib/keystone:install_keystonemiddleware:510 : pip_install_gr keystonemiddleware 2022-02-14 18:20:35.441 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-02-14 18:20:35.443 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:20:35.446 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-02-14 18:20:35.449 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-02-14 18:20:35.451 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:20:35.455 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:20:35.455 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:20:35.460 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-02-14 18:20:35.463 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-02-14 18:20:35.465 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-02-14 18:20:35.468 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-02-14 18:20:35.470 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-02-14 18:20:35.490 | Using python 3.8 to install keystonemiddleware 2022-02-14 18:20:35.493 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-02-14 18:20:36.227 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:36.228 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:36.228 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:36.228 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:37.339 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:20:37.365 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-02-14 18:20:37.417 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-14 18:20:37.418 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-02-14 18:20:37.419 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.1) 2022-02-14 18:20:37.420 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-02-14 18:20:37.421 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-02-14 18:20:37.422 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-02-14 18:20:37.423 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-02-14 18:20:37.424 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.1) 2022-02-14 18:20:37.426 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.4.0) 2022-02-14 18:20:37.427 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2022-02-14 18:20:37.428 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-14 18:20:37.428 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-02-14 18:20:37.430 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.0) 2022-02-14 18:20:37.431 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-02-14 18:20:37.487 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-02-14 18:20:37.488 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-02-14 18:20:37.490 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-02-14 18:20:37.527 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-02-14 18:20:37.566 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-02-14 18:20:37.568 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-02-14 18:20:37.569 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-02-14 18:20:37.570 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.4.0) 2022-02-14 18:20:37.619 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-02-14 18:20:37.620 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-02-14 18:20:37.630 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2022-02-14 18:20:37.631 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-02-14 18:20:37.646 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-02-14 18:20:37.648 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7) 2022-02-14 18:20:37.649 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-02-14 18:20:37.711 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-02-14 18:20:37.713 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-02-14 18:20:37.714 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.8) 2022-02-14 18:20:37.717 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-02-14 18:20:37.767 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2022-02-14 18:20:37.778 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-02-14 18:20:39.334 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:20:39.340 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:20:39.340 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:20:39.443 | + inc/python:pip_install:200 : result=0 2022-02-14 18:20:39.445 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:20:39.447 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:39.450 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:39.452 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:39.454 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:39.456 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:39.458 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:20:39.461 | + functions-common:time_stop:2432 : start_time=1644862835485 2022-02-14 18:20:39.463 | + functions-common:time_stop:2434 : [[ -z 1644862835485 ]] 2022-02-14 18:20:39.465 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:39.469 | + functions-common:time_stop:2437 : end_time=1644862839467 2022-02-14 18:20:39.472 | + functions-common:time_stop:2438 : elapsed_time=3982 2022-02-14 18:20:39.474 | + functions-common:time_stop:2439 : total=43988 2022-02-14 18:20:39.476 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:39.478 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=47970 2022-02-14 18:20:39.481 | + inc/python:pip_install:203 : return 0 2022-02-14 18:20:39.484 | + lib/keystone:install_keystonemiddleware:514 : pip_install_gr python-memcached 2022-02-14 18:20:39.486 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-02-14 18:20:39.488 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:20:39.491 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-02-14 18:20:39.494 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-02-14 18:20:39.496 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:20:39.500 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:20:39.501 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:20:39.506 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-02-14 18:20:39.508 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-02-14 18:20:39.511 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-02-14 18:20:39.513 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-02-14 18:20:39.516 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-02-14 18:20:39.536 | Using python 3.8 to install python-memcached 2022-02-14 18:20:39.539 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-02-14 18:20:40.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:40.274 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:40.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:40.274 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:41.376 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:20:41.464 | Collecting python-memcached 2022-02-14 18:20:41.472 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-02-14 18:20:41.478 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-02-14 18:20:43.032 | Installing collected packages: python-memcached 2022-02-14 18:20:43.199 | Successfully installed python-memcached-1.59 2022-02-14 18:20:43.199 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:20:43.206 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:20:43.206 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:20:43.307 | + inc/python:pip_install:200 : result=0 2022-02-14 18:20:43.309 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:20:43.312 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:43.314 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:43.316 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:43.318 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:43.321 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:43.323 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:20:43.325 | + functions-common:time_stop:2432 : start_time=1644862839531 2022-02-14 18:20:43.328 | + functions-common:time_stop:2434 : [[ -z 1644862839531 ]] 2022-02-14 18:20:43.331 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:43.335 | + functions-common:time_stop:2437 : end_time=1644862843332 2022-02-14 18:20:43.337 | + functions-common:time_stop:2438 : elapsed_time=3801 2022-02-14 18:20:43.340 | + functions-common:time_stop:2439 : total=47970 2022-02-14 18:20:43.342 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:43.345 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=51771 2022-02-14 18:20:43.347 | + inc/python:pip_install:203 : return 0 2022-02-14 18:20:43.350 | + ./stack.sh:main:896 : is_service_enabled keystone 2022-02-14 18:20:43.366 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:43.368 | + ./stack.sh:main:897 : '[' 10.222.0.81 == 10.222.0.81 ']' 2022-02-14 18:20:43.371 | + ./stack.sh:main:898 : stack_install_service keystone 2022-02-14 18:20:43.373 | + lib/stack:stack_install_service:20 : local service=keystone 2022-02-14 18:20:43.375 | + lib/stack:stack_install_service:21 : type install_keystone 2022-02-14 18:20:43.378 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:20:43.380 | + lib/stack:stack_install_service:32 : install_keystone 2022-02-14 18:20:43.382 | + lib/keystone:install_keystone:520 : is_service_enabled ldap 2022-02-14 18:20:43.397 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:43.400 | + lib/keystone:install_keystone:524 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-02-14 18:20:43.402 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-02-14 18:20:43.404 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-02-14 18:20:43.407 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:20:43.409 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:20:43.411 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:20:43.414 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:20:43.416 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:20:43.418 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:20:43.433 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:20:43.435 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:20:43.437 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:43.440 | + functions-common:git_clone:629 : echo master 2022-02-14 18:20:43.440 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:20:43.445 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-02-14 18:20:43.447 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:43.449 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-02-14 18:20:43.452 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:20:43.453 | + functions-common:git_clone:678 : head -1 2022-02-14 18:20:43.474 | 86afaa7b1 Merge "Add Python3 xena unit tests" 2022-02-14 18:20:43.477 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:20:43.479 | + lib/keystone:install_keystone:525 : setup_develop /opt/stack/keystone 2022-02-14 18:20:43.482 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:20:43.484 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-14 18:20:43.486 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-02-14 18:20:43.488 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:20:43.491 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-02-14 18:20:43.493 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:20:43.495 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-14 18:20:43.497 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-02-14 18:20:43.500 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:20:43.502 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:20:43.505 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-02-14 18:20:43.507 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:20:43.510 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-02-14 18:20:43.512 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:20:43.515 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:20:43.518 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-02-14 18:20:43.523 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-02-14 18:20:43.525 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-02-14 18:20:44.167 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-02-14 18:20:44.169 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:20:44.172 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:20:44.174 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:20:44.177 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-14 18:20:44.179 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-02-14 18:20:44.181 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:20:44.183 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:20:44.185 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:20:44.188 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:20:44.190 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:20:44.192 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:20:44.194 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:20:44.197 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-02-14 18:20:44.217 | Using python 3.8 to install /opt/stack/keystone 2022-02-14 18:20:44.219 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-02-14 18:20:44.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:44.955 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:44.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:20:44.955 | from cryptography.utils import int_from_bytes 2022-02-14 18:20:46.056 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:20:46.081 | Obtaining file:///opt/stack/keystone 2022-02-14 18:20:46.082 | Preparing metadata (setup.py): started 2022-02-14 18:20:47.494 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:20:47.632 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (5.8.1) 2022-02-14 18:20:47.633 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.8.7) 2022-02-14 18:20:47.728 | Collecting Flask!=0.11,>=1.0.2 2022-02-14 18:20:47.735 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/0f62f1d8e4dc4/Flask-2.0.2-py3-none-any.whl (95 kB) 2022-02-14 18:20:47.787 | Collecting Flask-RESTful>=0.3.5 2022-02-14 18:20:47.794 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-02-14 18:20:47.798 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (36.0.1) 2022-02-14 18:20:47.798 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.4.31) 2022-02-14 18:20:47.799 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (0.13.0) 2022-02-14 18:20:47.800 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.5.0) 2022-02-14 18:20:47.844 | Collecting passlib>=1.7.0 2022-02-14 18:20:47.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-02-14 18:20:47.867 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.4.0) 2022-02-14 18:20:47.868 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (9.3.0) 2022-02-14 18:20:47.869 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.2.0) 2022-02-14 18:20:48.080 | Collecting scrypt>=0.8.0 2022-02-14 18:20:48.091 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca4/dbdc39900d934/scrypt-0.8.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-02-14 18:20:48.120 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (2.10.0) 2022-02-14 18:20:48.121 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (8.7.1) 2022-02-14 18:20:48.122 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.4.0) 2022-02-14 18:20:48.123 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (12.12.0) 2022-02-14 18:20:48.125 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (11.1.0) 2022-02-14 18:20:48.126 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (5.1.0) 2022-02-14 18:20:48.127 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.6.1) 2022-02-14 18:20:48.128 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.5.0) 2022-02-14 18:20:48.129 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.10.1) 2022-02-14 18:20:48.130 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.2.0) 2022-02-14 18:20:48.131 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.4.0) 2022-02-14 18:20:48.132 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (4.12.1) 2022-02-14 18:20:48.180 | Collecting oauthlib>=0.6.2 2022-02-14 18:20:48.187 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB) 2022-02-14 18:20:48.254 | Collecting pysaml2>=5.0.0 2022-02-14 18:20:48.262 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/727/e33b5d5e09c62/pysaml2-7.1.0-py2.py3-none-any.whl (400 kB) 2022-02-14 18:20:48.352 | Collecting PyJWT>=1.6.1 2022-02-14 18:20:48.359 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB) 2022-02-14 18:20:48.362 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.1.5) 2022-02-14 18:20:48.363 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev100) (3.2.0) 2022-02-14 18:20:48.364 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.1.1) 2022-02-14 18:20:48.365 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (1.0.3) 2022-02-14 18:20:48.367 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (3.4.2) 2022-02-14 18:20:48.367 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev100) (2021.3) 2022-02-14 18:20:48.378 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev100) (1.16.0) 2022-02-14 18:20:48.379 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev100) (1.15.0) 2022-02-14 18:20:48.422 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.1.0.dev100) (5.1.1) 2022-02-14 18:20:48.501 | Collecting click>=7.1.2 2022-02-14 18:20:48.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/353/f466495adaeb4/click-8.0.3-py3-none-any.whl (97 kB) 2022-02-14 18:20:48.601 | Collecting Werkzeug>=2.0 2022-02-14 18:20:48.609 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/142/1ebfc7648a39a/Werkzeug-2.0.3-py3-none-any.whl (289 kB) 2022-02-14 18:20:48.619 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev100) (3.0.3) 2022-02-14 18:20:48.653 | Collecting itsdangerous>=2.0 2022-02-14 18:20:48.660 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-02-14 18:20:48.732 | Collecting aniso8601>=0.82 2022-02-14 18:20:48.740 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-02-14 18:20:48.803 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2.27.1) 2022-02-14 18:20:48.807 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (4.4.0) 2022-02-14 18:20:48.902 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (6.0) 2022-02-14 18:20:48.903 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (2.4.0) 2022-02-14 18:20:48.904 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (1.5.0) 2022-02-14 18:20:48.905 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev100) (0.8.0) 2022-02-14 18:20:48.957 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (2.0.1) 2022-02-14 18:20:48.958 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (0.5.0) 2022-02-14 18:20:48.960 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.7.6) 2022-02-14 18:20:49.035 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev100) (2.8.2) 2022-02-14 18:20:49.038 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev100) (0.9.6) 2022-02-14 18:20:49.095 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.8.0) 2022-02-14 18:20:49.096 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.0) 2022-02-14 18:20:49.098 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.4.0) 2022-02-14 18:20:49.099 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.2.3) 2022-02-14 18:20:49.102 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.9) 2022-02-14 18:20:49.103 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.4.0) 2022-02-14 18:20:49.121 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.1.0.dev100) (3.3.0) 2022-02-14 18:20:49.170 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev100) (3.0.0) 2022-02-14 18:20:49.190 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (3.0.7) 2022-02-14 18:20:49.191 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (1.0.2) 2022-02-14 18:20:49.192 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (0.11.0) 2022-02-14 18:20:49.193 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev100) (21.3) 2022-02-14 18:20:49.243 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.1.0.dev100) (4.5.0) 2022-02-14 18:20:49.363 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev100) (5.4.0) 2022-02-14 18:20:49.465 | Collecting xmlschema>=1.2.1 2022-02-14 18:20:49.473 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7b/a52b774a87b59/xmlschema-1.9.2-py3-none-any.whl (273 kB) 2022-02-14 18:20:49.484 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev100) (22.0.0) 2022-02-14 18:20:49.518 | Collecting defusedxml 2022-02-14 18:20:49.525 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-02-14 18:20:49.743 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev100) (1.1.2) 2022-02-14 18:20:49.764 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev100) (0.4.2) 2022-02-14 18:20:49.765 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev100) (0.5.2) 2022-02-14 18:20:49.840 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev100) (4.11.0) 2022-02-14 18:20:49.841 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.1.6) 2022-02-14 18:20:49.860 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (5.0.0) 2022-02-14 18:20:49.931 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev100) (2.21) 2022-02-14 18:20:49.973 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.1.0.dev100) (1.13.3) 2022-02-14 18:20:50.084 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.1.0.dev100) (2.0.1) 2022-02-14 18:20:50.158 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (1.7.0) 2022-02-14 18:20:50.282 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev100) (0.17.3) 2022-02-14 18:20:50.309 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.13.1) 2022-02-14 18:20:50.351 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (3.0.0) 2022-02-14 18:20:50.354 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.33.0) 2022-02-14 18:20:50.355 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.5.1) 2022-02-14 18:20:50.356 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.1.1) 2022-02-14 18:20:50.357 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (3.5.0) 2022-02-14 18:20:50.359 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (1.3.3) 2022-02-14 18:20:50.410 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev100) (0.2.5) 2022-02-14 18:20:50.546 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2.0.12) 2022-02-14 18:20:50.548 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (3.3) 2022-02-14 18:20:50.549 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (1.26.8) 2022-02-14 18:20:50.550 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev100) (2019.11.28) 2022-02-14 18:20:50.698 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev100) (2.5.0) 2022-02-14 18:20:50.869 | Collecting elementpath<3.0.0,>=2.4.0 2022-02-14 18:20:50.876 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e9/8a4f5e8ccb5fe/elementpath-2.4.0-py3-none-any.whl (163 kB) 2022-02-14 18:20:50.962 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.1.0.dev100) (3.7.0) 2022-02-14 18:20:51.141 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (2.1.0) 2022-02-14 18:20:51.306 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (60.8.2) 2022-02-14 18:20:51.401 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev100) (0.7) 2022-02-14 18:20:51.435 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev100) (1.0.0) 2022-02-14 18:20:52.805 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone 2022-02-14 18:20:53.475 | Attempting uninstall: click 2022-02-14 18:20:53.477 | Found existing installation: Click 7.0 2022-02-14 18:20:53.489 | Uninstalling Click-7.0: 2022-02-14 18:20:53.518 | Successfully uninstalled Click-7.0 2022-02-14 18:20:55.182 | Attempting uninstall: PyJWT 2022-02-14 18:20:55.184 | Found existing installation: PyJWT 1.7.1 2022-02-14 18:20:55.192 | Uninstalling PyJWT-1.7.1: 2022-02-14 18:20:55.221 | Successfully uninstalled PyJWT-1.7.1 2022-02-14 18:20:55.801 | Attempting uninstall: oauthlib 2022-02-14 18:20:55.803 | Found existing installation: oauthlib 3.1.0 2022-02-14 18:20:55.806 | Uninstalling oauthlib-3.1.0: 2022-02-14 18:20:55.834 | Successfully uninstalled oauthlib-3.1.0 2022-02-14 18:20:56.105 | Running setup.py develop for keystone 2022-02-14 18:20:58.054 | Successfully installed Flask-2.0.2 Flask-RESTful-0.3.9 PyJWT-2.3.0 Werkzeug-2.0.3 aniso8601-9.0.1 click-8.0.3 defusedxml-0.7.1 elementpath-2.4.0 itsdangerous-2.0.1 keystone oauthlib-3.2.0 passlib-1.7.4 pysaml2-7.1.0 scrypt-0.8.19 xmlschema-1.9.2 2022-02-14 18:20:58.055 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:20:58.061 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:20:58.061 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:20:58.206 | + inc/python:pip_install:200 : result=0 2022-02-14 18:20:58.208 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:20:58.210 | + functions-common:time_stop:2425 : local name 2022-02-14 18:20:58.212 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:20:58.214 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:20:58.216 | + functions-common:time_stop:2428 : local total 2022-02-14 18:20:58.219 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:20:58.221 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:20:58.223 | + functions-common:time_stop:2432 : start_time=1644862844211 2022-02-14 18:20:58.225 | + functions-common:time_stop:2434 : [[ -z 1644862844211 ]] 2022-02-14 18:20:58.228 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:20:58.231 | + functions-common:time_stop:2437 : end_time=1644862858229 2022-02-14 18:20:58.234 | + functions-common:time_stop:2438 : elapsed_time=14018 2022-02-14 18:20:58.236 | + functions-common:time_stop:2439 : total=51771 2022-02-14 18:20:58.238 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:20:58.240 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=65789 2022-02-14 18:20:58.242 | + inc/python:pip_install:203 : return 0 2022-02-14 18:20:58.244 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:20:58.246 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-14 18:20:58.249 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-14 18:20:58.268 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-14 18:20:58.279 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-02-14 18:20:58.282 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-02-14 18:20:58.285 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:20:58.287 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:20:58.289 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-02-14 18:20:58.292 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:20:58.294 | + lib/keystone:install_keystone:527 : is_service_enabled ldap 2022-02-14 18:20:58.310 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:58.312 | + lib/keystone:install_keystone:531 : '[' uwsgi == mod_wsgi ']' 2022-02-14 18:20:58.315 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:20:58.317 | + ./stack.sh:main:899 : configure_keystone 2022-02-14 18:20:58.319 | + lib/keystone:configure_keystone:186 : sudo install -d -o ubuntu /etc/keystone 2022-02-14 18:20:58.332 | + lib/keystone:configure_keystone:188 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-02-14 18:20:58.334 | + lib/keystone:configure_keystone:189 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-02-14 18:20:58.339 | + lib/keystone:configure_keystone:192 : is_service_enabled ldap 2022-02-14 18:20:58.354 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:58.357 | + lib/keystone:configure_keystone:196 : iniset /etc/keystone/keystone.conf identity driver sql 2022-02-14 18:20:58.386 | + lib/keystone:configure_keystone:197 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-02-14 18:20:58.413 | + lib/keystone:configure_keystone:198 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-02-14 18:20:58.442 | + lib/keystone:configure_keystone:199 : iniset /etc/keystone/keystone.conf role driver sql 2022-02-14 18:20:58.473 | + lib/keystone:configure_keystone:200 : iniset /etc/keystone/keystone.conf resource driver sql 2022-02-14 18:20:58.502 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf cache enabled True 2022-02-14 18:20:58.532 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-02-14 18:20:58.559 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-02-14 18:20:58.586 | + lib/keystone:configure_keystone:207 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-02-14 18:20:58.589 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-02-14 18:20:58.591 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-02-14 18:20:58.594 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-02-14 18:20:58.596 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-14 18:20:58.598 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:20:58.613 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:58.616 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-14 18:20:58.619 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-14 18:20:58.621 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:20:58.636 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:58.638 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:20:58.642 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:20:58.672 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:20:58.674 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:20:58.676 | + lib/keystone:configure_keystone:209 : local service_port=5000 2022-02-14 18:20:58.679 | + lib/keystone:configure_keystone:211 : is_service_enabled tls-proxy 2022-02-14 18:20:58.694 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:58.697 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.81/identity 2022-02-14 18:20:58.726 | + lib/keystone:configure_keystone:222 : [[ fernet != '' ]] 2022-02-14 18:20:58.728 | + lib/keystone:configure_keystone:223 : iniset /etc/keystone/keystone.conf token provider fernet 2022-02-14 18:20:58.759 | ++ lib/keystone:configure_keystone:226 : database_connection_url keystone 2022-02-14 18:20:58.761 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-02-14 18:20:58.763 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-02-14 18:20:58.766 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=keystone 2022-02-14 18:20:58.768 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-14 18:20:58.771 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-14 18:20:58.801 | + lib/keystone:configure_keystone:229 : '[' False '!=' False ']' 2022-02-14 18:20:58.803 | + lib/keystone:configure_keystone:234 : setup_logging /etc/keystone/keystone.conf 2022-02-14 18:20:58.806 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-02-14 18:20:58.808 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-02-14 18:20:58.811 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:20:58.827 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:20:58.830 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:20:58.832 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:20:58.834 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:20:58.837 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:20:58.864 | + 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' 2022-02-14 18:20:58.892 | + 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' 2022-02-14 18:20:58.919 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:20:58.946 | + lib/keystone:configure_keystone:236 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-02-14 18:20:58.974 | + lib/keystone:configure_keystone:238 : '[' uwsgi == mod_wsgi ']' 2022-02-14 18:20:58.976 | + lib/keystone:configure_keystone:242 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-02-14 18:20:58.978 | + lib/apache:write_uwsgi_config:249 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-02-14 18:20:58.981 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-02-14 18:20:58.983 | + lib/apache:write_uwsgi_config:251 : local url=/identity 2022-02-14 18:20:58.985 | + lib/apache:write_uwsgi_config:252 : local http= 2022-02-14 18:20:58.987 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-14 18:20:58.990 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/keystone-wsgi-public 2022-02-14 18:20:58.994 | + lib/apache:write_uwsgi_config:254 : name=keystone-wsgi-public 2022-02-14 18:20:58.996 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-14 18:20:58.999 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-14 18:20:59.011 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-14 18:20:59.011 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:20:59.020 | d /var/run/uwsgi 0755 ubuntu root 2022-02-14 18:20:59.023 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:20:59.039 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-02-14 18:20:59.041 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-02-14 18:20:59.045 | + lib/apache:write_uwsgi_config:270 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-02-14 18:20:59.073 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-02-14 18:20:59.100 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-02-14 18:20:59.127 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-02-14 18:20:59.153 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-02-14 18:20:59.180 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-02-14 18:20:59.207 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-02-14 18:20:59.234 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-02-14 18:20:59.261 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-02-14 18:20:59.288 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:20:59.315 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-02-14 18:20:59.342 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-02-14 18:20:59.369 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-02-14 18:20:59.396 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-02-14 18:20:59.399 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-02-14 18:20:59.402 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for keystone-wsgi-public 2022-02-14 18:20:59.404 | ++ lib/apache:apache_site_config_for:181 : local site=keystone-wsgi-public 2022-02-14 18:20:59.406 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-14 18:20:59.408 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:59.411 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:59.413 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-14 18:20:59.416 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-14 18:20:59.418 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-02-14 18:20:59.446 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-02-14 18:20:59.474 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-02-14 18:20:59.475 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-14 18:20:59.483 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-02-14 18:20:59.486 | + lib/apache:write_uwsgi_config:302 : enable_apache_site keystone-wsgi-public 2022-02-14 18:20:59.489 | + lib/apache:enable_apache_site:198 : local site=keystone-wsgi-public 2022-02-14 18:20:59.491 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-14 18:20:59.493 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-14 18:20:59.495 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:20:59.498 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:59.500 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:59.503 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-14 18:20:59.505 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-14 18:20:59.507 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:20:59.509 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:20:59.512 | + lib/apache:enable_apache_site:202 : sudo a2ensite keystone-wsgi-public 2022-02-14 18:20:59.572 | Enabling site keystone-wsgi-public. 2022-02-14 18:20:59.578 | To activate the new configuration, you need to run: 2022-02-14 18:20:59.578 | systemctl reload apache2 2022-02-14 18:20:59.582 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-02-14 18:20:59.584 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:20:59.586 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:20:59.589 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:20:59.713 | + lib/keystone:configure_keystone:245 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-02-14 18:20:59.744 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-02-14 18:20:59.775 | + lib/keystone:configure_keystone:249 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-02-14 18:20:59.805 | + lib/keystone:configure_keystone:257 : [[ True = True ]] 2022-02-14 18:20:59.807 | + lib/keystone:configure_keystone:258 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-02-14 18:20:59.837 | + lib/keystone:configure_keystone:259 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-02-14 18:20:59.865 | + lib/keystone:configure_keystone:260 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-02-14 18:20:59.893 | + ./stack.sh:main:903 : is_service_enabled swift 2022-02-14 18:20:59.909 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:20:59.911 | + ./stack.sh:main:904 : is_service_enabled ceilometer 2022-02-14 18:20:59.928 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:20:59.931 | + ./stack.sh:main:907 : stack_install_service swift 2022-02-14 18:20:59.933 | + lib/stack:stack_install_service:20 : local service=swift 2022-02-14 18:20:59.935 | + lib/stack:stack_install_service:21 : type install_swift 2022-02-14 18:20:59.938 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:20:59.941 | + lib/stack:stack_install_service:32 : install_swift 2022-02-14 18:20:59.943 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-02-14 18:20:59.945 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-02-14 18:20:59.947 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-02-14 18:20:59.950 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:20:59.952 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:20:59.956 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:20:59.958 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:20:59.961 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:20:59.963 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:20:59.980 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:20:59.987 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:20:59.987 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:59.988 | + functions-common:git_clone:629 : echo master 2022-02-14 18:20:59.988 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:20:59.993 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-02-14 18:20:59.995 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:20:59.997 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-02-14 18:21:00.001 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:21:00.001 | + functions-common:git_clone:678 : head -1 2022-02-14 18:21:00.009 | 975d3dbcf AUTHORS/CHANGELOG for 2.29.0 2022-02-14 18:21:00.012 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:21:00.014 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-02-14 18:21:00.025 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:21:00.025 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-02-14 18:21:00.025 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-02-14 18:21:00.025 | + inc/python:setup_develop:344 : local extras=keystone 2022-02-14 18:21:00.026 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-02-14 18:21:00.029 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:21:00.032 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-02-14 18:21:00.034 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-02-14 18:21:00.037 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:21:00.039 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-02-14 18:21:00.042 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-02-14 18:21:00.045 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:21:00.053 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-02-14 18:21:00.053 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:21:00.054 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:21:00.056 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-02-14 18:21:00.061 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-02-14 18:21:00.064 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-02-14 18:21:00.708 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-02-14 18:21:00.710 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:21:00.712 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:21:00.715 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:21:00.718 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-02-14 18:21:00.720 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-02-14 18:21:00.722 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:21:00.724 | + inc/python:setup_package:428 : local extras=keystone 2022-02-14 18:21:00.726 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:21:00.729 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-02-14 18:21:00.731 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-02-14 18:21:00.733 | + inc/python:setup_package:438 : extras='[keystone]' 2022-02-14 18:21:00.735 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:21:00.738 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-02-14 18:21:00.758 | Using python 3.8 to install /opt/stack/swift 2022-02-14 18:21:00.760 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-02-14 18:21:01.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:01.510 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:01.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:01.510 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:02.613 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:21:02.638 | Obtaining file:///opt/stack/swift 2022-02-14 18:21:02.638 | Preparing metadata (setup.py): started 2022-02-14 18:21:03.786 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:03.892 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (0.33.0) 2022-02-14 18:21:03.893 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (1.1.2) 2022-02-14 18:21:03.894 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (0.11.0) 2022-02-14 18:21:03.895 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (2.1.1) 2022-02-14 18:21:04.798 | Collecting lxml>=3.4.1 2022-02-14 18:21:04.823 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09b/738360af8cb2d/lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2022-02-14 18:21:04.997 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (2.27.1) 2022-02-14 18:21:05.000 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (1.16.0) 2022-02-14 18:21:05.108 | Collecting xattr>=0.4 2022-02-14 18:21:05.115 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01e/c07d24a14406b/xattr-0.9.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35 kB) 2022-02-14 18:21:05.153 | Collecting PyECLib>=1.3.1 2022-02-14 18:21:05.194 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-02-14 18:21:05.511 | Preparing metadata (setup.py): started 2022-02-14 18:21:06.140 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:06.144 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (36.0.1) 2022-02-14 18:21:06.145 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0) (9.3.0) 2022-02-14 18:21:06.185 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.0) (1.15.0) 2022-02-14 18:21:06.192 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.0) (2.1.0) 2022-02-14 18:21:06.248 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (8.7.1) 2022-02-14 18:21:06.249 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (5.8.1) 2022-02-14 18:21:06.250 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (4.2.0) 2022-02-14 18:21:06.251 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (4.6.1) 2022-02-14 18:21:06.252 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (4.4.0) 2022-02-14 18:21:06.253 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (4.12.1) 2022-02-14 18:21:06.254 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (1.8.7) 2022-02-14 18:21:06.256 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (2.10.0) 2022-02-14 18:21:06.257 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (4.4.0) 2022-02-14 18:21:06.258 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (3.4.0) 2022-02-14 18:21:06.259 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (5.1.0) 2022-02-14 18:21:06.260 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0) (3.1.1) 2022-02-14 18:21:06.284 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.29.0) (60.8.2) 2022-02-14 18:21:06.315 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.0) (2019.11.28) 2022-02-14 18:21:06.318 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0) (2.0.12) 2022-02-14 18:21:06.320 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0) (3.3) 2022-02-14 18:21:06.321 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0) (1.26.8) 2022-02-14 18:21:06.345 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.0) (2.21) 2022-02-14 18:21:06.474 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0) (3.5.0) 2022-02-14 18:21:06.475 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.0.2) 2022-02-14 18:21:06.476 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.7.0) 2022-02-14 18:21:06.520 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.1.5) 2022-02-14 18:21:06.563 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0) (2.4.0) 2022-02-14 18:21:06.564 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0) (6.0) 2022-02-14 18:21:06.565 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.5.0) 2022-02-14 18:21:06.567 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0) (0.8.0) 2022-02-14 18:21:06.629 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0) (0.9.6) 2022-02-14 18:21:06.631 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0) (2.8.2) 2022-02-14 18:21:06.644 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0) (2021.3) 2022-02-14 18:21:06.646 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.0.3) 2022-02-14 18:21:06.664 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0) (21.3) 2022-02-14 18:21:06.665 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0) (3.0.7) 2022-02-14 18:21:06.771 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0) (1.13.3) 2022-02-14 18:21:06.787 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0) (5.1.1) 2022-02-14 18:21:07.075 | Building wheels for collected packages: PyECLib 2022-02-14 18:21:07.076 | Building wheel for PyECLib (setup.py): started 2022-02-14 18:21:08.345 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-02-14 18:21:08.346 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55544 sha256=54d3da0419764b4339c9d0fc2525f6faf6a46ad56b5600fbe0e2d36e70b125c5 2022-02-14 18:21:08.346 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-02-14 18:21:08.350 | Successfully built PyECLib 2022-02-14 18:21:09.735 | Installing collected packages: xattr, PyECLib, lxml, swift 2022-02-14 18:21:10.271 | Running setup.py develop for swift 2022-02-14 18:21:12.043 | Successfully installed PyECLib-1.6.0 lxml-4.7.1 swift xattr-0.9.9 2022-02-14 18:21:12.043 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:21:12.050 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:21:12.050 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:21:12.191 | + inc/python:pip_install:200 : result=0 2022-02-14 18:21:12.193 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:21:12.196 | + functions-common:time_stop:2425 : local name 2022-02-14 18:21:12.198 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:21:12.200 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:21:12.203 | + functions-common:time_stop:2428 : local total 2022-02-14 18:21:12.205 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:21:12.208 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:21:12.210 | + functions-common:time_stop:2432 : start_time=1644862860752 2022-02-14 18:21:12.212 | + functions-common:time_stop:2434 : [[ -z 1644862860752 ]] 2022-02-14 18:21:12.215 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:21:12.219 | + functions-common:time_stop:2437 : end_time=1644862872216 2022-02-14 18:21:12.221 | + functions-common:time_stop:2438 : elapsed_time=11464 2022-02-14 18:21:12.223 | + functions-common:time_stop:2439 : total=65789 2022-02-14 18:21:12.225 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:21:12.227 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=77253 2022-02-14 18:21:12.229 | + inc/python:pip_install:203 : return 0 2022-02-14 18:21:12.232 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:21:12.234 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-14 18:21:12.236 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-14 18:21:12.255 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-14 18:21:12.267 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-02-14 18:21:12.269 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-02-14 18:21:12.271 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:21:12.274 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:21:12.276 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-02-14 18:21:12.278 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:21:12.281 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-02-14 18:21:12.283 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:21:12.285 | + ./stack.sh:main:908 : configure_swift 2022-02-14 18:21:12.288 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-02-14 18:21:12.290 | + lib/swift:configure_swift:335 : local node_number 2022-02-14 18:21:12.292 | + lib/swift:configure_swift:336 : local swift_node_config 2022-02-14 18:21:12.294 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-02-14 18:21:12.296 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-14 18:21:13.366 | No account-server running 2022-02-14 18:21:13.366 | No object-replicator running 2022-02-14 18:21:13.366 | No object-server running 2022-02-14 18:21:13.366 | No account-auditor running 2022-02-14 18:21:13.366 | No account-replicator running 2022-02-14 18:21:13.366 | No container-replicator running 2022-02-14 18:21:13.366 | No container-server running 2022-02-14 18:21:13.366 | No container-sync running 2022-02-14 18:21:13.366 | No container-auditor running 2022-02-14 18:21:13.366 | No container-updater running 2022-02-14 18:21:13.366 | No object-reconstructor running 2022-02-14 18:21:13.366 | No container-sharder running 2022-02-14 18:21:13.366 | No account-reaper running 2022-02-14 18:21:13.366 | No proxy-server running 2022-02-14 18:21:13.366 | No object-expirer running 2022-02-14 18:21:13.366 | No object-updater running 2022-02-14 18:21:13.366 | No container-reconciler running 2022-02-14 18:21:13.366 | No object-auditor running 2022-02-14 18:21:13.443 | + lib/swift:configure_swift:340 : true 2022-02-14 18:21:13.445 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-02-14 18:21:13.458 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-02-14 18:21:13.469 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-02-14 18:21:13.472 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-02-14 18:21:13.473 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-02-14 18:21:13.477 | + lib/swift:configure_swift:354 : sed -e ' 2022-02-14 18:21:13.477 | s/%GROUP%/ubuntu/; 2022-02-14 18:21:13.477 | s/%USER%/ubuntu/; 2022-02-14 18:21:13.477 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-02-14 18:21:13.477 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-02-14 18:21:13.481 | uid = ubuntu 2022-02-14 18:21:13.481 | gid = ubuntu 2022-02-14 18:21:13.481 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-02-14 18:21:13.481 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-02-14 18:21:13.481 | address = 127.0.0.1 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | [account6612] 2022-02-14 18:21:13.481 | max connections = 25 2022-02-14 18:21:13.481 | path = /opt/stack/data/swift/1/node/ 2022-02-14 18:21:13.481 | read only = false 2022-02-14 18:21:13.481 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | [account6622] 2022-02-14 18:21:13.481 | max connections = 25 2022-02-14 18:21:13.481 | path = /opt/stack/data/swift/2/node/ 2022-02-14 18:21:13.481 | read only = false 2022-02-14 18:21:13.481 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | [account6632] 2022-02-14 18:21:13.481 | max connections = 25 2022-02-14 18:21:13.481 | path = /opt/stack/data/swift/3/node/ 2022-02-14 18:21:13.481 | read only = false 2022-02-14 18:21:13.481 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | [account6642] 2022-02-14 18:21:13.481 | max connections = 25 2022-02-14 18:21:13.481 | path = /opt/stack/data/swift/4/node/ 2022-02-14 18:21:13.481 | read only = false 2022-02-14 18:21:13.481 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | 2022-02-14 18:21:13.481 | [container6611] 2022-02-14 18:21:13.481 | max connections = 25 2022-02-14 18:21:13.482 | path = /opt/stack/data/swift/1/node/ 2022-02-14 18:21:13.482 | read only = false 2022-02-14 18:21:13.482 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-02-14 18:21:13.482 | 2022-02-14 18:21:13.482 | [container6621] 2022-02-14 18:21:13.482 | max connections = 25 2022-02-14 18:21:13.482 | path = /opt/stack/data/swift/2/node/ 2022-02-14 18:21:13.482 | read only = false 2022-02-14 18:21:13.482 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-02-14 18:21:13.482 | 2022-02-14 18:21:13.482 | [container6631] 2022-02-14 18:21:13.482 | max connections = 25 2022-02-14 18:21:13.482 | path = /opt/stack/data/swift/3/node/ 2022-02-14 18:21:13.482 | read only = false 2022-02-14 18:21:13.482 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-02-14 18:21:13.482 | 2022-02-14 18:21:13.482 | [container6641] 2022-02-14 18:21:13.482 | max connections = 25 2022-02-14 18:21:13.482 | path = /opt/stack/data/swift/4/node/ 2022-02-14 18:21:13.482 | read only = false 2022-02-14 18:21:13.482 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-02-14 18:21:13.482 | 2022-02-14 18:21:13.482 | 2022-02-14 18:21:13.483 | [object6613] 2022-02-14 18:21:13.483 | max connections = 25 2022-02-14 18:21:13.483 | path = /opt/stack/data/swift/1/node/ 2022-02-14 18:21:13.483 | read only = false 2022-02-14 18:21:13.483 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-02-14 18:21:13.483 | 2022-02-14 18:21:13.483 | [object6623] 2022-02-14 18:21:13.483 | max connections = 25 2022-02-14 18:21:13.483 | path = /opt/stack/data/swift/2/node/ 2022-02-14 18:21:13.483 | read only = false 2022-02-14 18:21:13.483 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-02-14 18:21:13.483 | 2022-02-14 18:21:13.483 | [object6633] 2022-02-14 18:21:13.483 | max connections = 25 2022-02-14 18:21:13.483 | path = /opt/stack/data/swift/3/node/ 2022-02-14 18:21:13.483 | read only = false 2022-02-14 18:21:13.483 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-02-14 18:21:13.483 | 2022-02-14 18:21:13.483 | [object6643] 2022-02-14 18:21:13.483 | max connections = 25 2022-02-14 18:21:13.483 | path = /opt/stack/data/swift/4/node/ 2022-02-14 18:21:13.483 | read only = false 2022-02-14 18:21:13.483 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-02-14 18:21:13.484 | + lib/swift:configure_swift:360 : is_ubuntu 2022-02-14 18:21:13.486 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:13.488 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:13.490 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-02-14 18:21:13.512 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-02-14 18:21:13.514 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-02-14 18:21:13.519 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-02-14 18:21:13.523 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-02-14 18:21:13.525 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-02-14 18:21:13.529 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-02-14 18:21:13.557 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.81:8080/v1/ 2022-02-14 18:21:13.582 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-02-14 18:21:13.599 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-02-14 18:21:13.626 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-02-14 18:21:13.643 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-02-14 18:21:13.670 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-02-14 18:21:13.687 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-02-14 18:21:13.714 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-02-14 18:21:13.732 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-02-14 18:21:13.759 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-02-14 18:21:13.776 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-02-14 18:21:13.804 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-02-14 18:21:13.821 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-02-14 18:21:13.836 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:13.838 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-02-14 18:21:13.866 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-02-14 18:21:13.892 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-02-14 18:21:13.919 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-02-14 18:21:13.944 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-02-14 18:21:13.960 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:13.962 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-02-14 18:21:13.988 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-02-14 18:21:14.002 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:14.004 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-02-14 18:21:14.019 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:14.021 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-02-14 18:21:14.023 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-02-14 18:21:14.038 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:14.040 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-02-14 18:21:14.042 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-02-14 18:21:14.044 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-02-14 18:21:14.049 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-02-14 18:21:14.061 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-02-14 18:21:14.087 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-02-14 18:21:14.114 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-02-14 18:21:14.142 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-02-14 18:21:14.171 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-02-14 18:21:14.197 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-02-14 18:21:14.199 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/swift/proxy-server.conf 2022-02-14 18:21:14.202 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=swift 2022-02-14 18:21:14.204 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=filter:authtoken 2022-02-14 18:21:14.206 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-02-14 18:21:14.233 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-02-14 18:21:14.259 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:21:14.286 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-02-14 18:21:14.312 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-02-14 18:21:14.339 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-02-14 18:21:14.365 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-02-14 18:21:14.392 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-02-14 18:21:14.418 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:21:14.444 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-02-14 18:21:14.471 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-02-14 18:21:14.497 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-02-14 18:21:14.524 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-02-14 18:21:14.550 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-02-14 18:21:14.580 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-02-14 18:21:14.606 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-02-14 18:21:14.624 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-02-14 18:21:14.651 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-02-14 18:21:14.677 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-02-14 18:21:14.682 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-02-14 18:21:14.709 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-02-14 18:21:14.735 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-02-14 18:21:14.761 | + lib/swift:configure_swift:478 : local node_number 2022-02-14 18:21:14.763 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-14 18:21:14.766 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-14 18:21:14.768 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-02-14 18:21:14.772 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-02-14 18:21:14.774 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-14 18:21:14.776 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-14 18:21:14.778 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-02-14 18:21:14.780 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-02-14 18:21:14.782 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-14 18:21:14.784 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-14 18:21:14.787 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-02-14 18:21:14.804 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-02-14 18:21:14.832 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-02-14 18:21:14.849 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-02-14 18:21:14.877 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-02-14 18:21:14.894 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-14 18:21:14.922 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-02-14 18:21:14.940 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-14 18:21:14.967 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-02-14 18:21:14.985 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-14 18:21:15.012 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-02-14 18:21:15.031 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-02-14 18:21:15.059 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-02-14 18:21:15.076 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-02-14 18:21:15.104 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-02-14 18:21:15.122 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-02-14 18:21:15.149 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-02-14 18:21:15.167 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-02-14 18:21:15.194 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-02-14 18:21:15.199 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-02-14 18:21:15.216 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-14 18:21:15.245 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-02-14 18:21:15.286 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-02-14 18:21:15.288 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-02-14 18:21:15.292 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-02-14 18:21:15.294 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-02-14 18:21:15.297 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-14 18:21:15.299 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-02-14 18:21:15.301 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-02-14 18:21:15.304 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-14 18:21:15.306 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-14 18:21:15.308 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-02-14 18:21:15.325 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-02-14 18:21:15.353 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-02-14 18:21:15.370 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-02-14 18:21:15.398 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-02-14 18:21:15.416 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-14 18:21:15.442 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-02-14 18:21:15.460 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-14 18:21:15.488 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-02-14 18:21:15.506 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-14 18:21:15.535 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-02-14 18:21:15.552 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-02-14 18:21:15.580 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-02-14 18:21:15.598 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-02-14 18:21:15.626 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-02-14 18:21:15.644 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-02-14 18:21:15.672 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-02-14 18:21:15.689 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-02-14 18:21:15.716 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-02-14 18:21:15.722 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-02-14 18:21:15.739 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-14 18:21:15.767 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-02-14 18:21:15.769 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-02-14 18:21:15.773 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-02-14 18:21:15.776 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-02-14 18:21:15.778 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-14 18:21:15.780 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-02-14 18:21:15.783 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-02-14 18:21:15.785 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-14 18:21:15.787 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-14 18:21:15.789 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-02-14 18:21:15.806 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-02-14 18:21:15.835 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-02-14 18:21:15.852 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-02-14 18:21:15.880 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-02-14 18:21:15.897 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-14 18:21:15.924 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-02-14 18:21:15.942 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-14 18:21:15.970 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-02-14 18:21:15.987 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-14 18:21:16.016 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-02-14 18:21:16.033 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-02-14 18:21:16.060 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-02-14 18:21:16.079 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-02-14 18:21:16.106 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-02-14 18:21:16.124 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-02-14 18:21:16.152 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-02-14 18:21:16.169 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-02-14 18:21:16.196 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-02-14 18:21:16.201 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-02-14 18:21:16.219 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-14 18:21:16.247 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-02-14 18:21:16.274 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-02-14 18:21:16.301 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-02-14 18:21:16.329 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-02-14 18:21:16.331 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-02-14 18:21:16.335 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-02-14 18:21:16.363 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-02-14 18:21:16.391 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-02-14 18:21:16.418 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-02-14 18:21:16.446 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-02-14 18:21:16.474 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-02-14 18:21:16.501 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-02-14 18:21:16.527 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-02-14 18:21:16.555 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-02-14 18:21:16.581 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-02-14 18:21:16.597 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:16.599 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-02-14 18:21:16.617 | + lib/swift:configure_swift:521 : local auth_vers 2022-02-14 18:21:16.620 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-02-14 18:21:16.639 | + lib/swift:configure_swift:522 : auth_vers=3 2022-02-14 18:21:16.641 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.81 2022-02-14 18:21:16.668 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-02-14 18:21:16.671 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-02-14 18:21:16.697 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.81/identity 2022-02-14 18:21:16.726 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-02-14 18:21:16.728 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-02-14 18:21:16.754 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-02-14 18:21:16.770 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:16.772 | + lib/swift:configure_swift:541 : local user_group 2022-02-14 18:21:16.775 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-02-14 18:21:16.780 | + lib/swift:configure_swift:542 : user_group=1000 2022-02-14 18:21:16.782 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-02-14 18:21:16.795 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-02-14 18:21:16.797 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-02-14 18:21:16.809 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-02-14 18:21:16.811 | + lib/swift:configure_swift:548 : is_suse 2022-02-14 18:21:16.813 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:21:16.815 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:21:16.817 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:21:16.820 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:21:16.822 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:21:16.824 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:21:16.827 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-02-14 18:21:16.838 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-02-14 18:21:16.841 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-02-14 18:21:16.844 | + ./stack.sh:main:911 : is_service_enabled s3api 2022-02-14 18:21:16.861 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:16.863 | + ./stack.sh:main:917 : is_service_enabled g-api n-api 2022-02-14 18:21:16.880 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:16.882 | + ./stack.sh:main:919 : stack_install_service glance 2022-02-14 18:21:16.884 | + lib/stack:stack_install_service:20 : local service=glance 2022-02-14 18:21:16.887 | + lib/stack:stack_install_service:21 : type install_glance 2022-02-14 18:21:16.890 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:21:16.892 | + lib/stack:stack_install_service:32 : install_glance 2022-02-14 18:21:16.894 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-02-14 18:21:16.897 | + lib/glance:install_glance:507 : local glance_store_extras 2022-02-14 18:21:16.899 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-02-14 18:21:16.916 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:16.919 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-02-14 18:21:16.921 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-02-14 18:21:16.937 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:16.940 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-02-14 18:21:16.942 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-02-14 18:21:16.945 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-02-14 18:21:16.947 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:21:16.950 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:21:16.953 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-02-14 18:21:16.956 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:21:16.959 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-02-14 18:21:16.961 | ++ inc/python:join_extras:29 : local IFS=, 2022-02-14 18:21:16.964 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-02-14 18:21:16.967 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-02-14 18:21:16.970 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-02-14 18:21:16.972 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-02-14 18:21:16.974 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-02-14 18:21:16.978 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-02-14 18:21:16.980 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-02-14 18:21:16.983 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-02-14 18:21:16.986 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:21:16.987 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-02-14 18:21:16.992 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-02-14 18:21:16.994 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-02-14 18:21:16.997 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-02-14 18:21:16.999 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-02-14 18:21:17.002 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-02-14 18:21:17.023 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-02-14 18:21:17.026 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-02-14 18:21:17.784 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:17.784 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:17.784 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:17.784 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:18.880 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:21:19.023 | Collecting glance-store[cinder,swift]!=0.29.0 2022-02-14 18:21:19.030 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-02-14 18:21:19.121 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-14 18:21:19.122 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-02-14 18:21:19.124 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-02-14 18:21:19.125 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-02-14 18:21:19.126 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-02-14 18:21:19.127 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-02-14 18:21:19.128 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-14 18:21:19.129 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-14 18:21:19.130 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-14 18:21:19.131 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-02-14 18:21:19.132 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.1) 2022-02-14 18:21:19.133 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-02-14 18:21:19.202 | Collecting python-swiftclient>=3.2.0 2022-02-14 18:21:19.209 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/608/7037ee88a4c70/python_swiftclient-3.13.0-py2.py3-none-any.whl (86 kB) 2022-02-14 18:21:19.216 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-02-14 18:21:19.218 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-02-14 18:21:19.306 | Collecting python-cinderclient>=4.1.0 2022-02-14 18:21:19.314 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0e/c7c9b81aae920/python_cinderclient-8.2.0-py3-none-any.whl (253 kB) 2022-02-14 18:21:19.475 | Collecting os-brick>=2.6.0 2022-02-14 18:21:19.482 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/22c/582494b146f9f/os_brick-5.1.0-py3-none-any.whl (257 kB) 2022-02-14 18:21:19.495 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.0) 2022-02-14 18:21:19.504 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-02-14 18:21:19.505 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2022-02-14 18:21:19.518 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.7) 2022-02-14 18:21:19.586 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-02-14 18:21:19.588 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.8.1) 2022-02-14 18:21:19.589 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-02-14 18:21:19.612 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-02-14 18:21:19.614 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-02-14 18:21:19.615 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.1) 2022-02-14 18:21:19.617 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-02-14 18:21:19.618 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-02-14 18:21:19.631 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-02-14 18:21:19.671 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-02-14 18:21:19.672 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-02-14 18:21:19.673 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.4.0) 2022-02-14 18:21:19.674 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-02-14 18:21:19.693 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-02-14 18:21:19.696 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-02-14 18:21:19.710 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2022-02-14 18:21:19.725 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-02-14 18:21:19.727 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-02-14 18:21:19.746 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-14 18:21:19.746 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-02-14 18:21:19.829 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.12) 2022-02-14 18:21:19.831 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-02-14 18:21:19.832 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-02-14 18:21:19.833 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.8) 2022-02-14 18:21:19.882 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-02-14 18:21:19.908 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2022-02-14 18:21:20.127 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-02-14 18:21:20.132 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-02-14 18:21:20.162 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-02-14 18:21:20.163 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-02-14 18:21:20.165 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-02-14 18:21:20.167 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-02-14 18:21:20.169 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-14 18:21:20.171 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-14 18:21:20.224 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-02-14 18:21:20.390 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-02-14 18:21:20.413 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (60.8.2) 2022-02-14 18:21:20.495 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-02-14 18:21:20.639 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-02-14 18:21:22.242 | Installing collected packages: python-swiftclient, python-cinderclient, os-brick, glance-store 2022-02-14 18:21:23.549 | Successfully installed glance-store-2.7.0 os-brick-5.1.0 python-cinderclient-8.2.0 python-swiftclient-3.13.0 2022-02-14 18:21:23.549 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:21:23.555 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:21:23.555 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:21:23.677 | + inc/python:pip_install:200 : result=0 2022-02-14 18:21:23.679 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:21:23.682 | + functions-common:time_stop:2425 : local name 2022-02-14 18:21:23.684 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:21:23.687 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:21:23.689 | + functions-common:time_stop:2428 : local total 2022-02-14 18:21:23.691 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:21:23.693 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:21:23.696 | + functions-common:time_stop:2432 : start_time=1644862877018 2022-02-14 18:21:23.698 | + functions-common:time_stop:2434 : [[ -z 1644862877018 ]] 2022-02-14 18:21:23.701 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:21:23.705 | + functions-common:time_stop:2437 : end_time=1644862883703 2022-02-14 18:21:23.707 | + functions-common:time_stop:2438 : elapsed_time=6685 2022-02-14 18:21:23.710 | + functions-common:time_stop:2439 : total=77253 2022-02-14 18:21:23.712 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:21:23.714 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=83938 2022-02-14 18:21:23.717 | + inc/python:pip_install:203 : return 0 2022-02-14 18:21:23.719 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-02-14 18:21:23.722 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-02-14 18:21:23.724 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-02-14 18:21:23.737 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-02-14 18:21:23.742 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-02-14 18:21:23.744 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-02-14 18:21:23.746 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-02-14 18:21:23.749 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:21:23.751 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:21:23.754 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:21:23.757 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:21:23.759 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:21:23.762 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:21:23.778 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:21:23.780 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:21:23.782 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:21:23.785 | + functions-common:git_clone:629 : echo master 2022-02-14 18:21:23.785 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:21:23.790 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-02-14 18:21:23.793 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:21:23.795 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-02-14 18:21:23.798 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:21:23.799 | + functions-common:git_clone:678 : head -1 2022-02-14 18:21:23.802 | 4f4fc9b15 Merge "Remove six.assertRaisesRegex usage" 2022-02-14 18:21:23.805 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:21:23.807 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-02-14 18:21:23.810 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:21:23.813 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-02-14 18:21:23.815 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-02-14 18:21:23.818 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:21:23.820 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-02-14 18:21:23.823 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:21:23.825 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-02-14 18:21:23.828 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-02-14 18:21:23.830 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:21:23.833 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:21:23.836 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-02-14 18:21:23.838 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:21:23.841 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-02-14 18:21:23.844 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:21:23.846 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:21:23.849 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-02-14 18:21:23.855 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-02-14 18:21:23.858 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-02-14 18:21:24.505 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-02-14 18:21:24.507 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:21:24.509 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:21:24.512 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:21:24.514 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-02-14 18:21:24.516 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-02-14 18:21:24.519 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:21:24.521 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:21:24.523 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:21:24.526 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:21:24.528 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:21:24.530 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:21:24.533 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:21:24.535 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-02-14 18:21:24.556 | Using python 3.8 to install /opt/stack/glance 2022-02-14 18:21:24.558 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-02-14 18:21:25.328 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:25.328 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:25.328 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:25.328 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:26.431 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:21:26.457 | Obtaining file:///opt/stack/glance 2022-02-14 18:21:26.458 | Preparing metadata (setup.py): started 2022-02-14 18:21:27.606 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:27.749 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (5.8.1) 2022-02-14 18:21:27.751 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (0.7.1) 2022-02-14 18:21:27.751 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.4.31) 2022-02-14 18:21:27.752 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (0.33.0) 2022-02-14 18:21:27.753 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.1.1) 2022-02-14 18:21:27.754 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.5.1) 2022-02-14 18:21:27.756 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.8.7) 2022-02-14 18:21:27.756 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (0.4.2) 2022-02-14 18:21:27.757 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.7.6) 2022-02-14 18:21:27.758 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (0.20.4) 2022-02-14 18:21:27.760 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (8.7.1) 2022-02-14 18:21:27.761 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.5.0) 2022-02-14 18:21:27.762 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.4.0) 2022-02-14 18:21:27.763 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.4.0) 2022-02-14 18:21:27.764 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.12.1) 2022-02-14 18:21:27.765 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.5.0) 2022-02-14 18:21:27.766 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.4.0) 2022-02-14 18:21:27.913 | Collecting taskflow>=4.0.0 2022-02-14 18:21:27.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/183/3acd77ad44676/taskflow-4.6.4-py3-none-any.whl (492 kB) 2022-02-14 18:21:27.940 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.4.0) 2022-02-14 18:21:27.942 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (9.3.0) 2022-02-14 18:21:27.984 | Collecting WSME>=0.8.0 2022-02-14 18:21:27.990 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-02-14 18:21:27.995 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.0.0) 2022-02-14 18:21:27.996 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.5.0) 2022-02-14 18:21:27.997 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==24.0.0.dev61) (3.2.0) 2022-02-14 18:21:27.998 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.4.0) 2022-02-14 18:21:27.999 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (22.0.0) 2022-02-14 18:21:28.000 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.16.0) 2022-02-14 18:21:28.001 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (11.1.0) 2022-02-14 18:21:28.002 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (5.1.0) 2022-02-14 18:21:28.041 | Collecting oslo.limit>=1.4.0 2022-02-14 18:21:28.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/732a4a0a011f0/oslo.limit-1.5.0-py3-none-any.whl (19 kB) 2022-02-14 18:21:28.052 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.6.1) 2022-02-14 18:21:28.053 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (12.12.0) 2022-02-14 18:21:28.054 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (4.5.0) 2022-02-14 18:21:28.055 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.3.0) 2022-02-14 18:21:28.056 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.10.1) 2022-02-14 18:21:28.087 | Collecting retrying!=1.3.0,>=1.2.3 2022-02-14 18:21:28.093 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-02-14 18:21:28.097 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (3.4.2) 2022-02-14 18:21:28.098 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.7.0) 2022-02-14 18:21:28.099 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (2.4.0) 2022-02-14 18:21:28.100 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (36.0.1) 2022-02-14 18:21:28.130 | Collecting cursive>=0.2.1 2022-02-14 18:21:28.136 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-02-14 18:21:28.140 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (1.0.2) 2022-02-14 18:21:28.141 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.0.0.dev61) (5.5.0) 2022-02-14 18:21:28.226 | Collecting castellan>=0.17.0 2022-02-14 18:21:28.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/81007564c6f1d/castellan-3.10.0-py3-none-any.whl (96 kB) 2022-02-14 18:21:28.258 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev61) (4.11.0) 2022-02-14 18:21:28.259 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev61) (1.1.6) 2022-02-14 18:21:28.260 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.0.0.dev61) (5.4.0) 2022-02-14 18:21:28.281 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.0.0.dev61) (2.27.1) 2022-02-14 18:21:28.344 | Collecting python-barbicanclient>=4.5.2 2022-02-14 18:21:28.351 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-02-14 18:21:28.397 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==24.0.0.dev61) (1.15.0) 2022-02-14 18:21:28.420 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==24.0.0.dev61) (4.2.0) 2022-02-14 18:21:28.428 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==24.0.0.dev61) (1.13.3) 2022-02-14 18:21:28.443 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.0.0.dev61) (2.1.0) 2022-02-14 18:21:28.444 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.0.0.dev61) (1.1.2) 2022-02-14 18:21:28.535 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==24.0.0.dev61) (3.0.7) 2022-02-14 18:21:28.612 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==24.0.0.dev61) (1.7.0) 2022-02-14 18:21:28.691 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.0.0.dev61) (3.1.1) 2022-02-14 18:21:28.692 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.0.0.dev61) (2.10.0) 2022-02-14 18:21:28.726 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==24.0.0.dev61) (0.17.3) 2022-02-14 18:21:28.768 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev61) (1.5.0) 2022-02-14 18:21:28.770 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev61) (6.0) 2022-02-14 18:21:28.772 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.0.0.dev61) (0.8.0) 2022-02-14 18:21:28.830 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev61) (2.0.1) 2022-02-14 18:21:28.833 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev61) (0.13.0) 2022-02-14 18:21:28.834 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.0.0.dev61) (0.5.0) 2022-02-14 18:21:28.860 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==24.0.0.dev61) (0.61.0) 2022-02-14 18:21:28.906 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.0.0.dev61) (2.8.2) 2022-02-14 18:21:28.910 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.0.0.dev61) (0.9.6) 2022-02-14 18:21:28.966 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (5.0.0) 2022-02-14 18:21:28.968 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (0.4.0) 2022-02-14 18:21:28.970 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (5.0.9) 2022-02-14 18:21:28.973 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (5.2.3) 2022-02-14 18:21:28.975 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (2.8.0) 2022-02-14 18:21:28.998 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev61) (3.2.0) 2022-02-14 18:21:28.999 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev61) (3.0.3) 2022-02-14 18:21:29.000 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.0.0.dev61) (3.3.0) 2022-02-14 18:21:29.046 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==24.0.0.dev61) (5.9.0) 2022-02-14 18:21:29.086 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev61) (21.3) 2022-02-14 18:21:29.087 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev61) (2021.3) 2022-02-14 18:21:29.090 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.0.0.dev61) (0.11.0) 2022-02-14 18:21:29.166 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==24.0.0.dev61) (60.8.2) 2022-02-14 18:21:29.225 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==24.0.0.dev61) (0.2.5) 2022-02-14 18:21:29.325 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==24.0.0.dev61) (0.7) 2022-02-14 18:21:29.720 | Collecting networkx>=2.1.0 2022-02-14 18:21:29.731 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2022-02-14 18:21:29.851 | Collecting automaton>=1.9.0 2022-02-14 18:21:29.859 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-02-14 18:21:29.902 | Collecting pydot>=1.2.4 2022-02-14 18:21:29.907 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-02-14 18:21:29.912 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.0.0.dev61) (6.3.1) 2022-02-14 18:21:29.996 | Collecting simplegeneric 2022-02-14 18:21:30.004 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-02-14 18:21:30.008 | Preparing metadata (setup.py): started 2022-02-14 18:21:30.603 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:30.633 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (5.0.0) 2022-02-14 18:21:30.751 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==24.0.0.dev61) (2.21) 2022-02-14 18:21:30.858 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==24.0.0.dev61) (2.0.1) 2022-02-14 18:21:31.110 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (1.4.4) 2022-02-14 18:21:31.111 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (2.5.0) 2022-02-14 18:21:31.112 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (1.1.5) 2022-02-14 18:21:31.114 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (1.32) 2022-02-14 18:21:31.116 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (0.10.0) 2022-02-14 18:21:31.118 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (1.4.0) 2022-02-14 18:21:31.118 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (5.1.1) 2022-02-14 18:21:31.241 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (0.13.1) 2022-02-14 18:21:31.271 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==24.0.0.dev61) (1.0.3) 2022-02-14 18:21:31.318 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (1.3.3) 2022-02-14 18:21:31.322 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.0.0.dev61) (3.0.0) 2022-02-14 18:21:31.577 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev61) (3.10.0) 2022-02-14 18:21:31.767 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev61) (3.3) 2022-02-14 18:21:31.768 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev61) (2019.11.28) 2022-02-14 18:21:31.771 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev61) (2.0.12) 2022-02-14 18:21:31.772 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.0.0.dev61) (1.26.8) 2022-02-14 18:21:31.847 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==24.0.0.dev61) (0.5.2) 2022-02-14 18:21:32.002 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==24.0.0.dev61) (2.5.0) 2022-02-14 18:21:32.102 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==24.0.0.dev61) (3.7.0) 2022-02-14 18:21:32.444 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev61) (2.3.3) 2022-02-14 18:21:32.447 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev61) (0.5.0) 2022-02-14 18:21:32.672 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.0.0.dev61) (2.2) 2022-02-14 18:21:32.951 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==24.0.0.dev61) (1.0.0) 2022-02-14 18:21:33.258 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev61) (1.8.2) 2022-02-14 18:21:33.259 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.0.0.dev61) (21.4.0) 2022-02-14 18:21:33.622 | Building wheels for collected packages: simplegeneric 2022-02-14 18:21:33.633 | Building wheel for simplegeneric (setup.py): started 2022-02-14 18:21:34.301 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-02-14 18:21:34.302 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=e34359b5f2922b30eb1a1e66529f0ed9aa341f3b5ac9a30733970f0122876c7b 2022-02-14 18:21:34.302 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-02-14 18:21:34.306 | Successfully built simplegeneric 2022-02-14 18:21:35.192 | Installing collected packages: python-barbicanclient, simplegeneric, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance 2022-02-14 18:21:38.560 | Running setup.py develop for glance 2022-02-14 18:21:40.544 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.10.0 cursive-0.2.2 glance networkx-2.6.3 oslo.limit-1.5.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.4 2022-02-14 18:21:40.544 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:21:40.551 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:21:40.551 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:21:40.697 | + inc/python:pip_install:200 : result=0 2022-02-14 18:21:40.699 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:21:40.702 | + functions-common:time_stop:2425 : local name 2022-02-14 18:21:40.704 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:21:40.706 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:21:40.708 | + functions-common:time_stop:2428 : local total 2022-02-14 18:21:40.711 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:21:40.713 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:21:40.715 | + functions-common:time_stop:2432 : start_time=1644862884550 2022-02-14 18:21:40.718 | + functions-common:time_stop:2434 : [[ -z 1644862884550 ]] 2022-02-14 18:21:40.721 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:21:40.725 | + functions-common:time_stop:2437 : end_time=1644862900722 2022-02-14 18:21:40.727 | + functions-common:time_stop:2438 : elapsed_time=16172 2022-02-14 18:21:40.729 | + functions-common:time_stop:2439 : total=83938 2022-02-14 18:21:40.731 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:21:40.734 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=100110 2022-02-14 18:21:40.737 | + inc/python:pip_install:203 : return 0 2022-02-14 18:21:40.739 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:21:40.741 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-14 18:21:40.744 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-14 18:21:40.762 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-14 18:21:40.774 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-02-14 18:21:40.776 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-02-14 18:21:40.778 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:21:40.781 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:21:40.784 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-02-14 18:21:40.786 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:21:40.789 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:21:40.791 | + ./stack.sh:main:920 : configure_glance 2022-02-14 18:21:40.794 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-02-14 18:21:40.806 | + lib/glance:configure_glance:326 : local dburl 2022-02-14 18:21:40.809 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-02-14 18:21:40.812 | ++ lib/database:database_connection_url:134 : local db=glance 2022-02-14 18:21:40.814 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-02-14 18:21:40.816 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=glance 2022-02-14 18:21:40.818 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-14 18:21:40.821 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-14 18:21:40.824 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-02-14 18:21:40.853 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-14 18:21:40.883 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-02-14 18:21:40.910 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-14 18:21:40.938 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-02-14 18:21:40.968 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-02-14 18:21:40.998 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-02-14 18:21:41.000 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/glance/glance-api.conf 2022-02-14 18:21:41.002 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=glance 2022-02-14 18:21:41.005 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-14 18:21:41.007 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-02-14 18:21:41.036 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-02-14 18:21:41.064 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:21:41.091 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-02-14 18:21:41.119 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-02-14 18:21:41.146 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-02-14 18:21:41.174 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-02-14 18:21:41.202 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-02-14 18:21:41.230 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:21:41.260 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-02-14 18:21:41.288 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-02-14 18:21:41.318 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-02-14 18:21:41.321 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-02-14 18:21:41.323 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-02-14 18:21:41.326 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-14 18:21:41.328 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-14 18:21:41.331 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:21:41.347 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:41.350 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-14 18:21:41.353 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-14 18:21:41.355 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:21:41.371 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:41.374 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:21:41.377 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:21:41.403 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:21:41.406 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:21:41.409 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-02-14 18:21:41.411 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-02-14 18:21:41.413 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-02-14 18:21:41.441 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-02-14 18:21:41.469 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-02-14 18:21:41.471 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-02-14 18:21:41.474 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-02-14 18:21:41.476 | + lib/glance:configure_glance_store:254 : local be 2022-02-14 18:21:41.478 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-02-14 18:21:41.481 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-02-14 18:21:41.484 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-14 18:21:41.514 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-02-14 18:21:41.516 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.81 2022-02-14 18:21:41.547 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-02-14 18:21:41.549 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-02-14 18:21:41.566 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:41.568 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-02-14 18:21:41.596 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-02-14 18:21:41.624 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-02-14 18:21:41.652 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-02-14 18:21:41.680 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-02-14 18:21:41.708 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-02-14 18:21:41.725 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:41.728 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-02-14 18:21:41.755 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-02-14 18:21:41.786 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-02-14 18:21:41.814 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.81/identity/v3 2022-02-14 18:21:41.842 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-02-14 18:21:41.870 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.81/image 2022-02-14 18:21:41.898 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-02-14 18:21:41.915 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:41.917 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-02-14 18:21:41.920 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-02-14 18:21:41.922 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-02-14 18:21:41.925 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:21:41.942 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:21:41.944 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:21:41.947 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:21:41.949 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:21:41.952 | + 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}}' 2022-02-14 18:21:41.979 | + 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' 2022-02-14 18:21:42.006 | + 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' 2022-02-14 18:21:42.035 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:21:42.063 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-02-14 18:21:42.067 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-02-14 18:21:42.099 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-02-14 18:21:42.127 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-14 18:21:42.154 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.81/identity 2022-02-14 18:21:42.182 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-02-14 18:21:42.210 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-02-14 18:21:42.239 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-02-14 18:21:42.266 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-14 18:21:42.297 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-02-14 18:21:42.326 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-02-14 18:21:42.357 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-02-14 18:21:42.385 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-02-14 18:21:42.390 | + lib/glance:configure_glance:411 : 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 2022-02-14 18:21:42.396 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-02-14 18:21:42.413 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:21:42.415 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-02-14 18:21:42.417 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-02-14 18:21:42.420 | + lib/apache:write_local_uwsgi_http_config:314 : local file=/etc/glance/glance-uwsgi.ini 2022-02-14 18:21:42.422 | + lib/apache:write_local_uwsgi_http_config:315 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-02-14 18:21:42.424 | + lib/apache:write_local_uwsgi_http_config:316 : local url=/image 2022-02-14 18:21:42.427 | ++ lib/apache:write_local_uwsgi_http_config:317 : basename /usr/local/bin/glance-wsgi-api 2022-02-14 18:21:42.431 | + lib/apache:write_local_uwsgi_http_config:317 : name=glance-wsgi-api 2022-02-14 18:21:42.433 | + lib/apache:write_local_uwsgi_http_config:323 : rm -rf /etc/glance/glance-uwsgi.ini 2022-02-14 18:21:42.438 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-02-14 18:21:42.468 | ++ lib/apache:write_local_uwsgi_http_config:325 : get_random_port 2022-02-14 18:21:42.470 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-02-14 18:21:42.472 | ++ functions:get_random_port:837 : true 2022-02-14 18:21:42.475 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-02-14 18:21:42.477 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-02-14 18:21:42.479 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-02-14 18:21:42.550 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-02-14 18:21:42.553 | ++ functions:get_random_port:841 : break 2 2022-02-14 18:21:42.555 | ++ functions:get_random_port:845 : echo 60999 2022-02-14 18:21:42.558 | + lib/apache:write_local_uwsgi_http_config:325 : port=60999 2022-02-14 18:21:42.560 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-02-14 18:21:42.587 | + lib/apache:write_local_uwsgi_http_config:327 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-02-14 18:21:42.614 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-02-14 18:21:42.641 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-02-14 18:21:42.668 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-02-14 18:21:42.695 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-02-14 18:21:42.722 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-02-14 18:21:42.749 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-02-14 18:21:42.777 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:21:42.804 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-14 18:21:42.832 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-02-14 18:21:42.858 | + lib/apache:write_local_uwsgi_http_config:345 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-14 18:21:42.886 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-02-14 18:21:42.913 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-02-14 18:21:42.941 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-02-14 18:21:42.968 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-02-14 18:21:42.995 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-02-14 18:21:43.024 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-02-14 18:21:43.051 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-02-14 18:21:43.080 | + lib/apache:write_local_uwsgi_http_config:356 : enable_apache_mod proxy 2022-02-14 18:21:43.083 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-02-14 18:21:43.085 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:21:43.087 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:43.090 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:43.092 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-02-14 18:21:43.094 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-02-14 18:21:43.153 | proxy (enabled by site administrator) 2022-02-14 18:21:43.156 | + lib/apache:write_local_uwsgi_http_config:357 : enable_apache_mod proxy_http 2022-02-14 18:21:43.158 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-02-14 18:21:43.160 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:21:43.163 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:43.165 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:43.167 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-02-14 18:21:43.170 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-02-14 18:21:43.223 | No module matches proxy_http 2022-02-14 18:21:43.226 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-02-14 18:21:43.286 | Considering dependency proxy for proxy_http: 2022-02-14 18:21:43.287 | Module proxy already enabled 2022-02-14 18:21:43.287 | Enabling module proxy_http. 2022-02-14 18:21:43.292 | To activate the new configuration, you need to run: 2022-02-14 18:21:43.292 | systemctl restart apache2 2022-02-14 18:21:43.297 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-02-14 18:21:43.299 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:21:43.302 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:21:43.304 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:21:43.430 | + lib/apache:write_local_uwsgi_http_config:358 : local apache_conf= 2022-02-14 18:21:43.432 | ++ lib/apache:write_local_uwsgi_http_config:359 : apache_site_config_for glance-wsgi-api 2022-02-14 18:21:43.435 | ++ lib/apache:apache_site_config_for:181 : local site=glance-wsgi-api 2022-02-14 18:21:43.438 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-14 18:21:43.440 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:43.442 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:43.446 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-14 18:21:43.449 | + lib/apache:write_local_uwsgi_http_config:359 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-14 18:21:43.452 | + lib/apache:write_local_uwsgi_http_config:360 : echo 'KeepAlive Off' 2022-02-14 18:21:43.454 | + lib/apache:write_local_uwsgi_http_config:360 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-14 18:21:43.462 | KeepAlive Off 2022-02-14 18:21:43.467 | + lib/apache:write_local_uwsgi_http_config:361 : echo 'SetEnv proxy-sendchunked 1' 2022-02-14 18:21:43.467 | + lib/apache:write_local_uwsgi_http_config:361 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-14 18:21:43.476 | SetEnv proxy-sendchunked 1 2022-02-14 18:21:43.480 | + lib/apache:write_local_uwsgi_http_config:362 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-02-14 18:21:43.481 | + lib/apache:write_local_uwsgi_http_config:362 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-14 18:21:43.489 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-02-14 18:21:43.492 | + lib/apache:write_local_uwsgi_http_config:363 : enable_apache_site glance-wsgi-api 2022-02-14 18:21:43.495 | + lib/apache:enable_apache_site:198 : local site=glance-wsgi-api 2022-02-14 18:21:43.497 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-14 18:21:43.500 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-14 18:21:43.502 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:21:43.505 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:43.507 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:43.509 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-14 18:21:43.511 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-14 18:21:43.514 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:21:43.516 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:21:43.518 | + lib/apache:enable_apache_site:202 : sudo a2ensite glance-wsgi-api 2022-02-14 18:21:43.580 | Enabling site glance-wsgi-api. 2022-02-14 18:21:43.585 | To activate the new configuration, you need to run: 2022-02-14 18:21:43.585 | systemctl reload apache2 2022-02-14 18:21:43.590 | + lib/apache:write_local_uwsgi_http_config:364 : restart_apache_server 2022-02-14 18:21:43.593 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:21:43.595 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:21:43.597 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:21:43.728 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-02-14 18:21:43.734 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-02-14 18:21:43.765 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-02-14 18:21:43.768 | + ./stack.sh:main:923 : is_service_enabled cinder 2022-02-14 18:21:43.786 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:21:43.788 | + ./stack.sh:main:925 : stack_install_service cinder 2022-02-14 18:21:43.791 | + lib/stack:stack_install_service:20 : local service=cinder 2022-02-14 18:21:43.793 | + lib/stack:stack_install_service:21 : type install_cinder 2022-02-14 18:21:43.796 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:21:43.798 | + lib/stack:stack_install_service:32 : install_cinder 2022-02-14 18:21:43.801 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-02-14 18:21:43.804 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-02-14 18:21:43.806 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-02-14 18:21:43.808 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:21:43.810 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:21:43.813 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:21:43.816 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:21:43.818 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:21:43.821 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:21:43.838 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:21:43.840 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:21:43.843 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:21:43.846 | + functions-common:git_clone:629 : echo master 2022-02-14 18:21:43.846 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:21:43.851 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-02-14 18:21:43.854 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:21:43.856 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-02-14 18:21:43.859 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:21:43.860 | + functions-common:git_clone:678 : head -1 2022-02-14 18:21:43.908 | 44351a4a4 Merge "[SVf] update rccg name property to metadata" 2022-02-14 18:21:43.911 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:21:43.914 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-02-14 18:21:43.916 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:21:43.919 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-14 18:21:43.921 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-02-14 18:21:43.924 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:21:43.926 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-02-14 18:21:43.929 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:21:43.931 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-14 18:21:43.934 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-02-14 18:21:43.936 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:21:43.939 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:21:43.942 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-02-14 18:21:43.945 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:21:43.948 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-02-14 18:21:43.950 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:21:43.954 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:21:43.957 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-02-14 18:21:43.963 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-02-14 18:21:43.965 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-02-14 18:21:44.605 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-02-14 18:21:44.608 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:21:44.610 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:21:44.613 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:21:44.615 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-14 18:21:44.617 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-02-14 18:21:44.619 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:21:44.622 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:21:44.624 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:21:44.627 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:21:44.629 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:21:44.632 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:21:44.634 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:21:44.636 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-02-14 18:21:44.657 | Using python 3.8 to install /opt/stack/cinder 2022-02-14 18:21:44.660 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-02-14 18:21:45.450 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:45.451 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:45.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:21:45.451 | from cryptography.utils import int_from_bytes 2022-02-14 18:21:46.555 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:21:46.579 | Obtaining file:///opt/stack/cinder 2022-02-14 18:21:46.580 | Preparing metadata (setup.py): started 2022-02-14 18:21:48.492 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:48.698 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.8.1) 2022-02-14 18:21:48.699 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.1) 2022-02-14 18:21:48.701 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.33.0) 2022-02-14 18:21:48.702 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.1.2) 2022-02-14 18:21:48.703 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.20.4) 2022-02-14 18:21:48.704 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.0.2) 2022-02-14 18:21:48.705 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev196) (3.2.0) 2022-02-14 18:21:48.706 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.4.0) 2022-02-14 18:21:48.707 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (9.3.0) 2022-02-14 18:21:48.708 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.7.1) 2022-02-14 18:21:48.813 | Collecting oauth2client>=4.1.3 2022-02-14 18:21:48.820 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-02-14 18:21:48.828 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (8.7.1) 2022-02-14 18:21:48.829 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.5.0) 2022-02-14 18:21:48.830 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.4.0) 2022-02-14 18:21:48.831 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (11.1.0) 2022-02-14 18:21:48.832 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.6.1) 2022-02-14 18:21:48.833 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (12.12.0) 2022-02-14 18:21:48.834 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.5.0) 2022-02-14 18:21:48.835 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.10.1) 2022-02-14 18:21:48.836 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.6.2) 2022-02-14 18:21:48.837 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.3.0) 2022-02-14 18:21:48.839 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (6.3.0) 2022-02-14 18:21:48.840 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.2.0) 2022-02-14 18:21:48.841 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.8.0) 2022-02-14 18:21:48.842 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.4.0) 2022-02-14 18:21:48.843 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.12.1) 2022-02-14 18:21:48.845 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.5.0) 2022-02-14 18:21:48.846 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.4.2) 2022-02-14 18:21:48.847 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (21.3) 2022-02-14 18:21:48.966 | Collecting paramiko>=2.7.2 2022-02-14 18:21:48.974 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7b5/910f5815a0040/paramiko-2.8.1-py2.py3-none-any.whl (206 kB) 2022-02-14 18:21:48.984 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.5.0) 2022-02-14 18:21:48.985 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.1.1) 2022-02-14 18:21:48.986 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.9.0) 2022-02-14 18:21:48.987 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.0.7) 2022-02-14 18:21:48.988 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.2.0) 2022-02-14 18:21:49.083 | Collecting python-glanceclient>=3.2.2 2022-02-14 18:21:49.091 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-02-14 18:21:49.101 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.4.0) 2022-02-14 18:21:49.102 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (17.6.0) 2022-02-14 18:21:49.103 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.13.0) 2022-02-14 18:21:49.103 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2021.3) 2022-02-14 18:21:49.105 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.27.1) 2022-02-14 18:21:49.106 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.5.1) 2022-02-14 18:21:49.107 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (4.6.4) 2022-02-14 18:21:49.147 | Collecting rtslib-fb>=2.1.74 2022-02-14 18:21:49.154 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-02-14 18:21:49.159 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.16.0) 2022-02-14 18:21:49.160 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.4.31) 2022-02-14 18:21:49.161 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.13.0) 2022-02-14 18:21:49.162 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.5.0) 2022-02-14 18:21:49.201 | Collecting tabulate>=0.8.7 2022-02-14 18:21:49.208 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-02-14 18:21:49.211 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (6.3.1) 2022-02-14 18:21:49.212 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (1.8.7) 2022-02-14 18:21:49.213 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.0) 2022-02-14 18:21:49.332 | Collecting oslo.vmware>=3.10.0 2022-02-14 18:21:49.339 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB) 2022-02-14 18:21:49.355 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.1.0) 2022-02-14 18:21:49.356 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (5.5.0) 2022-02-14 18:21:49.358 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (2.10.1) 2022-02-14 18:21:49.522 | Collecting google-api-python-client>=1.11.0 2022-02-14 18:21:49.556 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f9/176e4f26c11b2/google_api_python_client-2.37.0-py2.py3-none-any.whl (8.1 MB) 2022-02-14 18:21:49.758 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (3.10.0) 2022-02-14 18:21:49.759 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (36.0.1) 2022-02-14 18:21:49.760 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev196) (0.2.2) 2022-02-14 18:21:49.807 | Collecting zstd>=1.4.5.1 2022-02-14 18:21:49.814 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/951/9bb0cd91c4498/zstd-1.5.1.0.tar.gz (604 kB) 2022-02-14 18:21:49.915 | Preparing metadata (setup.py): started 2022-02-14 18:21:50.547 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:21:51.699 | Collecting boto3>=1.16.51 2022-02-14 18:21:51.708 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a2/72a1dd36414b1/boto3-1.20.54-py3-none-any.whl (132 kB) 2022-02-14 18:21:53.043 | Collecting botocore<1.24.0,>=1.23.54 2022-02-14 18:21:53.067 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/06a/e8076c4dcf3d7/botocore-1.23.54-py3-none-any.whl (8.5 MB) 2022-02-14 18:21:53.401 | Collecting s3transfer<0.6.0,>=0.5.0 2022-02-14 18:21:53.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25c/140f5c66aa79e/s3transfer-0.5.1-py3-none-any.whl (79 kB) 2022-02-14 18:21:53.418 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev196) (0.10.0) 2022-02-14 18:21:53.480 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev196) (1.15.0) 2022-02-14 18:21:53.510 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev196) (2.1.0) 2022-02-14 18:21:53.554 | Collecting google-auth-httplib2>=0.1.0 2022-02-14 18:21:53.561 | 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) 2022-02-14 18:21:53.600 | Collecting uritemplate<5,>=3.0.1 2022-02-14 18:21:53.606 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-02-14 18:21:53.758 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-02-14 18:21:53.766 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/218/ca03d7744ca0c/google_auth-2.6.0-py2.py3-none-any.whl (156 kB) 2022-02-14 18:21:53.881 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-02-14 18:21:53.887 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d0/30edbd3a0e994/google_api_core-2.5.0-py2.py3-none-any.whl (111 kB) 2022-02-14 18:21:53.988 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev196) (1.7.0) 2022-02-14 18:21:54.040 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (2.10.0) 2022-02-14 18:21:54.042 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (3.1.1) 2022-02-14 18:21:54.180 | Collecting pyasn1-modules>=0.0.5 2022-02-14 18:21:54.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-02-14 18:21:54.335 | Collecting pyasn1>=0.1.7 2022-02-14 18:21:54.341 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-02-14 18:21:54.401 | Collecting rsa>=3.1.4 2022-02-14 18:21:54.406 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95c/5d300c4e879ee/rsa-4.8-py3-none-any.whl (39 kB) 2022-02-14 18:21:54.461 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev196) (0.17.3) 2022-02-14 18:21:54.506 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (1.5.0) 2022-02-14 18:21:54.507 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (6.0) 2022-02-14 18:21:54.508 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (0.8.0) 2022-02-14 18:21:54.509 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev196) (2.4.0) 2022-02-14 18:21:54.569 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (1.7.6) 2022-02-14 18:21:54.570 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (0.5.0) 2022-02-14 18:21:54.572 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev196) (2.0.1) 2022-02-14 18:21:54.627 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev196) (2.8.2) 2022-02-14 18:21:54.632 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev196) (0.9.6) 2022-02-14 18:21:54.691 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.0) 2022-02-14 18:21:54.694 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (0.4.0) 2022-02-14 18:21:54.695 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.2.3) 2022-02-14 18:21:54.696 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.9) 2022-02-14 18:21:54.698 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (2.4.0) 2022-02-14 18:21:54.721 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.0.3) 2022-02-14 18:21:54.725 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.3.0) 2022-02-14 18:21:54.726 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (3.2.0) 2022-02-14 18:21:54.772 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev196) (1.0.3) 2022-02-14 18:21:54.855 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev196) (1.3.3) 2022-02-14 18:21:54.857 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev196) (3.0.0) 2022-02-14 18:21:54.883 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev196) (3.0.0) 2022-02-14 18:21:54.908 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev196) (0.11.0) 2022-02-14 18:21:55.017 | Collecting suds-community>=0.6 2022-02-14 18:21:55.024 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB) 2022-02-14 18:21:55.032 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev196) (1.26.8) 2022-02-14 18:21:55.733 | Collecting pynacl>=1.0.1 2022-02-14 18:21:55.741 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/4947a22519e01/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2022-02-14 18:21:55.788 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev196) (60.8.2) 2022-02-14 18:21:55.927 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (3.10.0) 2022-02-14 18:21:55.964 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (22.0.0) 2022-02-14 18:21:56.003 | Collecting warlock<2,>=1.2.0 2022-02-14 18:21:56.010 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-02-14 18:21:56.015 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (1.13.3) 2022-02-14 18:21:56.213 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (3.3) 2022-02-14 18:21:56.215 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (2019.11.28) 2022-02-14 18:21:56.217 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev196) (2.0.12) 2022-02-14 18:21:56.252 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev196) (0.7) 2022-02-14 18:21:56.326 | Collecting pyudev>=0.16.1 2022-02-14 18:21:56.333 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/94bef0669f9aa/pyudev-0.23.2-py3-none-any.whl (63 kB) 2022-02-14 18:21:56.572 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev196) (0.5.2) 2022-02-14 18:21:56.574 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev196) (0.4.2) 2022-02-14 18:21:56.717 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (2.6.3) 2022-02-14 18:21:56.720 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (2.4.0) 2022-02-14 18:21:56.721 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev196) (1.4.2) 2022-02-14 18:21:56.850 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev196) (0.12.2) 2022-02-14 18:21:56.968 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (5.4.0) 2022-02-14 18:21:56.969 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (1.1.6) 2022-02-14 18:21:56.971 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (4.11.0) 2022-02-14 18:21:57.005 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (5.0.0) 2022-02-14 18:21:57.250 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev196) (2.21) 2022-02-14 18:21:57.328 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (2.3.3) 2022-02-14 18:21:57.330 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (0.5.0) 2022-02-14 18:21:57.497 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev196) (2.5.0) 2022-02-14 18:21:57.670 | Collecting googleapis-common-protos<2.0dev,>=1.52.0 2022-02-14 18:21:57.680 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e54/345a2add15dc5/googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB) 2022-02-14 18:21:57.690 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev196) (3.19.4) 2022-02-14 18:21:57.882 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev196) (2.0.1) 2022-02-14 18:21:58.304 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev196) (1.1.5) 2022-02-14 18:21:58.354 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev196) (0.13.1) 2022-02-14 18:21:58.405 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev196) (0.2.5) 2022-02-14 18:21:59.702 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (1.32) 2022-02-14 18:21:59.978 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (1.8.2) 2022-02-14 18:21:59.979 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev196) (21.4.0) 2022-02-14 18:22:00.126 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev196) (2.2) 2022-02-14 18:22:00.318 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev196) (1.0.0) 2022-02-14 18:22:00.447 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev196) (3.7.0) 2022-02-14 18:22:01.087 | Building wheels for collected packages: zstd 2022-02-14 18:22:01.088 | Building wheel for zstd (setup.py): started 2022-02-14 18:22:46.684 | Building wheel for zstd (setup.py): finished with status 'done' 2022-02-14 18:22:46.696 | Created wheel for zstd: filename=zstd-1.5.1.0-cp38-cp38-linux_x86_64.whl size=1761601 sha256=77bcaa5b742c7c4e070ecf9306c631af317ed0d6a1a9f2e806d202105984078f 2022-02-14 18:22:46.696 | Stored in directory: /root/.cache/pip/wheels/db/61/5c/38d5ea359d8b2e91c6f14bbf42bcb31c21199924820048db05 2022-02-14 18:22:46.701 | Successfully built zstd 2022-02-14 18:22:47.723 | Installing collected packages: pyasn1, rsa, pyasn1-modules, googleapis-common-protos, google-auth, botocore, warlock, uritemplate, suds-community, s3transfer, pyudev, pynacl, google-auth-httplib2, google-api-core, zstd, tabulate, rtslib-fb, python-glanceclient, paramiko, oslo.vmware, oauth2client, google-api-python-client, boto3, cinder 2022-02-14 18:22:50.370 | Attempting uninstall: pynacl 2022-02-14 18:22:50.372 | Found existing installation: PyNaCl 1.3.0 2022-02-14 18:22:50.380 | Uninstalling PyNaCl-1.3.0: 2022-02-14 18:22:50.406 | Successfully uninstalled PyNaCl-1.3.0 2022-02-14 18:22:52.795 | Running setup.py develop for cinder 2022-02-14 18:22:56.213 | Successfully installed boto3-1.20.54 botocore-1.23.54 cinder google-api-core-2.5.0 google-api-python-client-2.37.0 google-auth-2.6.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.54.0 oauth2client-4.1.3 oslo.vmware-3.10.0 paramiko-2.8.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-3.5.0 pyudev-0.23.2 rsa-4.8 rtslib-fb-2.1.74 s3transfer-0.5.1 suds-community-1.0.0 tabulate-0.8.9 uritemplate-4.1.1 warlock-1.3.3 zstd-1.5.1.0 2022-02-14 18:22:56.214 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:22:56.221 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:22:56.221 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:22:56.469 | + inc/python:pip_install:200 : result=0 2022-02-14 18:22:56.472 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:22:56.474 | + functions-common:time_stop:2425 : local name 2022-02-14 18:22:56.476 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:22:56.478 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:22:56.485 | + functions-common:time_stop:2428 : local total 2022-02-14 18:22:56.485 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:22:56.485 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:22:56.488 | + functions-common:time_stop:2432 : start_time=1644862904652 2022-02-14 18:22:56.490 | + functions-common:time_stop:2434 : [[ -z 1644862904652 ]] 2022-02-14 18:22:56.493 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:22:56.497 | + functions-common:time_stop:2437 : end_time=1644862976494 2022-02-14 18:22:56.499 | + functions-common:time_stop:2438 : elapsed_time=71842 2022-02-14 18:22:56.502 | + functions-common:time_stop:2439 : total=100110 2022-02-14 18:22:56.504 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:22:56.506 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=171952 2022-02-14 18:22:56.508 | + inc/python:pip_install:203 : return 0 2022-02-14 18:22:56.511 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:22:56.514 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-14 18:22:56.516 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-14 18:22:56.534 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-14 18:22:56.546 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-02-14 18:22:56.548 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-02-14 18:22:56.551 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:22:56.553 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:22:56.556 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-02-14 18:22:56.558 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:22:56.561 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-02-14 18:22:56.564 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-02-14 18:22:56.566 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-02-14 18:22:56.568 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:22:56.571 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:22:56.573 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-02-14 18:22:56.585 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-02-14 18:22:56.588 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:22:56.590 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:22:56.593 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:22:56.595 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:22:56.598 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:22:56.600 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:22:56.602 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:22:56.605 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:22:56.607 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:22:56.610 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:22:56.612 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:22:56.614 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:22:56.617 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-02-14 18:22:56.619 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:22:56.622 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:22:56.625 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:22:56.627 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-02-14 18:22:56.649 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-02-14 18:22:56.757 | Reading package lists... 2022-02-14 18:22:56.989 | Building dependency tree... 2022-02-14 18:22:56.990 | Reading state information... 2022-02-14 18:22:57.225 | The following packages were automatically installed and are no longer required: 2022-02-14 18:22:57.227 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:22:57.227 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:22:57.227 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:22:57.227 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:22:57.227 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:22:57.227 | python3-zope.interface 2022-02-14 18:22:57.227 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:22:57.228 | The following additional packages will be installed: 2022-02-14 18:22:57.228 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-14 18:22:57.228 | python3-urwid 2022-02-14 18:22:57.229 | Suggested packages: 2022-02-14 18:22:57.229 | python-pyparsing-doc python-urwid-doc 2022-02-14 18:22:57.295 | The following NEW packages will be installed: 2022-02-14 18:22:57.296 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-14 18:22:57.296 | python3-urwid targetcli-fb 2022-02-14 18:22:57.544 | 0 upgraded, 6 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:22:57.544 | Need to get 356 kB of archives. 2022-02-14 18:22:57.544 | After this operation, 2,294 kB of additional disk space will be used. 2022-02-14 18:22:57.544 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-02-14 18:22:57.914 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-02-14 18:22:58.122 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-02-14 18:22:58.146 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-02-14 18:22:58.166 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-02-14 18:22:58.185 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-02-14 18:22:58.749 | Fetched 356 kB in 1s (396 kB/s) 2022-02-14 18:22:58.930 | Selecting previously unselected package python3-pyparsing. 2022-02-14 18:22:58.987 | (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 ... 90882 files and directories currently installed.) 2022-02-14 18:22:58.990 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-02-14 18:22:59.050 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-02-14 18:22:59.358 | Selecting previously unselected package python3-urwid. 2022-02-14 18:22:59.367 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-02-14 18:22:59.410 | Unpacking python3-urwid (2.0.1-3) ... 2022-02-14 18:22:59.763 | Selecting previously unselected package python3-configshell-fb. 2022-02-14 18:22:59.773 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-02-14 18:22:59.826 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-14 18:23:00.119 | Selecting previously unselected package python3-pyudev. 2022-02-14 18:23:00.129 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-02-14 18:23:00.176 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-14 18:23:00.690 | Selecting previously unselected package python3-rtslib-fb. 2022-02-14 18:23:00.699 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-02-14 18:23:00.741 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-14 18:23:01.158 | Selecting previously unselected package targetcli-fb. 2022-02-14 18:23:01.169 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-02-14 18:23:01.198 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-14 18:23:01.548 | Setting up python3-urwid (2.0.1-3) ... 2022-02-14 18:23:02.018 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-14 18:23:02.018 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-14 18:23:02.018 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-14 18:23:02.018 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-14 18:23:02.018 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-14 18:23:02.018 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-14 18:23:02.018 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-14 18:23:02.018 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-14 18:23:02.181 | Setting up python3-pyparsing (2.4.6-1) ... 2022-02-14 18:23:02.637 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-14 18:23:03.090 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-14 18:23:03.513 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-14 18:23:04.980 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-14 18:23:05.613 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-02-14 18:23:05.613 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-02-14 18:23:07.632 | Processing triggers for man-db (2.9.1-1) ... 2022-02-14 18:23:07.873 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-14 18:23:15.778 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:23:15.781 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:23:15.783 | + functions-common:time_stop:2425 : local name 2022-02-14 18:23:15.786 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:23:15.788 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:23:15.790 | + functions-common:time_stop:2428 : local total 2022-02-14 18:23:15.793 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:23:15.795 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:23:15.798 | + functions-common:time_stop:2432 : start_time=1644862976646 2022-02-14 18:23:15.800 | + functions-common:time_stop:2434 : [[ -z 1644862976646 ]] 2022-02-14 18:23:15.803 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:23:15.808 | + functions-common:time_stop:2437 : end_time=1644862995805 2022-02-14 18:23:15.811 | + functions-common:time_stop:2438 : elapsed_time=19159 2022-02-14 18:23:15.813 | + functions-common:time_stop:2439 : total=489445 2022-02-14 18:23:15.815 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:23:15.818 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=508604 2022-02-14 18:23:15.820 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:23:15.823 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:23:15.826 | + ./stack.sh:main:926 : configure_cinder 2022-02-14 18:23:15.829 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-02-14 18:23:15.841 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-02-14 18:23:15.844 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-02-14 18:23:15.846 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-02-14 18:23:15.849 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-14 18:23:15.852 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-14 18:23:15.852 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-02-14 18:23:15.856 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-02-14 18:23:15.858 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-02-14 18:23:15.860 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-14 18:23:15.862 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-02-14 18:23:15.864 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-02-14 18:23:15.866 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-02-14 18:23:15.868 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-02-14 18:23:15.870 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-02-14 18:23:15.882 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-02-14 18:23:15.894 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2022-02-14 18:23:15.905 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2022-02-14 18:23:15.917 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-02-14 18:23:15.928 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-14 18:23:15.931 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-14 18:23:15.936 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.GbLqPaXp5d 2022-02-14 18:23:15.938 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-14 18:23:15.940 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-14 18:23:15.942 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-02-14 18:23:15.944 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.GbLqPaXp5d 2022-02-14 18:23:15.948 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.GbLqPaXp5d 2022-02-14 18:23:15.960 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.GbLqPaXp5d /etc/sudoers.d/cinder-rootwrap 2022-02-14 18:23:15.972 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-02-14 18:23:15.976 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-14 18:23:15.979 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-14 18:23:15.982 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-14 18:23:15.984 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-14 18:23:15.986 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-02-14 18:23:15.988 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-02-14 18:23:15.990 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-02-14 18:23:15.992 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-02-14 18:23:15.997 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-02-14 18:23:16.001 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-02-14 18:23:16.019 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-02-14 18:23:16.037 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-02-14 18:23:16.055 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-02-14 18:23:16.073 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-02-14 18:23:16.091 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-02-14 18:23:16.110 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-02-14 18:23:16.128 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-02-14 18:23:16.146 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-02-14 18:23:16.148 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/cinder/cinder.conf 2022-02-14 18:23:16.150 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=cinder 2022-02-14 18:23:16.153 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-14 18:23:16.156 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-02-14 18:23:16.184 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-02-14 18:23:16.210 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:23:16.238 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-02-14 18:23:16.265 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-02-14 18:23:16.292 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-02-14 18:23:16.320 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-02-14 18:23:16.349 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-02-14 18:23:16.376 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:23:16.403 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-02-14 18:23:16.430 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-02-14 18:23:16.460 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-02-14 18:23:16.489 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-02-14 18:23:16.491 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-02-14 18:23:16.493 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-02-14 18:23:16.495 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=cinder 2022-02-14 18:23:16.498 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-14 18:23:16.500 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-14 18:23:16.531 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-02-14 18:23:16.559 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-02-14 18:23:16.587 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-02-14 18:23:16.615 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-02-14 18:23:16.644 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-02-14 18:23:16.671 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-02-14 18:23:16.702 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-02-14 18:23:16.704 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.81 2022-02-14 18:23:16.731 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-02-14 18:23:16.762 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-02-14 18:23:16.770 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key fc95f9a26325956f23b6f711d31fce9e 2022-02-14 18:23:16.796 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-02-14 18:23:16.799 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-02-14 18:23:16.827 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-02-14 18:23:16.854 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-02-14 18:23:16.882 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-02-14 18:23:16.909 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-02-14 18:23:16.926 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:16.928 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-02-14 18:23:16.930 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-02-14 18:23:16.933 | + lib/cinder:configure_cinder:301 : local default_name= 2022-02-14 18:23:16.936 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-02-14 18:23:16.938 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-14 18:23:16.940 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-02-14 18:23:16.942 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-02-14 18:23:16.945 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-02-14 18:23:16.947 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-02-14 18:23:16.949 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-02-14 18:23:16.952 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-02-14 18:23:16.981 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-02-14 18:23:17.009 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-02-14 18:23:17.036 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-02-14 18:23:17.063 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-02-14 18:23:17.091 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-02-14 18:23:17.118 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-02-14 18:23:17.120 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-02-14 18:23:17.123 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-02-14 18:23:17.125 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-02-14 18:23:17.152 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-02-14 18:23:17.154 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-02-14 18:23:17.182 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-02-14 18:23:17.185 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-02-14 18:23:17.187 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-02-14 18:23:17.190 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-02-14 18:23:17.218 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-02-14 18:23:17.220 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-02-14 18:23:17.222 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-02-14 18:23:17.239 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:17.241 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-02-14 18:23:17.243 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-02-14 18:23:17.245 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-02-14 18:23:17.249 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-02-14 18:23:17.275 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.81:8080/v1/AUTH_ 2022-02-14 18:23:17.303 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-02-14 18:23:17.319 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:17.321 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-02-14 18:23:17.337 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:17.340 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-02-14 18:23:17.357 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:17.359 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-02-14 18:23:17.361 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-02-14 18:23:17.364 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-02-14 18:23:17.366 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-02-14 18:23:17.368 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-14 18:23:17.371 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-14 18:23:17.373 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:23:17.388 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:17.391 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-14 18:23:17.393 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-14 18:23:17.396 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:23:17.411 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:17.414 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:23:17.417 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:23:17.444 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:23:17.446 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:23:17.449 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-02-14 18:23:17.451 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-02-14 18:23:17.453 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-02-14 18:23:17.456 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:23:17.473 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:23:17.475 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:23:17.478 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:23:17.481 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:23:17.483 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:23:17.510 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:23:17.537 | + functions:setup_systemd_logging:705 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:23:17.565 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:23:17.593 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-02-14 18:23:17.609 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:17.611 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-02-14 18:23:17.614 | + lib/apache:write_uwsgi_config:249 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-02-14 18:23:17.616 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/cinder-wsgi 2022-02-14 18:23:17.618 | + lib/apache:write_uwsgi_config:251 : local url=/volume 2022-02-14 18:23:17.621 | + lib/apache:write_uwsgi_config:252 : local http= 2022-02-14 18:23:17.623 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-14 18:23:17.626 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/cinder-wsgi 2022-02-14 18:23:17.630 | + lib/apache:write_uwsgi_config:254 : name=cinder-wsgi 2022-02-14 18:23:17.632 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-14 18:23:17.635 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-14 18:23:17.647 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-14 18:23:17.648 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:23:17.656 | d /var/run/uwsgi 0755 ubuntu root 2022-02-14 18:23:17.659 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:23:17.675 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-02-14 18:23:17.677 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-02-14 18:23:17.681 | + lib/apache:write_uwsgi_config:270 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-02-14 18:23:17.710 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-02-14 18:23:17.737 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-02-14 18:23:17.764 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-02-14 18:23:17.790 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-14 18:23:17.818 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-14 18:23:17.845 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-02-14 18:23:17.873 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-02-14 18:23:17.899 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-02-14 18:23:17.926 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:23:17.954 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-14 18:23:17.981 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-14 18:23:18.009 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-02-14 18:23:18.035 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-02-14 18:23:18.038 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-02-14 18:23:18.041 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for cinder-wsgi 2022-02-14 18:23:18.044 | ++ lib/apache:apache_site_config_for:181 : local site=cinder-wsgi 2022-02-14 18:23:18.046 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-14 18:23:18.048 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:23:18.051 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:23:18.053 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-14 18:23:18.056 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-02-14 18:23:18.058 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-02-14 18:23:18.085 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-14 18:23:18.113 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-02-14 18:23:18.113 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-14 18:23:18.121 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-02-14 18:23:18.125 | + lib/apache:write_uwsgi_config:302 : enable_apache_site cinder-wsgi 2022-02-14 18:23:18.127 | + lib/apache:enable_apache_site:198 : local site=cinder-wsgi 2022-02-14 18:23:18.129 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-14 18:23:18.132 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-14 18:23:18.134 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:23:18.136 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:23:18.138 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:23:18.141 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-14 18:23:18.143 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-14 18:23:18.145 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:23:18.148 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:23:18.150 | + lib/apache:enable_apache_site:202 : sudo a2ensite cinder-wsgi 2022-02-14 18:23:18.211 | Enabling site cinder-wsgi. 2022-02-14 18:23:18.217 | To activate the new configuration, you need to run: 2022-02-14 18:23:18.217 | systemctl reload apache2 2022-02-14 18:23:18.221 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-02-14 18:23:18.223 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:23:18.226 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:23:18.228 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:23:18.355 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-02-14 18:23:18.357 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-02-14 18:23:18.386 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.81/image 2022-02-14 18:23:18.414 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-02-14 18:23:18.431 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:18.433 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-02-14 18:23:18.436 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/cinder/cinder.conf 2022-02-14 18:23:18.439 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=nova 2022-02-14 18:23:18.441 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=nova 2022-02-14 18:23:18.443 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-02-14 18:23:18.473 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/cinder/cinder.conf nova interface public 2022-02-14 18:23:18.502 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.81/identity 2022-02-14 18:23:18.529 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/cinder/cinder.conf nova username nova 2022-02-14 18:23:18.556 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-02-14 18:23:18.584 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-02-14 18:23:18.612 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/cinder/cinder.conf nova project_name service 2022-02-14 18:23:18.639 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-02-14 18:23:18.666 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:23:18.694 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-02-14 18:23:18.722 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-02-14 18:23:18.750 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-02-14 18:23:18.778 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-02-14 18:23:18.780 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-02-14 18:23:18.797 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:18.799 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.81:2379 2022-02-14 18:23:18.830 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-02-14 18:23:18.832 | + ./stack.sh:main:929 : is_service_enabled neutron 2022-02-14 18:23:18.850 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:18.852 | + ./stack.sh:main:931 : stack_install_service neutron 2022-02-14 18:23:18.854 | + lib/stack:stack_install_service:20 : local service=neutron 2022-02-14 18:23:18.857 | + lib/stack:stack_install_service:21 : type install_neutron 2022-02-14 18:23:18.860 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:23:18.862 | + lib/stack:stack_install_service:32 : install_neutron 2022-02-14 18:23:18.865 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-02-14 18:23:18.868 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:23:18.869 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-14 18:23:18.874 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:23:18.876 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-14 18:23:18.879 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-14 18:23:18.881 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-14 18:23:18.884 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-02-14 18:23:18.887 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-02-14 18:23:18.889 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-02-14 18:23:18.892 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:23:18.894 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:23:18.897 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-02-14 18:23:18.899 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:23:18.902 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-02-14 18:23:18.904 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-02-14 18:23:18.907 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-02-14 18:23:18.909 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:23:18.911 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:23:18.914 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:23:18.917 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:23:18.919 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:23:18.922 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:23:18.938 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:23:18.940 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:23:18.942 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:23:18.945 | + functions-common:git_clone:629 : echo master 2022-02-14 18:23:18.945 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:23:18.951 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-02-14 18:23:18.953 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:23:18.955 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-02-14 18:23:18.958 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:23:18.958 | + functions-common:git_clone:678 : head -1 2022-02-14 18:23:18.964 | fc3d3cc824 Merge "[OVS] Add IPv6 ICMP RA to the default ingress rules" 2022-02-14 18:23:18.967 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:23:18.970 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-02-14 18:23:18.972 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:23:18.975 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-14 18:23:18.977 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-02-14 18:23:18.979 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:23:18.982 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-02-14 18:23:18.985 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:23:18.988 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-14 18:23:18.990 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-02-14 18:23:18.993 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:23:18.995 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:23:18.999 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-02-14 18:23:19.002 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:23:19.005 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-02-14 18:23:19.007 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:23:19.010 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:23:19.013 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-02-14 18:23:19.021 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-02-14 18:23:19.024 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-02-14 18:23:19.673 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-02-14 18:23:19.675 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:23:19.677 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:23:19.680 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:23:19.682 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-14 18:23:19.685 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-02-14 18:23:19.687 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:23:19.690 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:23:19.692 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:23:19.694 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:23:19.697 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:23:19.700 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:23:19.702 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:23:19.705 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-02-14 18:23:19.725 | Using python 3.8 to install /opt/stack/neutron 2022-02-14 18:23:19.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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-02-14 18:23:20.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:23:20.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:23:20.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:23:20.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:23:21.677 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:23:21.702 | Obtaining file:///opt/stack/neutron 2022-02-14 18:23:21.703 | Preparing metadata (setup.py): started 2022-02-14 18:23:23.806 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:23:23.895 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (5.8.1) 2022-02-14 18:23:23.896 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.5.0) 2022-02-14 18:23:23.897 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.1.1) 2022-02-14 18:23:23.898 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.5.1) 2022-02-14 18:23:23.899 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.4.0) 2022-02-14 18:23:23.900 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (5.1.1) 2022-02-14 18:23:23.901 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.33.0) 2022-02-14 18:23:23.902 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.4.1) 2022-02-14 18:23:23.903 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.20.4) 2022-02-14 18:23:23.904 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.27.1) 2022-02-14 18:23:23.905 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.0.3) 2022-02-14 18:23:23.906 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (9.3.0) 2022-02-14 18:23:23.907 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.8.0) 2022-02-14 18:23:23.908 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.11.0) 2022-02-14 18:23:23.909 | Requirement already satisfied: neutron-lib>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.19.0) 2022-02-14 18:23:23.910 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (7.7.0) 2022-02-14 18:23:23.911 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (6.3.1) 2022-02-14 18:23:23.912 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.4.31) 2022-02-14 18:23:23.913 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.8.7) 2022-02-14 18:23:23.914 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.4.0) 2022-02-14 18:23:23.915 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.7.6) 2022-02-14 18:23:23.917 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.5.0) 2022-02-14 18:23:23.918 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.10.0) 2022-02-14 18:23:23.919 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.5.0) 2022-02-14 18:23:23.920 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (8.7.1) 2022-02-14 18:23:23.921 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.4.0) 2022-02-14 18:23:23.923 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (11.1.0) 2022-02-14 18:23:23.924 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (5.1.0) 2022-02-14 18:23:23.925 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.6.1) 2022-02-14 18:23:23.926 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (12.12.0) 2022-02-14 18:23:23.927 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.5.0) 2022-02-14 18:23:23.928 | Requirement already satisfied: oslo.policy>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.10.1) 2022-02-14 18:23:23.929 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.6.2) 2022-02-14 18:23:23.930 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.3.0) 2022-02-14 18:23:23.931 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (6.3.0) 2022-02-14 18:23:23.932 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.2.0) 2022-02-14 18:23:23.934 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.8.0) 2022-02-14 18:23:23.935 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.4.0) 2022-02-14 18:23:23.936 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.12.1) 2022-02-14 18:23:23.937 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.5.0) 2022-02-14 18:23:23.938 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (3.4.2) 2022-02-14 18:23:23.939 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.3.0) 2022-02-14 18:23:23.940 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.1.0) 2022-02-14 18:23:23.941 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.16.0) 2022-02-14 18:23:23.942 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (1.15.0) 2022-02-14 18:23:23.943 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (21.3) 2022-02-14 18:23:23.944 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (5.9.0) 2022-02-14 18:23:23.945 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:23.946 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (22.0.0) 2022-02-14 18:23:23.947 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (17.6.0) 2022-02-14 18:23:23.948 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (0.61.0) 2022-02-14 18:23:23.949 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (4.4.0) 2022-02-14 18:23:23.950 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.7.0) 2022-02-14 18:23:23.952 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.4.0) 2022-02-14 18:23:23.953 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev501) (2.10.1) 2022-02-14 18:23:23.968 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev501) (4.11.0) 2022-02-14 18:23:23.969 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev501) (1.1.6) 2022-02-14 18:23:23.971 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev501) (5.4.0) 2022-02-14 18:23:23.981 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev501) (1.13.3) 2022-02-14 18:23:23.993 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev501) (1.1.2) 2022-02-14 18:23:23.994 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev501) (1.16.0) 2022-02-14 18:23:23.995 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev501) (2.1.0) 2022-02-14 18:23:24.014 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev501) (3.0.7) 2022-02-14 18:23:24.021 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev501) (2.0.1) 2022-02-14 18:23:24.080 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev501) (1.7.0) 2022-02-14 18:23:24.082 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev501) (1.0.2) 2022-02-14 18:23:24.135 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev501) (4.4.0) 2022-02-14 18:23:24.137 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev501) (3.1.1) 2022-02-14 18:23:24.181 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev501) (2.7.0) 2022-02-14 18:23:24.187 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev501) (1.2.2) 2022-02-14 18:23:24.213 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (1.4.4) 2022-02-14 18:23:24.215 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (2.5.0) 2022-02-14 18:23:24.216 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (36.0.1) 2022-02-14 18:23:24.217 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (0.10.0) 2022-02-14 18:23:24.219 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (1.4.0) 2022-02-14 18:23:24.220 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (6.0) 2022-02-14 18:23:24.221 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (1.32) 2022-02-14 18:23:24.222 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev501) (1.1.5) 2022-02-14 18:23:24.239 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev501) (1.0.3) 2022-02-14 18:23:24.338 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev501) (0.17.3) 2022-02-14 18:23:24.382 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev501) (1.5.0) 2022-02-14 18:23:24.444 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev501) (0.13.0) 2022-02-14 18:23:24.447 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev501) (0.5.0) 2022-02-14 18:23:24.448 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev501) (2.0.1) 2022-02-14 18:23:24.532 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev501) (2.8.2) 2022-02-14 18:23:24.537 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev501) (0.9.6) 2022-02-14 18:23:24.594 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (5.0.9) 2022-02-14 18:23:24.595 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (5.2.3) 2022-02-14 18:23:24.597 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (0.4.0) 2022-02-14 18:23:24.600 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (5.0.0) 2022-02-14 18:23:24.623 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev501) (3.2.0) 2022-02-14 18:23:24.625 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev501) (3.3.0) 2022-02-14 18:23:24.672 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev501) (1.15.0) 2022-02-14 18:23:24.725 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev501) (2021.3) 2022-02-14 18:23:24.758 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev501) (1.3.3) 2022-02-14 18:23:24.759 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev501) (3.0.0) 2022-02-14 18:23:24.783 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev501) (3.0.0) 2022-02-14 18:23:24.922 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev501) (2.4.0) 2022-02-14 18:23:24.992 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev501) (60.8.2) 2022-02-14 18:23:25.067 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev501) (0.3.5) 2022-02-14 18:23:25.069 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev501) (3.0.0) 2022-02-14 18:23:25.179 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.180 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.181 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.182 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.183 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.185 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.186 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev501) (0.6.5) 2022-02-14 18:23:25.387 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev501) (3.2.0) 2022-02-14 18:23:25.388 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev501) (3.10.0) 2022-02-14 18:23:25.393 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev501) (2.4.2) 2022-02-14 18:23:25.435 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev501) (3.17.6) 2022-02-14 18:23:25.437 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev501) (2.1.0) 2022-02-14 18:23:25.530 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev501) (3.3) 2022-02-14 18:23:25.533 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev501) (2.0.12) 2022-02-14 18:23:25.534 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev501) (1.26.8) 2022-02-14 18:23:25.535 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev501) (2019.11.28) 2022-02-14 18:23:25.570 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev501) (0.7) 2022-02-14 18:23:25.901 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev501) (0.12.2) 2022-02-14 18:23:25.978 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (5.0.0) 2022-02-14 18:23:26.168 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev501) (2.21) 2022-02-14 18:23:26.240 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev501) (0.5.0) 2022-02-14 18:23:26.242 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev501) (2.3.3) 2022-02-14 18:23:26.475 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev501) (2.5.0) 2022-02-14 18:23:26.646 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev501) (2.2) 2022-02-14 18:23:27.161 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev501) (0.13.1) 2022-02-14 18:23:27.207 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev501) (0.2.5) 2022-02-14 18:23:27.804 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev501) (0.5.2) 2022-02-14 18:23:27.808 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev501) (0.4.2) 2022-02-14 18:23:28.138 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev501) (2.0.0) 2022-02-14 18:23:28.139 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev501) (4.10.0) 2022-02-14 18:23:28.305 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev501) (3.7.0) 2022-02-14 18:23:28.561 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev501) (21.4.0) 2022-02-14 18:23:28.562 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev501) (1.8.2) 2022-02-14 18:23:28.745 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev501) (1.0.0) 2022-02-14 18:23:28.963 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev501) (2.3.1) 2022-02-14 18:23:30.368 | Installing collected packages: neutron 2022-02-14 18:23:30.368 | Attempting uninstall: neutron 2022-02-14 18:23:30.370 | Found existing installation: neutron 19.1.0 2022-02-14 18:23:31.648 | Uninstalling neutron-19.1.0: 2022-02-14 18:23:31.723 | Successfully uninstalled neutron-19.1.0 2022-02-14 18:23:31.725 | Running setup.py develop for neutron 2022-02-14 18:23:35.506 | Successfully installed neutron 2022-02-14 18:23:35.506 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:23:35.514 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:23:35.514 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:23:35.649 | + inc/python:pip_install:200 : result=0 2022-02-14 18:23:35.652 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:23:35.654 | + functions-common:time_stop:2425 : local name 2022-02-14 18:23:35.656 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:23:35.658 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:23:35.660 | + functions-common:time_stop:2428 : local total 2022-02-14 18:23:35.663 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:23:35.665 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:23:35.667 | + functions-common:time_stop:2432 : start_time=1644862999720 2022-02-14 18:23:35.670 | + functions-common:time_stop:2434 : [[ -z 1644862999720 ]] 2022-02-14 18:23:35.672 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:23:35.676 | + functions-common:time_stop:2437 : end_time=1644863015674 2022-02-14 18:23:35.679 | + functions-common:time_stop:2438 : elapsed_time=15954 2022-02-14 18:23:35.681 | + functions-common:time_stop:2439 : total=171952 2022-02-14 18:23:35.684 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:23:35.686 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=187906 2022-02-14 18:23:35.688 | + inc/python:pip_install:203 : return 0 2022-02-14 18:23:35.691 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:23:35.693 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-14 18:23:35.696 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-14 18:23:35.714 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-14 18:23:35.726 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-02-14 18:23:35.728 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-02-14 18:23:35.731 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:23:35.734 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:23:35.737 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-02-14 18:23:35.739 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:23:35.742 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-02-14 18:23:35.744 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:23:35.747 | + ./stack.sh:main:934 : is_service_enabled nova 2022-02-14 18:23:35.764 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:35.766 | + ./stack.sh:main:936 : stack_install_service nova 2022-02-14 18:23:35.769 | + lib/stack:stack_install_service:20 : local service=nova 2022-02-14 18:23:35.771 | + lib/stack:stack_install_service:21 : type install_nova 2022-02-14 18:23:35.774 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:23:35.776 | + lib/stack:stack_install_service:32 : install_nova 2022-02-14 18:23:35.779 | + lib/nova:install_nova:836 : use_library_from_git os-vif 2022-02-14 18:23:35.781 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-02-14 18:23:35.783 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:23:35.786 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:23:35.788 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-02-14 18:23:35.791 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:23:35.794 | + lib/nova:install_nova:841 : is_service_enabled n-cpu 2022-02-14 18:23:35.811 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:35.813 | + lib/nova:install_nova:845 : is_service_enabled n-novnc 2022-02-14 18:23:35.830 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:35.832 | + lib/nova:install_nova:857 : is_service_enabled n-spice 2022-02-14 18:23:35.848 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:35.850 | + lib/nova:install_nova:869 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-02-14 18:23:35.853 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-02-14 18:23:35.856 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-02-14 18:23:35.858 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:23:35.860 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:23:35.863 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:23:35.865 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:23:35.868 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:23:35.871 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:23:35.887 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:23:35.889 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:23:35.891 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:23:35.894 | + functions-common:git_clone:629 : echo master 2022-02-14 18:23:35.894 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:23:35.899 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-02-14 18:23:35.901 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-14 18:23:35.904 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-02-14 18:23:35.906 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:23:35.907 | + functions-common:git_clone:678 : head -1 2022-02-14 18:23:35.913 | e6eeedaf72 Fail on parse_dom if vif quota sizes > 32 bit unsigned int 2022-02-14 18:23:35.916 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:23:35.919 | + lib/nova:install_nova:870 : setup_develop /opt/stack/nova 2022-02-14 18:23:35.921 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:23:35.924 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-02-14 18:23:35.926 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-02-14 18:23:35.928 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:23:35.931 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-02-14 18:23:35.934 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:23:35.937 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-02-14 18:23:35.939 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-02-14 18:23:35.941 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:23:35.944 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:23:35.947 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-02-14 18:23:35.950 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:23:35.953 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-02-14 18:23:35.955 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:23:35.957 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:23:35.960 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-02-14 18:23:35.966 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-02-14 18:23:35.969 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-02-14 18:23:36.616 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-02-14 18:23:36.618 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:23:36.621 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:23:36.623 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:23:36.625 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-02-14 18:23:36.627 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-02-14 18:23:36.630 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:23:36.632 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:23:36.634 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:23:36.637 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:23:36.639 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:23:36.641 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:23:36.644 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:23:36.646 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-02-14 18:23:36.666 | Using python 3.8 to install /opt/stack/nova 2022-02-14 18:23:36.669 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-02-14 18:23:37.499 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:23:37.499 | from cryptography.utils import int_from_bytes 2022-02-14 18:23:37.499 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:23:37.499 | from cryptography.utils import int_from_bytes 2022-02-14 18:23:38.629 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:23:38.655 | Obtaining file:///opt/stack/nova 2022-02-14 18:23:38.655 | Preparing metadata (setup.py): started 2022-02-14 18:23:41.685 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:23:41.892 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (5.8.1) 2022-02-14 18:23:41.893 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.4.31) 2022-02-14 18:23:41.894 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (5.1.1) 2022-02-14 18:23:41.895 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.33.0) 2022-02-14 18:23:41.896 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.0.3) 2022-02-14 18:23:41.897 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (9.3.0) 2022-02-14 18:23:41.898 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.7.1) 2022-02-14 18:23:41.899 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.5.1) 2022-02-14 18:23:41.900 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (36.0.1) 2022-02-14 18:23:41.901 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.8.7) 2022-02-14 18:23:41.903 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.1.2) 2022-02-14 18:23:41.904 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.1.1) 2022-02-14 18:23:41.905 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.5.0) 2022-02-14 18:23:41.906 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.0.0) 2022-02-14 18:23:41.907 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.13.0) 2022-02-14 18:23:41.908 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.7.6) 2022-02-14 18:23:41.909 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.8.0) 2022-02-14 18:23:41.910 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.11.0) 2022-02-14 18:23:41.911 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.8.1) 2022-02-14 18:23:41.912 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.0.2) 2022-02-14 18:23:41.913 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.0.dev256) (3.2.0) 2022-02-14 18:23:41.914 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (8.2.0) 2022-02-14 18:23:41.915 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.4.0) 2022-02-14 18:23:41.916 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (7.7.0) 2022-02-14 18:23:41.917 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.5.0) 2022-02-14 18:23:41.918 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.27.1) 2022-02-14 18:23:41.919 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.5.0) 2022-02-14 18:23:41.998 | Collecting websockify>=0.9.0 2022-02-14 18:23:42.005 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-02-14 18:23:42.010 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.10.0) 2022-02-14 18:23:42.012 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.5.0) 2022-02-14 18:23:42.013 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (8.7.1) 2022-02-14 18:23:42.014 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.4.0) 2022-02-14 18:23:42.015 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.6.1) 2022-02-14 18:23:42.016 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.3.0) 2022-02-14 18:23:42.017 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.2.0) 2022-02-14 18:23:42.018 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.4.0) 2022-02-14 18:23:42.019 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.12.1) 2022-02-14 18:23:42.020 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (11.1.0) 2022-02-14 18:23:42.022 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (6.3.0) 2022-02-14 18:23:42.023 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (12.12.0) 2022-02-14 18:23:42.024 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.10.1) 2022-02-14 18:23:42.025 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.6.2) 2022-02-14 18:23:42.026 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (5.1.0) 2022-02-14 18:23:42.028 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.8.0) 2022-02-14 18:23:42.029 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.5.0) 2022-02-14 18:23:42.030 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.5.0) 2022-02-14 18:23:42.031 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (5.9.0) 2022-02-14 18:23:42.032 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.5.0) 2022-02-14 18:23:42.033 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (5.1.0) 2022-02-14 18:23:42.035 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.1.0) 2022-02-14 18:23:42.036 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.7.0) 2022-02-14 18:23:42.036 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.7.0) 2022-02-14 18:23:42.038 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (3.10.0) 2022-02-14 18:23:42.076 | Collecting microversion-parse>=0.2.1 2022-02-14 18:23:42.083 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-02-14 18:23:42.087 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.10.1) 2022-02-14 18:23:42.088 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.2.2) 2022-02-14 18:23:42.089 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.3.3) 2022-02-14 18:23:42.090 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (1.7.0) 2022-02-14 18:23:42.091 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (4.6.4) 2022-02-14 18:23:42.092 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.8.2) 2022-02-14 18:23:42.093 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (2.4.0) 2022-02-14 18:23:42.094 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (0.61.0) 2022-02-14 18:23:42.095 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev256) (6.0) 2022-02-14 18:23:42.111 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev256) (1.1.6) 2022-02-14 18:23:42.112 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev256) (4.11.0) 2022-02-14 18:23:42.114 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev256) (5.4.0) 2022-02-14 18:23:42.137 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.0.dev256) (5.2.0) 2022-02-14 18:23:42.175 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.0.dev256) (1.15.0) 2022-02-14 18:23:42.207 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev256) (2.1.0) 2022-02-14 18:23:42.208 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev256) (1.16.0) 2022-02-14 18:23:42.231 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.0.dev256) (2.0.1) 2022-02-14 18:23:42.355 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev256) (3.1.1) 2022-02-14 18:23:42.357 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev256) (4.4.0) 2022-02-14 18:23:42.416 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (1.1.5) 2022-02-14 18:23:42.417 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (1.4.0) 2022-02-14 18:23:42.418 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (0.10.0) 2022-02-14 18:23:42.419 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (2.5.0) 2022-02-14 18:23:42.423 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (1.32) 2022-02-14 18:23:42.424 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev256) (1.4.4) 2022-02-14 18:23:42.444 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.0.dev256) (6.3.1) 2022-02-14 18:23:42.447 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.0.dev256) (5.5.0) 2022-02-14 18:23:42.497 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev256) (2.4.0) 2022-02-14 18:23:42.498 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev256) (1.15.0) 2022-02-14 18:23:42.501 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:42.588 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.1.0.dev256) (0.17.3) 2022-02-14 18:23:42.696 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev256) (2.0.1) 2022-02-14 18:23:42.697 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev256) (0.5.0) 2022-02-14 18:23:42.760 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.1.0.dev256) (0.9.6) 2022-02-14 18:23:42.822 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev256) (5.0.0) 2022-02-14 18:23:42.825 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev256) (0.4.0) 2022-02-14 18:23:42.826 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev256) (5.2.3) 2022-02-14 18:23:42.827 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev256) (5.0.9) 2022-02-14 18:23:42.854 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev256) (3.3.0) 2022-02-14 18:23:42.857 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev256) (3.2.0) 2022-02-14 18:23:42.906 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.1.0.dev256) (1.0.3) 2022-02-14 18:23:42.960 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.1.0.dev256) (2021.3) 2022-02-14 18:23:42.997 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev256) (3.0.0) 2022-02-14 18:23:42.998 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev256) (1.3.3) 2022-02-14 18:23:43.049 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev256) (3.0.7) 2022-02-14 18:23:43.050 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev256) (21.3) 2022-02-14 18:23:43.135 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.0.dev256) (1.5.0) 2022-02-14 18:23:43.163 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.0.dev256) (60.8.2) 2022-02-14 18:23:43.240 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==24.1.0.dev256) (0.2.5) 2022-02-14 18:23:43.315 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.0.dev256) (3.17.6) 2022-02-14 18:23:43.378 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev256) (1.3.3) 2022-02-14 18:23:43.379 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev256) (1.13.3) 2022-02-14 18:23:43.380 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev256) (22.0.0) 2022-02-14 18:23:43.424 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev256) (2.4.2) 2022-02-14 18:23:43.426 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev256) (3.10.0) 2022-02-14 18:23:43.428 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev256) (2.1.0) 2022-02-14 18:23:43.506 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==24.1.0.dev256) (2019.11.28) 2022-02-14 18:23:43.508 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev256) (2.0.12) 2022-02-14 18:23:43.510 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev256) (3.3) 2022-02-14 18:23:43.512 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev256) (1.26.8) 2022-02-14 18:23:43.605 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.0.dev256) (0.7) 2022-02-14 18:23:43.814 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev256) (0.5.2) 2022-02-14 18:23:43.816 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev256) (0.4.2) 2022-02-14 18:23:43.925 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev256) (1.4.2) 2022-02-14 18:23:43.926 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev256) (2.6.3) 2022-02-14 18:23:43.929 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev256) (2.4.0) 2022-02-14 18:23:44.016 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.0.dev256) (0.12.2) 2022-02-14 18:23:45.194 | Collecting numpy 2022-02-14 18:23:45.239 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/263/8389562bda163/numpy-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB) 2022-02-14 18:23:45.659 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.0.dev256) (5.0.0) 2022-02-14 18:23:45.889 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.0.dev256) (2.21) 2022-02-14 18:23:45.965 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev256) (0.5.0) 2022-02-14 18:23:45.966 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev256) (2.3.3) 2022-02-14 18:23:46.170 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.0.dev256) (2.5.0) 2022-02-14 18:23:46.278 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.0.dev256) (2.2) 2022-02-14 18:23:46.739 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.0.dev256) (0.13.1) 2022-02-14 18:23:46.783 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev256) (2.16.0) 2022-02-14 18:23:47.142 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.143 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.144 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.145 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.146 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.147 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:47.148 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev256) (0.6.5) 2022-02-14 18:23:48.348 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==24.1.0.dev256) (3.7.0) 2022-02-14 18:23:48.795 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev256) (1.8.2) 2022-02-14 18:23:48.797 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev256) (21.4.0) 2022-02-14 18:23:48.894 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev256) (2.4.0) 2022-02-14 18:23:48.997 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.0.dev256) (1.0.0) 2022-02-14 18:23:50.439 | Installing collected packages: numpy, websockify, microversion-parse, nova 2022-02-14 18:23:53.833 | Running setup.py develop for nova 2022-02-14 18:23:58.093 | Successfully installed microversion-parse-1.0.1 nova numpy-1.22.2 websockify-0.10.0 2022-02-14 18:23:58.093 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:23:58.100 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:23:58.100 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:23:58.257 | + inc/python:pip_install:200 : result=0 2022-02-14 18:23:58.259 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:23:58.261 | + functions-common:time_stop:2425 : local name 2022-02-14 18:23:58.263 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:23:58.265 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:23:58.268 | + functions-common:time_stop:2428 : local total 2022-02-14 18:23:58.270 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:23:58.272 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:23:58.274 | + functions-common:time_stop:2432 : start_time=1644863016661 2022-02-14 18:23:58.276 | + functions-common:time_stop:2434 : [[ -z 1644863016661 ]] 2022-02-14 18:23:58.279 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:23:58.283 | + functions-common:time_stop:2437 : end_time=1644863038281 2022-02-14 18:23:58.285 | + functions-common:time_stop:2438 : elapsed_time=21620 2022-02-14 18:23:58.287 | + functions-common:time_stop:2439 : total=187906 2022-02-14 18:23:58.289 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:23:58.292 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=209526 2022-02-14 18:23:58.294 | + inc/python:pip_install:203 : return 0 2022-02-14 18:23:58.297 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:23:58.299 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-14 18:23:58.301 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-14 18:23:58.322 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-14 18:23:58.334 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-02-14 18:23:58.337 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-02-14 18:23:58.339 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:23:58.341 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:23:58.344 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-02-14 18:23:58.346 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:23:58.349 | + lib/nova:install_nova:871 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-02-14 18:23:58.361 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:23:58.364 | + ./stack.sh:main:937 : configure_nova 2022-02-14 18:23:58.366 | + lib/nova:configure_nova:245 : sudo install -d -o ubuntu /etc/nova 2022-02-14 18:23:58.379 | + lib/nova:configure_nova:247 : configure_rootwrap nova 2022-02-14 18:23:58.381 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-02-14 18:23:58.383 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-14 18:23:58.387 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-02-14 18:23:58.387 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-14 18:23:58.392 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-02-14 18:23:58.395 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-02-14 18:23:58.397 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-14 18:23:58.399 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-02-14 18:23:58.402 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-02-14 18:23:58.404 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-02-14 18:23:58.407 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-02-14 18:23:58.409 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-02-14 18:23:58.421 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-02-14 18:23:58.433 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2022-02-14 18:23:58.445 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-02-14 18:23:58.457 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-02-14 18:23:58.469 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-14 18:23:58.472 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-14 18:23:58.477 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.QxfRGjNF0d 2022-02-14 18:23:58.479 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-14 18:23:58.482 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-14 18:23:58.484 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-02-14 18:23:58.487 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-14 18:23:58.489 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-14 18:23:58.492 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.QxfRGjNF0d 2022-02-14 18:23:58.496 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.QxfRGjNF0d 2022-02-14 18:23:58.507 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.QxfRGjNF0d /etc/sudoers.d/nova-rootwrap 2022-02-14 18:23:58.519 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-02-14 18:23:58.524 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-14 18:23:58.526 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-14 18:23:58.529 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-14 18:23:58.531 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-14 18:23:58.534 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-02-14 18:23:58.536 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-02-14 18:23:58.539 | + lib/nova:configure_nova:249 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-02-14 18:23:58.541 | + lib/nova:configure_nova:251 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-02-14 18:23:58.546 | + lib/nova:configure_nova:254 : is_service_enabled n-cpu 2022-02-14 18:23:58.563 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:58.565 | + lib/nova:configure_nova:335 : create_nova_conf 2022-02-14 18:23:58.567 | + lib/nova:create_nova_conf:402 : rm -f /opt/stack/nova/bin/nova.conf 2022-02-14 18:23:58.571 | + lib/nova:create_nova_conf:405 : rm -f /etc/nova/nova.conf 2022-02-14 18:23:58.574 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-02-14 18:23:58.603 | + lib/nova:create_nova_conf:407 : '[' True == True ']' 2022-02-14 18:23:58.606 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-02-14 18:23:58.631 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-02-14 18:23:58.660 | + lib/nova:create_nova_conf:411 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-02-14 18:23:58.686 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-02-14 18:23:58.715 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf scheduler workers 2 2022-02-14 18:23:58.744 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-02-14 18:23:58.772 | + lib/nova:create_nova_conf:415 : [[ 4 == 6 ]] 2022-02-14 18:23:58.775 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.81 2022-02-14 18:23:58.801 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-02-14 18:23:58.827 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-02-14 18:23:58.858 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-02-14 18:23:58.884 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-02-14 18:23:58.911 | + lib/nova:create_nova_conf:425 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-02-14 18:23:58.940 | + lib/nova:create_nova_conf:427 : is_fedora 2022-02-14 18:23:58.942 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:23:58.944 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:23:58.946 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:23:58.949 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:23:58.951 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:23:58.953 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:23:58.956 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:23:58.958 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:23:58.960 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:23:58.962 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:23:58.965 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:23:58.967 | + lib/nova:create_nova_conf:427 : is_suse 2022-02-14 18:23:58.969 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:23:58.971 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:23:58.973 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:23:58.975 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:23:58.977 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:23:58.980 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:23:58.982 | + lib/nova:create_nova_conf:436 : is_service_enabled n-api n-cond n-sched 2022-02-14 18:23:58.998 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:59.000 | + lib/nova:create_nova_conf:440 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-14 18:23:59.002 | + lib/nova:create_nova_conf:443 : local db=nova_cell0 2022-02-14 18:23:59.004 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-02-14 18:23:59.032 | ++ lib/nova:create_nova_conf:449 : database_connection_url nova_cell0 2022-02-14 18:23:59.034 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-02-14 18:23:59.036 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-02-14 18:23:59.038 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell0 2022-02-14 18:23:59.040 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-14 18:23:59.043 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-14 18:23:59.072 | ++ lib/nova:create_nova_conf:450 : database_connection_url nova_api 2022-02-14 18:23:59.075 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-02-14 18:23:59.077 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-02-14 18:23:59.079 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_api 2022-02-14 18:23:59.082 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-14 18:23:59.084 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-14 18:23:59.113 | + lib/nova:create_nova_conf:455 : iniset /etc/nova/nova.conf cache enabled True 2022-02-14 18:23:59.142 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-02-14 18:23:59.168 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-02-14 18:23:59.194 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api 2022-02-14 18:23:59.210 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:59.212 | + lib/nova:create_nova_conf:461 : is_service_enabled n-api-meta 2022-02-14 18:23:59.229 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:59.232 | ++ lib/nova:create_nova_conf:463 : echo osapi_compute,metadata 2022-02-14 18:23:59.232 | ++ lib/nova:create_nova_conf:463 : sed s/,metadata// 2022-02-14 18:23:59.237 | + lib/nova:create_nova_conf:463 : NOVA_ENABLED_APIS=osapi_compute 2022-02-14 18:23:59.239 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-02-14 18:23:59.266 | + lib/nova:create_nova_conf:466 : is_service_enabled tls-proxy 2022-02-14 18:23:59.281 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:59.284 | + lib/nova:create_nova_conf:472 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-02-14 18:23:59.286 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/nova/nova.conf 2022-02-14 18:23:59.288 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=nova 2022-02-14 18:23:59.290 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-14 18:23:59.293 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-02-14 18:23:59.321 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-02-14 18:23:59.348 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:23:59.375 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-02-14 18:23:59.402 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-02-14 18:23:59.428 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-02-14 18:23:59.456 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-02-14 18:23:59.482 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-02-14 18:23:59.509 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:23:59.536 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-02-14 18:23:59.563 | + lib/nova:create_nova_conf:475 : is_service_enabled cinder 2022-02-14 18:23:59.579 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:23:59.582 | + lib/nova:create_nova_conf:476 : configure_cinder_access 2022-02-14 18:23:59.584 | + lib/nova:configure_cinder_access:603 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-02-14 18:23:59.613 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder auth_type password 2022-02-14 18:23:59.640 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.81/identity 2022-02-14 18:23:59.666 | + lib/nova:configure_cinder_access:612 : iniset /etc/nova/nova.conf cinder username nova 2022-02-14 18:23:59.693 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-02-14 18:23:59.720 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-02-14 18:23:59.747 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder project_name service 2022-02-14 18:23:59.774 | + lib/nova:configure_cinder_access:616 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-02-14 18:23:59.801 | + lib/nova:configure_cinder_access:617 : is_service_enabled tls-proxy 2022-02-14 18:23:59.816 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:23:59.819 | + lib/nova:create_nova_conf:479 : '[' -n /opt/stack/data/nova ']' 2022-02-14 18:23:59.821 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-02-14 18:23:59.848 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-02-14 18:23:59.877 | + lib/nova:create_nova_conf:483 : '[' -n /opt/stack/data/nova/instances ']' 2022-02-14 18:23:59.880 | + lib/nova:create_nova_conf:484 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-02-14 18:23:59.906 | + lib/nova:create_nova_conf:486 : '[' False '!=' False ']' 2022-02-14 18:23:59.908 | + lib/nova:create_nova_conf:489 : '[' False '!=' False ']' 2022-02-14 18:23:59.910 | + lib/nova:create_nova_conf:495 : is_suse 2022-02-14 18:23:59.913 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:23:59.915 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:23:59.918 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:23:59.920 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:23:59.922 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:23:59.924 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:23:59.926 | + lib/nova:create_nova_conf:495 : is_fedora 2022-02-14 18:23:59.929 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:23:59.931 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:23:59.933 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:23:59.936 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:23:59.938 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:23:59.940 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:23:59.942 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:23:59.944 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:23:59.946 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:23:59.948 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:23:59.951 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:23:59.953 | + lib/nova:create_nova_conf:500 : setup_logging /etc/nova/nova.conf 2022-02-14 18:23:59.955 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-02-14 18:23:59.957 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-02-14 18:23:59.960 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:23:59.976 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:23:59.979 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:23:59.981 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:23:59.983 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:23:59.986 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:24:00.013 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:24:00.039 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:24:00.066 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:24:00.094 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-02-14 18:24:00.124 | + lib/nova:create_nova_conf:504 : is_service_enabled n-api 2022-02-14 18:24:00.140 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:00.142 | + lib/nova:create_nova_conf:505 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-02-14 18:24:00.144 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-api-uwsgi.ini 2022-02-14 18:24:00.147 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-02-14 18:24:00.149 | + lib/apache:write_uwsgi_config:251 : local url=/compute 2022-02-14 18:24:00.151 | + lib/apache:write_uwsgi_config:252 : local http= 2022-02-14 18:24:00.153 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-14 18:24:00.156 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-api-wsgi 2022-02-14 18:24:00.160 | + lib/apache:write_uwsgi_config:254 : name=nova-api-wsgi 2022-02-14 18:24:00.162 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-14 18:24:00.165 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-14 18:24:00.177 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-14 18:24:00.177 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:00.186 | d /var/run/uwsgi 0755 ubuntu root 2022-02-14 18:24:00.189 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:00.205 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-02-14 18:24:00.207 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-02-14 18:24:00.211 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-02-14 18:24:00.239 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-02-14 18:24:00.266 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-02-14 18:24:00.291 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-02-14 18:24:00.318 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-14 18:24:00.345 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-14 18:24:00.371 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-02-14 18:24:00.398 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-02-14 18:24:00.424 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-02-14 18:24:00.451 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:24:00.477 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-14 18:24:00.504 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-14 18:24:00.530 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-02-14 18:24:00.557 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-02-14 18:24:00.559 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-02-14 18:24:00.562 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for nova-api-wsgi 2022-02-14 18:24:00.565 | ++ lib/apache:apache_site_config_for:181 : local site=nova-api-wsgi 2022-02-14 18:24:00.567 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-14 18:24:00.569 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:00.571 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:00.574 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-14 18:24:00.577 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-14 18:24:00.579 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-02-14 18:24:00.607 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-14 18:24:00.634 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-14 18:24:00.634 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-02-14 18:24:00.643 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-02-14 18:24:00.646 | + lib/apache:write_uwsgi_config:302 : enable_apache_site nova-api-wsgi 2022-02-14 18:24:00.648 | + lib/apache:enable_apache_site:198 : local site=nova-api-wsgi 2022-02-14 18:24:00.651 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-14 18:24:00.653 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-14 18:24:00.655 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:24:00.657 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:00.659 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:00.662 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-14 18:24:00.664 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-14 18:24:00.666 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:00.669 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:00.671 | + lib/apache:enable_apache_site:202 : sudo a2ensite nova-api-wsgi 2022-02-14 18:24:00.732 | Enabling site nova-api-wsgi. 2022-02-14 18:24:00.737 | To activate the new configuration, you need to run: 2022-02-14 18:24:00.737 | systemctl reload apache2 2022-02-14 18:24:00.741 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-02-14 18:24:00.744 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:24:00.746 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:24:00.749 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:24:00.874 | + lib/nova:create_nova_conf:508 : is_service_enabled n-api-meta 2022-02-14 18:24:00.893 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:00.896 | + lib/nova:create_nova_conf:509 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-02-14 18:24:00.898 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-02-14 18:24:00.900 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-02-14 18:24:00.903 | + lib/apache:write_uwsgi_config:251 : local url= 2022-02-14 18:24:00.906 | + lib/apache:write_uwsgi_config:252 : local http=0.0.0.0:8775 2022-02-14 18:24:00.908 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-14 18:24:00.911 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-metadata-wsgi 2022-02-14 18:24:00.915 | + lib/apache:write_uwsgi_config:254 : name=nova-metadata-wsgi 2022-02-14 18:24:00.918 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-14 18:24:00.920 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-14 18:24:00.933 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-14 18:24:00.933 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:00.941 | d /var/run/uwsgi 0755 ubuntu root 2022-02-14 18:24:00.945 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:00.960 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-02-14 18:24:00.963 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-02-14 18:24:00.967 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-02-14 18:24:00.996 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-02-14 18:24:01.022 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-02-14 18:24:01.050 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-02-14 18:24:01.076 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-02-14 18:24:01.102 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-14 18:24:01.129 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-02-14 18:24:01.157 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-02-14 18:24:01.183 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-02-14 18:24:01.210 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:24:01.237 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-02-14 18:24:01.264 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-14 18:24:01.290 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-02-14 18:24:01.316 | + lib/apache:write_uwsgi_config:294 : [[ -n 0.0.0.0:8775 ]] 2022-02-14 18:24:01.319 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-02-14 18:24:01.346 | + lib/nova:create_nova_conf:512 : is_service_enabled ceilometer 2022-02-14 18:24:01.362 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:01.364 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-02-14 18:24:01.395 | ++ lib/nova:create_nova_conf:521 : get_notification_url 2022-02-14 18:24:01.397 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-02-14 18:24:01.399 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-02-14 18:24:01.415 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:01.418 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:24:01.421 | + lib/nova:create_nova_conf:521 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:24:01.447 | + lib/nova:create_nova_conf:522 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-02-14 18:24:01.478 | + lib/nova:create_nova_conf:523 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-02-14 18:24:01.480 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-14 18:24:01.482 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-02-14 18:24:01.484 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-14 18:24:01.487 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-14 18:24:01.489 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:24:01.504 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:01.507 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-14 18:24:01.510 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-14 18:24:01.512 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:24:01.528 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:01.531 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:24:01.533 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:24:01.561 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:24:01.563 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:24:01.565 | + lib/nova:create_nova_conf:525 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-02-14 18:24:01.593 | + lib/nova:create_nova_conf:526 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-02-14 18:24:01.622 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova.conf conductor workers 2 2022-02-14 18:24:01.652 | + lib/nova:create_nova_conf:530 : is_service_enabled tls-proxy 2022-02-14 18:24:01.667 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:01.670 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-02-14 18:24:01.697 | + lib/nova:create_nova_conf:537 : '[' True == True ']' 2022-02-14 18:24:01.700 | + lib/nova:create_nova_conf:538 : init_nova_service_user_conf 2022-02-14 18:24:01.702 | + lib/nova:init_nova_service_user_conf:739 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-02-14 18:24:01.731 | + lib/nova:init_nova_service_user_conf:740 : iniset /etc/nova/nova.conf service_user auth_type password 2022-02-14 18:24:01.758 | + lib/nova:init_nova_service_user_conf:741 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.81/identity 2022-02-14 18:24:01.785 | + lib/nova:init_nova_service_user_conf:742 : iniset /etc/nova/nova.conf service_user username nova 2022-02-14 18:24:01.813 | + lib/nova:init_nova_service_user_conf:743 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-02-14 18:24:01.840 | + lib/nova:init_nova_service_user_conf:744 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-02-14 18:24:01.868 | + lib/nova:init_nova_service_user_conf:745 : iniset /etc/nova/nova.conf service_user project_name service 2022-02-14 18:24:01.896 | + lib/nova:init_nova_service_user_conf:746 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-02-14 18:24:01.924 | + lib/nova:init_nova_service_user_conf:747 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-02-14 18:24:01.952 | + lib/nova:create_nova_conf:541 : is_service_enabled n-cond 2022-02-14 18:24:01.967 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:01.970 | ++ lib/nova:create_nova_conf:542 : seq 1 1 2022-02-14 18:24:01.974 | + lib/nova:create_nova_conf:542 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-14 18:24:01.977 | + lib/nova:create_nova_conf:543 : local conf 2022-02-14 18:24:01.979 | + lib/nova:create_nova_conf:544 : local vhost 2022-02-14 18:24:01.982 | ++ lib/nova:create_nova_conf:545 : conductor_conf 1 2022-02-14 18:24:01.985 | ++ lib/nova:conductor_conf:751 : local cell=1 2022-02-14 18:24:01.987 | ++ lib/nova:conductor_conf:752 : echo /etc/nova/nova_cell1.conf 2022-02-14 18:24:01.990 | + lib/nova:create_nova_conf:545 : conf=/etc/nova/nova_cell1.conf 2022-02-14 18:24:01.992 | + lib/nova:create_nova_conf:546 : vhost=nova_cell1 2022-02-14 18:24:01.994 | + lib/nova:create_nova_conf:548 : rm -f /etc/nova/nova_cell1.conf 2022-02-14 18:24:01.999 | ++ lib/nova:create_nova_conf:549 : database_connection_url nova_cell1 2022-02-14 18:24:02.002 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-02-14 18:24:02.004 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-02-14 18:24:02.006 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell1 2022-02-14 18:24:02.008 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-14 18:24:02.011 | + lib/nova:create_nova_conf:549 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-14 18:24:02.041 | + lib/nova:create_nova_conf:550 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-02-14 18:24:02.071 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-02-14 18:24:02.100 | + lib/nova:create_nova_conf:553 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-14 18:24:02.103 | + lib/nova:create_nova_conf:556 : rpc_backend_add_vhost nova_cell1 2022-02-14 18:24:02.105 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-02-14 18:24:02.108 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-02-14 18:24:02.124 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:02.127 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-02-14 18:24:02.128 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-02-14 18:24:02.849 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-02-14 18:24:02.852 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-02-14 18:24:03.488 | Adding vhost "nova_cell1" ... 2022-02-14 18:24:03.779 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-02-14 18:24:04.435 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-02-14 18:24:04.537 | + lib/nova:create_nova_conf:557 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-02-14 18:24:04.540 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-14 18:24:04.542 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-02-14 18:24:04.544 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-14 18:24:04.547 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-02-14 18:24:04.549 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:24:04.565 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:04.568 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-02-14 18:24:04.570 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-02-14 18:24:04.573 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:24:04.588 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:04.591 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/nova_cell1 2022-02-14 18:24:04.594 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/nova_cell1 2022-02-14 18:24:04.621 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:24:04.623 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:24:04.626 | + lib/nova:create_nova_conf:561 : is_service_enabled placement placement-client 2022-02-14 18:24:04.644 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:04.647 | + lib/nova:create_nova_conf:562 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-02-14 18:24:04.649 | + lib/nova:configure_placement_nova_compute:590 : local conf=/etc/nova/nova_cell1.conf 2022-02-14 18:24:04.652 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-02-14 18:24:04.682 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.81/identity 2022-02-14 18:24:04.709 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-02-14 18:24:04.737 | + lib/nova:configure_placement_nova_compute:594 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-02-14 18:24:04.764 | + lib/nova:configure_placement_nova_compute:595 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-02-14 18:24:04.791 | + lib/nova:configure_placement_nova_compute:596 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-02-14 18:24:04.818 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-02-14 18:24:04.845 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-02-14 18:24:04.872 | + lib/nova:create_nova_conf:566 : setup_logging /etc/nova/nova_cell1.conf 2022-02-14 18:24:04.875 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-02-14 18:24:04.877 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-02-14 18:24:04.880 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:24:04.897 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:24:04.899 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:24:04.902 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:24:04.904 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:24:04.906 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:24:04.933 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:24:04.961 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:24:04.988 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:24:05.015 | + lib/nova:create_nova_conf:573 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-14 18:24:05.018 | ++ lib/nova:create_nova_conf:576 : seq 1 1 2022-02-14 18:24:05.023 | + lib/nova:create_nova_conf:576 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-14 18:24:05.025 | + lib/nova:create_nova_conf:577 : local conf 2022-02-14 18:24:05.028 | + lib/nova:create_nova_conf:578 : local offset 2022-02-14 18:24:05.030 | ++ lib/nova:create_nova_conf:579 : conductor_conf 1 2022-02-14 18:24:05.033 | ++ lib/nova:conductor_conf:751 : local cell=1 2022-02-14 18:24:05.035 | ++ lib/nova:conductor_conf:752 : echo /etc/nova/nova_cell1.conf 2022-02-14 18:24:05.038 | + lib/nova:create_nova_conf:579 : conf=/etc/nova/nova_cell1.conf 2022-02-14 18:24:05.040 | + lib/nova:create_nova_conf:580 : offset=0 2022-02-14 18:24:05.043 | + lib/nova:create_nova_conf:581 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-02-14 18:24:05.045 | + lib/nova:configure_console_proxies:688 : local conf=/etc/nova/nova_cell1.conf 2022-02-14 18:24:05.048 | + lib/nova:configure_console_proxies:689 : local offset=0 2022-02-14 18:24:05.050 | + lib/nova:configure_console_proxies:693 : offset=0 2022-02-14 18:24:05.052 | + lib/nova:configure_console_proxies:695 : is_service_enabled n-novnc 2022-02-14 18:24:05.068 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:05.070 | + lib/nova:configure_console_proxies:695 : '[' False '!=' False ']' 2022-02-14 18:24:05.073 | + lib/nova:configure_console_proxies:727 : is_service_enabled n-spice 2022-02-14 18:24:05.088 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:05.091 | + lib/nova:configure_console_proxies:732 : is_service_enabled n-sproxy 2022-02-14 18:24:05.106 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:05.109 | + lib/nova:configure_nova:337 : is_service_enabled n-cpu 2022-02-14 18:24:05.126 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:05.128 | + ./stack.sh:main:940 : is_service_enabled placement 2022-02-14 18:24:05.145 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:05.147 | + ./stack.sh:main:942 : stack_install_service placement 2022-02-14 18:24:05.149 | + lib/stack:stack_install_service:20 : local service=placement 2022-02-14 18:24:05.152 | + lib/stack:stack_install_service:21 : type install_placement 2022-02-14 18:24:05.154 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-14 18:24:05.157 | + lib/stack:stack_install_service:32 : install_placement 2022-02-14 18:24:05.159 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-02-14 18:24:05.162 | + lib/apache:install_apache_wsgi:138 : is_ubuntu 2022-02-14 18:24:05.164 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:05.167 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:05.170 | + lib/apache:install_apache_wsgi:140 : install_package apache2 2022-02-14 18:24:05.172 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:24:05.175 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:24:05.177 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:24:05.179 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:24:05.182 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:24:05.185 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:24:05.187 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:05.189 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:05.192 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:24:05.194 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:24:05.196 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:24:05.199 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:24:05.201 | + functions-common:install_package:1464 : real_install_package apache2 2022-02-14 18:24:05.204 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:24:05.206 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:05.208 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:05.211 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-02-14 18:24:05.232 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-02-14 18:24:05.340 | Reading package lists... 2022-02-14 18:24:05.574 | Building dependency tree... 2022-02-14 18:24:05.576 | Reading state information... 2022-02-14 18:24:05.812 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-02-14 18:24:05.812 | The following packages were automatically installed and are no longer required: 2022-02-14 18:24:05.813 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:24:05.813 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:24:05.813 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:24:05.813 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:24:05.813 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:24:05.813 | python3-zope.interface 2022-02-14 18:24:05.813 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:24:05.927 | 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:24:05.931 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:24:05.934 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:24:05.936 | + functions-common:time_stop:2425 : local name 2022-02-14 18:24:05.939 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:24:05.941 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:24:05.943 | + functions-common:time_stop:2428 : local total 2022-02-14 18:24:05.945 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:24:05.948 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:24:05.951 | + functions-common:time_stop:2432 : start_time=1644863045229 2022-02-14 18:24:05.953 | + functions-common:time_stop:2434 : [[ -z 1644863045229 ]] 2022-02-14 18:24:05.956 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:24:05.960 | + functions-common:time_stop:2437 : end_time=1644863045958 2022-02-14 18:24:05.963 | + functions-common:time_stop:2438 : elapsed_time=729 2022-02-14 18:24:05.966 | + functions-common:time_stop:2439 : total=508604 2022-02-14 18:24:05.968 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:24:05.970 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=509333 2022-02-14 18:24:05.972 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:24:05.975 | + lib/apache:install_apache_wsgi:141 : is_package_installed libapache2-mod-wsgi 2022-02-14 18:24:05.977 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-02-14 18:24:05.980 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-02-14 18:24:05.982 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-02-14 18:24:05.985 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-02-14 18:24:06.006 | + lib/apache:install_apache_wsgi:144 : install_package libapache2-mod-wsgi-py3 2022-02-14 18:24:06.009 | + functions-common:install_package:1463 : update_package_repo 2022-02-14 18:24:06.012 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-14 18:24:06.014 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-14 18:24:06.017 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-14 18:24:06.019 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-14 18:24:06.022 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-14 18:24:06.024 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:06.027 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:06.030 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-14 18:24:06.032 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-14 18:24:06.034 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-14 18:24:06.037 | + functions-common:apt_get_update:1190 : return 2022-02-14 18:24:06.039 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-02-14 18:24:06.042 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-14 18:24:06.044 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:06.047 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:06.049 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-02-14 18:24:06.071 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-02-14 18:24:06.178 | Reading package lists... 2022-02-14 18:24:06.411 | Building dependency tree... 2022-02-14 18:24:06.413 | Reading state information... 2022-02-14 18:24:06.649 | The following packages were automatically installed and are no longer required: 2022-02-14 18:24:06.651 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-14 18:24:06.651 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-14 18:24:06.651 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-14 18:24:06.651 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-14 18:24:06.651 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-14 18:24:06.651 | python3-zope.interface 2022-02-14 18:24:06.651 | Use 'sudo apt autoremove' to remove them. 2022-02-14 18:24:06.716 | The following NEW packages will be installed: 2022-02-14 18:24:06.717 | libapache2-mod-wsgi-py3 2022-02-14 18:24:06.965 | 0 upgraded, 1 newly installed, 0 to remove and 115 not upgraded. 2022-02-14 18:24:06.965 | Need to get 93.3 kB of archives. 2022-02-14 18:24:06.965 | After this operation, 300 kB of additional disk space will be used. 2022-02-14 18:24:06.965 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2022-02-14 18:24:07.816 | Fetched 93.3 kB in 1s (171 kB/s) 2022-02-14 18:24:07.993 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-02-14 18:24:08.045 | (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 ... 91051 files and directories currently installed.) 2022-02-14 18:24:08.049 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2022-02-14 18:24:08.083 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-14 18:24:08.400 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-14 18:24:08.770 | apache2_invoke: Enable module wsgi 2022-02-14 18:24:16.993 | + functions-common:apt_get:1234 : result=0 2022-02-14 18:24:16.996 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-14 18:24:16.998 | + functions-common:time_stop:2425 : local name 2022-02-14 18:24:17.001 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:24:17.003 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:24:17.005 | + functions-common:time_stop:2428 : local total 2022-02-14 18:24:17.008 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:24:17.010 | + functions-common:time_stop:2431 : name=apt-get 2022-02-14 18:24:17.012 | + functions-common:time_stop:2432 : start_time=1644863046069 2022-02-14 18:24:17.015 | + functions-common:time_stop:2434 : [[ -z 1644863046069 ]] 2022-02-14 18:24:17.018 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:24:17.022 | + functions-common:time_stop:2437 : end_time=1644863057019 2022-02-14 18:24:17.024 | + functions-common:time_stop:2438 : elapsed_time=10950 2022-02-14 18:24:17.027 | + functions-common:time_stop:2439 : total=509333 2022-02-14 18:24:17.029 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:24:17.031 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=520283 2022-02-14 18:24:17.034 | + functions-common:apt_get:1238 : return 0 2022-02-14 18:24:17.037 | + lib/apache:install_apache_wsgi:159 : enable_apache_mod wsgi 2022-02-14 18:24:17.039 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-02-14 18:24:17.042 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:24:17.045 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:17.047 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:17.050 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-02-14 18:24:17.052 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-02-14 18:24:17.108 | wsgi (enabled by maintainer script) 2022-02-14 18:24:17.111 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-02-14 18:24:17.113 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-02-14 18:24:17.116 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:24:17.119 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-02-14 18:24:17.122 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-02-14 18:24:17.125 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:24:17.129 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:24:17.129 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:24:17.134 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-02-14 18:24:17.137 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-02-14 18:24:17.139 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-02-14 18:24:17.142 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-02-14 18:24:17.144 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-02-14 18:24:17.166 | Using python 3.8 to install osc-placement 2022-02-14 18:24:17.169 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-02-14 18:24:18.013 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:24:18.013 | from cryptography.utils import int_from_bytes 2022-02-14 18:24:18.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:24:18.013 | from cryptography.utils import int_from_bytes 2022-02-14 18:24:19.134 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:24:19.246 | Collecting osc-placement 2022-02-14 18:24:19.253 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2022-02-14 18:24:19.269 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2022-02-14 18:24:19.270 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-02-14 18:24:19.271 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-02-14 18:24:19.272 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.12.1) 2022-02-14 18:24:19.273 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0) 2022-02-14 18:24:19.274 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.8.1) 2022-02-14 18:24:19.332 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2022-02-14 18:24:19.333 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-02-14 18:24:19.334 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2) 2022-02-14 18:24:19.335 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1) 2022-02-14 18:24:19.348 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0) 2022-02-14 18:24:19.349 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-02-14 18:24:19.351 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.0) 2022-02-14 18:24:19.365 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-02-14 18:24:19.367 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2022-02-14 18:24:19.368 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.7) 2022-02-14 18:24:19.369 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.3) 2022-02-14 18:24:19.370 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-02-14 18:24:19.371 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.0) 2022-02-14 18:24:19.391 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.0.0) 2022-02-14 18:24:19.392 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0) 2022-02-14 18:24:19.393 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.3.3) 2022-02-14 18:24:19.395 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2022-02-14 18:24:19.404 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.13.3) 2022-02-14 18:24:19.442 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.1) 2022-02-14 18:24:19.443 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-02-14 18:24:19.444 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-02-14 18:24:19.445 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-02-14 18:24:19.447 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-02-14 18:24:19.448 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-02-14 18:24:19.449 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-02-14 18:24:19.451 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2022-02-14 18:24:19.515 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.8) 2022-02-14 18:24:19.516 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2022-02-14 18:24:19.518 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12) 2022-02-14 18:24:19.521 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2022-02-14 18:24:19.612 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0) 2022-02-14 18:24:19.613 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-02-14 18:24:19.614 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-02-14 18:24:19.656 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2022-02-14 18:24:19.696 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.2) 2022-02-14 18:24:19.855 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2022-02-14 18:24:21.869 | Installing collected packages: osc-placement 2022-02-14 18:24:22.144 | Successfully installed osc-placement-3.1.1 2022-02-14 18:24:22.144 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:24:22.151 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:24:22.151 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:24:22.270 | + inc/python:pip_install:200 : result=0 2022-02-14 18:24:22.272 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:24:22.275 | + functions-common:time_stop:2425 : local name 2022-02-14 18:24:22.278 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:24:22.280 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:24:22.282 | + functions-common:time_stop:2428 : local total 2022-02-14 18:24:22.285 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:24:22.287 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:24:22.290 | + functions-common:time_stop:2432 : start_time=1644863057161 2022-02-14 18:24:22.292 | + functions-common:time_stop:2434 : [[ -z 1644863057161 ]] 2022-02-14 18:24:22.295 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:24:22.300 | + functions-common:time_stop:2437 : end_time=1644863062297 2022-02-14 18:24:22.302 | + functions-common:time_stop:2438 : elapsed_time=5136 2022-02-14 18:24:22.305 | + functions-common:time_stop:2439 : total=209526 2022-02-14 18:24:22.307 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:24:22.309 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=214662 2022-02-14 18:24:22.312 | + inc/python:pip_install:203 : return 0 2022-02-14 18:24:22.314 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-02-14 18:24:22.317 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-02-14 18:24:22.319 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-02-14 18:24:22.322 | + functions-common:git_clone:610 : local git_ref=master 2022-02-14 18:24:22.325 | + functions-common:git_clone:611 : local orig_dir 2022-02-14 18:24:22.328 | ++ functions-common:git_clone:612 : pwd 2022-02-14 18:24:22.331 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-14 18:24:22.333 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-14 18:24:22.336 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-14 18:24:22.353 | + functions-common:git_clone:615 : RECLONE=False 2022-02-14 18:24:22.356 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-14 18:24:22.358 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-14 18:24:22.361 | + functions-common:git_clone:629 : echo master 2022-02-14 18:24:22.361 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-14 18:24:22.367 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-02-14 18:24:22.369 | + functions-common:git_clone:644 : [[ False = \T\r\u\e ]] 2022-02-14 18:24:22.372 | + functions-common:git_clone:650 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-02-14 18:24:22.374 | + functions-common:git_timed:702 : local count=0 2022-02-14 18:24:22.376 | + functions-common:git_timed:703 : local timeout=0 2022-02-14 18:24:22.379 | + functions-common:git_timed:705 : [[ -n 0 ]] 2022-02-14 18:24:22.381 | + functions-common:git_timed:706 : timeout=0 2022-02-14 18:24:22.383 | + functions-common:git_timed:709 : time_start git_timed 2022-02-14 18:24:22.386 | + functions-common:time_start:2411 : local name=git_timed 2022-02-14 18:24:22.389 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:24:22.391 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:24:22.394 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:24:22.398 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863062395 2022-02-14 18:24:22.400 | + functions-common:git_timed:710 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-02-14 18:24:22.403 | Cloning into '/opt/stack/placement'... 2022-02-14 18:24:48.750 | + functions-common:git_timed:724 : time_stop git_timed 2022-02-14 18:24:48.752 | + functions-common:time_stop:2425 : local name 2022-02-14 18:24:48.755 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:24:48.757 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:24:48.759 | + functions-common:time_stop:2428 : local total 2022-02-14 18:24:48.761 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:24:48.764 | + functions-common:time_stop:2431 : name=git_timed 2022-02-14 18:24:48.766 | + functions-common:time_stop:2432 : start_time=1644863062395 2022-02-14 18:24:48.768 | + functions-common:time_stop:2434 : [[ -z 1644863062395 ]] 2022-02-14 18:24:48.771 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:24:48.776 | + functions-common:time_stop:2437 : end_time=1644863088773 2022-02-14 18:24:48.779 | + functions-common:time_stop:2438 : elapsed_time=26378 2022-02-14 18:24:48.781 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:24:48.784 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:24:48.786 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=26378 2022-02-14 18:24:48.788 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-02-14 18:24:48.791 | + functions-common:git_clone:678 : git show --oneline 2022-02-14 18:24:48.792 | + functions-common:git_clone:678 : head -1 2022-02-14 18:24:48.795 | 91b85ba7 Merge "Refactor trait normalization" 2022-02-14 18:24:48.798 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-14 18:24:48.801 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-02-14 18:24:48.803 | + inc/python:setup_develop:338 : local bindep 2022-02-14 18:24:48.806 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-02-14 18:24:48.808 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-02-14 18:24:48.810 | + inc/python:setup_develop:344 : local extras= 2022-02-14 18:24:48.813 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-02-14 18:24:48.816 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-14 18:24:48.819 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-02-14 18:24:48.822 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-02-14 18:24:48.825 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-14 18:24:48.827 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-14 18:24:48.830 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-02-14 18:24:48.833 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-14 18:24:48.836 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-02-14 18:24:48.838 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-14 18:24:48.841 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-14 18:24:48.844 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-02-14 18:24:48.850 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-02-14 18:24:48.852 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-02-14 18:24:49.488 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-02-14 18:24:49.491 | + inc/python:setup_package:418 : local bindep=0 2022-02-14 18:24:49.493 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-14 18:24:49.496 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-14 18:24:49.498 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-02-14 18:24:49.501 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-02-14 18:24:49.503 | + inc/python:setup_package:427 : local flags=-e 2022-02-14 18:24:49.506 | + inc/python:setup_package:428 : local extras= 2022-02-14 18:24:49.508 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-14 18:24:49.511 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-14 18:24:49.514 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-14 18:24:49.516 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-14 18:24:49.519 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-14 18:24:49.521 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-02-14 18:24:49.542 | Using python 3.8 to install /opt/stack/placement 2022-02-14 18:24:49.544 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-02-14 18:24:50.391 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:24:50.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:24:50.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:24:50.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:24:51.507 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:24:51.531 | Obtaining file:///opt/stack/placement 2022-02-14 18:24:51.532 | Preparing metadata (setup.py): started 2022-02-14 18:24:52.700 | Preparing metadata (setup.py): finished with status 'done' 2022-02-14 18:24:52.837 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (5.8.1) 2022-02-14 18:24:52.838 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.4.31) 2022-02-14 18:24:52.839 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (9.3.0) 2022-02-14 18:24:52.841 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.5.1) 2022-02-14 18:24:52.842 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.8.7) 2022-02-14 18:24:52.843 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.1.0.dev20) (3.2.0) 2022-02-14 18:24:52.844 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.27.1) 2022-02-14 18:24:52.846 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (60.8.2) 2022-02-14 18:24:52.847 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.5.0) 2022-02-14 18:24:52.848 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (8.7.1) 2022-02-14 18:24:52.849 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (3.4.0) 2022-02-14 18:24:52.850 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.6.1) 2022-02-14 18:24:52.851 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.2.0) 2022-02-14 18:24:52.852 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.12.1) 2022-02-14 18:24:52.853 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (11.1.0) 2022-02-14 18:24:52.854 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (3.10.1) 2022-02-14 18:24:52.855 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (4.5.0) 2022-02-14 18:24:52.857 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.4.0) 2022-02-14 18:24:52.858 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.1.0) 2022-02-14 18:24:52.859 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (2.7.0) 2022-02-14 18:24:52.860 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev20) (1.0.1) 2022-02-14 18:24:52.924 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.16.0) 2022-02-14 18:24:52.925 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (4.4.0) 2022-02-14 18:24:52.927 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (4.4.0) 2022-02-14 18:24:52.928 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (5.1.0) 2022-02-14 18:24:52.930 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (3.1.1) 2022-02-14 18:24:52.932 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (2.10.0) 2022-02-14 18:24:52.951 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.1.0.dev20) (0.17.3) 2022-02-14 18:24:52.992 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (6.0) 2022-02-14 18:24:52.993 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (2.4.0) 2022-02-14 18:24:52.994 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (0.8.0) 2022-02-14 18:24:52.995 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (3.5.0) 2022-02-14 18:24:52.997 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (1.5.0) 2022-02-14 18:24:53.048 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.7.6) 2022-02-14 18:24:53.050 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.5.0) 2022-02-14 18:24:53.051 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.13.0) 2022-02-14 18:24:53.052 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (2.0.1) 2022-02-14 18:24:53.093 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev20) (2.8.2) 2022-02-14 18:24:53.096 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev20) (0.9.6) 2022-02-14 18:24:53.114 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.2.0) 2022-02-14 18:24:53.116 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.3.0) 2022-02-14 18:24:53.118 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (3.0.3) 2022-02-14 18:24:53.143 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev20) (1.0.3) 2022-02-14 18:24:53.144 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev20) (2021.3) 2022-02-14 18:24:53.159 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev20) (3.0.0) 2022-02-14 18:24:53.175 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (21.3) 2022-02-14 18:24:53.177 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (3.0.7) 2022-02-14 18:24:53.178 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (0.11.0) 2022-02-14 18:24:53.180 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev20) (1.0.2) 2022-02-14 18:24:53.222 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (2.0.12) 2022-02-14 18:24:53.223 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (2019.11.28) 2022-02-14 18:24:53.224 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (1.26.8) 2022-02-14 18:24:53.226 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev20) (3.3) 2022-02-14 18:24:53.243 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.1.0.dev20) (0.7) 2022-02-14 18:24:53.404 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.1.0.dev20) (1.1.2) 2022-02-14 18:24:53.442 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (5.4.0) 2022-02-14 18:24:53.443 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.1.6) 2022-02-14 18:24:53.445 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (4.11.0) 2022-02-14 18:24:53.462 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (1.15.0) 2022-02-14 18:24:53.523 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.1.0.dev20) (1.13.3) 2022-02-14 18:24:53.581 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (2.0.1) 2022-02-14 18:24:53.646 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.7.0) 2022-02-14 18:24:53.730 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev20) (1.1.5) 2022-02-14 18:24:53.781 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev20) (0.2.5) 2022-02-14 18:24:53.998 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.4.2) 2022-02-14 18:24:53.999 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (0.5.2) 2022-02-14 18:24:54.000 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (5.1.1) 2022-02-14 18:24:54.080 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (2.5.0) 2022-02-14 18:24:54.131 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev20) (2.21) 2022-02-14 18:24:54.293 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (3.7.0) 2022-02-14 18:24:54.402 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (1.0.0) 2022-02-14 18:24:54.403 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev20) (3.0.0) 2022-02-14 18:24:56.225 | Installing collected packages: openstack-placement 2022-02-14 18:24:56.227 | Running setup.py develop for openstack-placement 2022-02-14 18:24:58.239 | Successfully installed openstack-placement 2022-02-14 18:24:58.239 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:24:58.247 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:24:58.247 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:24:58.368 | + inc/python:pip_install:200 : result=0 2022-02-14 18:24:58.371 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:24:58.374 | + functions-common:time_stop:2425 : local name 2022-02-14 18:24:58.376 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:24:58.378 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:24:58.380 | + functions-common:time_stop:2428 : local total 2022-02-14 18:24:58.383 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:24:58.385 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:24:58.387 | + functions-common:time_stop:2432 : start_time=1644863089537 2022-02-14 18:24:58.389 | + functions-common:time_stop:2434 : [[ -z 1644863089537 ]] 2022-02-14 18:24:58.392 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:24:58.396 | + functions-common:time_stop:2437 : end_time=1644863098394 2022-02-14 18:24:58.399 | + functions-common:time_stop:2438 : elapsed_time=8857 2022-02-14 18:24:58.401 | + functions-common:time_stop:2439 : total=214662 2022-02-14 18:24:58.403 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:24:58.405 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=223519 2022-02-14 18:24:58.408 | + inc/python:pip_install:203 : return 0 2022-02-14 18:24:58.410 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-14 18:24:58.413 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-14 18:24:58.415 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-14 18:24:58.435 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-14 18:24:58.447 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-02-14 18:24:58.450 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-02-14 18:24:58.452 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:24:58.454 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:24:58.457 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-02-14 18:24:58.460 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:24:58.462 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-14 18:24:58.464 | + ./stack.sh:main:943 : configure_placement 2022-02-14 18:24:58.467 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-02-14 18:24:58.479 | + lib/placement:configure_placement:107 : create_placement_conf 2022-02-14 18:24:58.482 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-02-14 18:24:58.487 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-02-14 18:24:58.489 | ++ lib/database:database_connection_url:134 : local db=placement 2022-02-14 18:24:58.492 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-02-14 18:24:58.494 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=placement 2022-02-14 18:24:58.497 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-14 18:24:58.500 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-14 18:24:58.531 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-02-14 18:24:58.562 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-02-14 18:24:58.594 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-02-14 18:24:58.597 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/placement/placement.conf 2022-02-14 18:24:58.599 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=placement 2022-02-14 18:24:58.601 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-14 18:24:58.604 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-02-14 18:24:58.636 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-02-14 18:24:58.664 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:24:58.694 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-02-14 18:24:58.723 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-02-14 18:24:58.752 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-02-14 18:24:58.781 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-02-14 18:24:58.811 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-02-14 18:24:58.840 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:24:58.875 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-02-14 18:24:58.903 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-02-14 18:24:58.906 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-02-14 18:24:58.908 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-02-14 18:24:58.911 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:24:58.929 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:24:58.931 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:24:58.935 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:24:58.937 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:24:58.939 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:24:58.968 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.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' 2022-02-14 18:24:58.998 | + functions:setup_systemd_logging:705 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:24:59.026 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:24:59.055 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-02-14 18:24:59.057 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-02-14 18:24:59.060 | + lib/apache:write_uwsgi_config:249 : local file=/etc/placement/placement-uwsgi.ini 2022-02-14 18:24:59.063 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/placement-api 2022-02-14 18:24:59.065 | + lib/apache:write_uwsgi_config:251 : local url=/placement 2022-02-14 18:24:59.068 | + lib/apache:write_uwsgi_config:252 : local http= 2022-02-14 18:24:59.070 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-14 18:24:59.073 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/placement-api 2022-02-14 18:24:59.078 | + lib/apache:write_uwsgi_config:254 : name=placement-api 2022-02-14 18:24:59.080 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-14 18:24:59.083 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-14 18:24:59.095 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-14 18:24:59.095 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:59.104 | d /var/run/uwsgi 0755 ubuntu root 2022-02-14 18:24:59.108 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-14 18:24:59.123 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/placement-api.socket 2022-02-14 18:24:59.126 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/placement/placement-uwsgi.ini 2022-02-14 18:24:59.130 | + lib/apache:write_uwsgi_config:270 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-02-14 18:24:59.160 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-02-14 18:24:59.189 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-02-14 18:24:59.218 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-02-14 18:24:59.247 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-02-14 18:24:59.275 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-14 18:24:59.304 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-02-14 18:24:59.332 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-02-14 18:24:59.361 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-02-14 18:24:59.389 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-14 18:24:59.418 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-02-14 18:24:59.446 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-14 18:24:59.475 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-02-14 18:24:59.504 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-02-14 18:24:59.506 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-02-14 18:24:59.509 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for placement-api 2022-02-14 18:24:59.512 | ++ lib/apache:apache_site_config_for:181 : local site=placement-api 2022-02-14 18:24:59.515 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-14 18:24:59.517 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:59.520 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:59.522 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/placement-api.conf 2022-02-14 18:24:59.525 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-02-14 18:24:59.528 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-02-14 18:24:59.556 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-02-14 18:24:59.585 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-02-14 18:24:59.586 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-02-14 18:24:59.595 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-02-14 18:24:59.598 | + lib/apache:write_uwsgi_config:302 : enable_apache_site placement-api 2022-02-14 18:24:59.601 | + lib/apache:enable_apache_site:198 : local site=placement-api 2022-02-14 18:24:59.603 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-14 18:24:59.606 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-14 18:24:59.609 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-14 18:24:59.611 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:59.614 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:59.616 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-14 18:24:59.619 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-14 18:24:59.621 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:24:59.624 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:24:59.626 | + lib/apache:enable_apache_site:202 : sudo a2ensite placement-api 2022-02-14 18:24:59.687 | Enabling site placement-api. 2022-02-14 18:24:59.692 | To activate the new configuration, you need to run: 2022-02-14 18:24:59.692 | systemctl reload apache2 2022-02-14 18:24:59.697 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-02-14 18:24:59.700 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-14 18:24:59.702 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:24:59.705 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-14 18:24:59.839 | + ./stack.sh:main:950 : is_service_enabled placement placement-client 2022-02-14 18:24:59.866 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:59.868 | + ./stack.sh:main:951 : is_service_enabled n-cpu 2022-02-14 18:24:59.889 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:24:59.892 | + ./stack.sh:main:951 : is_service_enabled n-sch 2022-02-14 18:24:59.910 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:24:59.912 | + ./stack.sh:main:952 : configure_placement_nova_compute 2022-02-14 18:24:59.915 | + lib/nova:configure_placement_nova_compute:590 : local conf=/etc/nova/nova.conf 2022-02-14 18:24:59.917 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova.conf placement auth_type password 2022-02-14 18:24:59.949 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.81/identity 2022-02-14 18:24:59.978 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova.conf placement username placement 2022-02-14 18:25:00.007 | + lib/nova:configure_placement_nova_compute:594 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-02-14 18:25:00.036 | + lib/nova:configure_placement_nova_compute:595 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-02-14 18:25:00.065 | + lib/nova:configure_placement_nova_compute:596 : iniset /etc/nova/nova.conf placement project_name service 2022-02-14 18:25:00.095 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-02-14 18:25:00.124 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-02-14 18:25:00.152 | + ./stack.sh:main:956 : is_service_enabled horizon 2022-02-14 18:25:00.170 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:00.173 | + ./stack.sh:main:961 : is_service_enabled tls-proxy 2022-02-14 18:25:00.190 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:00.193 | + ./stack.sh:main:969 : run_phase stack install 2022-02-14 18:25:00.195 | + functions-common:run_phase:1853 : local mode=stack 2022-02-14 18:25:00.198 | + functions-common:run_phase:1854 : local phase=install 2022-02-14 18:25:00.201 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-14 18:25:00.204 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-14 18:25:00.206 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-14 18:25:00.209 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-14 18:25:00.211 | + functions-common:run_phase:1863 : local extra 2022-02-14 18:25:00.214 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-14 18:25:00.218 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-14 18:25:00.221 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-14 18:25:00.224 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-14 18:25:00.226 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-02-14 18:25:00.229 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-14 18:25:00.244 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:25:00.247 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-14 18:25:00.249 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-14 18:25:00.251 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-02-14 18:25:00.254 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-02-14 18:25:00.256 | ++ ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:25:00.258 | ++ ./stack.sh:echo_summary:446 : echo -e Installing Tempest 2022-02-14 18:25:00.261 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-02-14 18:25:00.264 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-02-14 18:25:00.326 | ++ inc/async:async_inner:63 : install_tempest 2022-02-14 18:25:00.364 | [17613 Async install_tempest:77133]: running: install_tempest 2022-02-14 18:25:00.367 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-14 18:25:00.370 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-14 18:25:00.373 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-02-14 18:25:00.376 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-14 18:25:00.379 | + functions-common:run_phase:1880 : run_plugins stack install 2022-02-14 18:25:00.381 | + functions-common:run_plugins:1839 : local mode=stack 2022-02-14 18:25:00.384 | + functions-common:run_plugins:1840 : local phase=install 2022-02-14 18:25:00.388 | + functions-common:run_plugins:1842 : local plugins= 2022-02-14 18:25:00.390 | + functions-common:run_plugins:1843 : local plugin 2022-02-14 18:25:00.393 | + ./stack.sh:main:972 : use_library_from_git python-openstackclient 2022-02-14 18:25:00.396 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-02-14 18:25:00.399 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-14 18:25:00.402 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-14 18:25:00.404 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-02-14 18:25:00.407 | + inc/python:use_library_from_git:253 : return 1 2022-02-14 18:25:00.410 | + ./stack.sh:main:976 : pip_install_gr python-openstackclient 2022-02-14 18:25:00.412 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-02-14 18:25:00.415 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-14 18:25:00.419 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-02-14 18:25:00.421 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-02-14 18:25:00.424 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-14 18:25:00.428 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-02-14 18:25:00.429 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-14 18:25:00.433 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-02-14 18:25:00.437 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-02-14 18:25:00.439 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-02-14 18:25:00.442 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-02-14 18:25:00.445 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-02-14 18:25:00.466 | Using python 3.8 to install python-openstackclient 2022-02-14 18:25:00.469 | + 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.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-02-14 18:25:01.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:25:01.346 | from cryptography.utils import int_from_bytes 2022-02-14 18:25:01.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:25:01.346 | from cryptography.utils import int_from_bytes 2022-02-14 18:25:02.469 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-14 18:25:02.648 | Collecting python-openstackclient 2022-02-14 18:25:02.657 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3fb/0425247cd41a1/python_openstackclient-5.7.0-py3-none-any.whl (970 kB) 2022-02-14 18:25:02.716 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.8.1) 2022-02-14 18:25:02.717 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-02-14 18:25:02.718 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-02-14 18:25:02.719 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-02-14 18:25:02.720 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.2.0) 2022-02-14 18:25:02.721 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2022-02-14 18:25:02.722 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.12.1) 2022-02-14 18:25:02.723 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-02-14 18:25:02.724 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-02-14 18:25:02.725 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.0) 2022-02-14 18:25:02.726 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2022-02-14 18:25:02.737 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.7) 2022-02-14 18:25:02.738 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.0) 2022-02-14 18:25:02.739 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0) 2022-02-14 18:25:02.740 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.3.3) 2022-02-14 18:25:02.741 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-02-14 18:25:02.767 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.0) 2022-02-14 18:25:02.768 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.7.0) 2022-02-14 18:25:02.769 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.11.0) 2022-02-14 18:25:02.770 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.10.0) 2022-02-14 18:25:02.771 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.4) 2022-02-14 18:25:02.772 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.32) 2022-02-14 18:25:02.773 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.1.5) 2022-02-14 18:25:02.774 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (36.0.1) 2022-02-14 18:25:02.775 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (2.5.0) 2022-02-14 18:25:02.777 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.4.0) 2022-02-14 18:25:02.779 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.1.1) 2022-02-14 18:25:02.792 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2022-02-14 18:25:02.809 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.4.0) 2022-02-14 18:25:02.811 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2022-02-14 18:25:02.812 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-02-14 18:25:02.813 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.3) 2022-02-14 18:25:02.834 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1) 2022-02-14 18:25:02.853 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.7.1) 2022-02-14 18:25:02.855 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-02-14 18:25:02.856 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.2.0) 2022-02-14 18:25:02.950 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-02-14 18:25:02.951 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-02-14 18:25:02.952 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0) 2022-02-14 18:25:02.994 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (1.15.0) 2022-02-14 18:25:03.006 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.13.3) 2022-02-14 18:25:03.039 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.56.0->python-openstackclient) (2.2) 2022-02-14 18:25:03.199 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-02-14 18:25:03.215 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3) 2022-02-14 18:25:03.314 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2022-02-14 18:25:03.316 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12) 2022-02-14 18:25:03.317 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.8) 2022-02-14 18:25:03.320 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2022-02-14 18:25:03.446 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (2.21) 2022-02-14 18:25:05.553 | Installing collected packages: python-openstackclient 2022-02-14 18:25:07.140 | Successfully installed python-openstackclient-5.7.0 2022-02-14 18:25:07.140 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-14 18:25:07.147 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-14 18:25:07.147 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-14 18:25:07.272 | + inc/python:pip_install:200 : result=0 2022-02-14 18:25:07.274 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-14 18:25:07.276 | + functions-common:time_stop:2425 : local name 2022-02-14 18:25:07.279 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:25:07.281 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:25:07.283 | + functions-common:time_stop:2428 : local total 2022-02-14 18:25:07.286 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:25:07.288 | + functions-common:time_stop:2431 : name=pip_install 2022-02-14 18:25:07.290 | + functions-common:time_stop:2432 : start_time=1644863100461 2022-02-14 18:25:07.293 | + functions-common:time_stop:2434 : [[ -z 1644863100461 ]] 2022-02-14 18:25:07.296 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:25:07.300 | + functions-common:time_stop:2437 : end_time=1644863107298 2022-02-14 18:25:07.302 | + functions-common:time_stop:2438 : elapsed_time=6837 2022-02-14 18:25:07.305 | + functions-common:time_stop:2439 : total=223519 2022-02-14 18:25:07.307 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:25:07.310 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=230356 2022-02-14 18:25:07.312 | + inc/python:pip_install:203 : return 0 2022-02-14 18:25:07.315 | + ./stack.sh:main:981 : install_oscwrap 2022-02-14 18:25:07.318 | ++ functions-common:install_oscwrap:2470 : mktemp 2022-02-14 18:25:07.322 | + functions-common:install_oscwrap:2470 : OSCWRAP_TIMER_FILE=/tmp/tmp.5jNssAEY76 2022-02-14 18:25:07.325 | + functions-common:install_oscwrap:2473 : shopt -s expand_aliases 2022-02-14 18:25:07.327 | + functions-common:install_oscwrap:2476 : unalias -a 2022-02-14 18:25:07.330 | + functions-common:install_oscwrap:2478 : alias openstack=oscwrap 2022-02-14 18:25:07.333 | + ./stack.sh:main:986 : [[ False != \F\a\l\s\e ]] 2022-02-14 18:25:07.335 | + ./stack.sh:main:1026 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-14 18:25:07.337 | + ./stack.sh:main:1034 : is_service_enabled mysql postgresql 2022-02-14 18:25:07.355 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:25:07.358 | + ./stack.sh:main:1035 : configure_database 2022-02-14 18:25:07.361 | + lib/database:configure_database:128 : configure_database_mysql 2022-02-14 18:25:07.363 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-02-14 18:25:07.366 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-02-14 18:25:07.368 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:25:07.370 | + ./stack.sh:echo_summary:446 : echo -e Configuring and starting MySQL 2022-02-14 18:25:07.373 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-02-14 18:25:07.376 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:25:07.378 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:25:07.380 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-02-14 18:25:07.383 | + lib/databases/mysql:configure_database_mysql:90 : is_fedora 2022-02-14 18:25:07.385 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:25:07.387 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:25:07.389 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:25:07.391 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:25:07.394 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:25:07.396 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:25:07.398 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:25:07.400 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:25:07.402 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:25:07.405 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:25:07.407 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:25:07.409 | + lib/databases/mysql:configure_database_mysql:90 : is_suse 2022-02-14 18:25:07.412 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:25:07.414 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:25:07.416 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:25:07.419 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:25:07.421 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:25:07.424 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:25:07.426 | + lib/databases/mysql:configure_database_mysql:98 : sudo mysqladmin -u root password Passw0rd 2022-02-14 18:25:07.442 | mysqladmin: connect to server at 'localhost' failed 2022-02-14 18:25:07.442 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-02-14 18:25:07.446 | + lib/databases/mysql:configure_database_mysql:98 : true 2022-02-14 18:25:07.448 | + lib/databases/mysql:configure_database_mysql:102 : is_ubuntu 2022-02-14 18:25:07.451 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:25:07.453 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:25:07.456 | + lib/databases/mysql:configure_database_mysql:102 : '[' mysql == mariadb ']' 2022-02-14 18:25:07.458 | + lib/databases/mysql:configure_database_mysql:105 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-02-14 18:25:07.460 | + lib/databases/mysql:configure_database_mysql:111 : is_ubuntu 2022-02-14 18:25:07.462 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-14 18:25:07.465 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-14 18:25:07.468 | + lib/databases/mysql:configure_database_mysql:111 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-02-14 18:25:07.470 | + lib/databases/mysql:configure_database_mysql:111 : '[' mysql == mariadb ']' 2022-02-14 18:25:07.472 | + lib/databases/mysql:configure_database_mysql:116 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-02-14 18:25:07.485 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:25:07.624 | + lib/databases/mysql:configure_database_mysql:118 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-02-14 18:25:07.636 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:25:07.717 | ++ lib/databases/mysql:configure_database_mysql:124 : ipv6_unquote 0.0.0.0 2022-02-14 18:25:07.720 | ++ functions-common:ipv6_unquote:2223 : echo 0.0.0.0 2022-02-14 18:25:07.721 | ++ functions-common:ipv6_unquote:2223 : tr -d '[]' 2022-02-14 18:25:07.726 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-02-14 18:25:07.866 | + lib/databases/mysql:configure_database_mysql:125 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-02-14 18:25:08.059 | + lib/databases/mysql:configure_database_mysql:126 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-02-14 18:25:08.245 | + lib/databases/mysql:configure_database_mysql:127 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-02-14 18:25:08.435 | + lib/databases/mysql:configure_database_mysql:129 : [[ False == \T\r\u\e ]] 2022-02-14 18:25:08.453 | + lib/databases/mysql:configure_database_mysql:149 : restart_service mysql 2022-02-14 18:25:08.473 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:25:08.476 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart mysql 2022-02-14 18:25:12.165 | + ./stack.sh:main:1039 : save_stackenv 1039 2022-02-14 18:25:12.167 | + functions-common:save_stackenv:60 : local tag=1039 2022-02-14 18:25:12.173 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-14 18:25:12.177 | + functions-common:save_stackenv:62 : time_stamp=2022-02-14-182512 2022-02-14 18:25:12.180 | + functions-common:save_stackenv:63 : echo '# 2022-02-14-182512 1039' 2022-02-14 18:25:12.183 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.186 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-14 18:25:12.189 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.192 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-14 18:25:12.194 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.196 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-14 18:25:12.200 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.202 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-14 18:25:12.205 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.209 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.81 2022-02-14 18:25:12.211 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.214 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.81/identity 2022-02-14 18:25:12.216 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.218 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-14-181111 2022-02-14 18:25:12.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.224 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-14 18:25:12.226 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.229 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.81 2022-02-14 18:25:12.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.233 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-14 18:25:12.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.240 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-14 18:25:12.242 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.245 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-14 18:25:12.248 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-14 18:25:12.252 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-14 18:25:12.255 | + ./stack.sh:main:1051 : [[ True == \T\r\u\e ]] 2022-02-14 18:25:12.257 | + ./stack.sh:main:1052 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-02-14 18:25:12.260 | + ./stack.sh:main:1053 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-02-14 18:25:12.272 | + ./stack.sh:main:1065 : start_dstat 2022-02-14 18:25:12.275 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.277 | + functions-common:run_process:1680 : local service=dstat 2022-02-14 18:25:12.280 | + functions-common:run_process:1681 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.282 | + functions-common:run_process:1682 : local group= 2022-02-14 18:25:12.285 | + functions-common:run_process:1683 : local user= 2022-02-14 18:25:12.287 | + functions-common:run_process:1685 : local name=dstat 2022-02-14 18:25:12.290 | + functions-common:run_process:1687 : time_start run_process 2022-02-14 18:25:12.292 | + functions-common:time_start:2411 : local name=run_process 2022-02-14 18:25:12.295 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:25:12.297 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:25:12.300 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:25:12.305 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863112302 2022-02-14 18:25:12.313 | + functions-common:run_process:1688 : is_service_enabled dstat 2022-02-14 18:25:12.333 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:25:12.336 | + functions-common:run_process:1689 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-02-14 18:25:12.338 | + functions-common:_run_under_systemd:1645 : local service=dstat 2022-02-14 18:25:12.341 | + functions-common:_run_under_systemd:1646 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.343 | + functions-common:_run_under_systemd:1647 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.346 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.348 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.351 | + functions-common:_common_systemd_pitfalls:1620 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-02-14 18:25:12.353 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-02-14 18:25:12.356 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@dstat.service 2022-02-14 18:25:12.359 | + functions-common:_run_under_systemd:1652 : local group= 2022-02-14 18:25:12.361 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-02-14 18:25:12.363 | + functions-common:_run_under_systemd:1654 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-02-14 18:25:12.366 | + functions-common:_run_under_systemd:1657 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-02-14 18:25:12.368 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-02-14 18:25:12.371 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.374 | + functions-common:write_user_unit_file:1564 : local group= 2022-02-14 18:25:12.376 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-02-14 18:25:12.378 | + functions-common:write_user_unit_file:1566 : local extra= 2022-02-14 18:25:12.380 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-02-14 18:25:12.383 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-02-14 18:25:12.385 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-02-14 18:25:12.390 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-02-14 18:25:12.464 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-02-14 18:25:12.541 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-14 18:25:12.592 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-02-14 18:25:12.643 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-02-14 18:25:12.699 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-14 18:25:12.752 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-02-14 18:25:12.754 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-02-14 18:25:12.815 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-02-14 18:25:13.204 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@dstat.service 2022-02-14 18:25:13.217 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-02-14 18:25:13.609 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@dstat.service 2022-02-14 18:25:13.651 | + functions-common:run_process:1691 : time_stop run_process 2022-02-14 18:25:13.655 | + functions-common:time_stop:2425 : local name 2022-02-14 18:25:13.658 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:25:13.660 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:25:13.663 | + functions-common:time_stop:2428 : local total 2022-02-14 18:25:13.665 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:25:13.667 | + functions-common:time_stop:2431 : name=run_process 2022-02-14 18:25:13.670 | + functions-common:time_stop:2432 : start_time=1644863112302 2022-02-14 18:25:13.673 | + functions-common:time_stop:2434 : [[ -z 1644863112302 ]] 2022-02-14 18:25:13.677 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:25:13.681 | + functions-common:time_stop:2437 : end_time=1644863113678 2022-02-14 18:25:13.683 | + functions-common:time_stop:2438 : elapsed_time=1376 2022-02-14 18:25:13.686 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:25:13.688 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:25:13.691 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1376 2022-02-14 18:25:13.693 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-02-14 18:25:13.696 | + functions-common:run_process:1680 : local service=memory_tracker 2022-02-14 18:25:13.698 | + functions-common:run_process:1681 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-02-14 18:25:13.701 | + functions-common:run_process:1682 : local group= 2022-02-14 18:25:13.703 | + functions-common:run_process:1683 : local user=root 2022-02-14 18:25:13.706 | + functions-common:run_process:1685 : local name=memory_tracker 2022-02-14 18:25:13.708 | + functions-common:run_process:1687 : time_start run_process 2022-02-14 18:25:13.711 | + functions-common:time_start:2411 : local name=run_process 2022-02-14 18:25:13.713 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:25:13.716 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:25:13.721 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:25:13.729 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863113721 2022-02-14 18:25:13.732 | + functions-common:run_process:1688 : is_service_enabled memory_tracker 2022-02-14 18:25:13.756 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:13.759 | + functions-common:run_process:1691 : time_stop run_process 2022-02-14 18:25:13.762 | + functions-common:time_stop:2425 : local name 2022-02-14 18:25:13.764 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:25:13.767 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:25:13.769 | + functions-common:time_stop:2428 : local total 2022-02-14 18:25:13.771 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:25:13.774 | + functions-common:time_stop:2431 : name=run_process 2022-02-14 18:25:13.777 | + functions-common:time_stop:2432 : start_time=1644863113721 2022-02-14 18:25:13.780 | + functions-common:time_stop:2434 : [[ -z 1644863113721 ]] 2022-02-14 18:25:13.784 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:25:13.788 | + functions-common:time_stop:2437 : end_time=1644863113785 2022-02-14 18:25:13.790 | + functions-common:time_stop:2438 : elapsed_time=64 2022-02-14 18:25:13.793 | + functions-common:time_stop:2439 : total=1376 2022-02-14 18:25:13.796 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:25:13.798 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1440 2022-02-14 18:25:13.801 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-02-14 18:25:13.849 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:13.877 | + ./stack.sh:main:1069 : is_service_enabled tcpdump 2022-02-14 18:25:13.989 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:14.005 | + ./stack.sh:main:1077 : is_service_enabled etcd3 2022-02-14 18:25:14.051 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:25:14.054 | + ./stack.sh:main:1078 : start_etcd3 2022-02-14 18:25:14.056 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-02-14 18:25:14.059 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-829064-8 --data-dir /opt/stack/data/etcd' 2022-02-14 18:25:14.061 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-02-14 18:25:14.063 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-829064-8=http://10.222.0.81:2380' 2022-02-14 18:25:14.066 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.81:2380' 2022-02-14 18:25:14.068 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.81:2379' 2022-02-14 18:25:14.071 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-02-14 18:25:14.073 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-02-14 18:25:14.077 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.81:2379' 2022-02-14 18:25:14.083 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-02-14 18:25:14.083 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-02-14 18:25:14.084 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-14 18:25:14.087 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-829064-8 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-829064-8=http://10.222.0.81:2380 --initial-advertise-peer-urls http://10.222.0.81:2380 --advertise-client-urls http://10.222.0.81:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.81:2379 --debug' '' root 2022-02-14 18:25:14.089 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-02-14 18:25:14.092 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name n-d-829064-8 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-829064-8=http://10.222.0.81:2380 --initial-advertise-peer-urls http://10.222.0.81:2380 --advertise-client-urls http://10.222.0.81:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.81:2379 --debug' 2022-02-14 18:25:14.094 | + functions-common:write_user_unit_file:1564 : local group= 2022-02-14 18:25:14.097 | + functions-common:write_user_unit_file:1565 : local user=root 2022-02-14 18:25:14.099 | + functions-common:write_user_unit_file:1566 : local extra= 2022-02-14 18:25:14.101 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-02-14 18:25:14.104 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-14 18:25:14.106 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-02-14 18:25:14.110 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-02-14 18:25:14.177 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-02-14 18:25:14.239 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-829064-8 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-829064-8=http://10.222.0.81:2380 --initial-advertise-peer-urls http://10.222.0.81:2380 --advertise-client-urls http://10.222.0.81:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.81:2379 --debug' 2022-02-14 18:25:14.293 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-02-14 18:25:14.351 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-02-14 18:25:14.404 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-14 18:25:14.458 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-02-14 18:25:14.461 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-02-14 18:25:14.530 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-02-14 18:25:14.940 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-02-14 18:25:14.994 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-02-14 18:25:15.052 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-02-14 18:25:15.107 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-02-14 18:25:15.175 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-02-14 18:25:15.178 | ++ functions-common:is_arch:506 : uname -m 2022-02-14 18:25:15.183 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-02-14 18:25:15.186 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-02-14 18:25:15.583 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-02-14 18:25:15.598 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-02-14 18:25:15.986 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-02-14 18:25:16.774 | + ./stack.sh:main:1084 : is_service_enabled tls-proxy 2022-02-14 18:25:16.797 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:16.800 | + ./stack.sh:main:1089 : write_clouds_yaml 2022-02-14 18:25:16.802 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-02-14 18:25:16.805 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-02-14 18:25:16.810 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-02-14 18:25:16.822 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-02-14 18:25:16.834 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-02-14 18:25:16.837 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-14 18:25:16.839 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-02-14 18:25:16.948 | The user clouds.yaml file didn't exist. 2022-02-14 18:25:16.959 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-02-14 18:25:17.069 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-02-14 18:25:17.184 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-02-14 18:25:17.303 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-02-14 18:25:17.425 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-02-14 18:25:17.548 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-02-14 18:25:17.677 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-02-14 18:25:17.806 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-02-14 18:25:17.940 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.81/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-02-14 18:25:18.075 | + functions-common:write_clouds_yaml:198 : cat 2022-02-14 18:25:18.081 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-02-14 18:25:18.084 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-02-14 18:25:18.087 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-02-14 18:25:18.091 | + ./stack.sh:main:1090 : export OS_CLOUD=devstack-admin 2022-02-14 18:25:18.094 | + ./stack.sh:main:1090 : OS_CLOUD=devstack-admin 2022-02-14 18:25:18.097 | + ./stack.sh:main:1092 : is_service_enabled keystone 2022-02-14 18:25:18.113 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:25:18.115 | + ./stack.sh:main:1093 : echo_summary 'Starting Keystone' 2022-02-14 18:25:18.118 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:25:18.120 | + ./stack.sh:echo_summary:446 : echo -e Starting Keystone 2022-02-14 18:25:18.122 | + ./stack.sh:main:1095 : '[' 10.222.0.81 == 10.222.0.81 ']' 2022-02-14 18:25:18.125 | + ./stack.sh:main:1096 : init_keystone 2022-02-14 18:25:18.127 | + lib/keystone:init_keystone:462 : is_service_enabled ldap 2022-02-14 18:25:18.147 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:25:18.150 | + lib/keystone:init_keystone:466 : [[ True == True ]] 2022-02-14 18:25:18.153 | + lib/keystone:init_keystone:468 : recreate_database keystone 2022-02-14 18:25:18.155 | + lib/database:recreate_database:112 : local db=keystone 2022-02-14 18:25:18.157 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-02-14 18:25:18.160 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-02-14 18:25:18.162 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-02-14 18:25:18.167 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:25:18.240 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-02-14 18:25:18.245 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:25:18.349 | + lib/keystone:init_keystone:471 : time_start dbsync 2022-02-14 18:25:18.351 | + functions-common:time_start:2411 : local name=dbsync 2022-02-14 18:25:18.354 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:25:18.356 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:25:18.360 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:25:18.364 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863118361 2022-02-14 18:25:18.366 | + lib/keystone:init_keystone:473 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-02-14 18:25:23.020 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=79218) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-14 18:25:23.028 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:23.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.033 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:23.033 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:23.060 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:23.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:23.063 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:23.572 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:23.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:23.576 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:23.576 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:23.584 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-14 18:25:46.768 | ++ inc/async:async_inner:64 : rc=0 2022-02-14 18:25:46.793 | [77133 Async install_tempest:77133]: finished successfully 2022-02-14 18:25:52.832 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:52.832 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-14 18:25:52.918 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:52.918 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-14 18:25:52.975 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:52.975 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-14 18:25:53.038 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:53.038 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-14 18:25:53.084 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:53.084 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-14 18:25:53.130 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:53.130 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-14 18:25:54.072 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.073 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:54.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.077 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:54.077 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:54.077 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:54.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:54.080 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:54.088 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.091 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:54.091 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:54.438 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:54.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.442 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:54.442 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:54.523 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:54.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:54.526 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:54.535 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-14 18:25:54.701 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.701 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-14 18:25:54.758 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.758 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-14 18:25:54.827 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.827 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-14 18:25:54.883 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.884 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-14 18:25:54.958 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:54.958 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-14 18:25:55.033 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.033 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-14 18:25:55.101 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.101 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:55.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.104 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:55.105 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:55.109 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:55.116 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.119 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:55.119 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:55.421 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:55.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.424 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:55.425 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:55.547 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:25:55.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:25:55.550 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:25:55.550 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79218) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:25:55.557 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-14 18:25:55.621 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.621 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-14 18:25:55.684 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.684 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-14 18:25:55.769 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.770 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-14 18:25:55.832 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.832 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-14 18:25:55.890 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.890 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-14 18:25:55.946 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:55.947 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-14 18:25:56.015 | INFO migrate.versioning.api [-] done 2022-02-14 18:25:56.386 | + lib/keystone:init_keystone:474 : time_stop dbsync 2022-02-14 18:25:56.389 | + functions-common:time_stop:2425 : local name 2022-02-14 18:25:56.391 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:25:56.394 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:25:56.396 | + functions-common:time_stop:2428 : local total 2022-02-14 18:25:56.399 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:25:56.401 | + functions-common:time_stop:2431 : name=dbsync 2022-02-14 18:25:56.403 | + functions-common:time_stop:2432 : start_time=1644863118361 2022-02-14 18:25:56.406 | + functions-common:time_stop:2434 : [[ -z 1644863118361 ]] 2022-02-14 18:25:56.409 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:25:56.413 | + functions-common:time_stop:2437 : end_time=1644863156411 2022-02-14 18:25:56.416 | + functions-common:time_stop:2438 : elapsed_time=38050 2022-02-14 18:25:56.418 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:25:56.420 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:25:56.423 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=38050 2022-02-14 18:25:56.425 | + lib/keystone:init_keystone:476 : [[ fernet == \f\e\r\n\e\t ]] 2022-02-14 18:25:56.427 | + lib/keystone:init_keystone:477 : rm -rf /etc/keystone/fernet-keys/ 2022-02-14 18:25:56.431 | + lib/keystone:init_keystone:478 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-02-14 18:26:00.898 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-02-14 18:26:00.898 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-14 18:26:00.899 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-14 18:26:00.899 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-02-14 18:26:00.899 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-14 18:26:00.900 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-14 18:26:00.900 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-14 18:26:00.900 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-14 18:26:00.900 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-14 18:26:01.239 | + lib/keystone:init_keystone:480 : rm -rf /etc/keystone/credential-keys/ 2022-02-14 18:26:01.243 | + lib/keystone:init_keystone:481 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-02-14 18:26:05.683 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-02-14 18:26:05.683 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-14 18:26:05.684 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-14 18:26:05.684 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-02-14 18:26:05.684 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-14 18:26:05.684 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-14 18:26:05.685 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-14 18:26:05.685 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-14 18:26:05.685 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-14 18:26:06.027 | + ./stack.sh:main:1097 : start_keystone 2022-02-14 18:26:06.029 | + lib/keystone:start_keystone:539 : local service_port=5000 2022-02-14 18:26:06.031 | + lib/keystone:start_keystone:540 : local auth_protocol=http 2022-02-14 18:26:06.034 | + lib/keystone:start_keystone:541 : is_service_enabled tls-proxy 2022-02-14 18:26:06.050 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:26:06.052 | + lib/keystone:start_keystone:546 : '[' uwsgi == mod_wsgi ']' 2022-02-14 18:26:06.055 | ++ lib/keystone:start_keystone:550 : which uwsgi 2022-02-14 18:26:06.060 | + lib/keystone:start_keystone:550 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-02-14 18:26:06.063 | + functions-common:run_process:1680 : local service=keystone 2022-02-14 18:26:06.065 | + functions-common:run_process:1681 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.068 | + functions-common:run_process:1682 : local group= 2022-02-14 18:26:06.070 | + functions-common:run_process:1683 : local user= 2022-02-14 18:26:06.072 | + functions-common:run_process:1685 : local name=keystone 2022-02-14 18:26:06.076 | + functions-common:run_process:1687 : time_start run_process 2022-02-14 18:26:06.078 | + functions-common:time_start:2411 : local name=run_process 2022-02-14 18:26:06.080 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:26:06.083 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:26:06.086 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:26:06.090 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863166087 2022-02-14 18:26:06.092 | + functions-common:run_process:1688 : is_service_enabled keystone 2022-02-14 18:26:06.107 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:26:06.110 | + functions-common:run_process:1689 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-02-14 18:26:06.112 | + functions-common:_run_under_systemd:1645 : local service=keystone 2022-02-14 18:26:06.115 | + functions-common:_run_under_systemd:1646 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.117 | + functions-common:_run_under_systemd:1647 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.121 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.122 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.125 | + functions-common:_common_systemd_pitfalls:1620 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-02-14 18:26:06.127 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-02-14 18:26:06.129 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@keystone.service 2022-02-14 18:26:06.132 | + functions-common:_run_under_systemd:1652 : local group= 2022-02-14 18:26:06.134 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-02-14 18:26:06.137 | + functions-common:_run_under_systemd:1654 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-02-14 18:26:06.139 | + functions-common:_run_under_systemd:1655 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-02-14 18:26:06.142 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2022-02-14 18:26:06.144 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.146 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2022-02-14 18:26:06.148 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=ubuntu 2022-02-14 18:26:06.150 | + functions-common:write_uwsgi_user_unit_file:1593 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-02-14 18:26:06.152 | + functions-common:write_uwsgi_user_unit_file:1594 : mkdir -p /etc/systemd/system 2022-02-14 18:26:06.156 | + functions-common:write_uwsgi_user_unit_file:1596 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-02-14 18:26:06.216 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-02-14 18:26:06.276 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-02-14 18:26:06.326 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-14 18:26:06.375 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-14 18:26:06.424 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-02-14 18:26:06.475 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-02-14 18:26:06.525 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-02-14 18:26:06.575 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-02-14 18:26:06.632 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-02-14 18:26:06.682 | + functions-common:write_uwsgi_user_unit_file:1607 : [[ -n '' ]] 2022-02-14 18:26:06.684 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-02-14 18:26:06.759 | + functions-common:write_uwsgi_user_unit_file:1613 : sudo systemctl daemon-reload 2022-02-14 18:26:07.159 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@keystone.service 2022-02-14 18:26:07.175 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-02-14 18:26:07.540 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@keystone.service 2022-02-14 18:26:07.619 | + functions-common:run_process:1691 : time_stop run_process 2022-02-14 18:26:07.624 | + functions-common:time_stop:2425 : local name 2022-02-14 18:26:07.628 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:26:07.631 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:26:07.633 | + functions-common:time_stop:2428 : local total 2022-02-14 18:26:07.635 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:26:07.638 | + functions-common:time_stop:2431 : name=run_process 2022-02-14 18:26:07.640 | + functions-common:time_stop:2432 : start_time=1644863166087 2022-02-14 18:26:07.643 | + functions-common:time_stop:2434 : [[ -z 1644863166087 ]] 2022-02-14 18:26:07.645 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:26:07.650 | + functions-common:time_stop:2437 : end_time=1644863167647 2022-02-14 18:26:07.652 | + functions-common:time_stop:2438 : elapsed_time=1560 2022-02-14 18:26:07.654 | + functions-common:time_stop:2439 : total=1440 2022-02-14 18:26:07.657 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:26:07.659 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=3000 2022-02-14 18:26:07.661 | + lib/keystone:start_keystone:553 : echo 'Waiting for keystone to start...' 2022-02-14 18:26:07.661 | Waiting for keystone to start... 2022-02-14 18:26:07.664 | + lib/keystone:start_keystone:559 : local service_uri=http://10.222.0.81/identity/v3/ 2022-02-14 18:26:07.666 | + lib/keystone:start_keystone:561 : wait_for_service 60 http://10.222.0.81/identity/v3/ 2022-02-14 18:26:07.668 | + functions:wait_for_service:457 : local timeout=60 2022-02-14 18:26:07.671 | + functions:wait_for_service:458 : local url=http://10.222.0.81/identity/v3/ 2022-02-14 18:26:07.673 | + functions:wait_for_service:459 : local rval=0 2022-02-14 18:26:07.675 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-14 18:26:07.678 | + functions-common:time_start:2411 : local name=wait_for_service 2022-02-14 18:26:07.680 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:26:07.682 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:26:07.686 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:26:07.690 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863167687 2022-02-14 18:26:07.692 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-14 18:26:07.698 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.81/identity/v3/ 2022-02-14 18:26:14.143 | + :: : [[ 200 == 503 ]] 2022-02-14 18:26:14.144 | + :: : [[ 0 -eq 7 ]] 2022-02-14 18:26:14.147 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-14 18:26:14.149 | + functions-common:time_stop:2425 : local name 2022-02-14 18:26:14.152 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:26:14.154 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:26:14.156 | + functions-common:time_stop:2428 : local total 2022-02-14 18:26:14.159 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:26:14.161 | + functions-common:time_stop:2431 : name=wait_for_service 2022-02-14 18:26:14.163 | + functions-common:time_stop:2432 : start_time=1644863167687 2022-02-14 18:26:14.165 | + functions-common:time_stop:2434 : [[ -z 1644863167687 ]] 2022-02-14 18:26:14.169 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:26:14.173 | + functions-common:time_stop:2437 : end_time=1644863174171 2022-02-14 18:26:14.176 | + functions-common:time_stop:2438 : elapsed_time=6484 2022-02-14 18:26:14.178 | + functions-common:time_stop:2439 : total=0 2022-02-14 18:26:14.180 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:26:14.183 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6484 2022-02-14 18:26:14.186 | + functions:wait_for_service:467 : return 0 2022-02-14 18:26:14.188 | + lib/keystone:start_keystone:566 : is_service_enabled tls-proxy 2022-02-14 18:26:14.205 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:26:14.207 | + lib/keystone:start_keystone:571 : restart_service memcached 2022-02-14 18:26:14.209 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-14 18:26:14.212 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart memcached 2022-02-14 18:26:14.243 | + ./stack.sh:main:1098 : bootstrap_keystone 2022-02-14 18:26:14.246 | + lib/keystone:bootstrap_keystone:591 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.81/identity 2022-02-14 18:26:18.786 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.786 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.787 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.794 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.811 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.811 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.842 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.876 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.876 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.965 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.965 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.965 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.966 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.966 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.966 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.978 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.978 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.979 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.979 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.979 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.979 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.979 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.987 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.990 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.990 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.990 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.990 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.990 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:18.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80105) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-14 18:26:19.024 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=80105) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-14 18:26:19.461 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created domain default 2022-02-14 18:26:19.699 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created project admin 2022-02-14 18:26:19.725 | DEBUG passlib.handlers.bcrypt [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=80105) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-02-14 18:26:19.726 | DEBUG passlib.handlers.bcrypt [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=80105) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-02-14 18:26:19.891 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created user admin 2022-02-14 18:26:19.982 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created role reader 2022-02-14 18:26:20.074 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created role member 2022-02-14 18:26:20.156 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created implied role where 5331b8b3277b42c89e2bd119969d376e implies 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:26:20.245 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created role admin 2022-02-14 18:26:20.311 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created implied role where 653054025e6e41e7b6b11184b2cf85ff implies 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:26:20.365 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Granted role admin on project admin to user admin. 2022-02-14 18:26:20.425 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Granted role admin on the system to user admin. 2022-02-14 18:26:20.482 | WARNING py.warnings [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2022-02-14 18:26:20.482 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-02-14 18:26:20.482 |  2022-02-14 18:26:20.486 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created region RegionOne 2022-02-14 18:26:20.662 | INFO keystone.cmd.bootstrap [None req-7d5468dc-55e5-447c-829b-a3bbe80dcee6 None None] Created public endpoint http://10.222.0.81/identity 2022-02-14 18:26:21.092 | + lib/keystone:bootstrap_keystone:599 : '[' False == True ']' 2022-02-14 18:26:21.095 | + ./stack.sh:main:1101 : create_keystone_accounts 2022-02-14 18:26:21.098 | + lib/keystone:create_keystone_accounts:298 : local admin_project 2022-02-14 18:26:21.101 | ++ lib/keystone:create_keystone_accounts:299 : oscwrap project show admin -f value -c id 2022-02-14 18:26:24.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:24.206 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:24.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:24.206 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:24.351 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:24.354 | + lib/keystone:create_keystone_accounts:299 : admin_project=0b4bf453494a4e98b4db981b0b2feefa 2022-02-14 18:26:24.357 | + lib/keystone:create_keystone_accounts:300 : local admin_user 2022-02-14 18:26:24.360 | ++ lib/keystone:create_keystone_accounts:301 : oscwrap user show admin -f value -c id 2022-02-14 18:26:26.482 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:26.482 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:26.482 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:26.482 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:26.629 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:26.632 | + lib/keystone:create_keystone_accounts:301 : admin_user=a4d6f90aa3524ae297a480993236a099 2022-02-14 18:26:26.634 | + lib/keystone:create_keystone_accounts:303 : local admin_role=admin 2022-02-14 18:26:26.637 | + lib/keystone:create_keystone_accounts:304 : local member_role=member 2022-02-14 18:26:26.639 | + lib/keystone:create_keystone_accounts:305 : local reader_role=reader 2022-02-14 18:26:26.641 | + lib/keystone:create_keystone_accounts:307 : async_run ks-domain-role get_or_add_user_domain_role admin a4d6f90aa3524ae297a480993236a099 default 2022-02-14 18:26:26.697 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin a4d6f90aa3524ae297a480993236a099 default 2022-02-14 18:26:26.738 | [17613 Async ks-domain-role:80225]: running: get_or_add_user_domain_role admin a4d6f90aa3524ae297a480993236a099 default 2022-02-14 18:26:26.741 | + lib/keystone:create_keystone_accounts:310 : get_or_create_domain Default 2022-02-14 18:26:26.743 | + functions-common:get_or_create_domain:877 : local domain_id 2022-02-14 18:26:26.747 | ++ functions-common:get_or_create_domain:889 : oscwrap domain show Default -f value -c id 2022-02-14 18:26:29.121 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-02-14 18:26:29.123 | + functions-common:get_or_create_domain:888 : echo default 2022-02-14 18:26:29.123 | default 2022-02-14 18:26:29.125 | + lib/keystone:create_keystone_accounts:311 : async_run ks-project get_or_create_project service Default 2022-02-14 18:26:29.182 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-02-14 18:26:29.226 | [17613 Async ks-project:80364]: running: get_or_create_project service Default 2022-02-14 18:26:29.229 | + lib/keystone:create_keystone_accounts:314 : async_run ks-service get_or_create_role service 2022-02-14 18:26:29.293 | + inc/async:async_inner:63 : get_or_create_role service 2022-02-14 18:26:29.333 | [17613 Async ks-service:80450]: running: get_or_create_role service 2022-02-14 18:26:29.336 | + lib/keystone:create_keystone_accounts:320 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-02-14 18:26:29.407 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-02-14 18:26:29.453 | [17613 Async ks-reseller:80536]: running: get_or_create_role ResellerAdmin 2022-02-14 18:26:29.459 | + lib/keystone:create_keystone_accounts:324 : local another_role=anotherrole 2022-02-14 18:26:29.465 | + lib/keystone:create_keystone_accounts:325 : async_run ks-anotherrole get_or_create_role anotherrole 2022-02-14 18:26:29.847 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-02-14 18:26:30.058 | [17613 Async ks-anotherrole:80626]: running: get_or_create_role anotherrole 2022-02-14 18:26:30.077 | + lib/keystone:create_keystone_accounts:328 : local invis_project 2022-02-14 18:26:30.109 | ++ lib/keystone:create_keystone_accounts:329 : get_or_create_project invisible_to_admin default 2022-02-14 18:26:30.125 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:26:30.157 | +++ functions-common:get_or_create_project:940 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2022-02-14 18:26:32.478 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:32.607 | [80450 Async ks-service:80450]: finished successfully 2022-02-14 18:26:33.025 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:33.063 | [80364 Async ks-project:80364]: finished successfully 2022-02-14 18:26:33.103 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:33.145 | [80536 Async ks-reseller:80536]: finished successfully 2022-02-14 18:26:33.255 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:33.283 | [80626 Async ks-anotherrole:80626]: finished successfully 2022-02-14 18:26:33.315 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:33.315 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:33.315 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:33.315 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:33.468 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:33.470 | ++ functions-common:get_or_create_project:938 : project_id=36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:33.473 | ++ functions-common:get_or_create_project:939 : echo 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:33.475 | + lib/keystone:create_keystone_accounts:329 : invis_project=36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:33.478 | + lib/keystone:create_keystone_accounts:332 : local demo_project 2022-02-14 18:26:33.481 | ++ lib/keystone:create_keystone_accounts:333 : get_or_create_project demo default 2022-02-14 18:26:33.483 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:26:33.486 | +++ functions-common:get_or_create_project:940 : oscwrap project create demo --domain=default --or-show -f value -c id 2022-02-14 18:26:35.114 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:35.139 | [80225 Async ks-domain-role:80225]: finished successfully 2022-02-14 18:26:35.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:35.759 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:35.759 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:35.759 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:35.911 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:35.914 | ++ functions-common:get_or_create_project:938 : project_id=133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:35.916 | ++ functions-common:get_or_create_project:939 : echo 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:35.919 | + lib/keystone:create_keystone_accounts:333 : demo_project=133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:35.922 | + lib/keystone:create_keystone_accounts:334 : local demo_user 2022-02-14 18:26:35.925 | ++ lib/keystone:create_keystone_accounts:336 : get_or_create_user demo Passw0rd default demo@example.com 2022-02-14 18:26:35.927 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:35.929 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-02-14 18:26:35.932 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-02-14 18:26:35.935 | +++ functions-common:get_or_create_user:927 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-02-14 18:26:38.209 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.209 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.209 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.209 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.357 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.360 | ++ functions-common:get_or_create_user:925 : user_id=08f458c584e34b998d75867755e3b206 2022-02-14 18:26:38.363 | ++ functions-common:get_or_create_user:926 : echo 08f458c584e34b998d75867755e3b206 2022-02-14 18:26:38.365 | + lib/keystone:create_keystone_accounts:336 : demo_user=08f458c584e34b998d75867755e3b206 2022-02-14 18:26:38.368 | + lib/keystone:create_keystone_accounts:338 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-02-14 18:26:38.415 | [17613 Async ks-domain-role:80225]: Waiting for completion of get_or_add_user_domain_role admin a4d6f90aa3524ae297a480993236a099 default running on PID 80225 (6 other jobs running) 2022-02-14 18:26:38.440 | [17613 Async ks-domain-role:80225]: Signaling child to exit 2022-02-14 18:26:38.440 | WAKEUP 2022-02-14 18:26:38.463 | [17613 Async ks-domain-role:80225]: Signaled 2022-02-14 18:26:38.464 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-02-14 18:26:38.464 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap role assignment list --role admin --user a4d6f90aa3524ae297a480993236a099 --domain default 2022-02-14 18:26:38.464 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:26:38.465 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-02-14 18:26:38.465 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:26:38.465 | ++ functions-common:get_field:812 : read data 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.465 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-02-14 18:26:38.465 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-02-14 18:26:38.465 | + functions-common:get_or_add_user_domain_role:1012 : openstack role add admin --user a4d6f90aa3524ae297a480993236a099 --domain default 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:26:38.465 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-02-14 18:26:38.465 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap role assignment list --role admin --user a4d6f90aa3524ae297a480993236a099 --domain default 2022-02-14 18:26:38.465 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:26:38.465 | ++ functions-common:get_field:812 : read data 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.465 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.465 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.465 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:26:38.465 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:26:38.465 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:26:38.465 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | a4d6f90aa3524ae297a480993236a099 | | | default | | False |' 2022-02-14 18:26:38.465 | ++ functions-common:get_field:812 : read data 2022-02-14 18:26:38.466 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:26:38.466 | + functions-common:get_or_add_user_domain_role:1021 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:26:38.466 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:26:38.507 | [17613 Async ks-domain-role:80225]: finished get_or_add_user_domain_role admin a4d6f90aa3524ae297a480993236a099 default with result 0 in 8 seconds 2022-02-14 18:26:38.515 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-02-14 18:26:38.549 | [17613 Async ks-project:80364]: Waiting for completion of get_or_create_project service Default running on PID 80364 (5 other jobs running) 2022-02-14 18:26:38.573 | [17613 Async ks-project:80364]: Signaling child to exit 2022-02-14 18:26:38.574 | WAKEUP 2022-02-14 18:26:38.595 | [17613 Async ks-project:80364]: Signaled 2022-02-14 18:26:38.597 | + functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:26:38.597 | ++ functions-common:get_or_create_project:940 : oscwrap project create service --domain=Default --or-show -f value -c id 2022-02-14 18:26:38.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.597 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.597 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.597 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.597 | + functions-common:get_or_create_project:938 : project_id=5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:26:38.597 | + functions-common:get_or_create_project:939 : echo 5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:26:38.603 | 5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:26:38.645 | [17613 Async ks-project:80364]: finished get_or_create_project service Default with result 0 in 3 seconds 2022-02-14 18:26:38.681 | [17613 Async ks-service:80450]: Waiting for completion of get_or_create_role service running on PID 80450 (4 other jobs running) 2022-02-14 18:26:38.706 | [17613 Async ks-service:80450]: Signaling child to exit 2022-02-14 18:26:38.706 | WAKEUP 2022-02-14 18:26:38.727 | [17613 Async ks-service:80450]: Signaled 2022-02-14 18:26:38.729 | + functions-common:get_or_create_role:945 : local role_id 2022-02-14 18:26:38.729 | ++ functions-common:get_or_create_role:952 : oscwrap role create service --or-show -f value -c id 2022-02-14 18:26:38.729 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.729 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.729 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.729 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.729 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.729 | + functions-common:get_or_create_role:950 : role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:26:38.729 | + functions-common:get_or_create_role:951 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:26:38.729 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:26:38.772 | [17613 Async ks-service:80450]: finished get_or_create_role service with result 0 in 3 seconds 2022-02-14 18:26:38.810 | [17613 Async ks-reseller:80536]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 80536 (3 other jobs running) 2022-02-14 18:26:38.834 | [17613 Async ks-reseller:80536]: Signaling child to exit 2022-02-14 18:26:38.834 | WAKEUP 2022-02-14 18:26:38.856 | [17613 Async ks-reseller:80536]: Signaled 2022-02-14 18:26:38.857 | + functions-common:get_or_create_role:945 : local role_id 2022-02-14 18:26:38.857 | ++ functions-common:get_or_create_role:952 : oscwrap role create ResellerAdmin --or-show -f value -c id 2022-02-14 18:26:38.857 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.857 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.857 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.857 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.857 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.857 | + functions-common:get_or_create_role:950 : role_id=42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:26:38.857 | + functions-common:get_or_create_role:951 : echo 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:26:38.858 | 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:26:38.900 | [17613 Async ks-reseller:80536]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-02-14 18:26:38.936 | [17613 Async ks-anotherrole:80626]: Waiting for completion of get_or_create_role anotherrole running on PID 80626 (2 other jobs running) 2022-02-14 18:26:38.961 | [17613 Async ks-anotherrole:80626]: Signaling child to exit 2022-02-14 18:26:38.961 | WAKEUP 2022-02-14 18:26:38.984 | [17613 Async ks-anotherrole:80626]: Signaled 2022-02-14 18:26:38.985 | + functions-common:get_or_create_role:945 : local role_id 2022-02-14 18:26:38.985 | ++ functions-common:get_or_create_role:952 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-14 18:26:38.985 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.985 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.985 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:38.985 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:38.985 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:38.985 | + functions-common:get_or_create_role:950 : role_id=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:26:38.985 | + functions-common:get_or_create_role:951 : echo 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:26:38.985 | 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:26:39.028 | [17613 Async ks-anotherrole:80626]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2022-02-14 18:26:39.033 | + inc/async:async_wait:197 : return 0 2022-02-14 18:26:39.035 | + lib/keystone:create_keystone_accounts:340 : async_run ks-demo-member get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.109 | + inc/async:async_inner:63 : get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.153 | [17613 Async ks-demo-member:81493]: running: get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.156 | + lib/keystone:create_keystone_accounts:342 : async_run ks-demo-admin get_or_add_user_project_role admin a4d6f90aa3524ae297a480993236a099 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.216 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a4d6f90aa3524ae297a480993236a099 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.262 | [17613 Async ks-demo-admin:81605]: running: get_or_add_user_project_role admin a4d6f90aa3524ae297a480993236a099 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.264 | + lib/keystone:create_keystone_accounts:343 : async_run ks-demo-another get_or_add_user_project_role anotherrole 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.332 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.377 | [17613 Async ks-demo-another:81717]: running: get_or_add_user_project_role anotherrole 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:39.380 | + lib/keystone:create_keystone_accounts:344 : async_run ks-demo-invis get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:39.453 | + inc/async:async_inner:63 : get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:39.517 | [17613 Async ks-demo-invis:81829]: running: get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:26:39.524 | + lib/keystone:create_keystone_accounts:347 : local demo_reader 2022-02-14 18:26:39.531 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-02-14 18:26:39.540 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:39.542 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-02-14 18:26:39.545 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-02-14 18:26:39.554 | +++ functions-common:get_or_create_user:927 : oscwrap user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-02-14 18:26:42.589 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:42.589 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:42.589 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:42.589 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:42.857 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:42.884 | ++ functions-common:get_or_create_user:925 : user_id=b03e3de40ede407ea28f6e0fee06df9b 2022-02-14 18:26:42.909 | ++ functions-common:get_or_create_user:926 : echo b03e3de40ede407ea28f6e0fee06df9b 2022-02-14 18:26:42.937 | + lib/keystone:create_keystone_accounts:349 : demo_reader=b03e3de40ede407ea28f6e0fee06df9b 2022-02-14 18:26:42.961 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-reader get_or_add_user_project_role reader b03e3de40ede407ea28f6e0fee06df9b 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:43.401 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b03e3de40ede407ea28f6e0fee06df9b 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:43.608 | [17613 Async ks-demo-reader:82030]: running: get_or_add_user_project_role reader b03e3de40ede407ea28f6e0fee06df9b 133051a30695453097c7a32bd0c377d0 2022-02-14 18:26:43.622 | + lib/keystone:create_keystone_accounts:354 : local alt_demo_project 2022-02-14 18:26:43.652 | ++ lib/keystone:create_keystone_accounts:355 : get_or_create_project alt_demo default 2022-02-14 18:26:43.670 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:26:43.713 | +++ functions-common:get_or_create_project:940 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2022-02-14 18:26:46.856 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:46.856 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:46.856 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:46.857 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:47.212 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:47.233 | ++ functions-common:get_or_create_project:938 : project_id=bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:47.263 | ++ functions-common:get_or_create_project:939 : echo bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:47.285 | + lib/keystone:create_keystone_accounts:355 : alt_demo_project=bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:47.310 | + lib/keystone:create_keystone_accounts:357 : local alt_demo_user 2022-02-14 18:26:47.342 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-02-14 18:26:47.365 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:47.385 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-02-14 18:26:47.409 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-02-14 18:26:47.450 | +++ functions-common:get_or_create_user:927 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-02-14 18:26:49.036 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:49.201 | [81493 Async ks-demo-member:81493]: finished successfully 2022-02-14 18:26:49.503 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:49.669 | [81605 Async ks-demo-admin:81605]: finished successfully 2022-02-14 18:26:49.799 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:49.835 | [81717 Async ks-demo-another:81717]: finished successfully 2022-02-14 18:26:50.083 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:50.114 | [81829 Async ks-demo-invis:81829]: finished successfully 2022-02-14 18:26:50.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:50.364 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:50.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:50.365 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:50.519 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:50.522 | ++ functions-common:get_or_create_user:925 : user_id=49bf83b28dae4611a3096614fb2446ba 2022-02-14 18:26:50.525 | ++ functions-common:get_or_create_user:926 : echo 49bf83b28dae4611a3096614fb2446ba 2022-02-14 18:26:50.528 | + lib/keystone:create_keystone_accounts:359 : alt_demo_user=49bf83b28dae4611a3096614fb2446ba 2022-02-14 18:26:50.530 | + lib/keystone:create_keystone_accounts:361 : async_run ks-alt-admin get_or_add_user_project_role admin 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.593 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.637 | [17613 Async ks-alt-admin:82553]: running: get_or_add_user_project_role admin 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.640 | + lib/keystone:create_keystone_accounts:362 : async_run ks-alt-another get_or_add_user_project_role anotherrole 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.717 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.776 | [17613 Async ks-alt-another:82665]: running: get_or_add_user_project_role anotherrole 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:50.781 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_member 2022-02-14 18:26:50.788 | ++ lib/keystone:create_keystone_accounts:367 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-02-14 18:26:50.791 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:50.793 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-02-14 18:26:50.796 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-02-14 18:26:50.801 | +++ functions-common:get_or_create_user:927 : oscwrap user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-02-14 18:26:53.141 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:53.141 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:53.141 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:53.142 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:53.333 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:53.336 | ++ functions-common:get_or_create_user:925 : user_id=64b454d250f8497eacae5b6a595f6a6b 2022-02-14 18:26:53.339 | ++ functions-common:get_or_create_user:926 : echo 64b454d250f8497eacae5b6a595f6a6b 2022-02-14 18:26:53.342 | + lib/keystone:create_keystone_accounts:367 : alt_demo_member=64b454d250f8497eacae5b6a595f6a6b 2022-02-14 18:26:53.345 | + lib/keystone:create_keystone_accounts:368 : async_run ks-alt-member-user get_or_add_user_project_role member 64b454d250f8497eacae5b6a595f6a6b bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:53.422 | + inc/async:async_inner:63 : get_or_add_user_project_role member 64b454d250f8497eacae5b6a595f6a6b bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:53.487 | [17613 Async ks-alt-member-user:82865]: running: get_or_add_user_project_role member 64b454d250f8497eacae5b6a595f6a6b bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:53.496 | + lib/keystone:create_keystone_accounts:371 : local alt_demo_reader 2022-02-14 18:26:53.500 | ++ lib/keystone:create_keystone_accounts:373 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-02-14 18:26:53.505 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:53.514 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-02-14 18:26:53.519 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-02-14 18:26:53.528 | +++ functions-common:get_or_create_user:927 : oscwrap user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-02-14 18:26:53.745 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:53.913 | [82030 Async ks-demo-reader:82030]: finished successfully 2022-02-14 18:26:56.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:56.055 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:56.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:56.055 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:56.245 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:56.247 | ++ functions-common:get_or_create_user:925 : user_id=61a75a1f2004468e9c2acdf7a2278dc3 2022-02-14 18:26:56.250 | ++ functions-common:get_or_create_user:926 : echo 61a75a1f2004468e9c2acdf7a2278dc3 2022-02-14 18:26:56.253 | + lib/keystone:create_keystone_accounts:373 : alt_demo_reader=61a75a1f2004468e9c2acdf7a2278dc3 2022-02-14 18:26:56.255 | + lib/keystone:create_keystone_accounts:374 : async_run ks-alt-reader-user get_or_add_user_project_role reader 61a75a1f2004468e9c2acdf7a2278dc3 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:56.327 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 61a75a1f2004468e9c2acdf7a2278dc3 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:56.419 | [17613 Async ks-alt-reader-user:83144]: running: get_or_add_user_project_role reader 61a75a1f2004468e9c2acdf7a2278dc3 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:26:56.430 | ++ lib/keystone:create_keystone_accounts:381 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-02-14 18:26:56.432 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:56.453 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-02-14 18:26:56.471 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-02-14 18:26:56.479 | +++ functions-common:get_or_create_user:927 : oscwrap user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-02-14 18:26:58.852 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:58.954 | [82553 Async ks-alt-admin:82553]: finished successfully 2022-02-14 18:26:59.269 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:26:59.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:59.273 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:59.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:26:59.273 | from cryptography.utils import int_from_bytes 2022-02-14 18:26:59.350 | [82665 Async ks-alt-another:82665]: finished successfully 2022-02-14 18:26:59.466 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:26:59.469 | ++ functions-common:get_or_create_user:925 : user_id=ef6dd3cf89904aff9cc48f878e4cffc0 2022-02-14 18:26:59.472 | ++ functions-common:get_or_create_user:926 : echo ef6dd3cf89904aff9cc48f878e4cffc0 2022-02-14 18:26:59.475 | + lib/keystone:create_keystone_accounts:381 : system_member_user=ef6dd3cf89904aff9cc48f878e4cffc0 2022-02-14 18:26:59.477 | + lib/keystone:create_keystone_accounts:382 : async_run ks-system-member get_or_add_user_system_role member ef6dd3cf89904aff9cc48f878e4cffc0 all 2022-02-14 18:26:59.553 | + inc/async:async_inner:63 : get_or_add_user_system_role member ef6dd3cf89904aff9cc48f878e4cffc0 all 2022-02-14 18:26:59.600 | [17613 Async ks-system-member:83426]: running: get_or_add_user_system_role member ef6dd3cf89904aff9cc48f878e4cffc0 all 2022-02-14 18:26:59.604 | ++ lib/keystone:create_keystone_accounts:385 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-02-14 18:26:59.607 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:26:59.610 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-02-14 18:26:59.612 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-02-14 18:26:59.616 | +++ functions-common:get_or_create_user:927 : oscwrap user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-02-14 18:27:01.966 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:01.966 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:01.966 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:01.966 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:02.148 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:02.162 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:02.166 | ++ functions-common:get_or_create_user:925 : user_id=7238c8a00c2e436e9dafb51f4eccd0b5 2022-02-14 18:27:02.169 | ++ functions-common:get_or_create_user:926 : echo 7238c8a00c2e436e9dafb51f4eccd0b5 2022-02-14 18:27:02.173 | + lib/keystone:create_keystone_accounts:385 : system_reader_user=7238c8a00c2e436e9dafb51f4eccd0b5 2022-02-14 18:27:02.176 | + lib/keystone:create_keystone_accounts:386 : async_run ks-system-reader get_or_add_user_system_role reader 7238c8a00c2e436e9dafb51f4eccd0b5 all 2022-02-14 18:27:02.181 | [82865 Async ks-alt-member-user:82865]: finished successfully 2022-02-14 18:27:02.250 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 7238c8a00c2e436e9dafb51f4eccd0b5 all 2022-02-14 18:27:02.302 | [17613 Async ks-system-reader:83641]: running: get_or_add_user_system_role reader 7238c8a00c2e436e9dafb51f4eccd0b5 all 2022-02-14 18:27:02.305 | + lib/keystone:create_keystone_accounts:389 : local admin_group 2022-02-14 18:27:02.313 | ++ lib/keystone:create_keystone_accounts:391 : get_or_create_group admins default 'openstack admin group' 2022-02-14 18:27:02.315 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-02-14 18:27:02.318 | ++ functions-common:get_or_create_group:895 : local group_id 2022-02-14 18:27:02.321 | +++ functions-common:get_or_create_group:904 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-02-14 18:27:04.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:04.800 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:04.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:04.800 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:04.986 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:04.988 | ++ functions-common:get_or_create_group:902 : group_id=2e973037479e4e55920c81043109feea 2022-02-14 18:27:04.993 | ++ functions-common:get_or_create_group:903 : echo 2e973037479e4e55920c81043109feea 2022-02-14 18:27:04.996 | + lib/keystone:create_keystone_accounts:391 : admin_group=2e973037479e4e55920c81043109feea 2022-02-14 18:27:04.998 | + lib/keystone:create_keystone_accounts:392 : local non_admin_group 2022-02-14 18:27:05.001 | ++ lib/keystone:create_keystone_accounts:394 : get_or_create_group nonadmins default 'non-admin group' 2022-02-14 18:27:05.004 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-02-14 18:27:05.006 | ++ functions-common:get_or_create_group:895 : local group_id 2022-02-14 18:27:05.010 | +++ functions-common:get_or_create_group:904 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-02-14 18:27:05.075 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:05.104 | [83144 Async ks-alt-reader-user:83144]: finished successfully 2022-02-14 18:27:07.217 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:07.245 | [83426 Async ks-system-member:83426]: finished successfully 2022-02-14 18:27:07.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:07.251 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:07.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:07.251 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:07.421 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:07.424 | ++ functions-common:get_or_create_group:902 : group_id=642f284c07154a0cba54e7490e530450 2022-02-14 18:27:07.427 | ++ functions-common:get_or_create_group:903 : echo 642f284c07154a0cba54e7490e530450 2022-02-14 18:27:07.430 | + lib/keystone:create_keystone_accounts:394 : non_admin_group=642f284c07154a0cba54e7490e530450 2022-02-14 18:27:07.432 | + lib/keystone:create_keystone_accounts:396 : async_run ks-group-memberdemo get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.491 | + inc/async:async_inner:63 : get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.531 | [17613 Async ks-group-memberdemo:84023]: running: get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.536 | + lib/keystone:create_keystone_accounts:397 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.617 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.664 | [17613 Async ks-group-anotherdemo:84109]: running: get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:07.667 | + lib/keystone:create_keystone_accounts:398 : async_run ks-group-memberalt get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:07.734 | + inc/async:async_inner:63 : get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:07.867 | [17613 Async ks-group-memberalt:84195]: running: get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:07.893 | + lib/keystone:create_keystone_accounts:399 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:08.360 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:08.607 | [17613 Async ks-group-anotheralt:84284]: running: get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:08.629 | + lib/keystone:create_keystone_accounts:400 : async_run ks-group-admin get_or_add_group_project_role admin 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa 2022-02-14 18:27:09.068 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa 2022-02-14 18:27:09.289 | [17613 Async ks-group-admin:84371]: running: get_or_add_group_project_role admin 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa 2022-02-14 18:27:09.313 | + lib/keystone:create_keystone_accounts:402 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-02-14 18:27:09.717 | [17613 Async ks-demo-member:81493]: Waiting for completion of get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 running on PID 81493 (17 other jobs running) 2022-02-14 18:27:09.912 | [17613 Async ks-demo-member:81493]: Signaling child to exit 2022-02-14 18:27:09.912 | WAKEUP 2022-02-14 18:27:10.098 | [17613 Async ks-demo-member:81493]: Signaled 2022-02-14 18:27:10.105 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:10.105 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:10.105 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:10.105 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:10.105 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:10.105 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:10.105 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:10.105 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:10.105 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:10.105 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role member --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.105 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:10.105 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:10.105 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.105 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.105 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.105 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:10.105 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:10.105 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:10.106 | + functions-common:get_or_add_user_project_role:986 : openstack role add member --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.106 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.106 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.106 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.106 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:10.106 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role member --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.106 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:10.106 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:10.106 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.106 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.106 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.106 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.106 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:10.106 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:10.106 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:10.106 | ++ functions-common:get_field:818 : echo '| 5331b8b3277b42c89e2bd119969d376e | 08f458c584e34b998d75867755e3b206 | | 133051a30695453097c7a32bd0c377d0 | | | False |' 2022-02-14 18:27:10.106 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:10.106 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.106 | + functions-common:get_or_add_user_project_role:995 : user_role_id=5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:10.106 | + functions-common:get_or_add_user_project_role:997 : echo 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:10.106 | 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:10.393 | [17613 Async ks-demo-member:81493]: finished get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 with result 0 in 10 seconds 2022-02-14 18:27:10.509 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:10.598 | [17613 Async ks-demo-admin:81605]: Waiting for completion of get_or_add_user_project_role admin a4d6f90aa3524ae297a480993236a099 133051a30695453097c7a32bd0c377d0 running on PID 81605 (16 other jobs running) 2022-02-14 18:27:10.675 | [83641 Async ks-system-reader:83641]: finished successfully 2022-02-14 18:27:10.736 | [17613 Async ks-demo-admin:81605]: Signaling child to exit 2022-02-14 18:27:10.736 | WAKEUP 2022-02-14 18:27:10.890 | [17613 Async ks-demo-admin:81605]: Signaled 2022-02-14 18:27:10.904 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:10.904 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:10.904 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:10.904 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:10.904 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:10.904 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:10.904 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:10.904 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:10.904 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:10.904 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user a4d6f90aa3524ae297a480993236a099 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.904 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:10.904 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:10.905 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:10.905 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:10.905 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:10.905 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user a4d6f90aa3524ae297a480993236a099 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:10.905 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user a4d6f90aa3524ae297a480993236a099 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:10.905 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:10.905 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:10.905 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:10.905 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:10.905 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:10.905 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:10.905 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:10.905 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:10.905 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | a4d6f90aa3524ae297a480993236a099 | | 133051a30695453097c7a32bd0c377d0 | | | False |' 2022-02-14 18:27:10.905 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:10.905 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:10.905 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:10.905 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:11.228 | [17613 Async ks-demo-admin:81605]: finished get_or_add_user_project_role admin a4d6f90aa3524ae297a480993236a099 133051a30695453097c7a32bd0c377d0 with result 0 in 10 seconds 2022-02-14 18:27:11.452 | [17613 Async ks-demo-another:81717]: Waiting for completion of get_or_add_user_project_role anotherrole 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 running on PID 81717 (15 other jobs running) 2022-02-14 18:27:11.618 | [17613 Async ks-demo-another:81717]: Signaling child to exit 2022-02-14 18:27:11.619 | WAKEUP 2022-02-14 18:27:11.779 | [17613 Async ks-demo-another:81717]: Signaled 2022-02-14 18:27:11.795 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:11.795 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:11.795 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:11.795 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:11.795 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:11.795 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:11.795 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:11.795 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:11.795 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:11.795 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:11.795 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role anotherrole --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:11.795 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:11.795 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:11.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.795 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.795 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.795 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:11.795 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:11.795 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:11.795 | + functions-common:get_or_add_user_project_role:986 : openstack role add anotherrole --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:11.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.795 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.795 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.795 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:11.796 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:11.796 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role anotherrole --user 08f458c584e34b998d75867755e3b206 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:11.796 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:11.796 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:11.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.796 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:11.796 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:11.796 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:11.796 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:11.796 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:11.796 | ++ functions-common:get_field:818 : echo '| 13cc3ec5e0774785bc28414a0131b998 | 08f458c584e34b998d75867755e3b206 | | 133051a30695453097c7a32bd0c377d0 | | | False |' 2022-02-14 18:27:11.796 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:11.796 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:11.796 | + functions-common:get_or_add_user_project_role:995 : user_role_id=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:11.796 | + functions-common:get_or_add_user_project_role:997 : echo 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:11.796 | 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:12.116 | [17613 Async ks-demo-another:81717]: finished get_or_add_user_project_role anotherrole 08f458c584e34b998d75867755e3b206 133051a30695453097c7a32bd0c377d0 with result 0 in 10 seconds 2022-02-14 18:27:12.399 | [17613 Async ks-demo-invis:81829]: Waiting for completion of get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 36e80d5295564df6bbcbea5d3d1201bf running on PID 81829 (14 other jobs running) 2022-02-14 18:27:12.612 | [17613 Async ks-demo-invis:81829]: Signaling child to exit 2022-02-14 18:27:12.613 | WAKEUP 2022-02-14 18:27:12.752 | [17613 Async ks-demo-invis:81829]: Signaled 2022-02-14 18:27:12.768 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:12.769 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:12.769 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:12.769 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:12.769 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:12.769 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:12.769 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role member --user 08f458c584e34b998d75867755e3b206 --project 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:12.769 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:12.769 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.769 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.769 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.769 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:12.769 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:12.769 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:12.769 | + functions-common:get_or_add_user_project_role:986 : openstack role add member --user 08f458c584e34b998d75867755e3b206 --project 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.769 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.769 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role member --user 08f458c584e34b998d75867755e3b206 --project 36e80d5295564df6bbcbea5d3d1201bf 2022-02-14 18:27:12.769 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:12.769 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:12.769 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.769 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:12.770 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:12.770 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:12.770 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:12.770 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:12.770 | ++ functions-common:get_field:818 : echo '| 5331b8b3277b42c89e2bd119969d376e | 08f458c584e34b998d75867755e3b206 | | 36e80d5295564df6bbcbea5d3d1201bf | | | False |' 2022-02-14 18:27:12.770 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:12.770 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:12.770 | + functions-common:get_or_add_user_project_role:995 : user_role_id=5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:12.770 | + functions-common:get_or_add_user_project_role:997 : echo 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:12.770 | 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:13.096 | [17613 Async ks-demo-invis:81829]: finished get_or_add_user_project_role member 08f458c584e34b998d75867755e3b206 36e80d5295564df6bbcbea5d3d1201bf with result 0 in 10 seconds 2022-02-14 18:27:13.329 | [17613 Async ks-demo-reader:82030]: Waiting for completion of get_or_add_user_project_role reader b03e3de40ede407ea28f6e0fee06df9b 133051a30695453097c7a32bd0c377d0 running on PID 82030 (13 other jobs running) 2022-02-14 18:27:13.512 | [17613 Async ks-demo-reader:82030]: Signaling child to exit 2022-02-14 18:27:13.512 | WAKEUP 2022-02-14 18:27:13.658 | [17613 Async ks-demo-reader:82030]: Signaled 2022-02-14 18:27:13.677 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:13.677 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:13.677 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:13.677 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:13.677 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:13.677 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:13.677 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:13.677 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:13.677 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role reader --user b03e3de40ede407ea28f6e0fee06df9b --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:13.677 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:13.677 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:13.677 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:13.677 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:13.677 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.677 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.677 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.678 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.678 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:13.678 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:13.678 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:13.678 | + functions-common:get_or_add_user_project_role:986 : openstack role add reader --user b03e3de40ede407ea28f6e0fee06df9b --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:13.678 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.678 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.678 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.678 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.678 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:13.678 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role reader --user b03e3de40ede407ea28f6e0fee06df9b --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:13.678 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:13.678 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:13.678 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:13.678 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.678 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.678 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:13.678 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:13.678 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:13.678 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:13.678 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:13.678 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:13.678 | ++ functions-common:get_field:818 : echo '| 06042bfb64c74f4f97edcdc39b35c9f1 | b03e3de40ede407ea28f6e0fee06df9b | | 133051a30695453097c7a32bd0c377d0 | | | False |' 2022-02-14 18:27:13.678 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:13.678 | + functions-common:get_or_add_user_project_role:995 : user_role_id=06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:13.678 | + functions-common:get_or_add_user_project_role:997 : echo 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:13.678 | 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:13.984 | [17613 Async ks-demo-reader:82030]: finished get_or_add_user_project_role reader b03e3de40ede407ea28f6e0fee06df9b 133051a30695453097c7a32bd0c377d0 with result 0 in 10 seconds 2022-02-14 18:27:14.033 | + inc/async:async_wait:197 : return 0 2022-02-14 18:27:14.053 | + lib/keystone:create_keystone_accounts:403 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-02-14 18:27:14.402 | [17613 Async ks-alt-admin:82553]: Waiting for completion of get_or_add_user_project_role admin 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e running on PID 82553 (12 other jobs running) 2022-02-14 18:27:14.567 | [17613 Async ks-alt-admin:82553]: Signaling child to exit 2022-02-14 18:27:14.567 | WAKEUP 2022-02-14 18:27:14.720 | [17613 Async ks-alt-admin:82553]: Signaled 2022-02-14 18:27:14.732 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:14.732 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:14.732 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:14.732 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:14.732 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:14.732 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:14.732 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:14.733 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:14.733 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:14.733 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:14.733 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:14.733 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:14.733 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:14.733 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:14.733 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:14.733 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:14.733 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:14.733 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:14.733 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:14.733 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:14.734 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | 49bf83b28dae4611a3096614fb2446ba | | bcc2d9ce0aa048e4a484c44dc419288e | | | False |' 2022-02-14 18:27:14.734 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:14.734 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:14.734 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:14.734 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:14.734 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:27:14.971 | [17613 Async ks-alt-admin:82553]: finished get_or_add_user_project_role admin 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 8 seconds 2022-02-14 18:27:15.238 | [17613 Async ks-alt-another:82665]: Waiting for completion of get_or_add_user_project_role anotherrole 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e running on PID 82665 (11 other jobs running) 2022-02-14 18:27:15.344 | [17613 Async ks-alt-another:82665]: Signaling child to exit 2022-02-14 18:27:15.345 | WAKEUP 2022-02-14 18:27:15.502 | [17613 Async ks-alt-another:82665]: Signaled 2022-02-14 18:27:15.510 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:15.510 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:15.510 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:15.510 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:15.510 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:15.510 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:15.510 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:15.510 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:15.510 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:15.510 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role anotherrole --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:15.510 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:15.510 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:15.511 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:15.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.511 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.511 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.511 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:15.511 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:15.511 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:15.511 | + functions-common:get_or_add_user_project_role:986 : openstack role add anotherrole --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:15.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.511 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.511 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.511 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:15.512 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:15.512 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role anotherrole --user 49bf83b28dae4611a3096614fb2446ba --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:15.512 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:15.512 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:15.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.512 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:15.512 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:15.512 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:15.512 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:15.512 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:15.512 | ++ functions-common:get_field:818 : echo '| 13cc3ec5e0774785bc28414a0131b998 | 49bf83b28dae4611a3096614fb2446ba | | bcc2d9ce0aa048e4a484c44dc419288e | | | False |' 2022-02-14 18:27:15.512 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:15.512 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:15.512 | + functions-common:get_or_add_user_project_role:995 : user_role_id=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:15.512 | + functions-common:get_or_add_user_project_role:997 : echo 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:15.512 | 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:27:15.822 | [17613 Async ks-alt-another:82665]: finished get_or_add_user_project_role anotherrole 49bf83b28dae4611a3096614fb2446ba bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 8 seconds 2022-02-14 18:27:16.069 | [17613 Async ks-alt-member-user:82865]: Waiting for completion of get_or_add_user_project_role member 64b454d250f8497eacae5b6a595f6a6b bcc2d9ce0aa048e4a484c44dc419288e running on PID 82865 (10 other jobs running) 2022-02-14 18:27:16.218 | [17613 Async ks-alt-member-user:82865]: Signaling child to exit 2022-02-14 18:27:16.219 | WAKEUP 2022-02-14 18:27:16.356 | [17613 Async ks-alt-member-user:82865]: Signaled 2022-02-14 18:27:16.368 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:16.368 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:16.368 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:16.368 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:16.368 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:16.368 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:16.368 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:16.368 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:16.368 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:16.368 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:16.368 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role member --user 64b454d250f8497eacae5b6a595f6a6b --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:16.368 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:16.368 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:16.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.368 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.369 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:16.369 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:16.369 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:16.369 | + functions-common:get_or_add_user_project_role:986 : openstack role add member --user 64b454d250f8497eacae5b6a595f6a6b --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:16.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.369 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.369 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:16.369 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:16.369 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role member --user 64b454d250f8497eacae5b6a595f6a6b --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:16.369 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:16.369 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:16.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.369 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:16.369 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:16.369 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:16.369 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:16.369 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:16.369 | ++ functions-common:get_field:818 : echo '| 5331b8b3277b42c89e2bd119969d376e | 64b454d250f8497eacae5b6a595f6a6b | | bcc2d9ce0aa048e4a484c44dc419288e | | | False |' 2022-02-14 18:27:16.369 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:16.369 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:16.369 | + functions-common:get_or_add_user_project_role:995 : user_role_id=5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:16.369 | + functions-common:get_or_add_user_project_role:997 : echo 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:16.369 | 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:16.678 | [17613 Async ks-alt-member-user:82865]: finished get_or_add_user_project_role member 64b454d250f8497eacae5b6a595f6a6b bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 8 seconds 2022-02-14 18:27:16.890 | [17613 Async ks-alt-reader-user:83144]: Waiting for completion of get_or_add_user_project_role reader 61a75a1f2004468e9c2acdf7a2278dc3 bcc2d9ce0aa048e4a484c44dc419288e running on PID 83144 (9 other jobs running) 2022-02-14 18:27:17.086 | [17613 Async ks-alt-reader-user:83144]: Signaling child to exit 2022-02-14 18:27:17.086 | WAKEUP 2022-02-14 18:27:17.125 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:17.191 | [17613 Async ks-alt-reader-user:83144]: Signaled 2022-02-14 18:27:17.194 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:27:17.194 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:27:17.194 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:17.194 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:17.194 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:17.194 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:17.194 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:17.194 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:27:17.194 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:17.194 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role reader --user 61a75a1f2004468e9c2acdf7a2278dc3 --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:17.194 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:27:17.194 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:17.194 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:17.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.194 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.194 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.194 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.194 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:27:17.194 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:27:17.194 | + functions-common:get_or_add_user_project_role:986 : openstack role add reader --user 61a75a1f2004468e9c2acdf7a2278dc3 --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:17.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.195 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.195 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.195 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:27:17.195 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role reader --user 61a75a1f2004468e9c2acdf7a2278dc3 --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:17.195 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:27:17.195 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:27:17.195 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:17.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.195 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.195 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.195 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.195 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:27:17.195 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:27:17.195 | ++ functions-common:get_field:818 : echo '| 06042bfb64c74f4f97edcdc39b35c9f1 | 61a75a1f2004468e9c2acdf7a2278dc3 | | bcc2d9ce0aa048e4a484c44dc419288e | | | False |' 2022-02-14 18:27:17.195 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:27:17.195 | ++ functions-common:get_field:812 : read data 2022-02-14 18:27:17.195 | + functions-common:get_or_add_user_project_role:995 : user_role_id=06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.195 | + functions-common:get_or_add_user_project_role:997 : echo 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.195 | 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.280 | [84023 Async ks-group-memberdemo:84023]: finished successfully 2022-02-14 18:27:17.443 | [17613 Async ks-alt-reader-user:83144]: finished get_or_add_user_project_role reader 61a75a1f2004468e9c2acdf7a2278dc3 bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 8 seconds 2022-02-14 18:27:17.452 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:17.463 | + inc/async:async_wait:197 : return 0 2022-02-14 18:27:17.469 | + lib/keystone:create_keystone_accounts:404 : async_wait ks-system-member ks-system-reader 2022-02-14 18:27:17.502 | [84109 Async ks-group-anotherdemo:84109]: finished successfully 2022-02-14 18:27:17.572 | [17613 Async ks-system-member:83426]: Waiting for completion of get_or_add_user_system_role member ef6dd3cf89904aff9cc48f878e4cffc0 all running on PID 83426 (8 other jobs running) 2022-02-14 18:27:17.602 | [17613 Async ks-system-member:83426]: Signaling child to exit 2022-02-14 18:27:17.602 | WAKEUP 2022-02-14 18:27:17.628 | [17613 Async ks-system-member:83426]: Signaled 2022-02-14 18:27:17.629 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-02-14 18:27:17.629 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-02-14 18:27:17.629 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-02-14 18:27:17.629 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:17.629 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:17.629 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:17.629 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:17.629 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:17.629 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-02-14 18:27:17.629 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap role assignment list --role member --user ef6dd3cf89904aff9cc48f878e4cffc0 --system all -f value -c Role 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.630 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-02-14 18:27:17.630 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-02-14 18:27:17.630 | + functions-common:get_or_add_user_system_role:1041 : openstack role add member --user ef6dd3cf89904aff9cc48f878e4cffc0 --system all 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap role assignment list --role member --user ef6dd3cf89904aff9cc48f878e4cffc0 --system all -f value -c Role 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.630 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.630 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.630 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:17.630 | + functions-common:get_or_add_user_system_role:1052 : echo 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:17.630 | 5331b8b3277b42c89e2bd119969d376e 2022-02-14 18:27:17.681 | [17613 Async ks-system-member:83426]: finished get_or_add_user_system_role member ef6dd3cf89904aff9cc48f878e4cffc0 all with result 0 in 7 seconds 2022-02-14 18:27:17.725 | [17613 Async ks-system-reader:83641]: Waiting for completion of get_or_add_user_system_role reader 7238c8a00c2e436e9dafb51f4eccd0b5 all running on PID 83641 (7 other jobs running) 2022-02-14 18:27:17.754 | [17613 Async ks-system-reader:83641]: Signaling child to exit 2022-02-14 18:27:17.754 | WAKEUP 2022-02-14 18:27:17.782 | [17613 Async ks-system-reader:83641]: Signaled 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-02-14 18:27:17.783 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-02-14 18:27:17.783 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:27:17.783 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:27:17.783 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:27:17.783 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:27:17.783 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-02-14 18:27:17.783 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap role assignment list --role reader --user 7238c8a00c2e436e9dafb51f4eccd0b5 --system all -f value -c Role 2022-02-14 18:27:17.783 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.783 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.783 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.783 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.783 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-02-14 18:27:17.783 | + functions-common:get_or_add_user_system_role:1041 : openstack role add reader --user 7238c8a00c2e436e9dafb51f4eccd0b5 --system all 2022-02-14 18:27:17.783 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.783 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.784 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.784 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.784 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap role assignment list --role reader --user 7238c8a00c2e436e9dafb51f4eccd0b5 --system all -f value -c Role 2022-02-14 18:27:17.784 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.784 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.784 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:17.784 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:17.784 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:17.784 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.784 | + functions-common:get_or_add_user_system_role:1052 : echo 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.784 | 06042bfb64c74f4f97edcdc39b35c9f1 2022-02-14 18:27:17.836 | [17613 Async ks-system-reader:83641]: finished get_or_add_user_system_role reader 7238c8a00c2e436e9dafb51f4eccd0b5 all with result 0 in 8 seconds 2022-02-14 18:27:17.840 | + inc/async:async_wait:197 : return 0 2022-02-14 18:27:17.844 | + lib/keystone:create_keystone_accounts:405 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-02-14 18:27:17.921 | [17613 Async ks-group-memberdemo:84023]: Waiting for completion of get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 running on PID 84023 (6 other jobs running) 2022-02-14 18:27:17.968 | [17613 Async ks-group-memberdemo:84023]: Signaling child to exit 2022-02-14 18:27:17.968 | WAKEUP 2022-02-14 18:27:18.001 | [17613 Async ks-group-memberdemo:84023]: Signaled 2022-02-14 18:27:18.002 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-02-14 18:27:18.002 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap role assignment list --role member --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 -f value 2022-02-14 18:27:18.002 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.002 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.002 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.002 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.002 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.002 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-02-14 18:27:18.002 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-02-14 18:27:18.002 | + functions-common:get_or_add_group_project_role:1067 : openstack role add member --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:18.002 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.003 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.003 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.003 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.003 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap role assignment list --role member --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 -f value 2022-02-14 18:27:18.003 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.003 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.003 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.003 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.003 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.003 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False' 2022-02-14 18:27:18.003 | + functions-common:get_or_add_group_project_role:1076 : echo 5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False 2022-02-14 18:27:18.003 | 5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False 2022-02-14 18:27:18.073 | [17613 Async ks-group-memberdemo:84023]: finished get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 with result 0 in 9 seconds 2022-02-14 18:27:18.134 | [17613 Async ks-group-anotherdemo:84109]: Waiting for completion of get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 running on PID 84109 (5 other jobs running) 2022-02-14 18:27:18.166 | [17613 Async ks-group-anotherdemo:84109]: Signaling child to exit 2022-02-14 18:27:18.166 | WAKEUP 2022-02-14 18:27:18.196 | [17613 Async ks-group-anotherdemo:84109]: Signaled 2022-02-14 18:27:18.197 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-02-14 18:27:18.197 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap role assignment list --role anotherrole --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 -f value 2022-02-14 18:27:18.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.197 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.197 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.197 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.197 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-02-14 18:27:18.197 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-02-14 18:27:18.197 | + functions-common:get_or_add_group_project_role:1067 : openstack role add anotherrole --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 2022-02-14 18:27:18.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.197 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.197 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.197 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap role assignment list --role anotherrole --group 642f284c07154a0cba54e7490e530450 --project 133051a30695453097c7a32bd0c377d0 -f value 2022-02-14 18:27:18.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.198 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.198 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.198 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.198 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False' 2022-02-14 18:27:18.198 | + functions-common:get_or_add_group_project_role:1076 : echo 13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False 2022-02-14 18:27:18.198 | 13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 False 2022-02-14 18:27:18.264 | [17613 Async ks-group-anotherdemo:84109]: finished get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 133051a30695453097c7a32bd0c377d0 with result 0 in 9 seconds 2022-02-14 18:27:18.289 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:18.318 | [17613 Async ks-group-memberalt:84195]: Waiting for completion of get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e running on PID 84195 (4 other jobs running) 2022-02-14 18:27:18.329 | [84195 Async ks-group-memberalt:84195]: finished successfully 2022-02-14 18:27:18.349 | [17613 Async ks-group-memberalt:84195]: Signaling child to exit 2022-02-14 18:27:18.360 | WAKEUP 2022-02-14 18:27:18.390 | [17613 Async ks-group-memberalt:84195]: Signaled 2022-02-14 18:27:18.392 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-02-14 18:27:18.392 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap role assignment list --role member --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e -f value 2022-02-14 18:27:18.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.392 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.392 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-02-14 18:27:18.392 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-02-14 18:27:18.392 | + functions-common:get_or_add_group_project_role:1067 : openstack role add member --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:18.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.392 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.392 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap role assignment list --role member --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e -f value 2022-02-14 18:27:18.393 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.393 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.393 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.393 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.393 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.393 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False' 2022-02-14 18:27:18.393 | + functions-common:get_or_add_group_project_role:1076 : echo 5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False 2022-02-14 18:27:18.393 | 5331b8b3277b42c89e2bd119969d376e 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False 2022-02-14 18:27:18.453 | [17613 Async ks-group-memberalt:84195]: finished get_or_add_group_project_role member 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 10 seconds 2022-02-14 18:27:18.502 | [17613 Async ks-group-anotheralt:84284]: Waiting for completion of get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e running on PID 84284 (3 other jobs running) 2022-02-14 18:27:18.533 | [17613 Async ks-group-anotheralt:84284]: Signaling child to exit 2022-02-14 18:27:18.674 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:18.701 | [84284 Async ks-group-anotheralt:84284]: finished successfully 2022-02-14 18:27:18.722 | WAKEUP 2022-02-14 18:27:18.745 | [17613 Async ks-group-anotheralt:84284]: Signaled 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-02-14 18:27:18.747 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap role assignment list --role anotherrole --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e -f value 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1067 : openstack role add anotherrole --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap role assignment list --role anotherrole --group 642f284c07154a0cba54e7490e530450 --project bcc2d9ce0aa048e4a484c44dc419288e -f value 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:18.747 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:18.747 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False' 2022-02-14 18:27:18.747 | + functions-common:get_or_add_group_project_role:1076 : echo 13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False 2022-02-14 18:27:18.747 | 13cc3ec5e0774785bc28414a0131b998 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e False 2022-02-14 18:27:18.791 | [17613 Async ks-group-anotheralt:84284]: finished get_or_add_group_project_role anotherrole 642f284c07154a0cba54e7490e530450 bcc2d9ce0aa048e4a484c44dc419288e with result 0 in 10 seconds 2022-02-14 18:27:18.828 | [17613 Async ks-group-admin:84371]: Waiting for completion of get_or_add_group_project_role admin 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa running on PID 84371 (2 other jobs running) 2022-02-14 18:27:18.853 | [17613 Async ks-group-admin:84371]: Signaling child to exit 2022-02-14 18:27:19.370 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:19.395 | [84371 Async ks-group-admin:84371]: finished successfully 2022-02-14 18:27:19.414 | WAKEUP 2022-02-14 18:27:19.437 | [17613 Async ks-group-admin:84371]: Signaled 2022-02-14 18:27:19.438 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-02-14 18:27:19.438 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap role assignment list --role admin --group 2e973037479e4e55920c81043109feea --project 0b4bf453494a4e98b4db981b0b2feefa -f value 2022-02-14 18:27:19.438 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.438 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.438 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.438 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.438 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:19.438 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-02-14 18:27:19.439 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-02-14 18:27:19.439 | + functions-common:get_or_add_group_project_role:1067 : openstack role add admin --group 2e973037479e4e55920c81043109feea --project 0b4bf453494a4e98b4db981b0b2feefa 2022-02-14 18:27:19.439 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.439 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.439 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.439 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.439 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap role assignment list --role admin --group 2e973037479e4e55920c81043109feea --project 0b4bf453494a4e98b4db981b0b2feefa -f value 2022-02-14 18:27:19.439 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.439 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.439 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:27:19.439 | from cryptography.utils import int_from_bytes 2022-02-14 18:27:19.439 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:27:19.439 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='653054025e6e41e7b6b11184b2cf85ff 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa False' 2022-02-14 18:27:19.439 | + functions-common:get_or_add_group_project_role:1076 : echo 653054025e6e41e7b6b11184b2cf85ff 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa False 2022-02-14 18:27:19.439 | 653054025e6e41e7b6b11184b2cf85ff 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa False 2022-02-14 18:27:19.482 | [17613 Async ks-group-admin:84371]: finished get_or_add_group_project_role admin 2e973037479e4e55920c81043109feea 0b4bf453494a4e98b4db981b0b2feefa with result 0 in 10 seconds 2022-02-14 18:27:19.486 | + inc/async:async_wait:197 : return 0 2022-02-14 18:27:19.489 | + lib/keystone:create_keystone_accounts:407 : is_service_enabled ldap 2022-02-14 18:27:19.506 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:27:19.511 | + ./stack.sh:main:1102 : is_service_enabled nova 2022-02-14 18:27:19.526 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:27:19.528 | + ./stack.sh:main:1103 : async_runfunc create_nova_accounts 2022-02-14 18:27:19.531 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-02-14 18:27:19.589 | + inc/async:async_inner:63 : create_nova_accounts 2022-02-14 18:27:19.629 | [17613 Async create_nova_accounts:86270]: running: create_nova_accounts 2022-02-14 18:27:19.632 | + ./stack.sh:main:1105 : is_service_enabled glance 2022-02-14 18:27:19.650 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:27:19.653 | + ./stack.sh:main:1106 : async_runfunc create_glance_accounts 2022-02-14 18:27:19.655 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-02-14 18:27:19.716 | + inc/async:async_inner:63 : create_glance_accounts 2022-02-14 18:27:19.765 | [17613 Async create_glance_accounts:86385]: running: create_glance_accounts 2022-02-14 18:27:19.767 | + ./stack.sh:main:1108 : is_service_enabled cinder 2022-02-14 18:27:19.789 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:27:19.791 | + ./stack.sh:main:1109 : async_runfunc create_cinder_accounts 2022-02-14 18:27:19.794 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-02-14 18:27:19.856 | + inc/async:async_inner:63 : create_cinder_accounts 2022-02-14 18:27:19.898 | [17613 Async create_cinder_accounts:86515]: running: create_cinder_accounts 2022-02-14 18:27:19.901 | + ./stack.sh:main:1111 : is_service_enabled neutron 2022-02-14 18:27:19.922 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:27:19.925 | + ./stack.sh:main:1112 : async_runfunc create_neutron_accounts 2022-02-14 18:27:19.927 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-02-14 18:27:19.995 | + inc/async:async_inner:63 : create_neutron_accounts 2022-02-14 18:27:20.077 | [17613 Async create_neutron_accounts:86630]: running: create_neutron_accounts 2022-02-14 18:27:20.082 | + ./stack.sh:main:1114 : is_service_enabled swift 2022-02-14 18:27:20.124 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:27:20.129 | + ./stack.sh:main:1115 : async_runfunc create_swift_accounts 2022-02-14 18:27:20.137 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-02-14 18:27:20.417 | + inc/async:async_inner:63 : create_swift_accounts 2022-02-14 18:27:20.627 | [17613 Async create_swift_accounts:86774]: running: create_swift_accounts 2022-02-14 18:27:20.653 | + ./stack.sh:main:1123 : is_service_enabled horizon 2022-02-14 18:27:20.787 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:27:20.805 | + ./stack.sh:main:1128 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-02-14 18:27:21.139 | [17613 Async create_nova_accounts:86270]: Waiting for completion of create_nova_accounts running on PID 86270 (6 other jobs running) 2022-02-14 18:27:21.316 | [17613 Async create_nova_accounts:86270]: Signaling child to exit 2022-02-14 18:27:47.129 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:27:47.178 | [86630 Async create_neutron_accounts:86630]: finished successfully 2022-02-14 18:28:02.455 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:28:02.485 | [86515 Async create_cinder_accounts:86515]: finished successfully 2022-02-14 18:28:09.406 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:28:09.436 | [86385 Async create_glance_accounts:86385]: finished successfully 2022-02-14 18:28:13.206 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:28:13.232 | [86270 Async create_nova_accounts:86270]: finished successfully 2022-02-14 18:28:13.252 | WAKEUP 2022-02-14 18:28:13.274 | [17613 Async create_nova_accounts:86270]: Signaled 2022-02-14 18:28:13.275 | + lib/nova:create_nova_accounts:352 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-02-14 18:28:13.276 | + lib/nova:create_nova_accounts:356 : create_service_user nova admin 2022-02-14 18:28:13.276 | + lib/keystone:create_service_user:420 : get_or_create_user nova Passw0rd Default 2022-02-14 18:28:13.276 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.276 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.276 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.276 | ++ functions-common:get_or_create_user:927 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:13.276 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.276 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.276 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.276 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.276 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.276 | + functions-common:get_or_create_user:925 : user_id=083e6a44909a4396bafad0baba5f5f04 2022-02-14 18:28:13.276 | + functions-common:get_or_create_user:926 : echo 083e6a44909a4396bafad0baba5f5f04 2022-02-14 18:28:13.276 | 083e6a44909a4396bafad0baba5f5f04 2022-02-14 18:28:13.276 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service nova service Default Default 2022-02-14 18:28:13.276 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.276 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.276 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.276 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.276 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.276 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.276 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.276 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.276 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.276 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.277 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.277 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.277 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.277 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.277 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.277 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.277 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.277 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.277 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | 083e6a44909a4396bafad0baba5f5f04 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.277 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.277 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.277 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.277 | + lib/keystone:create_service_user:423 : [[ -n admin ]] 2022-02-14 18:28:13.277 | + lib/keystone:create_service_user:424 : get_or_add_user_project_role admin nova service Default Default 2022-02-14 18:28:13.277 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.277 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.278 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.278 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.278 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.278 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.278 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.278 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.278 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.278 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.278 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.278 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.278 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.278 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.278 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.278 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.278 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.278 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.278 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.278 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.278 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.278 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.279 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.279 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.279 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.279 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.279 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.279 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.279 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | 083e6a44909a4396bafad0baba5f5f04 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.279 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.279 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:13.279 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:13.279 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:13.279 | + lib/nova:create_nova_accounts:358 : local nova_api_url 2022-02-14 18:28:13.279 | + lib/nova:create_nova_accounts:359 : [[ True == \F\a\l\s\e ]] 2022-02-14 18:28:13.279 | + lib/nova:create_nova_accounts:362 : nova_api_url=http://10.222.0.81/compute 2022-02-14 18:28:13.279 | + lib/nova:create_nova_accounts:365 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-02-14 18:28:13.279 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.279 | ++ functions-common:get_or_create_service:1095 : oscwrap service show compute_legacy -f value -c id 2022-02-14 18:28:13.279 | ++ functions-common:get_or_create_service:1097 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-02-14 18:28:13.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.279 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.279 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.279 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.279 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.279 | 1737dc0b0da940648c210a419c24c8b8' 2022-02-14 18:28:13.279 | + functions-common:get_or_create_service:1094 : echo 1737dc0b0da940648c210a419c24c8b8 2022-02-14 18:28:13.279 | 1737dc0b0da940648c210a419c24c8b8 2022-02-14 18:28:13.279 | + lib/nova:create_nova_accounts:367 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.81/compute/v2/$(project_id)s' 2022-02-14 18:28:13.279 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.279 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.81/compute/v2/$(project_id)s' RegionOne 2022-02-14 18:28:13.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.280 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.280 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.280 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.280 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create compute_legacy public 'http://10.222.0.81/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.280 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b9a5aac8d0d64002acab3fd1a16c84c3 2022-02-14 18:28:13.280 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo b9a5aac8d0d64002acab3fd1a16c84c3 2022-02-14 18:28:13.280 | + functions-common:get_or_create_endpoint:1127 : public_id=b9a5aac8d0d64002acab3fd1a16c84c3 2022-02-14 18:28:13.280 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.280 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.280 | + functions-common:get_or_create_endpoint:1136 : echo b9a5aac8d0d64002acab3fd1a16c84c3 2022-02-14 18:28:13.280 | b9a5aac8d0d64002acab3fd1a16c84c3 2022-02-14 18:28:13.280 | + lib/nova:create_nova_accounts:371 : get_or_create_service nova compute 'Nova Compute Service' 2022-02-14 18:28:13.280 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.280 | ++ functions-common:get_or_create_service:1095 : oscwrap service show compute -f value -c id 2022-02-14 18:28:13.280 | ++ functions-common:get_or_create_service:1097 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.280 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.280 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.280 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.281 | c1bfaca4d7ef42c98282bac61aa49fe6' 2022-02-14 18:28:13.281 | + functions-common:get_or_create_service:1094 : echo c1bfaca4d7ef42c98282bac61aa49fe6 2022-02-14 18:28:13.281 | c1bfaca4d7ef42c98282bac61aa49fe6 2022-02-14 18:28:13.281 | + lib/nova:create_nova_accounts:373 : get_or_create_endpoint compute RegionOne http://10.222.0.81/compute/v2.1 2022-02-14 18:28:13.281 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.281 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.81/compute/v2.1 RegionOne 2022-02-14 18:28:13.281 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.281 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.281 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.281 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.281 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.281 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.281 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.281 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create compute public http://10.222.0.81/compute/v2.1 --region RegionOne -f value -c id 2022-02-14 18:28:13.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.281 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.281 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.281 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.281 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=710462bc727a43b8bfedc5f404c6d8dd 2022-02-14 18:28:13.281 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 710462bc727a43b8bfedc5f404c6d8dd 2022-02-14 18:28:13.281 | + functions-common:get_or_create_endpoint:1127 : public_id=710462bc727a43b8bfedc5f404c6d8dd 2022-02-14 18:28:13.281 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.281 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.281 | + functions-common:get_or_create_endpoint:1136 : echo 710462bc727a43b8bfedc5f404c6d8dd 2022-02-14 18:28:13.281 | 710462bc727a43b8bfedc5f404c6d8dd 2022-02-14 18:28:13.281 | + lib/nova:create_nova_accounts:378 : is_service_enabled n-api 2022-02-14 18:28:13.281 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:13.281 | + lib/nova:create_nova_accounts:380 : is_service_enabled swift 2022-02-14 18:28:13.281 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:13.282 | + lib/nova:create_nova_accounts:383 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-02-14 18:28:13.282 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.282 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.282 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.282 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.282 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.282 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.282 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.282 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.282 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.282 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.282 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.282 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.282 | + functions-common:get_or_add_user_project_role:986 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.282 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.282 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.282 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.282 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.282 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.282 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.282 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.283 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.283 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.283 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.283 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.283 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.283 | ++ functions-common:get_field:818 : echo '| 42c2498466d74a64a082d8fd70f73d45 | 083e6a44909a4396bafad0baba5f5f04 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.283 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.283 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.283 | + functions-common:get_or_add_user_project_role:995 : user_role_id=42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.283 | + functions-common:get_or_add_user_project_role:997 : echo 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.283 | 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.283 | + lib/nova:create_nova_accounts:388 : is_service_enabled s3api 2022-02-14 18:28:13.283 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:28:13.323 | [17613 Async create_nova_accounts:86270]: finished create_nova_accounts with result 0 in 53 seconds 2022-02-14 18:28:13.363 | [17613 Async create_glance_accounts:86385]: Waiting for completion of create_glance_accounts running on PID 86385 (5 other jobs running) 2022-02-14 18:28:13.388 | [17613 Async create_glance_accounts:86385]: Signaling child to exit 2022-02-14 18:28:13.388 | WAKEUP 2022-02-14 18:28:13.411 | [17613 Async create_glance_accounts:86385]: Signaled 2022-02-14 18:28:13.412 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-02-14 18:28:13.412 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:13.412 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-02-14 18:28:13.412 | + lib/keystone:create_service_user:420 : get_or_create_user glance Passw0rd Default 2022-02-14 18:28:13.412 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.412 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.412 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.412 | ++ functions-common:get_or_create_user:927 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:13.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.413 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.413 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.413 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.413 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.413 | + functions-common:get_or_create_user:925 : user_id=894468c87eda48bfac3a630c990a028a 2022-02-14 18:28:13.413 | + functions-common:get_or_create_user:926 : echo 894468c87eda48bfac3a630c990a028a 2022-02-14 18:28:13.413 | 894468c87eda48bfac3a630c990a028a 2022-02-14 18:28:13.413 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service glance service Default Default 2022-02-14 18:28:13.413 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.413 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.413 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.413 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.413 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.413 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.413 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.413 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.413 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.413 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.413 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.414 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.414 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.414 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.414 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.414 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.414 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.414 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.414 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.414 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.414 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.414 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.414 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.414 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.414 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.414 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.414 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.414 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.414 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | 894468c87eda48bfac3a630c990a028a | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.414 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.414 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.414 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.414 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.414 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.414 | + lib/keystone:create_service_user:423 : [[ -n '' ]] 2022-02-14 18:28:13.414 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-02-14 18:28:13.414 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:13.414 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-02-14 18:28:13.415 | + lib/keystone:create_service_user:420 : get_or_create_user glance-swift Passw0rd Default 2022-02-14 18:28:13.415 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.415 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.415 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.415 | ++ functions-common:get_or_create_user:927 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:13.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.415 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.415 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.415 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.415 | + functions-common:get_or_create_user:925 : user_id=6bcd9fce5a764a529f512e7ac590f525 2022-02-14 18:28:13.415 | + functions-common:get_or_create_user:926 : echo 6bcd9fce5a764a529f512e7ac590f525 2022-02-14 18:28:13.415 | 6bcd9fce5a764a529f512e7ac590f525 2022-02-14 18:28:13.415 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service glance-swift service Default Default 2022-02-14 18:28:13.415 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.415 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.415 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.415 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.415 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.415 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.415 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.415 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.415 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.416 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.416 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.416 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.416 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.416 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.416 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.416 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.416 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.416 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.416 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.416 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | 6bcd9fce5a764a529f512e7ac590f525 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.416 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.416 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.416 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.416 | + lib/keystone:create_service_user:423 : [[ -n ResellerAdmin ]] 2022-02-14 18:28:13.416 | + lib/keystone:create_service_user:424 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-02-14 18:28:13.416 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.417 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.417 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.417 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.417 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.417 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.417 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.417 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.417 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.417 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.417 | + functions-common:get_or_add_user_project_role:986 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.417 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.417 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.417 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.417 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.418 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.418 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.418 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.418 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.418 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.418 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.418 | ++ functions-common:get_field:818 : echo '| 42c2498466d74a64a082d8fd70f73d45 | 6bcd9fce5a764a529f512e7ac590f525 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.418 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.418 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.418 | + functions-common:get_or_add_user_project_role:995 : user_role_id=42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.418 | + functions-common:get_or_add_user_project_role:997 : echo 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.418 | 42c2498466d74a64a082d8fd70f73d45 2022-02-14 18:28:13.419 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-02-14 18:28:13.419 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.419 | ++ functions-common:get_or_create_service:1095 : oscwrap service show image -f value -c id 2022-02-14 18:28:13.419 | ++ functions-common:get_or_create_service:1097 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.419 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.419 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.419 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.419 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.419 | ebb7ec8334d74bad8f0643c201914015' 2022-02-14 18:28:13.419 | + functions-common:get_or_create_service:1094 : echo ebb7ec8334d74bad8f0643c201914015 2022-02-14 18:28:13.419 | ebb7ec8334d74bad8f0643c201914015 2022-02-14 18:28:13.419 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.81/image 2022-02-14 18:28:13.419 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.419 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.81/image RegionOne 2022-02-14 18:28:13.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.419 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.419 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.419 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.419 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.419 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.419 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create image public http://10.222.0.81/image --region RegionOne -f value -c id 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.419 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.420 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.420 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.420 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=20c86ab7f9714f94ae168c03aedae91e 2022-02-14 18:28:13.420 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 20c86ab7f9714f94ae168c03aedae91e 2022-02-14 18:28:13.420 | + functions-common:get_or_create_endpoint:1127 : public_id=20c86ab7f9714f94ae168c03aedae91e 2022-02-14 18:28:13.420 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.420 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.420 | + functions-common:get_or_create_endpoint:1136 : echo 20c86ab7f9714f94ae168c03aedae91e 2022-02-14 18:28:13.420 | 20c86ab7f9714f94ae168c03aedae91e 2022-02-14 18:28:13.420 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-02-14 18:28:13.420 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-02-14 18:28:13.420 | +++ functions-common:get_or_create_domain:889 : oscwrap domain show Default -f value -c id 2022-02-14 18:28:13.420 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-02-14 18:28:13.420 | ++ functions-common:get_or_create_domain:888 : echo default 2022-02-14 18:28:13.420 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-02-14 18:28:13.420 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-02-14 18:28:13.420 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-02-14 18:28:13.420 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-02-14 18:28:13.459 | [17613 Async create_glance_accounts:86385]: finished create_glance_accounts with result 0 in 49 seconds 2022-02-14 18:28:13.498 | [17613 Async create_cinder_accounts:86515]: Waiting for completion of create_cinder_accounts running on PID 86515 (4 other jobs running) 2022-02-14 18:28:13.523 | [17613 Async create_cinder_accounts:86515]: Signaling child to exit 2022-02-14 18:28:13.523 | WAKEUP 2022-02-14 18:28:13.547 | [17613 Async create_cinder_accounts:86515]: Signaled 2022-02-14 18:28:13.548 | + lib/cinder:create_cinder_accounts:398 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-02-14 18:28:13.548 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-02-14 18:28:13.548 | + lib/keystone:create_service_user:420 : get_or_create_user cinder Passw0rd Default 2022-02-14 18:28:13.548 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.548 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.548 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.549 | ++ functions-common:get_or_create_user:927 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:13.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.549 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.549 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.549 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.549 | + functions-common:get_or_create_user:925 : user_id=3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.549 | + functions-common:get_or_create_user:926 : echo 3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.549 | 3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.549 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service cinder service Default Default 2022-02-14 18:28:13.549 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.549 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.549 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.549 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.549 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.549 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.549 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.549 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.549 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.549 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.549 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.549 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.549 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.549 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.550 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.550 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.550 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.550 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.550 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.550 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.550 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.550 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.550 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.550 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | 3aa1f273f90b49409646cd02c2cc529f | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.550 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.550 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.550 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.550 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.550 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.550 | + lib/keystone:create_service_user:423 : [[ -n '' ]] 2022-02-14 18:28:13.550 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-02-14 18:28:13.550 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.550 | ++ functions-common:get_or_create_service:1095 : oscwrap service show block-storage -f value -c id 2022-02-14 18:28:13.550 | ++ functions-common:get_or_create_service:1097 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.550 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.550 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.551 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.551 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.551 | c58c472bcfe34887ba6079afd226510d' 2022-02-14 18:28:13.551 | + functions-common:get_or_create_service:1094 : echo c58c472bcfe34887ba6079afd226510d 2022-02-14 18:28:13.551 | c58c472bcfe34887ba6079afd226510d 2022-02-14 18:28:13.551 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-02-14 18:28:13.551 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.81/volume/v3/$(project_id)s' 2022-02-14 18:28:13.551 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.551 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.81/volume/v3/$(project_id)s' RegionOne 2022-02-14 18:28:13.551 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.551 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.551 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.551 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.551 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.551 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.551 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.551 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create block-storage public 'http://10.222.0.81/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-14 18:28:13.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.551 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.551 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.551 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.551 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=e64abb4df61843cfa2b3c18f91f3356f 2022-02-14 18:28:13.551 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo e64abb4df61843cfa2b3c18f91f3356f 2022-02-14 18:28:13.551 | + functions-common:get_or_create_endpoint:1127 : public_id=e64abb4df61843cfa2b3c18f91f3356f 2022-02-14 18:28:13.551 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.551 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.552 | + functions-common:get_or_create_endpoint:1136 : echo e64abb4df61843cfa2b3c18f91f3356f 2022-02-14 18:28:13.552 | e64abb4df61843cfa2b3c18f91f3356f 2022-02-14 18:28:13.552 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-02-14 18:28:13.552 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.552 | ++ functions-common:get_or_create_service:1095 : oscwrap service show volumev3 -f value -c id 2022-02-14 18:28:13.552 | ++ functions-common:get_or_create_service:1097 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.552 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.552 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.552 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.552 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.552 | 59397cc61ac44b368faaf3ff54c1e125' 2022-02-14 18:28:13.552 | + functions-common:get_or_create_service:1094 : echo 59397cc61ac44b368faaf3ff54c1e125 2022-02-14 18:28:13.552 | 59397cc61ac44b368faaf3ff54c1e125 2022-02-14 18:28:13.552 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.81/volume/v3/$(project_id)s' 2022-02-14 18:28:13.552 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.552 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.81/volume/v3/$(project_id)s' RegionOne 2022-02-14 18:28:13.552 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.552 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.552 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.552 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.552 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.552 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.552 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.552 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create volumev3 public 'http://10.222.0.81/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.552 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.553 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.553 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=890f01e8da6844d0a4d2d7ab8a7764c9 2022-02-14 18:28:13.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 890f01e8da6844d0a4d2d7ab8a7764c9 2022-02-14 18:28:13.553 | + functions-common:get_or_create_endpoint:1127 : public_id=890f01e8da6844d0a4d2d7ab8a7764c9 2022-02-14 18:28:13.553 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.553 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.553 | + functions-common:get_or_create_endpoint:1136 : echo 890f01e8da6844d0a4d2d7ab8a7764c9 2022-02-14 18:28:13.553 | 890f01e8da6844d0a4d2d7ab8a7764c9 2022-02-14 18:28:13.553 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-02-14 18:28:13.553 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:28:13.553 | +++ functions-common:get_or_create_project:940 : oscwrap project create service --domain= --or-show -f value -c id 2022-02-14 18:28:13.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.553 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.553 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.553 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_project:938 : project_id=5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_project:939 : echo 5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:28:13.553 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 5999574d0e57457d9d7b452e2f43bbcc 2022-02-14 18:28:13.553 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.553 | ++ functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.553 | +++ functions-common:get_or_create_user:927 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2022-02-14 18:28:13.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.553 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.553 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.553 | No password was supplied, authentication will fail when a user does not have a password. 2022-02-14 18:28:13.553 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.554 | ++ functions-common:get_or_create_user:925 : user_id=3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.554 | ++ functions-common:get_or_create_user:926 : echo 3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.554 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 3aa1f273f90b49409646cd02c2cc529f 2022-02-14 18:28:13.594 | [17613 Async create_cinder_accounts:86515]: finished create_cinder_accounts with result 0 in 42 seconds 2022-02-14 18:28:13.598 | + inc/async:async_wait:197 : return 0 2022-02-14 18:28:13.601 | + ./stack.sh:main:1129 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-02-14 18:28:13.655 | [17613 Async create_neutron_accounts:86630]: Waiting for completion of create_neutron_accounts running on PID 86630 (3 other jobs running) 2022-02-14 18:28:13.680 | [17613 Async create_neutron_accounts:86630]: Signaling child to exit 2022-02-14 18:28:13.680 | WAKEUP 2022-02-14 18:28:13.705 | [17613 Async create_neutron_accounts:86630]: Signaled 2022-02-14 18:28:13.706 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-02-14 18:28:13.706 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:28:13.706 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-14 18:28:13.706 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:28:13.706 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-14 18:28:13.706 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-14 18:28:13.706 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-14 18:28:13.706 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-02-14 18:28:13.707 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-02-14 18:28:13.707 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-02-14 18:28:13.707 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.81:9696/ 2022-02-14 18:28:13.707 | + lib/neutron-legacy:create_mutnauq_accounts:443 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-02-14 18:28:13.707 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-02-14 18:28:13.707 | + lib/keystone:create_service_user:420 : get_or_create_user neutron Passw0rd Default 2022-02-14 18:28:13.707 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:13.707 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:13.707 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:13.707 | ++ functions-common:get_or_create_user:927 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:13.707 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.707 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.707 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.707 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.707 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.707 | + functions-common:get_or_create_user:925 : user_id=870c25f6f80b437b9ec76cf717ff1e13 2022-02-14 18:28:13.707 | + functions-common:get_or_create_user:926 : echo 870c25f6f80b437b9ec76cf717ff1e13 2022-02-14 18:28:13.707 | 870c25f6f80b437b9ec76cf717ff1e13 2022-02-14 18:28:13.707 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service neutron service Default Default 2022-02-14 18:28:13.707 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:13.707 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:13.707 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:13.707 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:13.707 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:13.708 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.708 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.708 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.708 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.708 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:13.708 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:13.708 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:13.708 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-14 18:28:13.708 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:13.708 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:13.708 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.708 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.708 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:13.708 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:13.708 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | 870c25f6f80b437b9ec76cf717ff1e13 | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:13.708 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:13.708 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:13.709 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.709 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.709 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:13.709 | + lib/keystone:create_service_user:423 : [[ -n '' ]] 2022-02-14 18:28:13.709 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-02-14 18:28:13.709 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:13.709 | ++ functions-common:get_or_create_service:1095 : oscwrap service show network -f value -c id 2022-02-14 18:28:13.709 | ++ functions-common:get_or_create_service:1097 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2022-02-14 18:28:13.709 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.709 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.709 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.709 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.709 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.709 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:13.709 | 7d7f86fddd9a4610a069c7c11f98cc90' 2022-02-14 18:28:13.709 | + functions-common:get_or_create_service:1094 : echo 7d7f86fddd9a4610a069c7c11f98cc90 2022-02-14 18:28:13.709 | 7d7f86fddd9a4610a069c7c11f98cc90 2022-02-14 18:28:13.709 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.81:9696/ 2022-02-14 18:28:13.709 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:13.709 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.81:9696/ RegionOne 2022-02-14 18:28:13.709 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:13.709 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:13.709 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.709 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.709 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.709 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.709 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.709 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:13.709 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:13.710 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create network public http://10.222.0.81:9696/ --region RegionOne -f value -c id 2022-02-14 18:28:13.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.710 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:13.710 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:13.710 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:13.710 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=90d4331a26dd4ac685efad8f4921b737 2022-02-14 18:28:13.710 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 90d4331a26dd4ac685efad8f4921b737 2022-02-14 18:28:13.710 | + functions-common:get_or_create_endpoint:1127 : public_id=90d4331a26dd4ac685efad8f4921b737 2022-02-14 18:28:13.710 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:28:13.710 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:13.710 | + functions-common:get_or_create_endpoint:1136 : echo 90d4331a26dd4ac685efad8f4921b737 2022-02-14 18:28:13.710 | 90d4331a26dd4ac685efad8f4921b737 2022-02-14 18:28:13.755 | [17613 Async create_neutron_accounts:86630]: finished create_neutron_accounts with result 0 in 27 seconds 2022-02-14 18:28:13.794 | [17613 Async create_swift_accounts:86774]: Waiting for completion of create_swift_accounts running on PID 86774 (2 other jobs running) 2022-02-14 18:28:13.823 | [17613 Async create_swift_accounts:86774]: Signaling child to exit 2022-02-14 18:28:55.485 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:28:55.510 | [86774 Async create_swift_accounts:86774]: finished successfully 2022-02-14 18:28:55.530 | WAKEUP 2022-02-14 18:28:55.552 | [17613 Async create_swift_accounts:86774]: Signaled 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:637 : local another_role 2022-02-14 18:28:55.554 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2022-02-14 18:28:55.554 | ++ functions-common:get_or_create_role:945 : local role_id 2022-02-14 18:28:55.554 | +++ functions-common:get_or_create_role:952 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-14 18:28:55.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.554 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.554 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.554 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.554 | ++ functions-common:get_or_create_role:950 : role_id=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.554 | ++ functions-common:get_or_create_role:951 : echo 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:638 : another_role=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.554 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2022-02-14 18:28:55.555 | + lib/keystone:create_service_user:420 : get_or_create_user swift Passw0rd Default 2022-02-14 18:28:55.555 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:55.555 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:28:55.555 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:28:55.555 | ++ functions-common:get_or_create_user:927 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:28:55.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.555 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.555 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.555 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.555 | + functions-common:get_or_create_user:925 : user_id=e385b93fb61641059c9230d4c242617a 2022-02-14 18:28:55.555 | + functions-common:get_or_create_user:926 : echo e385b93fb61641059c9230d4c242617a 2022-02-14 18:28:55.555 | e385b93fb61641059c9230d4c242617a 2022-02-14 18:28:55.555 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service swift service Default Default 2022-02-14 18:28:55.555 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.555 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:55.555 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:55.555 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:55.555 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.555 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.555 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.555 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.555 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.556 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.556 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.556 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.556 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.556 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.556 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.556 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.556 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.556 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.556 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.556 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.556 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | e385b93fb61641059c9230d4c242617a | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:55.556 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.556 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.556 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:55.556 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:55.556 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:28:55.556 | + lib/keystone:create_service_user:423 : [[ -n admin ]] 2022-02-14 18:28:55.556 | + lib/keystone:create_service_user:424 : get_or_add_user_project_role admin swift service Default Default 2022-02-14 18:28:55.557 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:28:55.557 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:28:55.557 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.557 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.557 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.557 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.557 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.557 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.557 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.557 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.557 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.557 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.557 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.557 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.557 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-14 18:28:55.557 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.557 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.557 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.558 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.558 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.558 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.558 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.558 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.558 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | e385b93fb61641059c9230d4c242617a | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:28:55.558 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.558 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.558 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.558 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.558 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.558 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2022-02-14 18:28:55.558 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:28:55.558 | ++ functions-common:get_or_create_service:1095 : oscwrap service show object-store -f value -c id 2022-02-14 18:28:55.558 | ++ functions-common:get_or_create_service:1097 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2022-02-14 18:28:55.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.558 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.558 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.558 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.558 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:28:55.558 | b0d6efa41bba4ae0ab2c084c4079e83d' 2022-02-14 18:28:55.558 | + functions-common:get_or_create_service:1094 : echo b0d6efa41bba4ae0ab2c084c4079e83d 2022-02-14 18:28:55.558 | b0d6efa41bba4ae0ab2c084c4079e83d 2022-02-14 18:28:55.558 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.81:8080/v1/AUTH_$(project_id)s' http://10.222.0.81:8080 2022-02-14 18:28:55.558 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:28:55.558 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.81:8080/v1/AUTH_$(project_id)s' RegionOne 2022-02-14 18:28:55.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:55.558 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-02-14 18:28:55.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:55.559 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create object-store public 'http://10.222.0.81:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=f1315b8e11ba43ab8cb9706ca86be8f7 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo f1315b8e11ba43ab8cb9706ca86be8f7 2022-02-14 18:28:55.559 | + functions-common:get_or_create_endpoint:1127 : public_id=f1315b8e11ba43ab8cb9706ca86be8f7 2022-02-14 18:28:55.559 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.81:8080 ]] 2022-02-14 18:28:55.559 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.81:8080 RegionOne 2022-02-14 18:28:55.559 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.559 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.559 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:28:55.559 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:28:55.559 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create object-store admin http://10.222.0.81:8080 --region RegionOne -f value -c id 2022-02-14 18:28:55.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.559 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.560 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.560 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b7cef9461f354b8386e065438e9d22e5 2022-02-14 18:28:55.560 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo b7cef9461f354b8386e065438e9d22e5 2022-02-14 18:28:55.560 | b7cef9461f354b8386e065438e9d22e5 2022-02-14 18:28:55.560 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:28:55.560 | + functions-common:get_or_create_endpoint:1136 : echo f1315b8e11ba43ab8cb9706ca86be8f7 2022-02-14 18:28:55.560 | f1315b8e11ba43ab8cb9706ca86be8f7 2022-02-14 18:28:55.560 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2022-02-14 18:28:55.560 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:28:55.560 | +++ functions-common:get_or_create_project:940 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-02-14 18:28:55.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.560 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.560 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_project:938 : project_id=7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_project:939 : echo 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.560 | + lib/swift:create_swift_accounts:652 : swift_project_test1=7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.560 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2022-02-14 18:28:55.560 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.560 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-02-14 18:28:55.560 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-02-14 18:28:55.560 | +++ functions-common:get_or_create_user:927 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-02-14 18:28:55.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.560 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.560 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.560 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.561 | ++ functions-common:get_or_create_user:925 : user_id=0cd5ce52e3e94ae383af71f99e2a4ebd 2022-02-14 18:28:55.561 | ++ functions-common:get_or_create_user:926 : echo 0cd5ce52e3e94ae383af71f99e2a4ebd 2022-02-14 18:28:55.561 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=0cd5ce52e3e94ae383af71f99e2a4ebd 2022-02-14 18:28:55.561 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-02-14 18:28:55.561 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.561 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin 0cd5ce52e3e94ae383af71f99e2a4ebd 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.561 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.561 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:28:55.561 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.561 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.561 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:28:55.561 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:28:55.561 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:28:55.561 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:28:55.561 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.561 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.561 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.561 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.561 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user 0cd5ce52e3e94ae383af71f99e2a4ebd --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.561 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.561 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.561 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.561 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.561 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.561 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user 0cd5ce52e3e94ae383af71f99e2a4ebd --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.561 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.561 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.562 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user 0cd5ce52e3e94ae383af71f99e2a4ebd --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.562 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.562 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.562 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.562 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.562 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.562 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.562 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.562 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.562 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.562 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | 0cd5ce52e3e94ae383af71f99e2a4ebd | | 7d54821866504a2bb9b3c9a70f3a6e25 | | | False |' 2022-02-14 18:28:55.562 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.562 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.562 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.562 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.562 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.562 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2022-02-14 18:28:55.562 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-02-14 18:28:55.562 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:55.562 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-02-14 18:28:55.562 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-02-14 18:28:55.562 | +++ functions-common:get_or_create_user:927 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-02-14 18:28:55.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.562 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.562 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.562 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.562 | ++ functions-common:get_or_create_user:925 : user_id=f7f65cd9a59c43a08563c622d145388f 2022-02-14 18:28:55.562 | ++ functions-common:get_or_create_user:926 : echo f7f65cd9a59c43a08563c622d145388f 2022-02-14 18:28:55.562 | + lib/swift:create_swift_accounts:661 : swift_user_test3=f7f65cd9a59c43a08563c622d145388f 2022-02-14 18:28:55.563 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2022-02-14 18:28:55.563 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.563 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role 13cc3ec5e0774785bc28414a0131b998 f7f65cd9a59c43a08563c622d145388f 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.563 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.563 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:28:55.563 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.563 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.563 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:28:55.563 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:28:55.563 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:28:55.563 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:28:55.563 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role 13cc3ec5e0774785bc28414a0131b998 --user f7f65cd9a59c43a08563c622d145388f --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.563 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.563 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.563 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.563 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.563 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.563 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.563 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.563 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.563 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.563 | + functions-common:get_or_add_user_project_role:986 : openstack role add 13cc3ec5e0774785bc28414a0131b998 --user f7f65cd9a59c43a08563c622d145388f --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.563 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.563 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.563 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role 13cc3ec5e0774785bc28414a0131b998 --user f7f65cd9a59c43a08563c622d145388f --project 7d54821866504a2bb9b3c9a70f3a6e25 2022-02-14 18:28:55.564 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.564 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.564 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.564 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.564 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.564 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.564 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.564 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.564 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.564 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.564 | ++ functions-common:get_field:818 : echo '| 13cc3ec5e0774785bc28414a0131b998 | f7f65cd9a59c43a08563c622d145388f | | 7d54821866504a2bb9b3c9a70f3a6e25 | | | False |' 2022-02-14 18:28:55.564 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.564 | + functions-common:get_or_add_user_project_role:995 : user_role_id=13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.564 | + functions-common:get_or_add_user_project_role:997 : echo 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.564 | 13cc3ec5e0774785bc28414a0131b998 2022-02-14 18:28:55.564 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2022-02-14 18:28:55.564 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2022-02-14 18:28:55.564 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:28:55.564 | +++ functions-common:get_or_create_project:940 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-02-14 18:28:55.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.564 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.564 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.564 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.564 | ++ functions-common:get_or_create_project:938 : project_id=781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.564 | ++ functions-common:get_or_create_project:939 : echo 781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.564 | + lib/swift:create_swift_accounts:666 : swift_project_test2=781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.564 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2022-02-14 18:28:55.564 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.565 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2022-02-14 18:28:55.565 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-02-14 18:28:55.565 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:55.565 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-02-14 18:28:55.565 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-02-14 18:28:55.565 | +++ functions-common:get_or_create_user:927 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-02-14 18:28:55.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.565 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.565 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.565 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.565 | ++ functions-common:get_or_create_user:925 : user_id=4ce5eaa1bb3a4275bfc3e4de6d4c5165 2022-02-14 18:28:55.565 | ++ functions-common:get_or_create_user:926 : echo 4ce5eaa1bb3a4275bfc3e4de6d4c5165 2022-02-14 18:28:55.565 | + lib/swift:create_swift_accounts:671 : swift_user_test2=4ce5eaa1bb3a4275bfc3e4de6d4c5165 2022-02-14 18:28:55.565 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2022-02-14 18:28:55.565 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.565 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin 4ce5eaa1bb3a4275bfc3e4de6d4c5165 781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.565 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.565 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:28:55.565 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.565 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.565 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:28:55.565 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:28:55.565 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:28:55.565 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:28:55.565 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user 4ce5eaa1bb3a4275bfc3e4de6d4c5165 --project 781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.565 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.565 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.565 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.565 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.565 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.566 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.566 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.566 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.566 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user 4ce5eaa1bb3a4275bfc3e4de6d4c5165 --project 781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.566 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.566 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user 4ce5eaa1bb3a4275bfc3e4de6d4c5165 --project 781fea7cd78c4938930567f8ef4632dc 2022-02-14 18:28:55.566 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.566 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.566 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.566 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.566 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.566 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.566 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.566 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.566 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.566 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | 4ce5eaa1bb3a4275bfc3e4de6d4c5165 | | 781fea7cd78c4938930567f8ef4632dc | | | False |' 2022-02-14 18:28:55.566 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.566 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.566 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.566 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.566 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.566 | + lib/swift:create_swift_accounts:675 : local swift_domain 2022-02-14 18:28:55.566 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-02-14 18:28:55.566 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-02-14 18:28:55.566 | +++ functions-common:get_or_create_domain:889 : oscwrap domain show swift_test -f value -c id 2022-02-14 18:28:55.567 | +++ functions-common:get_or_create_domain:891 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-02-14 18:28:55.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.567 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.567 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.567 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.567 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-02-14 18:28:55.567 | dfae58fa447148fda3f3160d85755a02' 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_domain:888 : echo dfae58fa447148fda3f3160d85755a02 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:676 : swift_domain=dfae58fa447148fda3f3160d85755a02 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2022-02-14 18:28:55.567 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2022-02-14 18:28:55.567 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 dfae58fa447148fda3f3160d85755a02 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_project:932 : local project_id 2022-02-14 18:28:55.567 | +++ functions-common:get_or_create_project:940 : oscwrap project create swiftprojecttest4 --domain=dfae58fa447148fda3f3160d85755a02 --or-show -f value -c id 2022-02-14 18:28:55.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.567 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.567 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.567 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.567 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_project:938 : project_id=219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_project:939 : echo 219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:680 : swift_project_test4=219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2022-02-14 18:28:55.567 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.567 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2022-02-14 18:28:55.567 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 dfae58fa447148fda3f3160d85755a02 test4@example.com 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-02-14 18:28:55.567 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-02-14 18:28:55.568 | +++ functions-common:get_or_create_user:927 : oscwrap user create swiftusertest4 --password testing4 --domain=dfae58fa447148fda3f3160d85755a02 --email=test4@example.com --or-show -f value -c id 2022-02-14 18:28:55.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.568 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.568 | ++ functions-common:get_or_create_user:925 : user_id=d19ae63cb93b43e4b9cb85e0b275a692 2022-02-14 18:28:55.568 | ++ functions-common:get_or_create_user:926 : echo d19ae63cb93b43e4b9cb85e0b275a692 2022-02-14 18:28:55.568 | + lib/swift:create_swift_accounts:685 : swift_user_test4=d19ae63cb93b43e4b9cb85e0b275a692 2022-02-14 18:28:55.568 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2022-02-14 18:28:55.568 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-02-14 18:28:55.568 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin d19ae63cb93b43e4b9cb85e0b275a692 219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.568 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:28:55.568 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-02-14 18:28:55.568 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:28:55.568 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:28:55.568 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-02-14 18:28:55.568 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-02-14 18:28:55.568 | ++ functions-common:_get_domain_args:967 : echo 2022-02-14 18:28:55.568 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-02-14 18:28:55.568 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user d19ae63cb93b43e4b9cb85e0b275a692 --project 219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.568 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:28:55.568 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.568 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.568 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.568 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.568 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.568 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:28:55.568 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:28:55.569 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user d19ae63cb93b43e4b9cb85e0b275a692 --project 219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.569 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.569 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.569 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user d19ae63cb93b43e4b9cb85e0b275a692 --project 219f6f3f1a6745d9ae4fab680c9de364 2022-02-14 18:28:55.569 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:28:55.569 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:28:55.569 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:28:55.569 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.569 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:55.569 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:55.569 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:28:55.569 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:28:55.569 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:28:55.569 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | d19ae63cb93b43e4b9cb85e0b275a692 | | 219f6f3f1a6745d9ae4fab680c9de364 | | | False |' 2022-02-14 18:28:55.569 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:28:55.569 | ++ functions-common:get_field:812 : read data 2022-02-14 18:28:55.569 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.569 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.569 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:28:55.598 | [17613 Async create_swift_accounts:86774]: finished create_swift_accounts with result 0 in 95 seconds 2022-02-14 18:28:55.606 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-02-14 18:28:55.609 | + inc/async:async_wait:197 : return 0 2022-02-14 18:28:55.611 | + ./stack.sh:main:1135 : is_service_enabled mysql postgresql 2022-02-14 18:28:55.629 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:55.631 | + ./stack.sh:main:1135 : is_service_enabled glance 2022-02-14 18:28:55.648 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:55.651 | + ./stack.sh:main:1136 : echo_summary 'Configuring Glance' 2022-02-14 18:28:55.654 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:28:55.657 | + ./stack.sh:echo_summary:446 : echo -e Configuring Glance 2022-02-14 18:28:55.659 | + ./stack.sh:main:1137 : async_runfunc init_glance 2022-02-14 18:28:55.661 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-02-14 18:28:55.720 | + inc/async:async_inner:63 : init_glance 2022-02-14 18:28:55.758 | [17613 Async init_glance:90969]: running: init_glance 2022-02-14 18:28:55.760 | + ./stack.sh:main:1144 : is_service_enabled neutron 2022-02-14 18:28:55.779 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:28:55.782 | + ./stack.sh:main:1145 : echo_summary 'Configuring Neutron' 2022-02-14 18:28:55.784 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:28:55.787 | + ./stack.sh:echo_summary:446 : echo -e Configuring Neutron 2022-02-14 18:28:55.789 | + ./stack.sh:main:1147 : configure_neutron 2022-02-14 18:28:55.792 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-02-14 18:28:55.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-14 18:28:55.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:28:55.802 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:28:55.805 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-14 18:28:55.808 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-14 18:28:55.810 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-14 18:28:55.813 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-02-14 18:28:55.816 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-02-14 18:28:55.818 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-02-14 18:28:55.820 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-02-14 18:28:55.834 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-02-14 18:28:55.837 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-02-14 18:28:59.302 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:59.302 | from cryptography.utils import int_from_bytes 2022-02-14 18:28:59.302 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:28:59.302 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:02.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:02.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:02.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:02.708 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:06.099 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:06.099 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:06.099 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:06.099 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:09.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:09.466 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:09.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:09.466 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:12.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:12.875 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:12.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:12.875 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:16.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:16.352 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:16.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:16.352 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:19.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:19.714 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:19.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:19.715 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:23.315 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:23.315 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:23.315 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:23.315 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:27.861 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:27.861 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:27.862 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:27.862 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:27.862 | WARNING:oslo_config.generator:normalizing group name 'DHCP' to 'dhcp' 2022-02-14 18:29:33.625 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:33.625 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:33.625 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:33.625 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:33.923 | + lib/neutron-legacy:_configure_neutron_common:779 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-02-14 18:29:33.927 | + lib/neutron-legacy:_configure_neutron_common:781 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-02-14 18:29:33.930 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-02-14 18:29:33.933 | + lib/neutron-legacy:_configure_neutron_common:789 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-02-14 18:29:33.935 | + lib/neutron-legacy:_configure_neutron_common:794 : neutron_plugin_configure_common 2022-02-14 18:29:33.937 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-02-14 18:29:33.939 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-02-14 18:29:33.942 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-02-14 18:29:33.949 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-02-14 18:29:33.949 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=router 2022-02-14 18:29:33.949 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ '' == '' ]] 2022-02-14 18:29:33.951 | + lib/neutron-legacy:_neutron_service_plugin_class_add:945 : Q_SERVICE_PLUGIN_CLASSES=router 2022-02-14 18:29:33.954 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-02-14 18:29:33.956 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2_conf.ini == '' ]] 2022-02-14 18:29:33.958 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2 == '' ]] 2022-02-14 18:29:33.960 | + lib/neutron-legacy:_configure_neutron_common:801 : mkdir -p /etc/neutron/plugins/ml2 2022-02-14 18:29:33.964 | + lib/neutron-legacy:_configure_neutron_common:802 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:33.967 | + lib/neutron-legacy:_configure_neutron_common:805 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-02-14 18:29:33.969 | + lib/neutron-legacy:_configure_neutron_common:806 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:33.977 | ++ lib/neutron-legacy:_configure_neutron_common:811 : database_connection_url neutron 2022-02-14 18:29:33.979 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-02-14 18:29:33.982 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-02-14 18:29:33.984 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=neutron 2022-02-14 18:29:33.986 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-14 18:29:33.989 | + lib/neutron-legacy:_configure_neutron_common:811 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-14 18:29:34.018 | + lib/neutron-legacy:_configure_neutron_common:812 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-02-14 18:29:34.051 | + lib/neutron-legacy:_configure_neutron_common:813 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-02-14 18:29:34.081 | + lib/neutron-legacy:_configure_neutron_common:814 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-02-14 18:29:34.118 | + lib/neutron-legacy:_configure_neutron_common:815 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-02-14 18:29:34.154 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-02-14 18:29:34.186 | + lib/neutron-legacy:_configure_neutron_common:820 : '[' libvirt = fake ']' 2022-02-14 18:29:34.189 | + lib/neutron-legacy:_configure_neutron_common:830 : setup_logging /etc/neutron/neutron.conf 2022-02-14 18:29:34.191 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-02-14 18:29:34.195 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-02-14 18:29:34.196 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-14 18:29:34.213 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-14 18:29:34.215 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-14 18:29:34.217 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-14 18:29:34.220 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-14 18:29:34.222 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-14 18:29:34.252 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.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' 2022-02-14 18:29:34.288 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-14 18:29:34.319 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-14 18:29:34.348 | + lib/neutron-legacy:_configure_neutron_common:832 : is_service_enabled tls-proxy 2022-02-14 18:29:34.365 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:29:34.367 | + lib/neutron-legacy:_configure_neutron_common:838 : _neutron_setup_rootwrap 2022-02-14 18:29:34.370 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \F\a\l\s\e ]] 2022-02-14 18:29:34.372 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-02-14 18:29:34.374 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 : [[ -d /etc/neutron/rootwrap.d ]] 2022-02-14 18:29:34.377 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-02-14 18:29:34.379 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:968 : [[ True == \F\a\l\s\e ]] 2022-02-14 18:29:34.384 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:971 : local srcdir=/opt/stack/neutron 2022-02-14 18:29:34.385 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:972 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-02-14 18:29:34.396 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:973 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-02-14 18:29:34.409 | + lib/neutron-legacy:_neutron_setup_rootwrap:991 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-02-14 18:29:34.412 | + lib/neutron-legacy:_neutron_setup_rootwrap:994 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-02-14 18:29:34.428 | + lib/neutron-legacy:_neutron_setup_rootwrap:996 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-02-14 18:29:34.440 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-02-14 18:29:34.453 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-14 18:29:34.459 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:34.459 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1004 : mktemp 2022-02-14 18:29:34.463 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : TEMPFILE=/tmp/tmp.s8arkTpC3w 2022-02-14 18:29:34.466 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-14 18:29:34.468 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:34.470 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : chmod 0440 /tmp/tmp.s8arkTpC3w 2022-02-14 18:29:34.478 | + lib/neutron-legacy:_neutron_setup_rootwrap:1008 : sudo chown root:root /tmp/tmp.s8arkTpC3w 2022-02-14 18:29:34.491 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : sudo mv /tmp/tmp.s8arkTpC3w /etc/sudoers.d/neutron-rootwrap 2022-02-14 18:29:34.503 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-14 18:29:34.532 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:34.534 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:34.565 | + lib/neutron-legacy:configure_mutnauq:350 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-02-14 18:29:34.567 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-02-14 18:29:34.570 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-02-14 18:29:34.572 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-14 18:29:34.575 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-14 18:29:34.577 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-14 18:29:34.594 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:34.597 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-14 18:29:34.600 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-14 18:29:34.603 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-14 18:29:34.620 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:34.623 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:29:34.626 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.81:5672/ 2022-02-14 18:29:34.659 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-14 18:29:34.662 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-14 18:29:34.664 | + lib/neutron-legacy:configure_mutnauq:352 : is_service_enabled q-metering 2022-02-14 18:29:34.681 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:34.684 | + lib/neutron-legacy:configure_mutnauq:353 : _configure_neutron_metering 2022-02-14 18:29:34.686 | + lib/neutron-legacy:_configure_neutron_metering:887 : neutron_agent_metering_configure_common 2022-02-14 18:29:34.688 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-14 18:29:34.691 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-14 18:29:34.693 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ router == '' ]] 2022-02-14 18:29:34.695 | + lib/neutron-legacy:_neutron_service_plugin_class_add:946 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-02-14 18:29:34.698 | + lib/neutron-legacy:_neutron_service_plugin_class_add:947 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-14 18:29:34.700 | + lib/neutron-legacy:_configure_neutron_metering:888 : neutron_agent_metering_configure_agent 2022-02-14 18:29:34.703 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-02-14 18:29:34.705 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-02-14 18:29:34.710 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-02-14 18:29:34.712 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-02-14 18:29:34.717 | + lib/neutron-legacy:configure_mutnauq:355 : is_service_enabled q-agt q-svc 2022-02-14 18:29:34.735 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:34.737 | + lib/neutron-legacy:configure_mutnauq:356 : _configure_neutron_service 2022-02-14 18:29:34.739 | + lib/neutron-legacy:_configure_neutron_service:915 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-02-14 18:29:34.744 | + lib/neutron-legacy:_configure_neutron_service:916 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-02-14 18:29:34.747 | + lib/neutron-legacy:_configure_neutron_service:919 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-02-14 18:29:34.778 | + lib/neutron-legacy:_configure_neutron_service:921 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-14 18:29:34.808 | + lib/neutron-legacy:_configure_neutron_service:922 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-02-14 18:29:34.846 | + lib/neutron-legacy:_configure_neutron_service:923 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-02-14 18:29:34.875 | + lib/neutron-legacy:_configure_neutron_service:925 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-02-14 18:29:34.909 | + lib/neutron-legacy:_configure_neutron_service:926 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-02-14 18:29:34.912 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/neutron/neutron.conf 2022-02-14 18:29:34.914 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=neutron 2022-02-14 18:29:34.916 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-14 18:29:34.919 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-02-14 18:29:34.949 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-02-14 18:29:34.979 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.81/identity 2022-02-14 18:29:35.009 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-02-14 18:29:35.046 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-02-14 18:29:35.077 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-02-14 18:29:35.107 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-02-14 18:29:35.142 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-02-14 18:29:35.173 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:29:35.206 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-02-14 18:29:35.237 | + lib/neutron-legacy:_configure_neutron_service:929 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-02-14 18:29:35.275 | + lib/neutron-legacy:_configure_neutron_service:930 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-02-14 18:29:35.306 | + lib/neutron-legacy:_configure_neutron_service:932 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-02-14 18:29:35.309 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/neutron/neutron.conf 2022-02-14 18:29:35.311 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=nova 2022-02-14 18:29:35.314 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=nova 2022-02-14 18:29:35.316 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-02-14 18:29:35.347 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/neutron/neutron.conf nova interface public 2022-02-14 18:29:35.380 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.81/identity 2022-02-14 18:29:35.421 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/neutron/neutron.conf nova username nova 2022-02-14 18:29:35.458 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-02-14 18:29:35.489 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-02-14 18:29:35.519 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/neutron/neutron.conf nova project_name service 2022-02-14 18:29:35.549 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-02-14 18:29:35.580 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-14 18:29:35.609 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-02-14 18:29:35.640 | + lib/neutron-legacy:_configure_neutron_service:935 : neutron_plugin_configure_service 2022-02-14 18:29:35.643 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-02-14 18:29:35.645 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-02-14 18:29:35.648 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-02-14 18:29:35.650 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-02-14 18:29:35.653 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-02-14 18:29:35.655 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-02-14 18:29:35.658 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 350:399 != '' ]] 2022-02-14 18:29:35.660 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:350:399 2022-02-14 18:29:35.662 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:350:399 != '' ]] 2022-02-14 18:29:35.665 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-02-14 18:29:35.667 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-02-14 18:29:35.670 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-02-14 18:29:35.672 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-02-14 18:29:35.674 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-02-14 18:29:35.677 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-02-14 18:29:35.679 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-02-14 18:29:35.681 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-02-14 18:29:35.684 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:35.686 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-02-14 18:29:35.715 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-02-14 18:29:35.717 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.720 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-14 18:29:35.722 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-02-14 18:29:35.724 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-02-14 18:29:35.727 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.730 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-02-14 18:29:35.758 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-02-14 18:29:35.760 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-02-14 18:29:35.763 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.765 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-14 18:29:35.768 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-02-14 18:29:35.770 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-02-14 18:29:35.773 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.775 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-02-14 18:29:35.804 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-02-14 18:29:35.807 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.810 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-14 18:29:35.812 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-02-14 18:29:35.814 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-02-14 18:29:35.817 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.819 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-02-14 18:29:35.852 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-02-14 18:29:35.854 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.857 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-02-14 18:29:35.859 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-02-14 18:29:35.861 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-02-14 18:29:35.864 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.866 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-02-14 18:29:35.896 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-02-14 18:29:35.898 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.901 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-02-14 18:29:35.903 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-14 18:29:35.906 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-14 18:29:35.908 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.911 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-02-14 18:29:35.940 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-02-14 18:29:35.942 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.945 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-02-14 18:29:35.949 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-02-14 18:29:35.950 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-02-14 18:29:35.953 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.955 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-02-14 18:29:35.983 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:350:399 2022-02-14 18:29:35.986 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:35.988 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-02-14 18:29:35.991 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:350:399 2022-02-14 18:29:35.993 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:350:399 ']' 2022-02-14 18:29:35.996 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:35.998 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:350:399 2022-02-14 18:29:36.027 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-02-14 18:29:36.030 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-14 18:29:36.032 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-02-14 18:29:36.036 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-14 18:29:36.037 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-14 18:29:36.040 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-14 18:29:36.042 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-02-14 18:29:36.071 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-14 18:29:36.074 | + lib/neutron-legacy:configure_mutnauq:358 : is_service_enabled q-agt 2022-02-14 18:29:36.091 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:36.094 | + lib/neutron-legacy:configure_mutnauq:359 : _configure_neutron_plugin_agent 2022-02-14 18:29:36.096 | + lib/neutron-legacy:_configure_neutron_plugin_agent:902 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-14 18:29:36.128 | + lib/neutron-legacy:_configure_neutron_plugin_agent:903 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:36.131 | + lib/neutron-legacy:_configure_neutron_plugin_agent:904 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:36.164 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-14 18:29:36.201 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : neutron_plugin_configure_plugin_agent 2022-02-14 18:29:36.203 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-02-14 18:29:36.206 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-02-14 18:29:36.208 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-14 18:29:39.189 | INFO neutron.common.config [-] Logging enabled! 2022-02-14 18:29:39.189 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev501 2022-02-14 18:29:39.189 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=92890) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-14 18:29:39.190 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-02-14 18:29:39.196 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmprbf3mxw8/privsep.sock'] 2022-02-14 18:29:41.284 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-02-14 18:29:41.284 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmprbf3mxw8/privsep.sock {{(pid=92890) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2022-02-14 18:29:41.285 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-02-14 18:29:41.286 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-02-14 18:29:41.286 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-02-14 18:29:41.286 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 92901 2022-02-14 18:29:41.286 | DEBUG oslo.privsep.daemon [-] privsep: reply[f7583343-8f16-436d-badd-a5332a2d60d0]: (2,) {{(pid=92901) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-14 18:29:41.637 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=92901) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-02-14 18:29:41.650 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=92901) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-14 18:29:41.655 | DEBUG oslo.privsep.daemon [-] privsep: reply[c1b1da87-6d35-481c-a32a-b43400d2878c]: (4, ('abd9cfe6-012c-4dcc-98c6-9e938547a1cc\n', '')) {{(pid=92901) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-14 18:29:41.713 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-14 18:29:41.713 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-14 18:29:41.713 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:41.714 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:41.714 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:41.714 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=92890) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:41.773 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-14 18:29:41.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:41.774 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:41.774 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:41.774 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:42.162 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-02-14 18:29:42.165 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-02-14 18:29:42.168 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-02-14 18:29:42.171 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-02-14 18:29:42.174 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-02-14 18:29:42.249 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-02-14 18:29:42.274 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-02-14 18:29:42.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:42.279 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-02-14 18:29:42.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-02-14 18:29:42.319 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-02-14 18:29:42.327 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-02-14 18:29:42.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-02-14 18:29:42.332 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-02-14 18:29:42.354 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-02-14 18:29:42.379 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-14 18:29:42.381 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-02-14 18:29:42.401 | net.bridge.bridge-nf-call-iptables = 1 2022-02-14 18:29:42.405 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-14 18:29:42.407 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-02-14 18:29:42.416 | net.bridge.bridge-nf-call-ip6tables = 1 2022-02-14 18:29:42.420 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-02-14 18:29:42.422 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-02-14 18:29:42.425 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-02-14 18:29:42.427 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-02-14 18:29:42.430 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-02-14 18:29:42.433 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-02-14 18:29:42.435 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-14 18:29:42.438 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-02-14 18:29:42.440 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-14 18:29:42.468 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-02-14 18:29:42.470 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-02-14 18:29:42.503 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-02-14 18:29:42.506 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-02-14 18:29:42.534 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-02-14 18:29:42.566 | + lib/neutron-legacy:configure_mutnauq:361 : is_service_enabled q-dhcp 2022-02-14 18:29:42.583 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:42.586 | + lib/neutron-legacy:configure_mutnauq:362 : _configure_neutron_dhcp_agent 2022-02-14 18:29:42.592 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:843 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.595 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:845 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-02-14 18:29:42.624 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:847 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-02-14 18:29:42.657 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:848 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-14 18:29:42.692 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:849 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:42.695 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:42.726 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : is_service_enabled q-l3 2022-02-14 18:29:42.744 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:42.746 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:864 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.749 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-02-14 18:29:42.782 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.784 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.787 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-02-14 18:29:42.816 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:866 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.818 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-14 18:29:42.821 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-02-14 18:29:42.824 | + lib/neutron-legacy:configure_mutnauq:364 : is_service_enabled q-l3 2022-02-14 18:29:42.841 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:42.843 | + lib/neutron-legacy:configure_mutnauq:365 : _configure_neutron_l3_agent 2022-02-14 18:29:42.846 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-02-14 18:29:42.851 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-02-14 18:29:42.879 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-14 18:29:42.911 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:42.914 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:42.947 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-14 18:29:42.950 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-02-14 18:29:42.980 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-14 18:29:42.982 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-14 18:29:42.985 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-02-14 18:29:43.014 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-02-14 18:29:43.017 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-14 18:29:43.019 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-02-14 18:29:43.022 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-14 18:29:46.055 | INFO neutron.common.config [-] Logging enabled! 2022-02-14 18:29:46.055 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev501 2022-02-14 18:29:46.055 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=93435) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:46.106 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=93435) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-14 18:29:46.168 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-02-14 18:29:46.168 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=93435) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-02-14 18:29:46.169 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=93435) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2022-02-14 18:29:46.169 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-14 18:29:46.169 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:46.169 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:46.169 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:29:46.169 | from cryptography.utils import int_from_bytes 2022-02-14 18:29:46.519 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-02-14 18:29:46.521 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-02-14 18:29:46.524 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-02-14 18:29:46.527 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-02-14 18:29:46.529 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-14 18:29:46.531 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-02-14 18:29:46.534 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-14 18:29:46.551 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-02-14 18:29:46.554 | + functions:set_mtu:785 : local dev=br-data 2022-02-14 18:29:46.556 | + functions:set_mtu:786 : local mtu=1500 2022-02-14 18:29:46.559 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-02-14 18:29:46.571 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-02-14 18:29:46.588 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-02-14 18:29:46.592 | + lib/neutron-legacy:_configure_public_network_connectivity:709 : [[ -n eth1 ]] 2022-02-14 18:29:46.594 | + lib/neutron-legacy:_configure_public_network_connectivity:710 : _move_neutron_addresses_route eth1 br-data True False inet 2022-02-14 18:29:46.596 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : local from_intf=eth1 2022-02-14 18:29:46.602 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : local to_intf=br-data 2022-02-14 18:29:46.602 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : local add_ovs_port=True 2022-02-14 18:29:46.604 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : local del_ovs_port=False 2022-02-14 18:29:46.607 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : local af=inet 2022-02-14 18:29:46.609 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n eth1 ]] 2022-02-14 18:29:46.612 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n br-data ]] 2022-02-14 18:29:46.614 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : local IP_REPLACE= 2022-02-14 18:29:46.617 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : local IP_DEL= 2022-02-14 18:29:46.619 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : local IP_UP= 2022-02-14 18:29:46.622 | + lib/neutron-legacy:_move_neutron_addresses_route:665 : local DEFAULT_ROUTE_GW 2022-02-14 18:29:46.626 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : ip -f inet r 2022-02-14 18:29:46.631 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : awk '/default.+eth1\s/ { print $3; exit }' 2022-02-14 18:29:46.632 | + lib/neutron-legacy:_move_neutron_addresses_route:666 : DEFAULT_ROUTE_GW= 2022-02-14 18:29:46.634 | + lib/neutron-legacy:_move_neutron_addresses_route:667 : local ADD_OVS_PORT= 2022-02-14 18:29:46.637 | + lib/neutron-legacy:_move_neutron_addresses_route:668 : local DEL_OVS_PORT= 2022-02-14 18:29:46.640 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local ARP_CMD= 2022-02-14 18:29:46.644 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : ip -f inet a s dev eth1 scope global primary 2022-02-14 18:29:46.644 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : grep inet 2022-02-14 18:29:46.644 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : awk '{ print $2, $3, $4; exit }' 2022-02-14 18:29:46.650 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : IP_BRD='192.168.0.64/22 brd 192.168.3.255' 2022-02-14 18:29:46.652 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : '[' '' '!=' '' ']' 2022-02-14 18:29:46.655 | + lib/neutron-legacy:_move_neutron_addresses_route:677 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:46.658 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-02-14 18:29:46.660 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : [[ False == \T\r\u\e ]] 2022-02-14 18:29:46.662 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : [[ 192.168.0.64/22 brd 192.168.3.255 != '' ]] 2022-02-14 18:29:46.665 | + lib/neutron-legacy:_move_neutron_addresses_route:686 : IP_DEL='sudo ip addr del 192.168.0.64/22 brd 192.168.3.255 dev eth1' 2022-02-14 18:29:46.667 | + lib/neutron-legacy:_move_neutron_addresses_route:687 : IP_REPLACE='sudo ip addr replace 192.168.0.64/22 brd 192.168.3.255 dev br-data' 2022-02-14 18:29:46.670 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : IP_UP='sudo ip link set br-data up' 2022-02-14 18:29:46.672 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : [[ inet == \i\n\e\t ]] 2022-02-14 18:29:46.677 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : awk '{ print $1; exit }' 2022-02-14 18:29:46.685 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : grep -o -E '(.*)/' 2022-02-14 18:29:46.685 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : echo 192.168.0.64/22 brd 192.168.3.255 2022-02-14 18:29:46.685 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : cut -d / -f1 2022-02-14 18:29:46.685 | + lib/neutron-legacy:_move_neutron_addresses_route:690 : IP=192.168.0.64 2022-02-14 18:29:46.687 | + lib/neutron-legacy:_move_neutron_addresses_route:691 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.64 ' 2022-02-14 18:29:46.689 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr del 192.168.0.64/22 brd 192.168.3.255 dev eth1 2022-02-14 18:29:46.704 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr replace 192.168.0.64/22 brd 192.168.3.255 dev br-data 2022-02-14 18:29:46.717 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip link set br-data up 2022-02-14 18:29:46.731 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-02-14 18:29:46.758 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ping -c 3 -w 5 -I br-data 192.168.0.64 2022-02-14 18:29:46.772 | PING 192.168.0.64 (192.168.0.64) from 192.168.0.64 br-data: 56(84) bytes of data. 2022-02-14 18:29:46.772 | 64 bytes from 192.168.0.64: icmp_seq=1 ttl=64 time=0.074 ms 2022-02-14 18:29:47.783 | 64 bytes from 192.168.0.64: icmp_seq=2 ttl=64 time=0.034 ms 2022-02-14 18:29:48.807 | 64 bytes from 192.168.0.64: icmp_seq=3 ttl=64 time=0.036 ms 2022-02-14 18:29:48.807 | 2022-02-14 18:29:48.807 | --- 192.168.0.64 ping statistics --- 2022-02-14 18:29:48.807 | 3 packets transmitted, 3 received, 0% packet loss, time 2035ms 2022-02-14 18:29:48.807 | rtt min/avg/max/mdev = 0.034/0.048/0.074/0.018 ms 2022-02-14 18:29:48.813 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : ip -f inet6 a s dev eth1 2022-02-14 18:29:48.813 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : grep -c global 2022-02-14 18:29:48.819 | + lib/neutron-legacy:_configure_public_network_connectivity:712 : [[ 0 != 0 ]] 2022-02-14 18:29:48.821 | + lib/neutron-legacy:configure_mutnauq:367 : is_service_enabled q-meta 2022-02-14 18:29:48.838 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:48.841 | + lib/neutron-legacy:configure_mutnauq:368 : _configure_neutron_metadata_agent 2022-02-14 18:29:48.846 | + lib/neutron-legacy:_configure_neutron_metadata_agent:871 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-02-14 18:29:48.848 | + lib/neutron-legacy:_configure_neutron_metadata_agent:873 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-02-14 18:29:48.877 | + lib/neutron-legacy:_configure_neutron_metadata_agent:874 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.81 2022-02-14 18:29:48.907 | + lib/neutron-legacy:_configure_neutron_metadata_agent:875 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-02-14 18:29:48.940 | + lib/neutron-legacy:_configure_neutron_metadata_agent:876 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-14 18:29:48.971 | + lib/neutron-legacy:_configure_neutron_metadata_agent:877 : [[ True == \T\r\u\e ]] 2022-02-14 18:29:48.974 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-14 18:29:49.007 | + lib/neutron-legacy:configure_mutnauq:371 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-14 18:29:49.009 | + lib/neutron-legacy:configure_mutnauq:374 : is_service_enabled ceilometer 2022-02-14 18:29:49.028 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:29:49.030 | + lib/neutron-legacy:configure_mutnauq:378 : [[ openvswitch == \o\v\n ]] 2022-02-14 18:29:49.033 | + lib/neutron-legacy:configure_mutnauq:384 : is_service_enabled q-placement neutron-placement 2022-02-14 18:29:49.051 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:29:49.053 | + lib/neutron-legacy:configure_mutnauq:387 : is_service_enabled q-trunk neutron-trunk 2022-02-14 18:29:49.072 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:29:49.075 | + lib/neutron-legacy:configure_mutnauq:390 : is_service_enabled q-qos neutron-qos 2022-02-14 18:29:49.092 | + functions-common:is_service_enabled:2081 : return 1 2022-02-14 18:29:49.094 | + lib/neutron-legacy:configure_mutnauq:398 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-02-14 18:29:49.126 | + lib/neutron-legacy:configure_mutnauq:402 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-02-14 18:29:49.158 | + lib/neutron:configure_neutron:627 : '[' False == True ']' 2022-02-14 18:29:49.160 | + ./stack.sh:main:1150 : is_service_enabled mysql postgresql 2022-02-14 18:29:49.177 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.180 | + ./stack.sh:main:1150 : is_service_enabled neutron 2022-02-14 18:29:49.197 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.201 | + ./stack.sh:main:1151 : async_runfunc init_neutron 2022-02-14 18:29:49.203 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-02-14 18:29:49.267 | + inc/async:async_inner:63 : init_neutron 2022-02-14 18:29:49.307 | [17613 Async init_neutron:93912]: running: init_neutron 2022-02-14 18:29:49.309 | + ./stack.sh:main:1159 : is_service_enabled q-dhcp 2022-02-14 18:29:49.328 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.331 | ++ ./stack.sh:main:1162 : pidof NetworkManager 2022-02-14 18:29:49.342 | ++ ./stack.sh:main:1162 : true 2022-02-14 18:29:49.345 | + ./stack.sh:main:1162 : netman_pid= 2022-02-14 18:29:49.347 | + ./stack.sh:main:1163 : '[' -z '' ']' 2022-02-14 18:29:49.350 | + ./stack.sh:main:1164 : sudo killall dnsmasq 2022-02-14 18:29:49.379 | dnsmasq: no process found 2022-02-14 18:29:49.382 | + ./stack.sh:main:1164 : true 2022-02-14 18:29:49.385 | + ./stack.sh:main:1169 : clean_iptables 2022-02-14 18:29:49.390 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2022-02-14 18:29:49.393 | + lib/nova:clean_iptables:183 : bash 2022-02-14 18:29:49.394 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-14 18:29:49.398 | + lib/nova:clean_iptables:183 : grep nova 2022-02-14 18:29:49.398 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2022-02-14 18:29:49.400 | + lib/nova:clean_iptables:183 : grep '\-A' 2022-02-14 18:29:49.401 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2022-02-14 18:29:49.412 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-14 18:29:49.412 | + lib/nova:clean_iptables:185 : grep nova 2022-02-14 18:29:49.412 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2022-02-14 18:29:49.412 | + lib/nova:clean_iptables:185 : bash 2022-02-14 18:29:49.413 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2022-02-14 18:29:49.414 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2022-02-14 18:29:49.416 | + lib/nova:clean_iptables:185 : grep '\-A' 2022-02-14 18:29:49.428 | + lib/nova:clean_iptables:187 : grep nova 2022-02-14 18:29:49.429 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-14 18:29:49.432 | + lib/nova:clean_iptables:187 : grep '\-N' 2022-02-14 18:29:49.435 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2022-02-14 18:29:49.435 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2022-02-14 18:29:49.435 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2022-02-14 18:29:49.436 | + lib/nova:clean_iptables:187 : bash 2022-02-14 18:29:49.451 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2022-02-14 18:29:49.452 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2022-02-14 18:29:49.455 | + lib/nova:clean_iptables:189 : grep nova 2022-02-14 18:29:49.455 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-14 18:29:49.455 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2022-02-14 18:29:49.460 | + lib/nova:clean_iptables:189 : grep '\-N' 2022-02-14 18:29:49.460 | + lib/nova:clean_iptables:189 : bash 2022-02-14 18:29:49.466 | + ./stack.sh:main:1172 : sudo sysctl -w net.ipv4.ip_forward=1 2022-02-14 18:29:49.474 | net.ipv4.ip_forward = 1 2022-02-14 18:29:49.478 | + ./stack.sh:main:1177 : is_service_enabled nova neutron 2022-02-14 18:29:49.496 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.499 | + ./stack.sh:main:1178 : configure_os_vif 2022-02-14 18:29:49.501 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-02-14 18:29:49.504 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-02-14 18:29:49.549 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-02-14 18:29:49.588 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-02-14 18:29:49.591 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-02-14 18:29:49.631 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-02-14 18:29:49.668 | + ./stack.sh:main:1184 : is_service_enabled swift 2022-02-14 18:29:49.688 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.690 | + ./stack.sh:main:1185 : echo_summary 'Configuring Swift' 2022-02-14 18:29:49.693 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:29:49.696 | + ./stack.sh:echo_summary:446 : echo -e Configuring Swift 2022-02-14 18:29:49.699 | + ./stack.sh:main:1186 : async_runfunc init_swift 2022-02-14 18:29:49.702 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-02-14 18:29:49.768 | + inc/async:async_inner:63 : init_swift 2022-02-14 18:29:49.813 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:29:49.814 | [17613 Async init_swift:94290]: running: init_swift 2022-02-14 18:29:49.817 | + ./stack.sh:main:1193 : is_service_enabled cinder 2022-02-14 18:29:49.841 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.844 | [90969 Async init_glance:90969]: finished successfully 2022-02-14 18:29:49.844 | + ./stack.sh:main:1194 : echo_summary 'Configuring Cinder' 2022-02-14 18:29:49.846 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:29:49.849 | + ./stack.sh:echo_summary:446 : echo -e Configuring Cinder 2022-02-14 18:29:49.852 | + ./stack.sh:main:1195 : async_runfunc init_cinder 2022-02-14 18:29:49.854 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-02-14 18:29:49.920 | + inc/async:async_inner:63 : init_cinder 2022-02-14 18:29:49.965 | [17613 Async init_cinder:94446]: running: init_cinder 2022-02-14 18:29:49.968 | + ./stack.sh:main:1201 : is_service_enabled placement 2022-02-14 18:29:49.989 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:29:49.992 | + ./stack.sh:main:1202 : echo_summary 'Configuring placement' 2022-02-14 18:29:49.994 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:29:49.997 | + ./stack.sh:echo_summary:446 : echo -e Configuring placement 2022-02-14 18:29:49.999 | + ./stack.sh:main:1203 : async_runfunc init_placement 2022-02-14 18:29:50.002 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-02-14 18:29:50.088 | + inc/async:async_inner:63 : init_placement 2022-02-14 18:29:50.138 | [17613 Async init_placement:94567]: running: init_placement 2022-02-14 18:29:50.141 | + ./stack.sh:main:1207 : async_wait init_neutron 2022-02-14 18:29:50.236 | [17613 Async init_neutron:93912]: Waiting for completion of init_neutron running on PID 93912 (6 other jobs running) 2022-02-14 18:29:50.267 | [17613 Async init_neutron:93912]: Signaling child to exit 2022-02-14 18:30:02.343 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:30:02.368 | [94290 Async init_swift:94290]: finished successfully 2022-02-14 18:30:38.655 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:30:38.679 | [94567 Async init_placement:94567]: finished successfully 2022-02-14 18:30:42.969 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:30:42.995 | [94446 Async init_cinder:94446]: finished successfully 2022-02-14 18:33:49.767 | + inc/async:async_inner:64 : rc=0 2022-02-14 18:33:49.792 | [93912 Async init_neutron:93912]: finished successfully 2022-02-14 18:33:49.811 | WAKEUP 2022-02-14 18:33:49.834 | [17613 Async init_neutron:93912]: Signaled 2022-02-14 18:33:49.836 | + lib/neutron:init_neutron:678 : is_neutron_legacy_enabled 2022-02-14 18:33:49.836 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:33:49.836 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-14 18:33:49.836 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-14 18:33:49.836 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-14 18:33:49.836 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-14 18:33:49.836 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-14 18:33:49.836 | + lib/neutron:init_neutron:680 : init_mutnauq 2022-02-14 18:33:49.836 | + lib/neutron-legacy:init_mutnauq:456 : recreate_database neutron 2022-02-14 18:33:49.836 | + lib/database:recreate_database:112 : local db=neutron 2022-02-14 18:33:49.836 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-02-14 18:33:49.836 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-02-14 18:33:49.836 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-02-14 18:33:49.836 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:49.836 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-02-14 18:33:49.836 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:49.836 | + lib/neutron-legacy:init_mutnauq:457 : time_start dbsync 2022-02-14 18:33:49.836 | + functions-common:time_start:2411 : local name=dbsync 2022-02-14 18:33:49.836 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:33:49.836 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:33:49.836 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:33:49.836 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863389534 2022-02-14 18:33:49.836 | + lib/neutron-legacy:init_mutnauq:459 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-02-14 18:33:49.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.836 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.837 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-02-14 18:33:49.837 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-02-14 18:33:49.838 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-02-14 18:33:49.839 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-02-14 18:33:49.840 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-02-14 18:33:49.840 | Running upgrade for neutron ... 2022-02-14 18:33:49.840 | OK 2022-02-14 18:33:49.840 | + lib/neutron-legacy:init_mutnauq:460 : time_stop dbsync 2022-02-14 18:33:49.840 | + functions-common:time_stop:2425 : local name 2022-02-14 18:33:49.840 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:33:49.840 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:33:49.840 | + functions-common:time_stop:2428 : local total 2022-02-14 18:33:49.840 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:33:49.840 | + functions-common:time_stop:2431 : name=dbsync 2022-02-14 18:33:49.840 | + functions-common:time_stop:2432 : start_time=1644863389534 2022-02-14 18:33:49.840 | + functions-common:time_stop:2434 : [[ -z 1644863389534 ]] 2022-02-14 18:33:49.841 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:33:49.841 | + functions-common:time_stop:2437 : end_time=1644863629752 2022-02-14 18:33:49.841 | + functions-common:time_stop:2438 : elapsed_time=240218 2022-02-14 18:33:49.841 | + functions-common:time_stop:2439 : total=38050 2022-02-14 18:33:49.841 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:33:49.841 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=278268 2022-02-14 18:33:49.880 | [17613 Async init_neutron:93912]: finished init_neutron with result 0 in 240 seconds 2022-02-14 18:33:49.885 | + inc/async:async_wait:197 : return 0 2022-02-14 18:33:49.888 | + ./stack.sh:main:1208 : async_wait init_placement 2022-02-14 18:33:49.938 | [17613 Async init_placement:94567]: Waiting for completion of init_placement running on PID 94567 (5 other jobs running) 2022-02-14 18:33:49.964 | [17613 Async init_placement:94567]: Signaling child to exit 2022-02-14 18:33:49.964 | WAKEUP 2022-02-14 18:33:49.986 | [17613 Async init_placement:94567]: Signaled 2022-02-14 18:33:49.988 | + lib/placement:init_placement:130 : recreate_database placement 2022-02-14 18:33:49.988 | + lib/database:recreate_database:112 : local db=placement 2022-02-14 18:33:49.988 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-02-14 18:33:49.988 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-02-14 18:33:49.988 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-02-14 18:33:49.988 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:49.988 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-02-14 18:33:49.988 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:49.988 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-02-14 18:33:49.988 | + lib/placement:init_placement:132 : create_placement_accounts 2022-02-14 18:33:49.988 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-02-14 18:33:49.988 | + lib/keystone:create_service_user:420 : get_or_create_user placement Passw0rd Default 2022-02-14 18:33:49.988 | + functions-common:get_or_create_user:909 : local user_id 2022-02-14 18:33:49.988 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-02-14 18:33:49.988 | + functions-common:get_or_create_user:913 : local email= 2022-02-14 18:33:49.988 | ++ functions-common:get_or_create_user:927 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-14 18:33:49.988 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.989 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.989 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.989 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.989 | + functions-common:get_or_create_user:925 : user_id=f90a07d6dce64df39463a57c69fd0c8f 2022-02-14 18:33:49.989 | + functions-common:get_or_create_user:926 : echo f90a07d6dce64df39463a57c69fd0c8f 2022-02-14 18:33:49.989 | f90a07d6dce64df39463a57c69fd0c8f 2022-02-14 18:33:49.989 | + lib/keystone:create_service_user:421 : get_or_add_user_project_role service placement service Default Default 2022-02-14 18:33:49.989 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:33:49.989 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:33:49.989 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:33:49.989 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:33:49.989 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.989 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:33:49.989 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:33:49.989 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:33:49.989 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.989 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.989 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.989 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.989 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:33:49.989 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:33:49.989 | + functions-common:get_or_add_user_project_role:986 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.989 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.990 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.990 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.990 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:33:49.990 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:33:49.990 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:33:49.990 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.990 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.990 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.990 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.990 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.990 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:33:49.990 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:33:49.990 | ++ functions-common:get_field:818 : echo '| 4e2847e8ffe44e82a89e77c6d092ff6b | f90a07d6dce64df39463a57c69fd0c8f | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:33:49.990 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:33:49.990 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.990 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:33:49.990 | + functions-common:get_or_add_user_project_role:997 : echo 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:33:49.990 | 4e2847e8ffe44e82a89e77c6d092ff6b 2022-02-14 18:33:49.990 | + lib/keystone:create_service_user:423 : [[ -n admin ]] 2022-02-14 18:33:49.990 | + lib/keystone:create_service_user:424 : get_or_add_user_project_role admin placement service Default Default 2022-02-14 18:33:49.990 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-02-14 18:33:49.990 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:957 : local domain 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:958 : domain= 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-02-14 18:33:49.990 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-02-14 18:33:49.991 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-02-14 18:33:49.991 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.991 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:33:49.991 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-02-14 18:33:49.991 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:33:49.991 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.991 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.991 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.991 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.991 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.991 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.991 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-02-14 18:33:49.991 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-02-14 18:33:49.991 | + functions-common:get_or_add_user_project_role:986 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-14 18:33:49.992 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-02-14 18:33:49.992 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-02-14 18:33:49.992 | ++ functions-common:get_field:811 : local data field 2022-02-14 18:33:49.992 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.992 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-02-14 18:33:49.992 | ++ functions-common:get_field:816 : field='$2' 2022-02-14 18:33:49.992 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-14 18:33:49.992 | ++ functions-common:get_field:818 : echo '| 653054025e6e41e7b6b11184b2cf85ff | f90a07d6dce64df39463a57c69fd0c8f | | 5999574d0e57457d9d7b452e2f43bbcc | | | False |' 2022-02-14 18:33:49.992 | ++ functions-common:get_field:812 : read data 2022-02-14 18:33:49.992 | + functions-common:get_or_add_user_project_role:995 : user_role_id=653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:33:49.992 | + functions-common:get_or_add_user_project_role:997 : echo 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:33:49.992 | 653054025e6e41e7b6b11184b2cf85ff 2022-02-14 18:33:49.992 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.81/placement 2022-02-14 18:33:49.992 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-02-14 18:33:49.992 | + functions-common:get_or_create_service:1082 : local service_id 2022-02-14 18:33:49.992 | ++ functions-common:get_or_create_service:1095 : oscwrap service show placement -f value -c id 2022-02-14 18:33:49.992 | ++ functions-common:get_or_create_service:1097 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.992 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.992 | ++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.992 | + functions-common:get_or_create_service:1093 : service_id=' 2022-02-14 18:33:49.993 | 3c6ec47c3b904cff88052b9785684f09' 2022-02-14 18:33:49.993 | + functions-common:get_or_create_service:1094 : echo 3c6ec47c3b904cff88052b9785684f09 2022-02-14 18:33:49.993 | 3c6ec47c3b904cff88052b9785684f09 2022-02-14 18:33:49.993 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.81/placement 2022-02-14 18:33:49.993 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-02-14 18:33:49.993 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface placement public http://10.222.0.81/placement RegionOne 2022-02-14 18:33:49.993 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-02-14 18:33:49.993 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-02-14 18:33:49.993 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.993 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.993 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.993 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.993 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.993 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-02-14 18:33:49.993 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-02-14 18:33:49.993 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap endpoint create placement public http://10.222.0.81/placement --region RegionOne -f value -c id 2022-02-14 18:33:49.993 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.993 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.993 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:49.993 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:49.993 | +++ functions-common:oscwrap:2465 : return 0 2022-02-14 18:33:49.993 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=6a00aab1c57f4715afd7e6dfded0663d 2022-02-14 18:33:49.993 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 6a00aab1c57f4715afd7e6dfded0663d 2022-02-14 18:33:49.993 | + functions-common:get_or_create_endpoint:1127 : public_id=6a00aab1c57f4715afd7e6dfded0663d 2022-02-14 18:33:49.993 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-02-14 18:33:49.993 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-02-14 18:33:49.993 | + functions-common:get_or_create_endpoint:1136 : echo 6a00aab1c57f4715afd7e6dfded0663d 2022-02-14 18:33:49.993 | 6a00aab1c57f4715afd7e6dfded0663d 2022-02-14 18:33:50.033 | [17613 Async init_placement:94567]: finished init_placement with result 0 in 48 seconds 2022-02-14 18:33:50.037 | + inc/async:async_wait:197 : return 0 2022-02-14 18:33:50.040 | + ./stack.sh:main:1209 : async_wait init_glance 2022-02-14 18:33:50.090 | [17613 Async init_glance:90969]: Waiting for completion of init_glance running on PID 90969 (4 other jobs running) 2022-02-14 18:33:50.115 | [17613 Async init_glance:90969]: Signaling child to exit 2022-02-14 18:33:50.115 | WAKEUP 2022-02-14 18:33:50.138 | [17613 Async init_glance:90969]: Signaled 2022-02-14 18:33:50.139 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-02-14 18:33:50.139 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-02-14 18:33:50.139 | + lib/glance:init_glance:485 : recreate_database glance 2022-02-14 18:33:50.140 | + lib/database:recreate_database:112 : local db=glance 2022-02-14 18:33:50.140 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-02-14 18:33:50.140 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-02-14 18:33:50.140 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-02-14 18:33:50.140 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:50.140 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-02-14 18:33:50.140 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:50.140 | + lib/glance:init_glance:487 : time_start dbsync 2022-02-14 18:33:50.140 | + functions-common:time_start:2411 : local name=dbsync 2022-02-14 18:33:50.140 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:33:50.140 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:33:50.140 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:33:50.140 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863335929 2022-02-14 18:33:50.140 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-02-14 18:33:50.140 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=91091) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-14 18:33:50.140 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-14 18:33:50.140 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-14 18:33:50.140 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-14 18:33:50.140 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-02-14 18:33:50.140 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-14 18:33:50.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-14 18:33:50.141 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-02-14 18:33:50.141 | Database migration is up to date. No migration needed. 2022-02-14 18:33:50.141 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-02-14 18:33:50.141 | Database is synced successfully. 2022-02-14 18:33:50.141 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-02-14 18:33:50.141 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=91320) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-14 18:33:50.141 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-02-14 18:33:50.141 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-02-14 18:33:50.141 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-02-14 18:33:50.141 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-02-14 18:33:50.142 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-02-14 18:33:50.142 | + lib/glance:init_glance:493 : time_stop dbsync 2022-02-14 18:33:50.142 | + functions-common:time_stop:2425 : local name 2022-02-14 18:33:50.142 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:33:50.143 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:33:50.143 | + functions-common:time_stop:2428 : local total 2022-02-14 18:33:50.143 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:33:50.143 | + functions-common:time_stop:2431 : name=dbsync 2022-02-14 18:33:50.143 | + functions-common:time_stop:2432 : start_time=1644863335929 2022-02-14 18:33:50.143 | + functions-common:time_stop:2434 : [[ -z 1644863335929 ]] 2022-02-14 18:33:50.143 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:33:50.143 | + functions-common:time_stop:2437 : end_time=1644863389798 2022-02-14 18:33:50.143 | + functions-common:time_stop:2438 : elapsed_time=53869 2022-02-14 18:33:50.143 | + functions-common:time_stop:2439 : total=38050 2022-02-14 18:33:50.143 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:33:50.143 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=91919 2022-02-14 18:33:50.184 | [17613 Async init_glance:90969]: finished init_glance with result 0 in 54 seconds 2022-02-14 18:33:50.188 | + inc/async:async_wait:197 : return 0 2022-02-14 18:33:50.191 | + ./stack.sh:main:1210 : async_wait init_swift 2022-02-14 18:33:50.242 | [17613 Async init_swift:94290]: Waiting for completion of init_swift running on PID 94290 (3 other jobs running) 2022-02-14 18:33:50.267 | [17613 Async init_swift:94290]: Signaling child to exit 2022-02-14 18:33:50.267 | WAKEUP 2022-02-14 18:33:50.291 | [17613 Async init_swift:94290]: Signaled 2022-02-14 18:33:50.293 | + lib/swift:init_swift:692 : local node_number 2022-02-14 18:33:50.293 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-14 18:33:50.293 | No object-expirer running 2022-02-14 18:33:50.293 | No container-auditor running 2022-02-14 18:33:50.293 | No proxy-server running 2022-02-14 18:33:50.293 | No account-server running 2022-02-14 18:33:50.293 | No container-updater running 2022-02-14 18:33:50.293 | No object-replicator running 2022-02-14 18:33:50.293 | No account-replicator running 2022-02-14 18:33:50.293 | No object-server running 2022-02-14 18:33:50.293 | No container-sharder running 2022-02-14 18:33:50.293 | No account-auditor running 2022-02-14 18:33:50.293 | No container-reconciler running 2022-02-14 18:33:50.293 | No container-sync running 2022-02-14 18:33:50.293 | No object-updater running 2022-02-14 18:33:50.293 | No object-auditor running 2022-02-14 18:33:50.293 | No container-replicator running 2022-02-14 18:33:50.293 | No object-reconstructor running 2022-02-14 18:33:50.293 | No account-reaper running 2022-02-14 18:33:50.293 | No container-server running 2022-02-14 18:33:50.293 | + lib/swift:init_swift:694 : true 2022-02-14 18:33:50.293 | + lib/swift:init_swift:697 : create_swift_disk 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:568 : local node_number 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:573 : local user_group 2022-02-14 18:33:50.293 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:574 : user_group=1000 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:575 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2022-02-14 18:33:50.293 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-02-14 18:33:50.294 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-02-14 18:33:50.294 | = sectsz=512 attr=2, projid32bit=1 2022-02-14 18:33:50.294 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-02-14 18:33:50.294 | = reflink=1 2022-02-14 18:33:50.294 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-02-14 18:33:50.294 | = sunit=0 swidth=0 blks 2022-02-14 18:33:50.294 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-02-14 18:33:50.294 | log =internal log bsize=4096 blocks=2560, version=2 2022-02-14 18:33:50.294 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-02-14 18:33:50.294 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:597 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:603 : local node_number 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-02-14 18:33:50.294 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-14 18:33:50.294 | + lib/swift:init_swift:701 : pushd /etc/swift 2022-02-14 18:33:50.294 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2022-02-14 18:33:50.294 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-02-14 18:33:50.294 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-02-14 18:33:50.294 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-02-14 18:33:50.294 | + lib/swift:init_swift:713 : [[ -n '' ]] 2022-02-14 18:33:50.294 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-14 18:33:50.295 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-02-14 18:33:50.295 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-02-14 18:33:50.295 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-02-14 18:33:50.295 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-02-14 18:33:50.295 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-02-14 18:33:50.295 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-02-14 18:33:50.295 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-02-14 18:33:50.295 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-02-14 18:33:50.295 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-02-14 18:33:50.295 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-02-14 18:33:50.295 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-14 18:33:50.295 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-02-14 18:33:50.295 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-14 18:33:50.295 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-02-14 18:33:50.295 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-14 18:33:50.295 | + lib/swift:init_swift:738 : popd 2022-02-14 18:33:50.338 | [17613 Async init_swift:94290]: finished init_swift with result 0 in 12 seconds 2022-02-14 18:33:50.342 | + inc/async:async_wait:197 : return 0 2022-02-14 18:33:50.347 | + ./stack.sh:main:1211 : async_wait init_cinder 2022-02-14 18:33:50.395 | [17613 Async init_cinder:94446]: Waiting for completion of init_cinder running on PID 94446 (2 other jobs running) 2022-02-14 18:33:50.421 | [17613 Async init_cinder:94446]: Signaling child to exit 2022-02-14 18:33:50.421 | WAKEUP 2022-02-14 18:33:50.444 | [17613 Async init_cinder:94446]: Signaled 2022-02-14 18:33:50.446 | + lib/cinder:init_cinder:434 : is_service_enabled mysql postgresql 2022-02-14 18:33:50.446 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.446 | + lib/cinder:init_cinder:436 : recreate_database cinder 2022-02-14 18:33:50.446 | + lib/database:recreate_database:112 : local db=cinder 2022-02-14 18:33:50.446 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-02-14 18:33:50.446 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-02-14 18:33:50.446 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-02-14 18:33:50.446 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:50.446 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-02-14 18:33:50.446 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:50.446 | + lib/cinder:init_cinder:438 : time_start dbsync 2022-02-14 18:33:50.446 | + functions-common:time_start:2411 : local name=dbsync 2022-02-14 18:33:50.446 | + functions-common:time_start:2412 : local start_time= 2022-02-14 18:33:50.446 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-02-14 18:33:50.446 | ++ functions-common:time_start:2416 : date +%s%3N 2022-02-14 18:33:50.446 | + functions-common:time_start:2416 : _TIME_START[$name]=1644863390172 2022-02-14 18:33:50.446 | + lib/cinder:init_cinder:440 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-02-14 18:33:50.446 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=94644) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-14 18:33:50.446 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-14 18:33:50.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-14 18:33:50.447 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=94644) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-14 18:33:50.447 | INFO cinder.db.migration [-] Applying migration(s) 2022-02-14 18:33:50.447 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-14 18:33:50.447 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-14 18:33:50.448 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-02-14 18:33:50.448 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=94644) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-02-14 18:33:50.448 | INFO cinder.db.migration [-] Migration(s) applied 2022-02-14 18:33:50.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:50.448 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:50.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:50.448 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:50.448 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:143: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-14 18:33:50.448 | last_heartbeat = column_property( 2022-02-14 18:33:50.448 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:151: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-14 18:33:50.448 | num_hosts = column_property( 2022-02-14 18:33:50.448 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:160: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-14 18:33:50.448 | num_down_hosts = column_property( 2022-02-14 18:33:50.448 | + lib/cinder:init_cinder:441 : time_stop dbsync 2022-02-14 18:33:50.448 | + functions-common:time_stop:2425 : local name 2022-02-14 18:33:50.448 | + functions-common:time_stop:2426 : local end_time 2022-02-14 18:33:50.448 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-14 18:33:50.448 | + functions-common:time_stop:2428 : local total 2022-02-14 18:33:50.448 | + functions-common:time_stop:2429 : local start_time 2022-02-14 18:33:50.448 | + functions-common:time_stop:2431 : name=dbsync 2022-02-14 18:33:50.448 | + functions-common:time_stop:2432 : start_time=1644863390172 2022-02-14 18:33:50.448 | + functions-common:time_stop:2434 : [[ -z 1644863390172 ]] 2022-02-14 18:33:50.448 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-14 18:33:50.448 | + functions-common:time_stop:2437 : end_time=1644863441249 2022-02-14 18:33:50.448 | + functions-common:time_stop:2438 : elapsed_time=51077 2022-02-14 18:33:50.448 | + functions-common:time_stop:2439 : total=38050 2022-02-14 18:33:50.448 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-14 18:33:50.448 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=89127 2022-02-14 18:33:50.448 | + lib/cinder:init_cinder:444 : is_service_enabled c-vol 2022-02-14 18:33:50.448 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.448 | + lib/cinder:init_cinder:444 : [[ -n lvm:lvmdriver-1 ]] 2022-02-14 18:33:50.448 | + lib/cinder:init_cinder:445 : local be be_name be_type 2022-02-14 18:33:50.449 | + lib/cinder:init_cinder:446 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-14 18:33:50.449 | + lib/cinder:init_cinder:447 : be_type=lvm 2022-02-14 18:33:50.449 | + lib/cinder:init_cinder:448 : be_name=lvmdriver-1 2022-02-14 18:33:50.449 | + lib/cinder:init_cinder:449 : type init_cinder_backend_lvm 2022-02-14 18:33:50.449 | + lib/cinder:init_cinder:450 : init_cinder_backend_lvm lvmdriver-1 2022-02-14 18:33:50.449 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-02-14 18:33:50.449 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-14 18:33:50.449 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2022-02-14 18:33:50.449 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-02-14 18:33:50.449 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-02-14 18:33:50.449 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-14 18:33:50.449 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-14 18:33:50.449 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-14 18:33:50.449 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-02-14 18:33:50.449 | + functions-common:is_suse:542 : is_opensuse 2022-02-14 18:33:50.449 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-14 18:33:50.449 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-14 18:33:50.449 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-14 18:33:50.449 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-14 18:33:50.449 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-14 18:33:50.449 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-14 18:33:50.449 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2022-02-14 18:33:50.449 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-02-14 18:33:50.449 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-14 18:33:50.449 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2022-02-14 18:33:50.449 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-14 18:33:50.450 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-02-14 18:33:50.450 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-14 18:33:50.450 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop4 2022-02-14 18:33:50.450 | Physical volume "/dev/loop4" successfully created. 2022-02-14 18:33:50.450 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-02-14 18:33:50.450 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-02-14 18:33:50.450 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-02-14 18:33:50.450 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-02-14 18:33:50.450 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-02-14 18:33:50.450 | + lib/cinder:init_cinder:455 : is_service_enabled c-bak 2022-02-14 18:33:50.450 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.450 | + lib/cinder:init_cinder:455 : [[ -n swift ]] 2022-02-14 18:33:50.450 | + lib/cinder:init_cinder:456 : type init_cinder_backup_swift 2022-02-14 18:33:50.450 | + lib/cinder:init_cinder:461 : mkdir -p /opt/stack/data/cinder/volumes 2022-02-14 18:33:50.491 | [17613 Async init_cinder:94446]: finished init_cinder with result 0 in 53 seconds 2022-02-14 18:33:50.495 | + inc/async:async_wait:197 : return 0 2022-02-14 18:33:50.498 | + ./stack.sh:main:1216 : is_service_enabled nova 2022-02-14 18:33:50.516 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.518 | + ./stack.sh:main:1217 : echo_summary 'Configuring Nova' 2022-02-14 18:33:50.521 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-14 18:33:50.523 | + ./stack.sh:echo_summary:446 : echo -e Configuring Nova 2022-02-14 18:33:50.526 | + ./stack.sh:main:1218 : init_nova 2022-02-14 18:33:50.528 | + lib/nova:init_nova:772 : is_service_enabled mysql postgresql 2022-02-14 18:33:50.546 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.548 | + lib/nova:init_nova:772 : is_service_enabled n-api 2022-02-14 18:33:50.565 | + functions-common:is_service_enabled:2081 : return 0 2022-02-14 18:33:50.567 | + lib/nova:init_nova:774 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-14 18:33:50.571 | + lib/nova:init_nova:782 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-14 18:33:50.632 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-14 18:33:50.671 | [17613 Async nova-cell-0:103387]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-14 18:33:50.674 | ++ lib/nova:init_nova:785 : seq 1 1 2022-02-14 18:33:50.679 | + lib/nova:init_nova:785 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-14 18:33:50.682 | ++ lib/nova:init_nova:786 : conductor_conf 1 2022-02-14 18:33:50.684 | ++ lib/nova:conductor_conf:751 : local cell=1 2022-02-14 18:33:50.687 | ++ lib/nova:conductor_conf:752 : echo /etc/nova/nova_cell1.conf 2022-02-14 18:33:50.690 | + lib/nova:init_nova:786 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-14 18:33:50.756 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-14 18:33:50.798 | [17613 Async nova-cell-1:103482]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-14 18:33:50.801 | + lib/nova:init_nova:789 : recreate_database nova_api 2022-02-14 18:33:50.804 | + lib/database:recreate_database:112 : local db=nova_api 2022-02-14 18:33:50.806 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-02-14 18:33:50.809 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-02-14 18:33:50.811 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-02-14 18:33:50.816 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:50.883 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-02-14 18:33:50.887 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-14 18:33:51.002 | + lib/nova:init_nova:790 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-02-14 18:33:55.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:55.016 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:55.016 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-14 18:33:55.016 | from cryptography.utils import int_from_bytes 2022-02-14 18:33:55.016 | Traceback (most recent call last): 2022-02-14 18:33:55.016 | File "/usr/local/bin/nova-manage", line 6, in 2022-02-14 18:33:55.016 | from nova.cmd.manage import main 2022-02-14 18:33:55.016 | File "/opt/stack/nova/nova/cmd/manage.py", line 78, in 2022-02-14 18:33:55.016 | from nova.virt.libvirt import machine_type_utils 2022-02-14 18:33:55.016 | File "/opt/stack/nova/nova/virt/libvirt/__init__.py", line 15, in 2022-02-14 18:33:55.016 | from nova.virt.libvirt import driver 2022-02-14 18:33:55.016 | File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 116, in 2022-02-14 18:33:55.016 | from nova.virt.libvirt import blockinfo 2022-02-14 18:33:55.016 | File "/opt/stack/nova/nova/virt/libvirt/blockinfo.py", line 85, in 2022-02-14 18:33:55.017 | from nova.virt.libvirt import utils as libvirt_utils 2022-02-14 18:33:55.017 | File "/opt/stack/nova/nova/virt/libvirt/utils.py", line 46, in 2022-02-14 18:33:55.017 | from nova.virt.libvirt import config as vconfig 2022-02-14 18:33:55.017 | File "/opt/stack/nova/nova/virt/libvirt/config.py", line 1991 2022-02-14 18:33:55.017 | for o in 'burst' 2022-02-14 18:33:55.017 | ^ 2022-02-14 18:33:55.017 | SyntaxError: invalid syntax 2022-02-14 18:33:55.470 | + lib/nova:init_nova:1 : exit_trap 2022-02-14 18:33:55.472 | + ./stack.sh:exit_trap:521 : local r=1 2022-02-14 18:33:55.476 | ++ ./stack.sh:exit_trap:522 : jobs -p 2022-02-14 18:33:55.478 | + inc/async:async_inner:68 : rc=1 2022-02-14 18:33:55.479 | + inc/async:async_inner:68 : rc=1 2022-02-14 18:33:55.479 | + ./stack.sh:exit_trap:522 : jobs='77133 2022-02-14 18:33:55.480 | 103387 2022-02-14 18:33:55.480 | 103482' 2022-02-14 18:33:55.482 | + ./stack.sh:exit_trap:525 : [[ -n 77133 2022-02-14 18:33:55.482 | 103387 2022-02-14 18:33:55.482 | 103482 ]] 2022-02-14 18:33:55.485 | + ./stack.sh:exit_trap:525 : [[ -n /opt/stack/logs/stack.sh.log.2022-02-14-181111 ]] 2022-02-14 18:33:55.488 | + ./stack.sh:exit_trap:525 : [[ True == \T\r\u\e ]] 2022-02-14 18:33:55.490 | + ./stack.sh:exit_trap:526 : echo 'exit_trap: cleaning up child processes' 2022-02-14 18:33:55.490 | exit_trap: cleaning up child processes 2022-02-14 18:33:55.495 | + ./stack.sh:exit_trap:527 : kill 77133 103387 103482 2022-02-14 18:33:55.498 | + ./stack.sh:exit_trap:531 : '[' -f /tmp/tmp.5jNssAEY76 ']' 2022-02-14 18:33:55.500 | + ./stack.sh:exit_trap:532 : rm /tmp/tmp.5jNssAEY76 2022-02-14 18:33:55.504 | + ./stack.sh:exit_trap:536 : kill_spinner 2022-02-14 18:33:55.508 | + ./stack.sh:kill_spinner:431 : '[' '!' -z '' ']' 2022-02-14 18:33:55.509 | + ./stack.sh:exit_trap:538 : [[ 1 -ne 0 ]] 2022-02-14 18:33:55.512 | + ./stack.sh:exit_trap:539 : echo 'Error on exit' 2022-02-14 18:33:55.512 | Error on exit 2022-02-14 18:33:55.514 | + ./stack.sh:exit_trap:541 : type -p generate-subunit 2022-02-14 18:33:55.517 | + ./stack.sh:exit_trap:542 : generate-subunit 1644862267 1368 fail 2022-02-14 18:33:56.145 | + ./stack.sh:exit_trap:544 : [[ -z /opt/stack/logs ]] 2022-02-14 18:33:56.148 | + ./stack.sh:exit_trap:547 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-02-14 18:33:57.358 | + ./stack.sh:exit_trap:556 : exit 1