2022-09-03 15:49:51.045 | + ./stack.sh:main:487 : exec 2022-09-03 15:49:51.045 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-09-03-154950' 2022-09-03 15:49:51.045 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-09-03-154950.summary.2022-09-03-154950 2022-09-03 15:49:51.045 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 15:49:51.045 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-09-03-154950 2022-09-03 15:49:51.045 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-09-03-154950 /opt/stack/logs/stack.sh.log 2022-09-03 15:49:51.045 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-09-03-154950.summary.2022-09-03-154950 /opt/stack/logs/stack.sh.log.summary 2022-09-03 15:49:51.045 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-09-03 15:49:51.045 | + functions:check_path_perm_sanity:596 : local real_path 2022-09-03 15:49:51.045 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-09-03 15:49:51.045 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-09-03 15:49:51.045 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-09-03 15:49:51.045 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-09-03 15:49:51.045 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-09-03 15:49:51.046 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-09-03 15:49:51.046 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-09-03 15:49:51.046 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-09-03 15:49:51.046 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-09-03 15:49:51.048 | + ./stack.sh:main:560 : trap err_trap ERR 2022-09-03 15:49:51.050 | + ./stack.sh:main:573 : set -o errexit 2022-09-03 15:49:51.052 | + ./stack.sh:main:576 : uname -a 2022-09-03 15:49:51.053 | Linux n-d-855718-1 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-09-03 15:49:51.055 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-09-03 15:49:51.057 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-09-03 15:49:51.060 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-09-03 15:49:51.099 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-09-03 15:49:51.114 | + ./stack.sh:main:590 : fetch_plugins 2022-09-03 15:49:51.116 | + functions-common:fetch_plugins:1797 : local plugins= 2022-09-03 15:49:51.117 | + functions-common:fetch_plugins:1798 : local plugin 2022-09-03 15:49:51.119 | + functions-common:fetch_plugins:1801 : [[ -z '' ]] 2022-09-03 15:49:51.121 | + functions-common:fetch_plugins:1802 : return 2022-09-03 15:49:51.123 | + ./stack.sh:main:594 : run_phase override_defaults 2022-09-03 15:49:51.125 | + functions-common:run_phase:1879 : local mode=override_defaults 2022-09-03 15:49:51.127 | + functions-common:run_phase:1880 : local phase= 2022-09-03 15:49:51.129 | + functions-common:run_phase:1881 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-03 15:49:51.131 | + functions-common:run_phase:1882 : local extra_plugin_file_name 2022-09-03 15:49:51.132 | + functions-common:run_phase:1883 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-03 15:49:51.134 | + functions-common:run_phase:1888 : local exceptions=80-tempest.sh 2022-09-03 15:49:51.136 | + functions-common:run_phase:1889 : local extra 2022-09-03 15:49:51.138 | ++ functions-common:run_phase:1890 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-03 15:49:51.141 | + functions-common:run_phase:1890 : extra=80-tempest.sh 2022-09-03 15:49:51.143 | + functions-common:run_phase:1891 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-03 15:49:51.144 | + functions-common:run_phase:1895 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-03 15:49:51.146 | + functions-common:run_phase:1895 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-09-03 15:49:51.148 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-03 15:49:51.160 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:51.161 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-09-03 15:49:51.163 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-03 15:49:51.165 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-03 15:49:51.167 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-03 15:49:51.168 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-03 15:49:51.170 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-03 15:49:51.172 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-09-03 15:49:51.174 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-09-03 15:49:51.176 | + functions-common:run_phase:1900 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-09-03 15:49:51.178 | + functions-common:run_phase:1903 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-03 15:49:51.179 | + functions-common:run_phase:1904 : plugin_override_defaults 2022-09-03 15:49:51.181 | + functions-common:plugin_override_defaults:1838 : local plugins= 2022-09-03 15:49:51.183 | + functions-common:plugin_override_defaults:1839 : local plugin 2022-09-03 15:49:51.184 | + functions-common:plugin_override_defaults:1842 : [[ -z '' ]] 2022-09-03 15:49:51.186 | + functions-common:plugin_override_defaults:1843 : return 2022-09-03 15:49:51.189 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-09-03 15:49:51.205 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-09-03 15:49:51.207 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-09-03 15:49:51.218 | ++ functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:49:51.221 | +++ lib/tls:source:43 : hostname -f 2022-09-03 15:49:51.224 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-09-03 15:49:51.225 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-09-03 15:49:51.227 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-09-03 15:49:51.229 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-09-03 15:49:51.231 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-09-03 15:49:51.233 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-09-03 15:49:51.235 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-09-03 15:49:51.237 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-09-03 15:49:51.238 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-09-03 15:49:51.240 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-09-03 15:49:51.245 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-09-03 15:49:51.256 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-09-03 15:49:51.272 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-09-03 15:49:51.284 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-09-03 15:49:51.296 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-09-03 15:49:51.331 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-09-03 15:49:51.386 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-09-03 15:49:51.473 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-09-03 15:49:51.494 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-09-03 15:49:51.543 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-09-03 15:49:51.592 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-09-03 15:49:51.730 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-09-03 15:49:51.744 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-09-03 15:49:51.756 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-09-03 15:49:51.769 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-09-03 15:49:51.852 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-09-03 15:49:51.854 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-09-03 15:49:51.857 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-09-03 15:49:51.859 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-09-03 15:49:51.861 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-09-03 15:49:51.863 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-09-03 15:49:51.866 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-09-03 15:49:51.866 | False' 2022-09-03 15:49:51.868 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-09-03 15:49:51.882 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-09-03 15:49:51.884 | + ./stack.sh:main:624 : run_phase source 2022-09-03 15:49:51.886 | + functions-common:run_phase:1879 : local mode=source 2022-09-03 15:49:51.888 | + functions-common:run_phase:1880 : local phase= 2022-09-03 15:49:51.890 | + functions-common:run_phase:1881 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-03 15:49:51.893 | + functions-common:run_phase:1882 : local extra_plugin_file_name 2022-09-03 15:49:51.895 | + functions-common:run_phase:1883 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-03 15:49:51.897 | + functions-common:run_phase:1888 : local exceptions=80-tempest.sh 2022-09-03 15:49:51.899 | + functions-common:run_phase:1889 : local extra 2022-09-03 15:49:51.901 | ++ functions-common:run_phase:1890 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-03 15:49:51.904 | + functions-common:run_phase:1890 : extra=80-tempest.sh 2022-09-03 15:49:51.907 | + functions-common:run_phase:1891 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-03 15:49:51.909 | + functions-common:run_phase:1895 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-03 15:49:51.911 | + functions-common:run_phase:1895 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-09-03 15:49:51.913 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-03 15:49:51.927 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:51.929 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-09-03 15:49:51.931 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-09-03 15:49:51.969 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-09-03 15:49:51.971 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-09-03 15:49:51.973 | + functions-common:run_phase:1900 : [[ source == \s\o\u\r\c\e ]] 2022-09-03 15:49:51.976 | + functions-common:run_phase:1901 : load_plugin_settings 2022-09-03 15:49:51.978 | + functions-common:load_plugin_settings:1815 : local plugins= 2022-09-03 15:49:51.980 | + functions-common:load_plugin_settings:1816 : local plugin 2022-09-03 15:49:51.982 | + functions-common:load_plugin_settings:1819 : [[ -z '' ]] 2022-09-03 15:49:51.984 | + functions-common:load_plugin_settings:1820 : return 2022-09-03 15:49:51.986 | + functions-common:run_phase:1902 : verify_disabled_services 2022-09-03 15:49:51.988 | + functions-common:verify_disabled_services:2162 : local service 2022-09-03 15:49:51.990 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:51.992 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-09-03 15:49:51.995 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:51.997 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-09-03 15:49:51.999 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.001 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-09-03 15:49:52.003 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.006 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-09-03 15:49:52.008 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.010 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-09-03 15:49:52.012 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.014 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-09-03 15:49:52.017 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.020 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-09-03 15:49:52.022 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.024 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-09-03 15:49:52.026 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.028 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-09-03 15:49:52.030 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.033 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-09-03 15:49:52.036 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.038 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-09-03 15:49:52.040 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.042 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-09-03 15:49:52.044 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.047 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-09-03 15:49:52.049 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.051 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-09-03 15:49:52.054 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.056 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-09-03 15:49:52.058 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.060 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-09-03 15:49:52.062 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.065 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-09-03 15:49:52.067 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.069 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-09-03 15:49:52.071 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.073 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-09-03 15:49:52.076 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.078 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-09-03 15:49:52.081 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.083 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-09-03 15:49:52.085 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.087 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-09-03 15:49:52.089 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.092 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-09-03 15:49:52.094 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.097 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-09-03 15:49:52.099 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.101 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-09-03 15:49:52.103 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.105 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-09-03 15:49:52.108 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.110 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-09-03 15:49:52.112 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.114 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-09-03 15:49:52.116 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.119 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-09-03 15:49:52.121 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.123 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-09-03 15:49:52.126 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.128 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-09-03 15:49:52.130 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.132 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-09-03 15:49:52.135 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.137 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-09-03 15:49:52.139 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.142 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-09-03 15:49:52.144 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.146 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-09-03 15:49:52.149 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.151 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-09-03 15:49:52.153 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.155 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-09-03 15:49:52.157 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.160 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-09-03 15:49:52.162 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.164 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-09-03 15:49:52.166 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.168 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-09-03 15:49:52.171 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.173 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-09-03 15:49:52.175 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.177 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-09-03 15:49:52.180 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.182 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-09-03 15:49:52.184 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.186 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-09-03 15:49:52.189 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.191 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-09-03 15:49:52.193 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.195 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-09-03 15:49:52.198 | + functions-common:verify_disabled_services:2163 : for service in ${ENABLED_SERVICES//,/ } 2022-09-03 15:49:52.200 | + functions-common:verify_disabled_services:2164 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-09-03 15:49:52.203 | + ./stack.sh:main:695 : initialize_database_backends 2022-09-03 15:49:52.205 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-09-03 15:49:52.208 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-09-03 15:49:52.222 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:52.224 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-09-03 15:49:52.226 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-09-03 15:49:52.228 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-09-03 15:49:52.243 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:49:52.245 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-09-03 15:49:52.247 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-09-03 15:49:52.249 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-09-03 15:49:52.252 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-09-03 15:49:52.254 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-09-03 15:49:52.257 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-09-03 15:49:52.259 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-09-03 15:49:52.261 | + lib/database:initialize_database_backends:92 : return 0 2022-09-03 15:49:52.263 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-09-03 15:49:52.264 | Using mysql database backend 2022-09-03 15:49:52.266 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-09-03 15:49:52.282 | + ./stack.sh:main:701 : define_database_baseurl 2022-09-03 15:49:52.285 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-09-03 15:49:52.287 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-09-03 15:49:52.290 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-09-03 15:49:52.293 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-03 15:49:52.295 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-09-03 15:49:52.312 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:52.315 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-09-03 15:49:52.331 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-09-03 15:49:52.347 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:52.349 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-09-03 15:49:52.365 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-09-03 15:49:52.381 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-09-03 15:49:52.397 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:49:52.399 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-09-03 15:49:52.415 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:49:52.418 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-09-03 15:49:52.434 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-09-03 15:49:52.436 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-09-03 15:49:52.439 | + ./stack.sh:main:757 : save_stackenv 757 2022-09-03 15:49:52.441 | + functions-common:save_stackenv:60 : local tag=757 2022-09-03 15:49:52.444 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-09-03 15:49:52.448 | + functions-common:save_stackenv:62 : time_stamp=2022-09-03-154952 2022-09-03 15:49:52.450 | + functions-common:save_stackenv:63 : echo '# 2022-09-03-154952 757' 2022-09-03 15:49:52.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.456 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-03 15:49:52.458 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.460 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-09-03 15:49:52.463 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.465 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-09-03 15:49:52.467 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.469 | + 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-09-03 15:49:52.472 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.474 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-09-03 15:49:52.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.479 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-09-03 15:49:52.481 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.483 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-09-03-154950 2022-09-03 15:49:52.486 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.488 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-09-03 15:49:52.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.493 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-09-03 15:49:52.495 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.497 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-09-03 15:49:52.500 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.503 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-09-03 15:49:52.505 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.508 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-09-03 15:49:52.510 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 15:49:52.512 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-09-03 15:49:52.514 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-09-03 15:49:52.518 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/yoga 2022-09-03 15:49:52.520 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-09-03 15:49:52.522 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-09-03 15:49:52.524 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 15:49:52.526 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 15:49:52.529 | ++ functions-common:git_clone:612 : pwd 2022-09-03 15:49:52.531 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 15:49:52.533 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 15:49:52.536 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 15:49:52.551 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 15:49:52.553 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 15:49:52.555 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 15:49:52.557 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 15:49:52.558 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 15:49:52.563 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-09-03 15:49:52.565 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 15:49:52.567 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-09-03 15:49:52.579 | + functions-common:git_clone:689 : cd /opt/stack/requirements 2022-09-03 15:49:52.581 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 15:49:52.581 | + functions-common:git_clone:690 : head -1 2022-09-03 15:49:52.585 | 52cd6721 update constraint for python-blazarclient to new release 3.4.1 2022-09-03 15:49:52.587 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 15:49:52.590 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-09-03 15:49:52.592 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 15:49:52.595 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-09-03 15:49:52.597 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-09-03 15:49:52.599 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-09-03 15:49:52.602 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-09-03 15:49:52.604 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-09-03 15:49:52.606 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-09-03 15:49:52.609 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-09-03 15:49:52.612 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-09-03 15:49:52.615 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-09-03 15:49:52.618 | ++ tools/install_prereqs.sh:source:47 : NOW=1662220192 2022-09-03 15:49:52.621 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-09-03 15:49:52.626 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-09-03 15:49:52.628 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-09-03 15:49:52.631 | ++ tools/install_prereqs.sh:source:49 : DELTA=1662220192 2022-09-03 15:49:52.633 | ++ tools/install_prereqs.sh:source:50 : [[ 1662220192 -lt 7200 ]] 2022-09-03 15:49:52.635 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-09-03 15:49:52.638 | ++ functions-common:export_proxy_variables:2269 : isset http_proxy 2022-09-03 15:49:52.640 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-09-03 15:49:52.642 | ++ functions-common:export_proxy_variables:2272 : isset https_proxy 2022-09-03 15:49:52.645 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-09-03 15:49:52.647 | ++ functions-common:export_proxy_variables:2275 : isset no_proxy 2022-09-03 15:49:52.649 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-09-03 15:49:52.652 | +++ 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-09-03 15:49:52.699 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-09-03 15:49:52.699 | apache2-dev 2022-09-03 15:49:52.699 | bc 2022-09-03 15:49:52.699 | bsdmainutils 2022-09-03 15:49:52.699 | curl 2022-09-03 15:49:52.699 | g++ 2022-09-03 15:49:52.699 | gawk 2022-09-03 15:49:52.699 | gcc 2022-09-03 15:49:52.699 | gettext 2022-09-03 15:49:52.699 | git 2022-09-03 15:49:52.699 | graphviz 2022-09-03 15:49:52.699 | iputils-ping 2022-09-03 15:49:52.699 | libapache2-mod-proxy-uwsgi 2022-09-03 15:49:52.699 | libffi-dev 2022-09-03 15:49:52.700 | libjpeg-dev 2022-09-03 15:49:52.700 | libpcre3-dev 2022-09-03 15:49:52.700 | libpq-dev 2022-09-03 15:49:52.700 | libssl-dev 2022-09-03 15:49:52.700 | libsystemd-dev 2022-09-03 15:49:52.700 | libxml2-dev 2022-09-03 15:49:52.700 | libxslt1-dev 2022-09-03 15:49:52.700 | libyaml-dev 2022-09-03 15:49:52.700 | lsof 2022-09-03 15:49:52.700 | openssh-server 2022-09-03 15:49:52.700 | openssl 2022-09-03 15:49:52.700 | pkg-config 2022-09-03 15:49:52.700 | psmisc 2022-09-03 15:49:52.700 | python3-dev 2022-09-03 15:49:52.700 | python3-pip 2022-09-03 15:49:52.700 | python3-systemd 2022-09-03 15:49:52.700 | python3-venv 2022-09-03 15:49:52.700 | tar 2022-09-03 15:49:52.700 | tcpdump 2022-09-03 15:49:52.700 | unzip 2022-09-03 15:49:52.700 | uuid-runtime 2022-09-03 15:49:52.700 | wget 2022-09-03 15:49:52.700 | wget 2022-09-03 15:49:52.700 | zlib1g-dev 2022-09-03 15:49:52.700 | libkrb5-dev 2022-09-03 15:49:52.700 | libldap2-dev 2022-09-03 15:49:52.700 | libsasl2-dev 2022-09-03 15:49:52.700 | memcached 2022-09-03 15:49:52.700 | python3-mysqldb 2022-09-03 15:49:52.700 | sqlite3 2022-09-03 15:49:52.700 | conntrack 2022-09-03 15:49:52.700 | curl 2022-09-03 15:49:52.700 | dnsmasq-base 2022-09-03 15:49:52.700 | dnsmasq-utils 2022-09-03 15:49:52.700 | ebtables 2022-09-03 15:49:52.700 | genisoimage 2022-09-03 15:49:52.700 | iptables 2022-09-03 15:49:52.700 | iputils-arping 2022-09-03 15:49:52.701 | kpartx 2022-09-03 15:49:52.701 | libjs-jquery-tablesorter 2022-09-03 15:49:52.701 | parted 2022-09-03 15:49:52.701 | pm-utils 2022-09-03 15:49:52.701 | python3-mysqldb 2022-09-03 15:49:52.701 | socat 2022-09-03 15:49:52.701 | sqlite3 2022-09-03 15:49:52.701 | sudo 2022-09-03 15:49:52.701 | vlan 2022-09-03 15:49:52.701 | lsscsi 2022-09-03 15:49:52.701 | open-iscsi 2022-09-03 15:49:52.701 | lvm2 2022-09-03 15:49:52.701 | qemu-utils 2022-09-03 15:49:52.701 | thin-provisioning-tools 2022-09-03 15:49:52.701 | acl 2022-09-03 15:49:52.701 | dnsmasq-base 2022-09-03 15:49:52.701 | dnsmasq-utils 2022-09-03 15:49:52.701 | ebtables 2022-09-03 15:49:52.701 | haproxy 2022-09-03 15:49:52.701 | iptables 2022-09-03 15:49:52.701 | iputils-arping 2022-09-03 15:49:52.701 | iputils-ping 2022-09-03 15:49:52.701 | postgresql-server-dev-all 2022-09-03 15:49:52.701 | python3-mysqldb 2022-09-03 15:49:52.701 | sqlite3 2022-09-03 15:49:52.701 | sudo 2022-09-03 15:49:52.701 | vlan 2022-09-03 15:49:52.701 | pcp 2022-09-03 15:49:52.701 | ipset 2022-09-03 15:49:52.701 | conntrack 2022-09-03 15:49:52.701 | conntrackd 2022-09-03 15:49:52.701 | keepalived 2022-09-03 15:49:52.701 | lvm2 2022-09-03 15:49:52.701 | qemu-utils 2022-09-03 15:49:52.701 | thin-provisioning-tools 2022-09-03 15:49:52.701 | curl 2022-09-03 15:49:52.701 | liberasurecode-dev 2022-09-03 15:49:52.701 | make 2022-09-03 15:49:52.701 | memcached 2022-09-03 15:49:52.701 | rsync 2022-09-03 15:49:52.702 | sqlite3 2022-09-03 15:49:52.702 | xfsprogs' 2022-09-03 15:49:52.702 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-09-03 15:49:52.719 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-09-03 15:49:52.719 | apache2-dev 2022-09-03 15:49:52.719 | bc 2022-09-03 15:49:52.719 | bsdmainutils 2022-09-03 15:49:52.719 | curl 2022-09-03 15:49:52.719 | g++ 2022-09-03 15:49:52.719 | gawk 2022-09-03 15:49:52.719 | gcc 2022-09-03 15:49:52.719 | gettext 2022-09-03 15:49:52.720 | git 2022-09-03 15:49:52.720 | graphviz 2022-09-03 15:49:52.720 | iputils-ping 2022-09-03 15:49:52.720 | libapache2-mod-proxy-uwsgi 2022-09-03 15:49:52.720 | libffi-dev 2022-09-03 15:49:52.720 | libjpeg-dev 2022-09-03 15:49:52.720 | libpcre3-dev 2022-09-03 15:49:52.720 | libpq-dev 2022-09-03 15:49:52.720 | libssl-dev 2022-09-03 15:49:52.720 | libsystemd-dev 2022-09-03 15:49:52.720 | libxml2-dev 2022-09-03 15:49:52.720 | libxslt1-dev 2022-09-03 15:49:52.720 | libyaml-dev 2022-09-03 15:49:52.720 | lsof 2022-09-03 15:49:52.720 | openssh-server 2022-09-03 15:49:52.720 | openssl 2022-09-03 15:49:52.720 | pkg-config 2022-09-03 15:49:52.720 | psmisc 2022-09-03 15:49:52.720 | python3-dev 2022-09-03 15:49:52.720 | python3-pip 2022-09-03 15:49:52.720 | python3-systemd 2022-09-03 15:49:52.720 | python3-venv 2022-09-03 15:49:52.720 | tar 2022-09-03 15:49:52.720 | tcpdump 2022-09-03 15:49:52.720 | unzip 2022-09-03 15:49:52.720 | uuid-runtime 2022-09-03 15:49:52.720 | wget 2022-09-03 15:49:52.720 | wget 2022-09-03 15:49:52.720 | zlib1g-dev 2022-09-03 15:49:52.720 | libkrb5-dev 2022-09-03 15:49:52.720 | libldap2-dev 2022-09-03 15:49:52.720 | libsasl2-dev 2022-09-03 15:49:52.720 | memcached 2022-09-03 15:49:52.720 | python3-mysqldb 2022-09-03 15:49:52.720 | sqlite3 2022-09-03 15:49:52.720 | conntrack 2022-09-03 15:49:52.720 | curl 2022-09-03 15:49:52.720 | dnsmasq-base 2022-09-03 15:49:52.720 | dnsmasq-utils 2022-09-03 15:49:52.720 | ebtables 2022-09-03 15:49:52.721 | genisoimage 2022-09-03 15:49:52.721 | iptables 2022-09-03 15:49:52.721 | iputils-arping 2022-09-03 15:49:52.721 | kpartx 2022-09-03 15:49:52.721 | libjs-jquery-tablesorter 2022-09-03 15:49:52.721 | parted 2022-09-03 15:49:52.721 | pm-utils 2022-09-03 15:49:52.721 | python3-mysqldb 2022-09-03 15:49:52.721 | socat 2022-09-03 15:49:52.721 | sqlite3 2022-09-03 15:49:52.721 | sudo 2022-09-03 15:49:52.721 | vlan 2022-09-03 15:49:52.721 | lsscsi 2022-09-03 15:49:52.721 | open-iscsi 2022-09-03 15:49:52.721 | lvm2 2022-09-03 15:49:52.721 | qemu-utils 2022-09-03 15:49:52.721 | thin-provisioning-tools 2022-09-03 15:49:52.721 | acl 2022-09-03 15:49:52.721 | dnsmasq-base 2022-09-03 15:49:52.721 | dnsmasq-utils 2022-09-03 15:49:52.721 | ebtables 2022-09-03 15:49:52.721 | haproxy 2022-09-03 15:49:52.721 | iptables 2022-09-03 15:49:52.721 | iputils-arping 2022-09-03 15:49:52.721 | iputils-ping 2022-09-03 15:49:52.721 | postgresql-server-dev-all 2022-09-03 15:49:52.721 | python3-mysqldb 2022-09-03 15:49:52.721 | sqlite3 2022-09-03 15:49:52.721 | sudo 2022-09-03 15:49:52.721 | vlan 2022-09-03 15:49:52.721 | pcp 2022-09-03 15:49:52.721 | ipset 2022-09-03 15:49:52.721 | conntrack 2022-09-03 15:49:52.721 | conntrackd 2022-09-03 15:49:52.721 | keepalived 2022-09-03 15:49:52.721 | lvm2 2022-09-03 15:49:52.721 | qemu-utils 2022-09-03 15:49:52.721 | thin-provisioning-tools 2022-09-03 15:49:52.721 | curl 2022-09-03 15:49:52.721 | liberasurecode-dev 2022-09-03 15:49:52.722 | make 2022-09-03 15:49:52.722 | memcached 2022-09-03 15:49:52.722 | rsync 2022-09-03 15:49:52.722 | sqlite3 2022-09-03 15:49:52.722 | xfsprogs ' 2022-09-03 15:49:52.722 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-09-03 15:49:52.724 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:49:52.726 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:49:52.729 | ++ 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 rsync sqlite3 xfsprogs 2022-09-03 15:49:52.729 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-09-03 15:49:52.734 | ++ 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 rsync sqlite3 xfsprogs 2022-09-03 15:49:52.736 | ++ functions-common:install_package:1475 : update_package_repo 2022-09-03 15:49:52.738 | ++ functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:49:52.741 | ++ functions-common:update_package_repo:1448 : REPOS_UPDATED=False 2022-09-03 15:49:52.742 | ++ functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:49:52.745 | ++ functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:49:52.746 | ++ functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:49:52.749 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:49:52.751 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:49:52.753 | ++ functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:49:52.755 | ++ functions-common:apt_get_update:1201 : [[ False == \T\r\u\e ]] 2022-09-03 15:49:52.757 | ++ functions-common:apt_get_update:1206 : [[ False = \T\r\u\e ]] 2022-09-03 15:49:52.759 | ++ functions-common:apt_get_update:1208 : local sudo=sudo 2022-09-03 15:49:52.761 | +++ functions-common:apt_get_update:1209 : id -u 2022-09-03 15:49:52.765 | ++ functions-common:apt_get_update:1209 : [[ 1000 = \0 ]] 2022-09-03 15:49:52.767 | ++ functions-common:apt_get_update:1212 : time_start apt-get-update 2022-09-03 15:49:52.769 | ++ functions-common:time_start:2437 : local name=apt-get-update 2022-09-03 15:49:52.771 | ++ functions-common:time_start:2438 : local start_time= 2022-09-03 15:49:52.773 | ++ functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 15:49:52.776 | +++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 15:49:52.779 | ++ functions-common:time_start:2442 : _TIME_START[$name]=1662220192777 2022-09-03 15:49:52.781 | ++ functions-common:apt_get_update:1214 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-09-03 15:49:52.783 | ++ functions-common:apt_get_update:1215 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-09-03 15:49:52.785 | ++ functions-common:apt_get_update:1216 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-09-03 15:49:53.042 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-09-03 15:49:53.093 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-09-03 15:49:53.201 | Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-09-03 15:49:53.340 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-09-03 15:50:03.846 | Fetched 222 kB in 1s (330 kB/s) 2022-09-03 15:50:05.446 | Reading package lists... 2022-09-03 15:50:05.478 | ++ functions-common:apt_get_update:1220 : REPOS_UPDATED=True 2022-09-03 15:50:05.480 | ++ functions-common:apt_get_update:1222 : time_stop apt-get-update 2022-09-03 15:50:05.482 | ++ functions-common:time_stop:2451 : local name 2022-09-03 15:50:05.484 | ++ functions-common:time_stop:2452 : local end_time 2022-09-03 15:50:05.486 | ++ functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:50:05.489 | ++ functions-common:time_stop:2454 : local total 2022-09-03 15:50:05.491 | ++ functions-common:time_stop:2455 : local start_time 2022-09-03 15:50:05.493 | ++ functions-common:time_stop:2457 : name=apt-get-update 2022-09-03 15:50:05.495 | ++ functions-common:time_stop:2458 : start_time=1662220192777 2022-09-03 15:50:05.497 | ++ functions-common:time_stop:2460 : [[ -z 1662220192777 ]] 2022-09-03 15:50:05.499 | +++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:50:05.504 | ++ functions-common:time_stop:2463 : end_time=1662220205501 2022-09-03 15:50:05.506 | ++ functions-common:time_stop:2464 : elapsed_time=12724 2022-09-03 15:50:05.507 | ++ functions-common:time_stop:2465 : total=0 2022-09-03 15:50:05.509 | ++ functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:50:05.511 | ++ functions-common:time_stop:2468 : _TIME_TOTAL[$name]=12724 2022-09-03 15:50:05.514 | ++ functions-common:install_package:1476 : 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 rsync sqlite3 xfsprogs 2022-09-03 15:50:05.516 | ++ functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:50:05.518 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:50:05.520 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:50:05.523 | ++ functions-common:real_install_package:1462 : 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 rsync sqlite3 xfsprogs 2022-09-03 15:50:05.542 | ++ functions-common:apt_get:1242 : 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 rsync sqlite3 xfsprogs 2022-09-03 15:50:05.651 | Reading package lists... 2022-09-03 15:50:05.899 | Building dependency tree... 2022-09-03 15:50:05.900 | Reading state information... 2022-09-03 15:50:06.190 | bc is already the newest version (1.07.1-2build1). 2022-09-03 15:50:06.190 | bc set to manually installed. 2022-09-03 15:50:06.190 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-09-03 15:50:06.190 | bsdmainutils set to manually installed. 2022-09-03 15:50:06.190 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-09-03 15:50:06.190 | g++ set to manually installed. 2022-09-03 15:50:06.190 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-09-03 15:50:06.190 | gawk set to manually installed. 2022-09-03 15:50:06.190 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-09-03 15:50:06.190 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-09-03 15:50:06.190 | iptables set to manually installed. 2022-09-03 15:50:06.190 | iputils-ping is already the newest version (3:20190709-3). 2022-09-03 15:50:06.190 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-09-03 15:50:06.190 | kpartx set to manually installed. 2022-09-03 15:50:06.190 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-09-03 15:50:06.190 | make is already the newest version (4.2.1-1.2). 2022-09-03 15:50:06.190 | make set to manually installed. 2022-09-03 15:50:06.190 | psmisc is already the newest version (23.3-1). 2022-09-03 15:50:06.190 | psmisc set to manually installed. 2022-09-03 15:50:06.190 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-09-03 15:50:06.190 | python3-systemd is already the newest version (234-3build2). 2022-09-03 15:50:06.190 | python3-systemd set to manually installed. 2022-09-03 15:50:06.190 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-09-03 15:50:06.190 | thin-provisioning-tools set to manually installed. 2022-09-03 15:50:06.190 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-09-03 15:50:06.191 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-09-03 15:50:06.191 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-09-03 15:50:06.191 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-09-03 15:50:06.191 | lsof set to manually installed. 2022-09-03 15:50:06.191 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-09-03 15:50:06.191 | parted set to manually installed. 2022-09-03 15:50:06.191 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-09-03 15:50:06.191 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-09-03 15:50:06.191 | zlib1g-dev set to manually installed. 2022-09-03 15:50:06.191 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-09-03 15:50:06.191 | The following packages were automatically installed and are no longer required: 2022-09-03 15:50:06.191 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:50:06.191 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:50:06.191 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:50:06.191 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:50:06.191 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:50:06.191 | python3-zope.interface 2022-09-03 15:50:06.191 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:50:06.191 | The following additional packages will be installed: 2022-09-03 15:50:06.191 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-09-03 15:50:06.192 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-09-03 15:50:06.192 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-09-03 15:50:06.192 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-09-03 15:50:06.192 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-09-03 15:50:06.192 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-09-03 15:50:06.192 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-09-03 15:50:06.192 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-09-03 15:50:06.192 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-09-03 15:50:06.192 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-09-03 15:50:06.192 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-09-03 15:50:06.192 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-09-03 15:50:06.192 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-09-03 15:50:06.192 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-09-03 15:50:06.192 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-09-03 15:50:06.192 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-09-03 15:50:06.192 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-09-03 15:50:06.192 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-09-03 15:50:06.192 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-09-03 15:50:06.192 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-09-03 15:50:06.192 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-09-03 15:50:06.192 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-09-03 15:50:06.192 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-09-03 15:50:06.192 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-09-03 15:50:06.192 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-09-03 15:50:06.192 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-09-03 15:50:06.192 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-09-03 15:50:06.192 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-09-03 15:50:06.192 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libz3-4 2022-09-03 15:50:06.192 | libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-09-03 15:50:06.192 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-09-03 15:50:06.193 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-09-03 15:50:06.193 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-09-03 15:50:06.193 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-09-03 15:50:06.193 | x11-common 2022-09-03 15:50:06.194 | Suggested packages: 2022-09-03 15:50:06.194 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-09-03 15:50:06.194 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-09-03 15:50:06.194 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-09-03 15:50:06.194 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-09-03 15:50:06.194 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-09-03 15:50:06.194 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-09-03 15:50:06.194 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-09-03 15:50:06.194 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-09-03 15:50:06.194 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-09-03 15:50:06.194 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-09-03 15:50:06.194 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-09-03 15:50:06.194 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-09-03 15:50:06.194 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-09-03 15:50:06.194 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-09-03 15:50:06.195 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-09-03 15:50:06.195 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-09-03 15:50:06.449 | The following NEW packages will be installed: 2022-09-03 15:50:06.449 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-09-03 15:50:06.450 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-09-03 15:50:06.450 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-09-03 15:50:06.450 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-09-03 15:50:06.450 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-09-03 15:50:06.450 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-09-03 15:50:06.450 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-09-03 15:50:06.450 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-09-03 15:50:06.450 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-09-03 15:50:06.450 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-09-03 15:50:06.450 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-09-03 15:50:06.450 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-09-03 15:50:06.450 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-09-03 15:50:06.450 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-09-03 15:50:06.450 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-09-03 15:50:06.450 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-09-03 15:50:06.450 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-09-03 15:50:06.450 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-09-03 15:50:06.450 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-09-03 15:50:06.450 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-09-03 15:50:06.450 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-09-03 15:50:06.450 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-09-03 15:50:06.450 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-09-03 15:50:06.450 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-09-03 15:50:06.450 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-09-03 15:50:06.450 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-09-03 15:50:06.450 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-09-03 15:50:06.450 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-09-03 15:50:06.450 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-09-03 15:50:06.450 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-09-03 15:50:06.450 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-09-03 15:50:06.450 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-09-03 15:50:06.450 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-09-03 15:50:06.450 | postgresql-client-12 postgresql-client-common postgresql-common 2022-09-03 15:50:06.451 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-09-03 15:50:06.451 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-09-03 15:50:06.451 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-09-03 15:50:06.451 | vbetool vlan x11-common 2022-09-03 15:50:06.451 | The following packages will be upgraded: 2022-09-03 15:50:06.452 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-09-03 15:50:06.452 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-09-03 15:50:06.452 | libssl1.1 libsystemd0 libuuid1 libxml2 libxslt1.1 open-iscsi openssh-client 2022-09-03 15:50:06.453 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-09-03 15:50:06.453 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-09-03 15:50:06.561 | 29 upgraded, 203 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:50:06.561 | Need to get 152 MB of archives. 2022-09-03 15:50:06.562 | After this operation, 712 MB of additional disk space will be used. 2022-09-03 15:50:06.562 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 2022-09-03 15:50:06.780 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 [96.0 kB] 2022-09-03 15:50:06.792 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 [28.1 kB] 2022-09-03 15:50:06.795 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 [10.3 kB] 2022-09-03 15:50:06.796 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 [186 kB] 2022-09-03 15:50:06.829 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 [3,809 kB] 2022-09-03 15:50:07.267 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 [269 kB] 2022-09-03 15:50:07.273 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 [318 kB] 2022-09-03 15:50:07.279 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-09-03 15:50:07.280 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-09-03 15:50:07.281 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-09-03 15:50:07.283 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1,321 kB] 2022-09-03 15:50:07.405 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-09-03 15:50:07.408 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 [549 kB] 2022-09-03 15:50:07.418 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-09-03 15:50:07.434 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2022-09-03 15:50:07.435 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2022-09-03 15:50:07.439 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] 2022-09-03 15:50:07.496 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-09-03 15:50:07.496 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.13 [161 kB] 2022-09-03 15:50:07.505 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.13 [235 kB] 2022-09-03 15:50:07.519 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-09-03 15:50:07.536 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-09-03 15:50:07.543 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-09-03 15:50:08.923 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [640 kB] 2022-09-03 15:50:08.997 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 [1,181 kB] 2022-09-03 15:50:09.195 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 [159 kB] 2022-09-03 15:50:09.222 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 [84.5 kB] 2022-09-03 15:50:09.236 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 [95.6 kB] 2022-09-03 15:50:09.251 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-09-03 15:50:09.304 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 [1,519 kB] 2022-09-03 15:50:09.554 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-09-03 15:50:09.557 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-09-03 15:50:09.558 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-09-03 15:50:09.560 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 [1,323 kB] 2022-09-03 15:50:09.818 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] 2022-09-03 15:50:09.818 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] 2022-09-03 15:50:09.819 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.5 [206 kB] 2022-09-03 15:50:09.875 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.5 [980 kB] 2022-09-03 15:50:09.995 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 [361 kB] 2022-09-03 15:50:10.055 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-09-03 15:50:10.076 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-09-03 15:50:10.122 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9,548 B] 2022-09-03 15:50:10.124 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB] 2022-09-03 15:50:10.259 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-09-03 15:50:10.274 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 [51.5 kB] 2022-09-03 15:50:10.275 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 [377 kB] 2022-09-03 15:50:10.321 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB] 2022-09-03 15:50:10.455 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 [369 kB] 2022-09-03 15:50:10.539 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-09-03 15:50:10.588 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-09-03 15:50:10.589 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-09-03 15:50:10.590 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-09-03 15:50:10.645 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-09-03 15:50:10.684 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-09-03 15:50:10.798 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-09-03 15:50:10.827 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-09-03 15:50:13.258 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-09-03 15:50:14.909 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-09-03 15:50:14.912 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-09-03 15:50:14.913 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [225 kB] 2022-09-03 15:50:15.077 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2,730 kB] 2022-09-03 15:50:15.308 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-09-03 15:50:15.347 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-09-03 15:50:15.389 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-09-03 15:50:16.288 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-09-03 15:50:17.552 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-09-03 15:50:17.553 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-09-03 15:50:17.556 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-09-03 15:50:17.557 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-09-03 15:50:17.566 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-09-03 15:50:17.581 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-09-03 15:50:17.583 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-09-03 15:50:17.585 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-09-03 15:50:17.586 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-09-03 15:50:17.645 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-09-03 15:50:17.655 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-09-03 15:50:17.794 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-09-03 15:50:17.798 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-09-03 15:50:17.836 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-09-03 15:50:17.981 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-09-03 15:50:18.026 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-09-03 15:50:18.027 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-09-03 15:50:18.028 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-09-03 15:50:18.109 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 [262 kB] 2022-09-03 15:50:18.173 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-09-03 15:50:18.214 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 [180 kB] 2022-09-03 15:50:18.236 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-09-03 15:50:18.244 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-09-03 15:50:18.247 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-09-03 15:50:18.248 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-09-03 15:50:18.250 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-09-03 15:50:18.265 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-09-03 15:50:18.266 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-09-03 15:50:18.272 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 [315 kB] 2022-09-03 15:50:18.352 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 [13.2 kB] 2022-09-03 15:50:18.353 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-09-03 15:50:18.355 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-09-03 15:50:18.461 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-09-03 15:50:18.552 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-09-03 15:50:18.555 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-09-03 15:50:18.719 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-09-03 15:50:19.013 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-09-03 15:50:19.110 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-09-03 15:50:19.116 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-09-03 15:50:19.120 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-09-03 15:50:19.129 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-09-03 15:50:19.145 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-09-03 15:50:19.146 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-09-03 15:50:19.148 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-09-03 15:50:19.169 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 [162 kB] 2022-09-03 15:50:19.186 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-09-03 15:50:19.190 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-09-03 15:50:19.232 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-09-03 15:50:19.245 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-09-03 15:50:19.264 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-09-03 15:50:19.265 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-09-03 15:50:19.266 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-09-03 15:50:19.267 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-09-03 15:50:19.317 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-09-03 15:50:19.323 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 2022-09-03 15:50:19.357 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-09-03 15:50:19.368 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-09-03 15:50:19.383 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-09-03 15:50:19.385 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-09-03 15:50:19.399 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-09-03 15:50:19.402 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-09-03 15:50:19.404 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-09-03 15:50:19.406 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-09-03 15:50:19.515 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-09-03 15:50:19.518 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-09-03 15:50:19.522 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-09-03 15:50:19.523 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-09-03 15:50:19.524 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-09-03 15:50:19.525 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-09-03 15:50:19.542 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-09-03 15:50:19.546 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-09-03 15:50:19.561 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-09-03 15:50:19.660 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-09-03 15:50:19.663 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-09-03 15:50:19.665 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-09-03 15:50:19.685 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-09-03 15:50:19.725 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-09-03 15:50:19.726 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-09-03 15:50:19.727 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-09-03 15:50:19.732 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-09-03 15:50:19.735 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-09-03 15:50:19.796 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-09-03 15:50:19.799 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 [39.9 kB] 2022-09-03 15:50:19.802 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-09-03 15:50:19.813 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-09-03 15:50:19.813 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-09-03 15:50:19.834 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-09-03 15:50:19.855 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-09-03 15:50:19.858 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-09-03 15:50:21.154 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-09-03 15:50:21.156 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-09-03 15:50:21.166 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-09-03 15:50:21.177 | Get:159 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-09-03 15:50:21.271 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-09-03 15:50:21.272 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-09-03 15:50:21.278 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-09-03 15:50:21.322 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-09-03 15:50:21.322 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-09-03 15:50:21.325 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-09-03 15:50:21.397 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-09-03 15:50:21.398 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-09-03 15:50:21.398 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-09-03 15:50:21.446 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-09-03 15:50:21.470 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 [1,256 kB] 2022-09-03 15:50:21.684 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-09-03 15:50:21.723 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-09-03 15:50:21.724 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-09-03 15:50:21.725 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-09-03 15:50:21.787 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-09-03 15:50:21.788 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-09-03 15:50:21.789 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 [117 kB] 2022-09-03 15:50:21.792 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 [137 kB] 2022-09-03 15:50:21.796 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 [3,214 kB] 2022-09-03 15:50:22.403 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 [1,623 kB] 2022-09-03 15:50:22.639 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 [226 kB] 2022-09-03 15:50:22.686 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] 2022-09-03 15:50:22.690 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 [1,584 kB] 2022-09-03 15:50:22.933 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 [246 kB] 2022-09-03 15:50:23.015 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-09-03 15:50:23.016 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-09-03 15:50:23.017 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [736 kB] 2022-09-03 15:50:23.121 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 [151 kB] 2022-09-03 15:50:23.180 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 [219 kB] 2022-09-03 15:50:23.193 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-09-03 15:50:23.230 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-09-03 15:50:23.274 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-09-03 15:50:24.173 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-09-03 15:50:24.211 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-09-03 15:50:24.299 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-09-03 15:50:24.305 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-09-03 15:50:25.387 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-09-03 15:50:25.389 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-09-03 15:50:29.590 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-09-03 15:50:29.591 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-09-03 15:50:29.592 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-09-03 15:50:29.593 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-09-03 15:50:29.711 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 [1,051 kB] 2022-09-03 15:50:30.156 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-09-03 15:50:30.157 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-09-03 15:50:30.173 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 [983 kB] 2022-09-03 15:50:30.256 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-09-03 15:50:30.256 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-09-03 15:50:30.260 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 [5,444 B] 2022-09-03 15:50:30.261 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-09-03 15:50:30.261 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 [54.9 kB] 2022-09-03 15:50:30.265 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 [968 kB] 2022-09-03 15:50:30.348 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-09-03 15:50:30.361 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 [861 kB] 2022-09-03 15:50:30.434 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-09-03 15:50:30.448 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-09-03 15:50:30.449 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-09-03 15:50:30.452 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-09-03 15:50:30.455 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 [1,184 B] 2022-09-03 15:50:30.456 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-09-03 15:50:30.459 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-09-03 15:50:30.461 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-09-03 15:50:30.508 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-09-03 15:50:30.508 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-09-03 15:50:30.567 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-09-03 15:50:30.568 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-09-03 15:50:30.570 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-09-03 15:50:30.580 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-09-03 15:50:30.585 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-09-03 15:50:30.591 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-09-03 15:50:30.903 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-09-03 15:50:30.928 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-09-03 15:50:32.411 | Preconfiguring packages ... 2022-09-03 15:50:32.693 | Fetched 152 MB in 24s (6,217 kB/s) 2022-09-03 15:50:32.909 | (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 ... 68945 files and directories currently installed.) 2022-09-03 15:50:32.911 | Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:50:33.087 | Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7ubuntu0.20.04.1) ... 2022-09-03 15:50:33.662 | Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 2022-09-03 15:50:34.223 | (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 ... 68945 files and directories currently installed.) 2022-09-03 15:50:34.226 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:34.441 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:34.978 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:35.138 | Unpacking systemd-timesyncd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:36.015 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:36.173 | Unpacking systemd-sysv (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:36.618 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:36.795 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:37.406 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:37.688 | Unpacking systemd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:39.018 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:50:39.193 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-09-03 15:50:39.651 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.17) ... 2022-09-03 15:50:40.492 | (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 ... 68946 files and directories currently installed.) 2022-09-03 15:50:40.495 | Preparing to unpack .../rsync_3.1.3-8ubuntu0.4_amd64.deb ... 2022-09-03 15:50:40.678 | Unpacking rsync (3.1.3-8ubuntu0.4) over (3.1.3-8) ... 2022-09-03 15:50:41.547 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-09-03 15:50:41.710 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-09-03 15:50:42.123 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-09-03 15:50:42.612 | (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 ... 68946 files and directories currently installed.) 2022-09-03 15:50:42.614 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-09-03 15:50:42.775 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-09-03 15:50:43.301 | Selecting previously unselected package libapr1:amd64. 2022-09-03 15:50:43.309 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-09-03 15:50:43.370 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-09-03 15:50:43.902 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-09-03 15:50:44.066 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-09-03 15:50:44.690 | Selecting previously unselected package libaprutil1:amd64. 2022-09-03 15:50:44.697 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-09-03 15:50:44.758 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:50:45.223 | Preparing to unpack .../004-libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb ... 2022-09-03 15:50:45.395 | Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) over (3.31.1-4ubuntu0.2) ... 2022-09-03 15:50:45.895 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-09-03 15:50:45.903 | Preparing to unpack .../005-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-09-03 15:50:45.958 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:50:46.291 | Preparing to unpack .../006-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-09-03 15:50:46.461 | Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-09-03 15:50:46.997 | Preparing to unpack .../007-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-09-03 15:50:47.184 | Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-09-03 15:50:47.680 | Preparing to unpack .../008-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-09-03 15:50:47.864 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-09-03 15:50:48.198 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-09-03 15:50:48.206 | Preparing to unpack .../009-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-09-03 15:50:48.255 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:50:48.557 | Preparing to unpack .../010-curl_7.68.0-1ubuntu2.13_amd64.deb ... 2022-09-03 15:50:48.704 | Unpacking curl (7.68.0-1ubuntu2.13) over (7.68.0-1ubuntu2.5) ... 2022-09-03 15:50:49.186 | Preparing to unpack .../011-libcurl4_7.68.0-1ubuntu2.13_amd64.deb ... 2022-09-03 15:50:49.327 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.13) over (7.68.0-1ubuntu2.5) ... 2022-09-03 15:50:49.818 | Selecting previously unselected package libjansson4:amd64. 2022-09-03 15:50:49.825 | Preparing to unpack .../012-libjansson4_2.12-1build1_amd64.deb ... 2022-09-03 15:50:49.886 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-09-03 15:50:50.244 | Selecting previously unselected package liblua5.2-0:amd64. 2022-09-03 15:50:50.252 | Preparing to unpack .../013-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-09-03 15:50:50.289 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-09-03 15:50:50.718 | Preparing to unpack .../014-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-09-03 15:50:50.870 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-09-03 15:50:52.564 | Preparing to unpack .../015-libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-09-03 15:50:52.729 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) over (2.9.10+dfsg-5) ... 2022-09-03 15:50:53.224 | Selecting previously unselected package apache2-bin. 2022-09-03 15:50:53.231 | Preparing to unpack .../016-apache2-bin_2.4.41-4ubuntu3.12_amd64.deb ... 2022-09-03 15:50:53.272 | Unpacking apache2-bin (2.4.41-4ubuntu3.12) ... 2022-09-03 15:50:53.772 | Selecting previously unselected package apache2-data. 2022-09-03 15:50:53.780 | Preparing to unpack .../017-apache2-data_2.4.41-4ubuntu3.12_all.deb ... 2022-09-03 15:50:53.832 | Unpacking apache2-data (2.4.41-4ubuntu3.12) ... 2022-09-03 15:50:54.235 | Selecting previously unselected package apache2-utils. 2022-09-03 15:50:54.243 | Preparing to unpack .../018-apache2-utils_2.4.41-4ubuntu3.12_amd64.deb ... 2022-09-03 15:50:54.304 | Unpacking apache2-utils (2.4.41-4ubuntu3.12) ... 2022-09-03 15:50:54.773 | Selecting previously unselected package apache2. 2022-09-03 15:50:54.780 | Preparing to unpack .../019-apache2_2.4.41-4ubuntu3.12_amd64.deb ... 2022-09-03 15:50:54.849 | Unpacking apache2 (2.4.41-4ubuntu3.12) ... 2022-09-03 15:50:55.330 | Selecting previously unselected package liblua5.3-0:amd64. 2022-09-03 15:50:55.337 | Preparing to unpack .../020-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-09-03 15:50:55.375 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-09-03 15:50:55.867 | Selecting previously unselected package haproxy. 2022-09-03 15:50:55.875 | Preparing to unpack .../021-haproxy_2.0.13-2ubuntu0.5_amd64.deb ... 2022-09-03 15:50:55.943 | Unpacking haproxy (2.0.13-2ubuntu0.5) ... 2022-09-03 15:50:56.550 | Selecting previously unselected package libnl-3-200:amd64. 2022-09-03 15:50:56.558 | Preparing to unpack .../022-libnl-3-200_3.4.0-1_amd64.deb ... 2022-09-03 15:50:56.615 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:50:56.981 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-09-03 15:50:56.989 | Preparing to unpack .../023-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-09-03 15:50:57.035 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:50:57.407 | Selecting previously unselected package mysql-common. 2022-09-03 15:50:57.414 | Preparing to unpack .../024-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-09-03 15:50:57.478 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-09-03 15:50:57.878 | Selecting previously unselected package libmysqlclient21:amd64. 2022-09-03 15:50:57.885 | Preparing to unpack .../025-libmysqlclient21_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:50:57.935 | Unpacking libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:50:58.533 | Selecting previously unselected package libsensors-config. 2022-09-03 15:50:58.540 | Preparing to unpack .../026-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... 2022-09-03 15:50:58.578 | Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-09-03 15:50:58.984 | Selecting previously unselected package libsensors5:amd64. 2022-09-03 15:50:58.991 | Preparing to unpack .../027-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... 2022-09-03 15:50:59.120 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-09-03 15:50:59.498 | Selecting previously unselected package libsnmp-base. 2022-09-03 15:50:59.506 | Preparing to unpack .../028-libsnmp-base_5.8+dfsg-2ubuntu2.5_all.deb ... 2022-09-03 15:50:59.549 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-09-03 15:51:00.052 | Selecting previously unselected package libsnmp35:amd64. 2022-09-03 15:51:00.060 | Preparing to unpack .../029-libsnmp35_5.8+dfsg-2ubuntu2.5_amd64.deb ... 2022-09-03 15:51:00.109 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-09-03 15:51:00.667 | Selecting previously unselected package keepalived. 2022-09-03 15:51:00.674 | Preparing to unpack .../030-keepalived_1%3a2.0.19-2ubuntu0.2_amd64.deb ... 2022-09-03 15:51:00.712 | Unpacking keepalived (1:2.0.19-2ubuntu0.2) ... 2022-09-03 15:51:01.181 | Selecting previously unselected package memcached. 2022-09-03 15:51:01.188 | Preparing to unpack .../031-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-09-03 15:51:01.220 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-09-03 15:51:01.706 | Preparing to unpack .../032-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-09-03 15:51:02.549 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-09-03 15:51:03.072 | Preparing to unpack .../033-libcom-err2_1.45.5-2ubuntu1.1_amd64.deb ... 2022-09-03 15:51:03.252 | Unpacking libcom-err2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... 2022-09-03 15:51:03.683 | Preparing to unpack .../034-openssl_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-09-03 15:51:03.832 | Unpacking openssl (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-09-03 15:51:04.307 | Selecting previously unselected package python3-yaml. 2022-09-03 15:51:04.314 | Preparing to unpack .../035-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-09-03 15:51:04.358 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-09-03 15:51:04.671 | Preparing to unpack .../036-openssh-sftp-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-09-03 15:51:04.829 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-09-03 15:51:05.374 | Preparing to unpack .../037-openssh-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-09-03 15:51:05.601 | Unpacking openssh-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-09-03 15:51:06.552 | Preparing to unpack .../038-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-09-03 15:51:06.738 | Unpacking openssh-client (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-09-03 15:51:07.352 | Preparing to unpack .../039-tcpdump_4.9.3-4ubuntu0.1_amd64.deb ... 2022-09-03 15:51:07.504 | Unpacking tcpdump (4.9.3-4ubuntu0.1) over (4.9.3-4) ... 2022-09-03 15:51:07.943 | Preparing to unpack .../040-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-09-03 15:51:08.061 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-09-03 15:51:08.561 | Selecting previously unselected package acl. 2022-09-03 15:51:08.569 | Preparing to unpack .../041-acl_2.2.53-6_amd64.deb ... 2022-09-03 15:51:08.612 | Unpacking acl (2.2.53-6) ... 2022-09-03 15:51:08.892 | Selecting previously unselected package autotools-dev. 2022-09-03 15:51:08.900 | Preparing to unpack .../042-autotools-dev_20180224.1_all.deb ... 2022-09-03 15:51:08.949 | Unpacking autotools-dev (20180224.1) ... 2022-09-03 15:51:09.241 | Selecting previously unselected package m4. 2022-09-03 15:51:09.248 | Preparing to unpack .../043-m4_1.4.18-4_amd64.deb ... 2022-09-03 15:51:09.281 | Unpacking m4 (1.4.18-4) ... 2022-09-03 15:51:09.781 | Selecting previously unselected package autoconf. 2022-09-03 15:51:09.789 | Preparing to unpack .../044-autoconf_2.69-11.1_all.deb ... 2022-09-03 15:51:09.843 | Unpacking autoconf (2.69-11.1) ... 2022-09-03 15:51:10.335 | Selecting previously unselected package automake. 2022-09-03 15:51:10.343 | Preparing to unpack .../045-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-09-03 15:51:10.394 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-09-03 15:51:10.815 | Selecting previously unselected package autopoint. 2022-09-03 15:51:10.823 | Preparing to unpack .../046-autopoint_0.19.8.1-10build1_all.deb ... 2022-09-03 15:51:10.866 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-09-03 15:51:11.324 | Selecting previously unselected package libllvm10:amd64. 2022-09-03 15:51:11.332 | Preparing to unpack .../047-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:11.389 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:51:14.207 | Selecting previously unselected package libclang-cpp10. 2022-09-03 15:51:14.214 | Preparing to unpack .../048-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:14.272 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:51:16.264 | Selecting previously unselected package libgc1c2:amd64. 2022-09-03 15:51:16.271 | Preparing to unpack .../049-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-09-03 15:51:16.332 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-09-03 15:51:16.789 | Selecting previously unselected package libobjc4:amd64. 2022-09-03 15:51:16.797 | Preparing to unpack .../050-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-09-03 15:51:16.860 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:51:17.184 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-09-03 15:51:17.192 | Preparing to unpack .../051-libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-09-03 15:51:17.237 | Unpacking libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-09-03 15:51:17.781 | Selecting previously unselected package libc6-i386. 2022-09-03 15:51:17.789 | Preparing to unpack .../052-libc6-i386_2.31-0ubuntu9.9_amd64.deb ... 2022-09-03 15:51:17.852 | Unpacking libc6-i386 (2.31-0ubuntu9.9) ... 2022-09-03 15:51:18.700 | Selecting previously unselected package lib32gcc-s1. 2022-09-03 15:51:18.709 | Preparing to unpack .../053-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-09-03 15:51:18.749 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:51:19.175 | Selecting previously unselected package lib32stdc++6. 2022-09-03 15:51:19.182 | Preparing to unpack .../054-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-09-03 15:51:19.232 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:51:19.675 | Selecting previously unselected package libclang-common-10-dev. 2022-09-03 15:51:19.682 | Preparing to unpack .../055-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:19.729 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:51:21.115 | Selecting previously unselected package libclang1-10. 2022-09-03 15:51:21.124 | Preparing to unpack .../056-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:21.215 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:51:22.681 | Selecting previously unselected package clang-10. 2022-09-03 15:51:22.688 | Preparing to unpack .../057-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:22.738 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:51:23.024 | Selecting previously unselected package libtool. 2022-09-03 15:51:23.031 | Preparing to unpack .../058-libtool_2.4.6-14_all.deb ... 2022-09-03 15:51:23.069 | Unpacking libtool (2.4.6-14) ... 2022-09-03 15:51:23.395 | Selecting previously unselected package dh-autoreconf. 2022-09-03 15:51:23.402 | Preparing to unpack .../059-dh-autoreconf_19_all.deb ... 2022-09-03 15:51:23.464 | Unpacking dh-autoreconf (19) ... 2022-09-03 15:51:23.755 | Selecting previously unselected package libdebhelper-perl. 2022-09-03 15:51:23.762 | Preparing to unpack .../060-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-09-03 15:51:23.806 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-09-03 15:51:24.155 | Selecting previously unselected package libarchive-zip-perl. 2022-09-03 15:51:24.163 | Preparing to unpack .../061-libarchive-zip-perl_1.67-2_all.deb ... 2022-09-03 15:51:24.200 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-09-03 15:51:24.495 | Selecting previously unselected package libsub-override-perl. 2022-09-03 15:51:24.502 | Preparing to unpack .../062-libsub-override-perl_0.09-2_all.deb ... 2022-09-03 15:51:24.540 | Unpacking libsub-override-perl (0.09-2) ... 2022-09-03 15:51:24.826 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-09-03 15:51:24.834 | Preparing to unpack .../063-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-09-03 15:51:24.883 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-09-03 15:51:25.304 | Selecting previously unselected package dh-strip-nondeterminism. 2022-09-03 15:51:25.311 | Preparing to unpack .../064-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-09-03 15:51:25.361 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-09-03 15:51:25.643 | Selecting previously unselected package dwz. 2022-09-03 15:51:25.651 | Preparing to unpack .../065-dwz_0.13-5_amd64.deb ... 2022-09-03 15:51:25.706 | Unpacking dwz (0.13-5) ... 2022-09-03 15:51:26.087 | Selecting previously unselected package libcroco3:amd64. 2022-09-03 15:51:26.094 | Preparing to unpack .../066-libcroco3_0.6.13-1_amd64.deb ... 2022-09-03 15:51:26.155 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-09-03 15:51:26.504 | Selecting previously unselected package gettext. 2022-09-03 15:51:26.511 | Preparing to unpack .../067-gettext_0.19.8.1-10build1_amd64.deb ... 2022-09-03 15:51:26.572 | Unpacking gettext (0.19.8.1-10build1) ... 2022-09-03 15:51:27.029 | Selecting previously unselected package intltool-debian. 2022-09-03 15:51:27.037 | Preparing to unpack .../068-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-09-03 15:51:27.086 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-09-03 15:51:27.403 | Selecting previously unselected package po-debconf. 2022-09-03 15:51:27.411 | Preparing to unpack .../069-po-debconf_1.0.21_all.deb ... 2022-09-03 15:51:27.443 | Unpacking po-debconf (1.0.21) ... 2022-09-03 15:51:27.780 | Selecting previously unselected package debhelper. 2022-09-03 15:51:27.788 | Preparing to unpack .../070-debhelper_12.10ubuntu1_all.deb ... 2022-09-03 15:51:27.837 | Unpacking debhelper (12.10ubuntu1) ... 2022-09-03 15:51:28.304 | Selecting previously unselected package uuid-dev:amd64. 2022-09-03 15:51:28.311 | Preparing to unpack .../071-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-09-03 15:51:28.366 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-09-03 15:51:28.775 | Selecting previously unselected package libsctp1:amd64. 2022-09-03 15:51:28.783 | Preparing to unpack .../072-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-09-03 15:51:28.841 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-09-03 15:51:29.135 | Selecting previously unselected package libsctp-dev:amd64. 2022-09-03 15:51:29.142 | Preparing to unpack .../073-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-09-03 15:51:29.192 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-09-03 15:51:29.498 | Selecting previously unselected package libapr1-dev. 2022-09-03 15:51:29.506 | Preparing to unpack .../074-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-09-03 15:51:29.557 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-09-03 15:51:30.249 | Selecting previously unselected package libldap2-dev:amd64. 2022-09-03 15:51:30.257 | Preparing to unpack .../075-libldap2-dev_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-09-03 15:51:30.306 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-09-03 15:51:30.797 | Selecting previously unselected package libaprutil1-dev. 2022-09-03 15:51:30.806 | Preparing to unpack .../076-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-09-03 15:51:30.863 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-09-03 15:51:31.350 | Selecting previously unselected package apache2-dev. 2022-09-03 15:51:31.357 | Preparing to unpack .../077-apache2-dev_2.4.41-4ubuntu3.12_amd64.deb ... 2022-09-03 15:51:31.412 | Unpacking apache2-dev (2.4.41-4ubuntu3.12) ... 2022-09-03 15:51:31.969 | Selecting previously unselected package binfmt-support. 2022-09-03 15:51:31.977 | Preparing to unpack .../078-binfmt-support_2.2.0-2_amd64.deb ... 2022-09-03 15:51:32.028 | Unpacking binfmt-support (2.2.0-2) ... 2022-09-03 15:51:32.395 | Selecting previously unselected package conntrack. 2022-09-03 15:51:32.403 | Preparing to unpack .../079-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-09-03 15:51:32.463 | Unpacking conntrack (1:1.4.5-2) ... 2022-09-03 15:51:32.861 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-09-03 15:51:32.868 | Preparing to unpack .../080-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-09-03 15:51:32.917 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-09-03 15:51:33.270 | Selecting previously unselected package libnetfilter-queue1. 2022-09-03 15:51:33.277 | Preparing to unpack .../081-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-09-03 15:51:33.309 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-09-03 15:51:33.660 | Selecting previously unselected package conntrackd. 2022-09-03 15:51:33.668 | Preparing to unpack .../082-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-09-03 15:51:33.700 | Unpacking conntrackd (1:1.4.5-2) ... 2022-09-03 15:51:34.047 | Selecting previously unselected package dns-root-data. 2022-09-03 15:51:34.055 | Preparing to unpack .../083-dns-root-data_2019052802_all.deb ... 2022-09-03 15:51:34.098 | Unpacking dns-root-data (2019052802) ... 2022-09-03 15:51:34.489 | Selecting previously unselected package libidn11:amd64. 2022-09-03 15:51:34.497 | Preparing to unpack .../084-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-09-03 15:51:34.546 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-09-03 15:51:34.904 | Selecting previously unselected package dnsmasq-base. 2022-09-03 15:51:34.912 | Preparing to unpack .../085-dnsmasq-base_2.80-1.1ubuntu1.5_amd64.deb ... 2022-09-03 15:51:34.961 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-09-03 15:51:35.270 | Selecting previously unselected package dnsmasq-utils. 2022-09-03 15:51:35.278 | Preparing to unpack .../086-dnsmasq-utils_2.80-1.1ubuntu1.5_amd64.deb ... 2022-09-03 15:51:35.335 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-09-03 15:51:35.715 | Selecting previously unselected package ebtables. 2022-09-03 15:51:35.724 | Preparing to unpack .../087-ebtables_2.0.11-3build1_amd64.deb ... 2022-09-03 15:51:35.784 | Unpacking ebtables (2.0.11-3build1) ... 2022-09-03 15:51:36.135 | Selecting previously unselected package fonts-dejavu-core. 2022-09-03 15:51:36.143 | Preparing to unpack .../088-fonts-dejavu-core_2.37-1_all.deb ... 2022-09-03 15:51:36.195 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-09-03 15:51:36.670 | Selecting previously unselected package fonts-liberation. 2022-09-03 15:51:36.678 | Preparing to unpack .../089-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-09-03 15:51:36.726 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-09-03 15:51:37.306 | Selecting previously unselected package fontconfig-config. 2022-09-03 15:51:37.314 | Preparing to unpack .../090-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-09-03 15:51:37.374 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-09-03 15:51:37.790 | Selecting previously unselected package libfontconfig1:amd64. 2022-09-03 15:51:37.798 | Preparing to unpack .../091-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-09-03 15:51:37.860 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-09-03 15:51:38.264 | Selecting previously unselected package fontconfig. 2022-09-03 15:51:38.272 | Preparing to unpack .../092-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-09-03 15:51:38.321 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-09-03 15:51:38.744 | Selecting previously unselected package genisoimage. 2022-09-03 15:51:38.752 | Preparing to unpack .../093-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-09-03 15:51:38.809 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-09-03 15:51:39.247 | Selecting previously unselected package libann0. 2022-09-03 15:51:39.255 | Preparing to unpack .../094-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-09-03 15:51:39.309 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-09-03 15:51:39.649 | Selecting previously unselected package libcdt5:amd64. 2022-09-03 15:51:39.657 | Preparing to unpack .../095-libcdt5_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:39.706 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-09-03 15:51:40.029 | Selecting previously unselected package libcgraph6:amd64. 2022-09-03 15:51:40.038 | Preparing to unpack .../096-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:40.083 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-09-03 15:51:40.455 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-09-03 15:51:40.463 | Preparing to unpack .../097-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-09-03 15:51:40.500 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-09-03 15:51:40.792 | Selecting previously unselected package libjpeg8:amd64. 2022-09-03 15:51:40.800 | Preparing to unpack .../098-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-09-03 15:51:40.843 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-09-03 15:51:41.195 | Selecting previously unselected package libjbig0:amd64. 2022-09-03 15:51:41.203 | Preparing to unpack .../099-libjbig0_2.1-3.1build1_amd64.deb ... 2022-09-03 15:51:41.241 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-09-03 15:51:41.635 | Selecting previously unselected package libwebp6:amd64. 2022-09-03 15:51:41.643 | Preparing to unpack .../100-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:51:41.694 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-09-03 15:51:42.069 | Selecting previously unselected package libtiff5:amd64. 2022-09-03 15:51:42.077 | Preparing to unpack .../101-libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb ... 2022-09-03 15:51:42.132 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-09-03 15:51:42.563 | Selecting previously unselected package libxpm4:amd64. 2022-09-03 15:51:42.571 | Preparing to unpack .../102-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-09-03 15:51:42.614 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-09-03 15:51:43.030 | Selecting previously unselected package libgd3:amd64. 2022-09-03 15:51:43.038 | Preparing to unpack .../103-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-09-03 15:51:43.100 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-09-03 15:51:43.546 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-09-03 15:51:43.555 | Preparing to unpack .../104-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-09-03 15:51:43.608 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-09-03 15:51:44.041 | Selecting previously unselected package libpixman-1-0:amd64. 2022-09-03 15:51:44.049 | Preparing to unpack .../105-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-09-03 15:51:44.103 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-09-03 15:51:44.540 | Selecting previously unselected package libxcb-render0:amd64. 2022-09-03 15:51:44.548 | Preparing to unpack .../106-libxcb-render0_1.14-2_amd64.deb ... 2022-09-03 15:51:44.603 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-09-03 15:51:44.972 | Selecting previously unselected package libxcb-shm0:amd64. 2022-09-03 15:51:44.980 | Preparing to unpack .../107-libxcb-shm0_1.14-2_amd64.deb ... 2022-09-03 15:51:45.029 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-09-03 15:51:45.378 | Selecting previously unselected package libxrender1:amd64. 2022-09-03 15:51:45.386 | Preparing to unpack .../108-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-09-03 15:51:45.429 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-09-03 15:51:45.723 | Selecting previously unselected package libcairo2:amd64. 2022-09-03 15:51:45.732 | Preparing to unpack .../109-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-09-03 15:51:45.763 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-09-03 15:51:46.180 | Selecting previously unselected package libgraphite2-3:amd64. 2022-09-03 15:51:46.188 | Preparing to unpack .../110-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-09-03 15:51:46.231 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-09-03 15:51:46.597 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-09-03 15:51:46.605 | Preparing to unpack .../111-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... 2022-09-03 15:51:46.637 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-09-03 15:51:47.009 | Selecting previously unselected package libthai-data. 2022-09-03 15:51:47.017 | Preparing to unpack .../112-libthai-data_0.1.28-3_all.deb ... 2022-09-03 15:51:47.054 | Unpacking libthai-data (0.1.28-3) ... 2022-09-03 15:51:47.515 | Selecting previously unselected package libdatrie1:amd64. 2022-09-03 15:51:47.524 | Preparing to unpack .../113-libdatrie1_0.2.12-3_amd64.deb ... 2022-09-03 15:51:47.574 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-09-03 15:51:47.917 | Selecting previously unselected package libthai0:amd64. 2022-09-03 15:51:47.925 | Preparing to unpack .../114-libthai0_0.1.28-3_amd64.deb ... 2022-09-03 15:51:47.957 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-09-03 15:51:48.312 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-09-03 15:51:48.320 | Preparing to unpack .../115-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-09-03 15:51:48.369 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:51:48.757 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-09-03 15:51:48.765 | Preparing to unpack .../116-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-09-03 15:51:48.808 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:51:49.135 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-09-03 15:51:49.142 | Preparing to unpack .../117-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-09-03 15:51:49.174 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:51:49.486 | Selecting previously unselected package libpathplan4:amd64. 2022-09-03 15:51:49.495 | Preparing to unpack .../118-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:49.540 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-09-03 15:51:49.943 | Selecting previously unselected package libgvc6. 2022-09-03 15:51:49.951 | Preparing to unpack .../119-libgvc6_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:50.006 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-09-03 15:51:50.454 | Selecting previously unselected package libgvpr2:amd64. 2022-09-03 15:51:50.463 | Preparing to unpack .../120-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:50.515 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-09-03 15:51:50.886 | Selecting previously unselected package liblab-gamut1:amd64. 2022-09-03 15:51:50.894 | Preparing to unpack .../121-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:50.951 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-09-03 15:51:51.518 | Selecting previously unselected package x11-common. 2022-09-03 15:51:51.525 | Preparing to unpack .../122-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-09-03 15:51:51.591 | dpkg-query: no packages found matching nux-tools 2022-09-03 15:51:51.601 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-09-03 15:51:51.980 | Selecting previously unselected package libice6:amd64. 2022-09-03 15:51:51.988 | Preparing to unpack .../123-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-09-03 15:51:52.037 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-09-03 15:51:52.338 | Selecting previously unselected package libsm6:amd64. 2022-09-03 15:51:52.346 | Preparing to unpack .../124-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-09-03 15:51:52.395 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-09-03 15:51:52.780 | Selecting previously unselected package libxt6:amd64. 2022-09-03 15:51:52.788 | Preparing to unpack .../125-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-09-03 15:51:52.860 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-09-03 15:51:53.212 | Selecting previously unselected package libxmu6:amd64. 2022-09-03 15:51:53.220 | Preparing to unpack .../126-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-09-03 15:51:53.269 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-09-03 15:51:53.632 | Selecting previously unselected package libxaw7:amd64. 2022-09-03 15:51:53.639 | Preparing to unpack .../127-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-09-03 15:51:53.694 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-09-03 15:51:54.060 | Selecting previously unselected package graphviz. 2022-09-03 15:51:54.068 | Preparing to unpack .../128-graphviz_2.42.2-3build2_amd64.deb ... 2022-09-03 15:51:54.106 | Unpacking graphviz (2.42.2-3build2) ... 2022-09-03 15:51:54.658 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-09-03 15:51:54.666 | Preparing to unpack .../129-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-09-03 15:51:54.717 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:51:55.150 | Selecting previously unselected package libibverbs1:amd64. 2022-09-03 15:51:55.158 | Preparing to unpack .../130-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-09-03 15:51:55.206 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:51:55.727 | Selecting previously unselected package ibverbs-providers:amd64. 2022-09-03 15:51:55.735 | Preparing to unpack .../131-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-09-03 15:51:55.796 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:51:56.117 | Selecting previously unselected package icu-devtools. 2022-09-03 15:51:56.125 | Preparing to unpack .../132-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-09-03 15:51:56.178 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-09-03 15:51:56.606 | Selecting previously unselected package iputils-arping. 2022-09-03 15:51:56.614 | Preparing to unpack .../133-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-09-03 15:51:56.669 | Unpacking iputils-arping (3:20190709-3) ... 2022-09-03 15:51:57.155 | Selecting previously unselected package javascript-common. 2022-09-03 15:51:57.163 | Preparing to unpack .../134-javascript-common_11_all.deb ... 2022-09-03 15:51:57.232 | Unpacking javascript-common (11) ... 2022-09-03 15:51:57.612 | Selecting previously unselected package libgssrpc4:amd64. 2022-09-03 15:51:57.621 | Preparing to unpack .../135-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:51:57.669 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:51:57.917 | Selecting previously unselected package libkdb5-9:amd64. 2022-09-03 15:51:57.925 | Preparing to unpack .../136-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:51:57.979 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:51:58.414 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-09-03 15:51:58.422 | Preparing to unpack .../137-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:51:58.477 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:51:58.820 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-09-03 15:51:58.828 | Preparing to unpack .../138-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:51:58.882 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:51:59.229 | Selecting previously unselected package comerr-dev:amd64. 2022-09-03 15:51:59.237 | Preparing to unpack .../139-comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb ... 2022-09-03 15:51:59.288 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-09-03 15:51:59.681 | Selecting previously unselected package krb5-multidev:amd64. 2022-09-03 15:51:59.690 | Preparing to unpack .../140-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:51:59.749 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:52:00.069 | Selecting previously unselected package libarchive-cpio-perl. 2022-09-03 15:52:00.078 | Preparing to unpack .../141-libarchive-cpio-perl_0.10-1_all.deb ... 2022-09-03 15:52:00.126 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-09-03 15:52:00.495 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-09-03 15:52:00.503 | Preparing to unpack .../142-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-09-03 15:52:00.551 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-09-03 15:52:01.012 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-09-03 15:52:01.020 | Preparing to unpack .../143-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-09-03 15:52:01.071 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-09-03 15:52:01.489 | Selecting previously unselected package libgts-bin. 2022-09-03 15:52:01.497 | Preparing to unpack .../144-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-09-03 15:52:01.540 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-09-03 15:52:01.843 | Selecting previously unselected package libicu-dev:amd64. 2022-09-03 15:52:01.851 | Preparing to unpack .../145-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-09-03 15:52:01.917 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-09-03 15:52:03.763 | Selecting previously unselected package libipset13:amd64. 2022-09-03 15:52:03.771 | Preparing to unpack .../146-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:03.831 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-09-03 15:52:04.178 | Selecting previously unselected package librdmacm1:amd64. 2022-09-03 15:52:04.186 | Preparing to unpack .../147-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-09-03 15:52:04.322 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:52:04.723 | Selecting previously unselected package libiscsi7:amd64. 2022-09-03 15:52:04.731 | Preparing to unpack .../148-libiscsi7_1.18.0-2_amd64.deb ... 2022-09-03 15:52:04.780 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-09-03 15:52:05.064 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-09-03 15:52:05.071 | Preparing to unpack .../149-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-09-03 15:52:05.120 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-09-03 15:52:05.481 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-09-03 15:52:05.489 | Preparing to unpack .../150-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-09-03 15:52:05.538 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-09-03 15:52:05.831 | Selecting previously unselected package libjpeg-dev:amd64. 2022-09-03 15:52:05.840 | Preparing to unpack .../151-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-09-03 15:52:05.880 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-09-03 15:52:06.146 | Selecting previously unselected package libjs-jquery. 2022-09-03 15:52:06.154 | Preparing to unpack .../152-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-09-03 15:52:06.185 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-09-03 15:52:06.523 | Selecting previously unselected package libjs-jquery-metadata. 2022-09-03 15:52:06.531 | Preparing to unpack .../153-libjs-jquery-metadata_12-1.1_all.deb ... 2022-09-03 15:52:06.585 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-09-03 15:52:06.881 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-09-03 15:52:06.889 | Preparing to unpack .../154-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-09-03 15:52:06.934 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-09-03 15:52:07.323 | Selecting previously unselected package libltdl-dev:amd64. 2022-09-03 15:52:07.331 | Preparing to unpack .../155-libltdl-dev_2.4.6-14_amd64.deb ... 2022-09-03 15:52:07.368 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-09-03 15:52:07.729 | Selecting previously unselected package libsys-hostname-long-perl. 2022-09-03 15:52:07.737 | Preparing to unpack .../156-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-09-03 15:52:07.785 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-09-03 15:52:08.087 | Selecting previously unselected package libmail-sendmail-perl. 2022-09-03 15:52:08.095 | Preparing to unpack .../157-libmail-sendmail-perl_0.80-1_all.deb ... 2022-09-03 15:52:08.143 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-09-03 15:52:08.455 | Selecting previously unselected package libncurses-dev:amd64. 2022-09-03 15:52:08.462 | Preparing to unpack .../158-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-09-03 15:52:08.511 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-09-03 15:52:09.009 | Selecting previously unselected package libnspr4:amd64. 2022-09-03 15:52:09.017 | Preparing to unpack .../159-libnspr4_2%3a4.25-1_amd64.deb ... 2022-09-03 15:52:09.060 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-09-03 15:52:09.446 | Selecting previously unselected package libnss3:amd64. 2022-09-03 15:52:09.455 | Preparing to unpack .../160-libnss3_2%3a3.49.1-1ubuntu1.8_amd64.deb ... 2022-09-03 15:52:09.511 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-09-03 15:52:10.063 | Selecting previously unselected package libomp5-10:amd64. 2022-09-03 15:52:10.071 | Preparing to unpack .../161-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:10.120 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:10.509 | Selecting previously unselected package libomp-10-dev. 2022-09-03 15:52:10.517 | Preparing to unpack .../162-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:10.566 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:10.900 | Selecting previously unselected package pcp-conf. 2022-09-03 15:52:10.908 | Preparing to unpack .../163-pcp-conf_5.0.3-1_amd64.deb ... 2022-09-03 15:52:10.956 | Unpacking pcp-conf (5.0.3-1) ... 2022-09-03 15:52:11.271 | Selecting previously unselected package libpcp3. 2022-09-03 15:52:11.279 | Preparing to unpack .../164-libpcp3_5.0.3-1_amd64.deb ... 2022-09-03 15:52:11.328 | Unpacking libpcp3 (5.0.3-1) ... 2022-09-03 15:52:11.700 | Selecting previously unselected package libpcp-pmda3. 2022-09-03 15:52:11.708 | Preparing to unpack .../165-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-09-03 15:52:11.754 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-09-03 15:52:12.054 | Selecting previously unselected package libpcp-pmda-perl. 2022-09-03 15:52:12.062 | Preparing to unpack .../166-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-09-03 15:52:12.111 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-09-03 15:52:12.465 | Selecting previously unselected package libpq5:amd64. 2022-09-03 15:52:12.474 | Preparing to unpack .../167-libpq5_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:12.528 | Unpacking libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:52:12.877 | Selecting previously unselected package libpq-dev. 2022-09-03 15:52:12.885 | Preparing to unpack .../168-libpq-dev_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:12.934 | Unpacking libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:52:13.420 | Selecting previously unselected package librados2. 2022-09-03 15:52:13.428 | Preparing to unpack .../169-librados2_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:13.471 | Unpacking librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-09-03 15:52:14.321 | Selecting previously unselected package librbd1. 2022-09-03 15:52:14.329 | Preparing to unpack .../170-librbd1_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:14.374 | Unpacking librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-09-03 15:52:14.955 | Selecting previously unselected package libsasl2-dev. 2022-09-03 15:52:14.963 | Preparing to unpack .../171-libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-09-03 15:52:15.017 | Unpacking libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-09-03 15:52:15.411 | Preparing to unpack .../172-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-09-03 15:52:15.562 | Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-09-03 15:52:15.914 | Selecting previously unselected package libssl-dev:amd64. 2022-09-03 15:52:15.923 | Preparing to unpack .../173-libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-09-03 15:52:15.977 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-09-03 15:52:16.555 | Selecting previously unselected package libsystemd-dev:amd64. 2022-09-03 15:52:16.563 | Preparing to unpack .../174-libsystemd-dev_245.4-4ubuntu3.17_amd64.deb ... 2022-09-03 15:52:16.623 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-09-03 15:52:17.006 | Selecting previously unselected package libtinfo-dev:amd64. 2022-09-03 15:52:17.015 | Preparing to unpack .../175-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-09-03 15:52:17.063 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-09-03 15:52:17.343 | Selecting previously unselected package libx86-1:amd64. 2022-09-03 15:52:17.351 | Preparing to unpack .../176-libx86-1_1.1+ds1-11_amd64.deb ... 2022-09-03 15:52:17.400 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-09-03 15:52:17.715 | Selecting previously unselected package libxml2-dev:amd64. 2022-09-03 15:52:17.723 | Preparing to unpack .../177-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-09-03 15:52:17.773 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-09-03 15:52:18.294 | Preparing to unpack .../178-libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:18.446 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) over (1.1.34-4) ... 2022-09-03 15:52:18.835 | Selecting previously unselected package libxslt1-dev:amd64. 2022-09-03 15:52:18.843 | Preparing to unpack .../179-libxslt1-dev_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:18.891 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-09-03 15:52:19.406 | Selecting previously unselected package llvm-10-runtime. 2022-09-03 15:52:19.414 | Preparing to unpack .../180-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:19.463 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:19.900 | Selecting previously unselected package libpfm4:amd64. 2022-09-03 15:52:19.908 | Preparing to unpack .../181-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-09-03 15:52:19.962 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-09-03 15:52:20.295 | Selecting previously unselected package llvm-10. 2022-09-03 15:52:20.303 | Preparing to unpack .../182-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:20.357 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:21.446 | Selecting previously unselected package libffi-dev:amd64. 2022-09-03 15:52:21.455 | Preparing to unpack .../183-libffi-dev_3.3-4_amd64.deb ... 2022-09-03 15:52:21.494 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-09-03 15:52:21.843 | Selecting previously unselected package python3-pygments. 2022-09-03 15:52:21.851 | Preparing to unpack .../184-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-09-03 15:52:21.900 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-09-03 15:52:22.374 | Selecting previously unselected package llvm-10-tools. 2022-09-03 15:52:22.382 | Preparing to unpack .../185-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:22.425 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:22.980 | Selecting previously unselected package libz3-4:amd64. 2022-09-03 15:52:22.988 | Preparing to unpack .../186-libz3-4_4.8.7-4build1_amd64.deb ... 2022-09-03 15:52:23.042 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-09-03 15:52:24.391 | Selecting previously unselected package libz3-dev:amd64. 2022-09-03 15:52:24.399 | Preparing to unpack .../187-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-09-03 15:52:24.431 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-09-03 15:52:24.814 | Selecting previously unselected package llvm-10-dev. 2022-09-03 15:52:24.822 | Preparing to unpack .../188-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-09-03 15:52:24.891 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:29.671 | Selecting previously unselected package lsscsi. 2022-09-03 15:52:29.680 | Preparing to unpack .../189-lsscsi_0.30-0.1_amd64.deb ... 2022-09-03 15:52:29.739 | Unpacking lsscsi (0.30-0.1) ... 2022-09-03 15:52:30.117 | Selecting previously unselected package pkg-config. 2022-09-03 15:52:30.126 | Preparing to unpack .../190-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-09-03 15:52:30.179 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-09-03 15:52:30.506 | Selecting previously unselected package pm-utils. 2022-09-03 15:52:30.514 | Preparing to unpack .../191-pm-utils_1.4.1-19_all.deb ... 2022-09-03 15:52:30.574 | Unpacking pm-utils (1.4.1-19) ... 2022-09-03 15:52:30.980 | Selecting previously unselected package postgresql-client-common. 2022-09-03 15:52:30.989 | Preparing to unpack .../192-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-09-03 15:52:31.048 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-09-03 15:52:31.338 | Selecting previously unselected package postgresql-client-12. 2022-09-03 15:52:31.347 | Preparing to unpack .../193-postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:31.394 | Unpacking postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:52:31.900 | Selecting previously unselected package ssl-cert. 2022-09-03 15:52:31.908 | Preparing to unpack .../194-ssl-cert_1.0.39_all.deb ... 2022-09-03 15:52:31.962 | Unpacking ssl-cert (1.0.39) ... 2022-09-03 15:52:32.477 | Selecting previously unselected package postgresql-common. 2022-09-03 15:52:32.485 | Preparing to unpack .../195-postgresql-common_214ubuntu0.1_all.deb ... 2022-09-03 15:52:32.557 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-09-03 15:52:32.597 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-09-03 15:52:32.991 | Selecting previously unselected package postgresql-server-dev-12. 2022-09-03 15:52:33.000 | Preparing to unpack .../196-postgresql-server-dev-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:33.048 | Unpacking postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:52:33.600 | Selecting previously unselected package postgresql-server-dev-all. 2022-09-03 15:52:33.609 | Preparing to unpack .../197-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-09-03 15:52:33.665 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-09-03 15:52:34.063 | Selecting previously unselected package python3-mysqldb. 2022-09-03 15:52:34.072 | Preparing to unpack .../198-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-09-03 15:52:34.120 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-09-03 15:52:34.557 | Selecting previously unselected package python3.8-venv. 2022-09-03 15:52:34.566 | Preparing to unpack .../199-python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb ... 2022-09-03 15:52:34.619 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-09-03 15:52:34.945 | Selecting previously unselected package python3-venv. 2022-09-03 15:52:34.954 | Preparing to unpack .../200-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-09-03 15:52:35.007 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-09-03 15:52:35.292 | Selecting previously unselected package qemu-block-extra:amd64. 2022-09-03 15:52:35.301 | Preparing to unpack .../201-qemu-block-extra_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-09-03 15:52:35.356 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-09-03 15:52:35.688 | Selecting previously unselected package qemu-utils. 2022-09-03 15:52:35.697 | Preparing to unpack .../202-qemu-utils_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-09-03 15:52:35.762 | Unpacking qemu-utils (1:4.2-3ubuntu6.23) ... 2022-09-03 15:52:36.237 | Selecting previously unselected package sharutils. 2022-09-03 15:52:36.245 | Preparing to unpack .../203-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-09-03 15:52:36.293 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-09-03 15:52:36.594 | Selecting previously unselected package sqlite3. 2022-09-03 15:52:36.603 | Preparing to unpack .../204-sqlite3_3.31.1-4ubuntu0.3_amd64.deb ... 2022-09-03 15:52:36.657 | Unpacking sqlite3 (3.31.1-4ubuntu0.3) ... 2022-09-03 15:52:37.111 | Selecting previously unselected package unzip. 2022-09-03 15:52:37.119 | Preparing to unpack .../205-unzip_6.0-25ubuntu1_amd64.deb ... 2022-09-03 15:52:37.156 | Unpacking unzip (6.0-25ubuntu1) ... 2022-09-03 15:52:37.408 | Selecting previously unselected package vbetool. 2022-09-03 15:52:37.416 | Preparing to unpack .../206-vbetool_1.1-4_amd64.deb ... 2022-09-03 15:52:37.448 | Unpacking vbetool (1.1-4) ... 2022-09-03 15:52:37.831 | Selecting previously unselected package ipset. 2022-09-03 15:52:37.839 | Preparing to unpack .../207-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-09-03 15:52:37.898 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-09-03 15:52:38.271 | Selecting previously unselected package ipvsadm. 2022-09-03 15:52:38.280 | Preparing to unpack .../208-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-09-03 15:52:38.310 | Unpacking ipvsadm (1:1.31-1) ... 2022-09-03 15:52:38.648 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-09-03 15:52:38.657 | Preparing to unpack .../209-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.12_amd64.deb ... 2022-09-03 15:52:38.718 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-09-03 15:52:39.094 | Selecting previously unselected package liberasurecode1:amd64. 2022-09-03 15:52:39.102 | Preparing to unpack .../210-liberasurecode1_1.6.1-4_amd64.deb ... 2022-09-03 15:52:39.156 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-09-03 15:52:39.465 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-09-03 15:52:39.474 | Preparing to unpack .../211-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-09-03 15:52:39.522 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-09-03 15:52:39.837 | Selecting previously unselected package libkrb5-dev:amd64. 2022-09-03 15:52:39.845 | Preparing to unpack .../212-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-09-03 15:52:39.893 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:52:40.263 | Selecting previously unselected package libpcp-gui2. 2022-09-03 15:52:40.272 | Preparing to unpack .../213-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-09-03 15:52:40.320 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-09-03 15:52:40.642 | Selecting previously unselected package libpcp-import1. 2022-09-03 15:52:40.650 | Preparing to unpack .../214-libpcp-import1_5.0.3-1_amd64.deb ... 2022-09-03 15:52:40.682 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-09-03 15:52:41.019 | Selecting previously unselected package libpcp-mmv1. 2022-09-03 15:52:41.028 | Preparing to unpack .../215-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-09-03 15:52:41.082 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-09-03 15:52:41.423 | Selecting previously unselected package libpcp-trace2. 2022-09-03 15:52:41.431 | Preparing to unpack .../216-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-09-03 15:52:41.480 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-09-03 15:52:41.737 | Selecting previously unselected package libpcp-web1. 2022-09-03 15:52:41.746 | Preparing to unpack .../217-libpcp-web1_5.0.3-1_amd64.deb ... 2022-09-03 15:52:41.796 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-09-03 15:52:42.109 | Selecting previously unselected package libyaml-dev:amd64. 2022-09-03 15:52:42.117 | Preparing to unpack .../218-libyaml-dev_0.2.2-1_amd64.deb ... 2022-09-03 15:52:42.165 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-09-03 15:52:42.493 | Selecting previously unselected package python3-pcp. 2022-09-03 15:52:42.503 | Preparing to unpack .../219-python3-pcp_5.0.3-1_amd64.deb ... 2022-09-03 15:52:42.565 | Unpacking python3-pcp (5.0.3-1) ... 2022-09-03 15:52:42.991 | Selecting previously unselected package pcp. 2022-09-03 15:52:43.000 | Preparing to unpack .../220-pcp_5.0.3-1_amd64.deb ... 2022-09-03 15:52:43.119 | Unpacking pcp (5.0.3-1) ... 2022-09-03 15:52:43.991 | Selecting previously unselected package socat. 2022-09-03 15:52:44.001 | Preparing to unpack .../221-socat_1.7.3.3-2_amd64.deb ... 2022-09-03 15:52:44.038 | Unpacking socat (1.7.3.3-2) ... 2022-09-03 15:52:44.459 | Selecting previously unselected package vlan. 2022-09-03 15:52:44.468 | Preparing to unpack .../222-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-09-03 15:52:44.516 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-09-03 15:52:44.886 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-09-03 15:52:45.011 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-09-03 15:52:45.253 | Setting up javascript-common (11) ... 2022-09-03 15:52:45.447 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-09-03 15:52:45.505 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-09-03 15:52:45.625 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-09-03 15:52:45.779 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-09-03 15:52:45.876 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-09-03 15:52:46.102 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-09-03 15:52:46.183 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-09-03 15:52:46.328 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-09-03 15:52:46.482 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-09-03 15:52:46.631 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-09-03 15:52:46.739 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-09-03 15:52:46.920 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-09-03 15:52:47.087 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-09-03 15:52:47.242 | Setting up libarchive-zip-perl (1.67-2) ... 2022-09-03 15:52:47.408 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-09-03 15:52:47.589 | Setting up vbetool (1.1-4) ... 2022-09-03 15:52:47.733 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-09-03 15:52:47.842 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-09-03 15:52:48.053 | Setting up pm-utils (1.4.1-19) ... 2022-09-03 15:52:48.322 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ... 2022-09-03 15:52:48.836 | Setting up unzip (6.0-25ubuntu1) ... 2022-09-03 15:52:49.059 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-09-03 15:52:49.228 | Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) ... 2022-09-03 15:52:49.367 | Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-09-03 15:52:49.596 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-09-03 15:52:49.737 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-09-03 15:52:50.976 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-09-03 15:52:51.748 | Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-09-03 15:52:51.994 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-09-03 15:52:52.139 | Setting up m4 (1.4.18-4) ... 2022-09-03 15:52:52.287 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-09-03 15:52:52.714 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:52:52.853 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-09-03 15:52:52.956 | Setting up libcom-err2:amd64 (1.45.5-2ubuntu1.1) ... 2022-09-03 15:52:53.108 | Setting up iputils-arping (3:20190709-3) ... 2022-09-03 15:52:53.293 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-09-03 15:52:53.522 | Setting up conntrack (1:1.4.5-2) ... 2022-09-03 15:52:53.676 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-09-03 15:52:53.828 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-09-03 15:52:53.967 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-09-03 15:52:54.418 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-09-03 15:52:56.659 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-09-03 15:52:56.773 | Setting up acl (2.2.53-6) ... 2022-09-03 15:52:56.891 | Setting up dns-root-data (2019052802) ... 2022-09-03 15:52:57.028 | Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-09-03 15:52:57.165 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:57.321 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-09-03 15:52:57.485 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:52:57.618 | Setting up autotools-dev (20180224.1) ... 2022-09-03 15:52:57.778 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-09-03 15:52:58.727 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-09-03 15:52:58.903 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-09-03 15:52:59.036 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-09-03 15:52:59.194 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-09-03 15:52:59.356 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:52:59.493 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-09-03 15:52:59.617 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-09-03 15:52:59.762 | Setting up ebtables (2.0.11-3build1) ... 2022-09-03 15:53:00.522 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-09-03 15:53:00.733 | Setting up socat (1.7.3.3-2) ... 2022-09-03 15:53:00.899 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-09-03 15:53:01.070 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-09-03 15:53:01.264 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-09-03 15:53:01.453 | Setting up autopoint (0.19.8.1-10build1) ... 2022-09-03 15:53:01.588 | Setting up binfmt-support (2.2.0-2) ... 2022-09-03 15:53:02.028 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-09-03 15:53:03.116 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-09-03 15:53:03.274 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-09-03 15:53:03.453 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-09-03 15:53:03.744 | Setting up fonts-dejavu-core (2.37-1) ... 2022-09-03 15:53:04.645 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-09-03 15:53:04.796 | Setting up lsscsi (0.30-0.1) ... 2022-09-03 15:53:04.921 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-09-03 15:53:05.091 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-09-03 15:53:05.247 | Setting up libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-09-03 15:53:05.411 | Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-09-03 15:53:05.579 | Setting up autoconf (2.69-11.1) ... 2022-09-03 15:53:05.733 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-09-03 15:53:05.887 | Setting up dwz (0.13-5) ... 2022-09-03 15:53:06.019 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-09-03 15:53:06.154 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-09-03 15:53:06.305 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-09-03 15:53:06.487 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-09-03 15:53:06.664 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-09-03 15:53:07.074 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-09-03 15:53:08.516 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:53:08.657 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:08.828 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-09-03 15:53:08.999 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-09-03 15:53:09.171 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-09-03 15:53:09.333 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:53:09.636 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-09-03 15:53:09.807 | Setting up pcp-conf (5.0.3-1) ... 2022-09-03 15:53:10.081 | Setting up libc6-i386 (2.31-0ubuntu9.9) ... 2022-09-03 15:53:10.337 | Setting up libsub-override-perl (0.09-2) ... 2022-09-03 15:53:10.504 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-09-03 15:53:10.685 | Setting up libthai-data (0.1.28-3) ... 2022-09-03 15:53:10.847 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-09-03 15:53:11.018 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-09-03 15:53:11.190 | Setting up apache2-data (2.4.41-4ubuntu3.12) ... 2022-09-03 15:53:11.407 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:53:11.594 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-09-03 15:53:11.773 | Setting up sharutils (1:4.15.2-4build1) ... 2022-09-03 15:53:11.921 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-09-03 15:53:12.074 | Setting up openssl (1.1.1f-1ubuntu2.16) ... 2022-09-03 15:53:12.279 | Setting up conntrackd (1:1.4.5-2) ... 2022-09-03 15:53:13.605 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-09-03 15:53:13.988 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-09-03 15:53:14.138 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-09-03 15:53:14.291 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-09-03 15:53:14.441 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-09-03 15:53:14.601 | Setting up sqlite3 (3.31.1-4ubuntu0.3) ... 2022-09-03 15:53:14.772 | Setting up rsync (3.1.3-8ubuntu0.4) ... 2022-09-03 15:53:16.342 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:53:16.516 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-09-03 15:53:16.651 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-09-03 15:53:16.769 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-09-03 15:53:16.853 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-09-03 15:53:16.988 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-09-03 15:53:17.110 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:53:17.247 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-09-03 15:53:17.405 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-09-03 15:53:17.560 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-09-03 15:53:17.761 | Setting up tcpdump (4.9.3-4ubuntu0.1) ... 2022-09-03 15:53:18.161 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-09-03 15:53:18.331 | Setting up libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:53:18.504 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:18.658 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-09-03 15:53:18.811 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:18.973 | Setting up wget (1.20.3-1ubuntu2) ... 2022-09-03 15:53:19.194 | Setting up libtool (2.4.6-14) ... 2022-09-03 15:53:19.365 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-09-03 15:53:21.725 | Setting up openssh-client (1:8.2p1-4ubuntu0.5) ... 2022-09-03 15:53:21.973 | Setting up haproxy (2.0.13-2ubuntu0.5) ... 2022-09-03 15:53:23.622 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-09-03 15:53:24.772 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-09-03 15:53:24.944 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-09-03 15:53:25.109 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:53:25.274 | Setting up dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-09-03 15:53:26.059 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-09-03 15:53:26.236 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:26.389 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:26.549 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-09-03 15:53:28.315 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-09-03 15:53:29.099 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:53:29.287 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-09-03 15:53:29.676 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-09-03 15:53:29.833 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-09-03 15:53:29.995 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-09-03 15:53:30.142 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-09-03 15:53:30.327 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-09-03 15:53:30.491 | Setting up libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-09-03 15:53:30.658 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-09-03 15:53:30.847 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:53:31.034 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-09-03 15:53:31.195 | Setting up ssl-cert (1.0.39) ... 2022-09-03 15:53:32.262 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-09-03 15:53:32.424 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-09-03 15:53:32.612 | Setting up postgresql-common (214ubuntu0.1) ... 2022-09-03 15:53:33.935 | Adding user postgres to group ssl-cert 2022-09-03 15:53:34.225 | 2022-09-03 15:53:34.225 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-09-03 15:53:34.426 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-09-03 15:53:34.427 | Removing obsolete dictionary files: 2022-09-03 15:53:35.013 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-09-03 15:53:36.236 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-09-03 15:53:36.413 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-09-03 15:53:36.601 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-09-03 15:53:36.721 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-09-03 15:53:36.857 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-09-03 15:53:37.020 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-09-03 15:53:37.177 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-09-03 15:53:37.332 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.13) ... 2022-09-03 15:53:37.486 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-09-03 15:53:37.641 | Setting up curl (7.68.0-1ubuntu2.13) ... 2022-09-03 15:53:37.761 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-09-03 15:53:37.915 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-09-03 15:53:38.058 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-09-03 15:53:38.241 | Setting up apache2-utils (2.4.41-4ubuntu3.12) ... 2022-09-03 15:53:38.411 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:53:38.561 | Setting up ipvsadm (1:1.31-1) ... 2022-09-03 15:53:39.618 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.5) ... 2022-09-03 15:53:39.778 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:53:40.167 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-09-03 15:53:42.340 | Regenerating fonts cache... done. 2022-09-03 15:53:42.412 | Setting up gettext (0.19.8.1-10build1) ... 2022-09-03 15:53:42.582 | Setting up libpcp3 (5.0.3-1) ... 2022-09-03 15:53:42.765 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-09-03 15:53:42.927 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-09-03 15:53:43.058 | Setting up openssh-server (1:8.2p1-4ubuntu0.5) ... 2022-09-03 15:53:44.791 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-09-03 15:53:45.744 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:53:46.709 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:46.892 | Setting up keepalived (1:2.0.19-2ubuntu0.2) ... 2022-09-03 15:53:48.127 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-09-03 15:53:48.887 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:49.024 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-09-03 15:53:49.154 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:53:49.308 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-09-03 15:53:49.497 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-09-03 15:53:49.635 | Setting up libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:53:49.744 | Setting up libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:53:49.830 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-09-03 15:53:49.938 | Setting up apache2-bin (2.4.41-4ubuntu3.12) ... 2022-09-03 15:53:50.058 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-09-03 15:53:50.224 | Setting up libpcp-web1 (5.0.3-1) ... 2022-09-03 15:53:50.376 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-09-03 15:53:50.577 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-09-03 15:53:50.731 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:50.887 | Setting up postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:53:51.572 | 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-09-03 15:53:51.703 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-09-03 15:53:51.863 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-09-03 15:53:52.018 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-09-03 15:53:52.166 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-09-03 15:53:52.321 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-09-03 15:53:52.469 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-09-03 15:53:52.713 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:53:52.880 | Setting up postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-09-03 15:53:53.022 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-09-03 15:53:53.149 | Setting up libpcp-import1 (5.0.3-1) ... 2022-09-03 15:53:53.258 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-09-03 15:53:53.406 | Setting up librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-09-03 15:53:53.572 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-09-03 15:53:53.736 | Setting up po-debconf (1.0.21) ... 2022-09-03 15:53:53.891 | Setting up apache2 (2.4.41-4ubuntu3.12) ... 2022-09-03 15:54:02.345 | Enabling module mpm_event. 2022-09-03 15:54:02.411 | Enabling module authz_core. 2022-09-03 15:54:02.416 | Enabling module authz_host. 2022-09-03 15:54:02.477 | Enabling module authn_core. 2022-09-03 15:54:02.482 | Enabling module auth_basic. 2022-09-03 15:54:02.541 | Enabling module access_compat. 2022-09-03 15:54:02.600 | Enabling module authn_file. 2022-09-03 15:54:02.660 | Enabling module authz_user. 2022-09-03 15:54:02.721 | Enabling module alias. 2022-09-03 15:54:02.780 | Enabling module dir. 2022-09-03 15:54:02.839 | Enabling module autoindex. 2022-09-03 15:54:02.898 | Enabling module env. 2022-09-03 15:54:02.958 | Enabling module mime. 2022-09-03 15:54:03.017 | Enabling module negotiation. 2022-09-03 15:54:03.077 | Enabling module setenvif. 2022-09-03 15:54:03.135 | Enabling module filter. 2022-09-03 15:54:03.195 | Enabling module deflate. 2022-09-03 15:54:03.254 | Enabling module status. 2022-09-03 15:54:03.314 | Enabling module reqtimeout. 2022-09-03 15:54:03.373 | Enabling conf charset. 2022-09-03 15:54:03.433 | Enabling conf localized-error-pages. 2022-09-03 15:54:03.491 | Enabling conf other-vhosts-access-log. 2022-09-03 15:54:03.550 | Enabling conf security. 2022-09-03 15:54:03.609 | Enabling conf serve-cgi-bin. 2022-09-03 15:54:03.668 | Enabling site 000-default. 2022-09-03 15:54:03.721 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-09-03 15:54:03.776 | Enabling conf javascript-common. 2022-09-03 15:54:04.033 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-09-03 15:54:04.615 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-09-03 15:54:07.349 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-09-03 15:54:07.553 | Setting up python3-pcp (5.0.3-1) ... 2022-09-03 15:54:08.029 | Setting up libgvc6 (2.42.2-3build2) ... 2022-09-03 15:54:08.223 | Setting up librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-09-03 15:54:08.349 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-09-03 15:54:08.519 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-09-03 15:54:08.675 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-09-03 15:54:08.839 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-09-03 15:54:09.010 | Setting up graphviz (2.42.2-3build2) ... 2022-09-03 15:54:09.196 | Setting up pcp (5.0.3-1) ... 2022-09-03 15:54:12.770 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-09-03 15:54:13.194 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-09-03 15:54:13.609 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-09-03 15:54:14.032 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-09-03 15:54:30.783 | Setting up qemu-utils (1:4.2-3ubuntu6.23) ... 2022-09-03 15:54:30.934 | Setting up systemd (245.4-4ubuntu3.17) ... 2022-09-03 15:54:30.990 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-09-03 15:54:32.727 | Setting up dh-autoreconf (19) ... 2022-09-03 15:54:32.818 | Setting up systemd-timesyncd (245.4-4ubuntu3.17) ... 2022-09-03 15:54:33.854 | Setting up systemd-sysv (245.4-4ubuntu3.17) ... 2022-09-03 15:54:34.007 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-09-03 15:54:34.161 | Setting up debhelper (12.10ubuntu1) ... 2022-09-03 15:54:34.274 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-09-03 15:54:34.830 | Setting up apache2-dev (2.4.41-4ubuntu3.12) ... 2022-09-03 15:54:34.976 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-09-03 15:54:35.115 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-09-03 15:54:35.272 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-09-03 15:54:48.921 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-09-03 15:54:49.058 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-09-03 15:54:49.549 | Processing triggers for ufw (0.36-6) ... 2022-09-03 15:54:49.783 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 15:55:13.168 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-09-03 15:55:13.276 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-09-03 15:55:21.626 | ++ functions-common:apt_get:1246 : result=0 2022-09-03 15:55:21.629 | ++ functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:55:21.631 | ++ functions-common:time_stop:2451 : local name 2022-09-03 15:55:21.634 | ++ functions-common:time_stop:2452 : local end_time 2022-09-03 15:55:21.636 | ++ functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:55:21.638 | ++ functions-common:time_stop:2454 : local total 2022-09-03 15:55:21.640 | ++ functions-common:time_stop:2455 : local start_time 2022-09-03 15:55:21.642 | ++ functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:55:21.645 | ++ functions-common:time_stop:2458 : start_time=1662220205539 2022-09-03 15:55:21.647 | ++ functions-common:time_stop:2460 : [[ -z 1662220205539 ]] 2022-09-03 15:55:21.649 | +++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:55:21.653 | ++ functions-common:time_stop:2463 : end_time=1662220521651 2022-09-03 15:55:21.656 | ++ functions-common:time_stop:2464 : elapsed_time=316112 2022-09-03 15:55:21.658 | ++ functions-common:time_stop:2465 : total=806 2022-09-03 15:55:21.660 | ++ functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:55:21.662 | ++ functions-common:time_stop:2468 : _TIME_TOTAL[$name]=316918 2022-09-03 15:55:21.664 | ++ functions-common:apt_get:1250 : return 0 2022-09-03 15:55:21.667 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-09-03 15:55:21.669 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-09-03 15:55:21.671 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-09-03 15:55:21.675 | ++ tools/install_prereqs.sh:source:89 : date 2022-09-03 15:55:21.679 | + ./stack.sh:main:790 : [[ False != \T\r\u\e ]] 2022-09-03 15:55:21.681 | + ./stack.sh:main:791 : PYPI_ALTERNATIVE_URL= 2022-09-03 15:55:21.684 | + ./stack.sh:main:791 : /home/ubuntu/devstack/tools/install_pip.sh 2022-09-03 15:55:23.000 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-09-03 15:55:23.003 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-09-03 15:55:23.004 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-09-03 15:55:23.006 | + tools/install_pip.sh:main:43 : GetDistro 2022-09-03 15:55:23.008 | + functions-common:GetDistro:446 : GetOSVersion 2022-09-03 15:55:23.010 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-09-03 15:55:23.012 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-09-03 15:55:23.013 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-09-03 15:55:23.015 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-09-03 15:55:23.017 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-09-03 15:55:23.019 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-09-03 15:55:23.020 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-09-03 15:55:23.022 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-09-03 15:55:23.024 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-09-03 15:55:23.025 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-09-03 15:55:23.027 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-09-03 15:55:23.029 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-09-03 15:55:23.031 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-09-03 15:55:23.033 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-09-03 15:55:23.034 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-09-03 15:55:23.037 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-09-03 15:55:23.039 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-09-03 15:55:23.040 | + functions-common:_ensure_lsb_release:394 : return 2022-09-03 15:55:23.043 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-09-03 15:55:23.110 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-09-03 15:55:23.113 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-09-03 15:55:23.179 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-09-03 15:55:23.181 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-09-03 15:55:23.246 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-09-03 15:55:23.248 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-09-03 15:55:23.250 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-09-03 15:55:23.252 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-09-03 15:55:23.254 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-09-03 15:55:23.256 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-09-03 15:55:23.257 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-09-03 15:55:23.259 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-09-03 15:55:23.261 | + functions-common:GetDistro:451 : DISTRO=focal 2022-09-03 15:55:23.263 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-09-03 15:55:23.265 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-09-03 15:55:23.265 | Distro: focal 2022-09-03 15:55:23.267 | + tools/install_pip.sh:main:124 : get_versions 2022-09-03 15:55:23.270 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-09-03 15:55:23.273 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-09-03 15:55:23.275 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-09-03 15:55:23.277 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-09-03 15:55:23.278 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-09-03 15:55:24.644 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-09-03 15:55:24.645 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-09-03 15:55:24.653 | pip: 20.0.2 2022-09-03 15:55:24.654 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-09-03 15:55:24.654 | + tools/install_pip.sh:main:130 : is_fedora 2022-09-03 15:55:24.654 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 15:55:24.654 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 15:55:24.654 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 15:55:24.656 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 15:55:24.658 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 15:55:24.660 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 15:55:24.662 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 15:55:24.663 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 15:55:24.665 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 15:55:24.667 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:55:24.668 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 15:55:24.670 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-09-03 15:55:24.672 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:55:24.674 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:55:24.676 | + tools/install_pip.sh:main:142 : : 2022-09-03 15:55:24.678 | + tools/install_pip.sh:main:147 : set -x 2022-09-03 15:55:24.680 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-09-03 15:55:24.681 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-09-03 15:55:24.683 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 15:55:24.685 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-09-03 15:55:24.687 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-09-03 15:55:24.689 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 15:55:24.692 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-09-03 15:55:24.692 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 15:55:24.696 | ++ 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-09-03 15:55:24.697 | ++ 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-09-03 15:55:24.699 | ++ 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-09-03 15:55:24.701 | + 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-09-03 15:55:24.703 | + 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-09-03 15:55:24.718 | 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-09-03 15:55:24.720 | + 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-09-03 15:55:26.700 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:55:26.700 | from cryptography.utils import int_from_bytes 2022-09-03 15:55:26.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:55:26.700 | from cryptography.utils import int_from_bytes 2022-09-03 15:55:26.889 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:26.934 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:26.994 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.003 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.025 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.029 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.045 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.055 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.075 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.087 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.147 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.224 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.240 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.271 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.279 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.293 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.310 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.323 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.336 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.346 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.383 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.405 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.413 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.496 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.500 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.504 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.544 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.583 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.599 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.615 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.635 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.652 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.669 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.698 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.728 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.756 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.767 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.784 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.797 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.815 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.822 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.826 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:27.832 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:55:28.500 | Collecting setuptools===60.9.3 2022-09-03 15:55:28.512 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e4f/30b9f84e5ab3d/setuptools-60.9.3-py3-none-any.whl (1.1 MB) 2022-09-03 15:55:30.200 | Installing collected packages: setuptools 2022-09-03 15:55:30.200 | Attempting uninstall: setuptools 2022-09-03 15:55:30.200 | Found existing installation: setuptools 45.2.0 2022-09-03 15:55:30.202 | Not uninstalling setuptools at /usr/lib/python3/dist-packages, outside environment /usr 2022-09-03 15:55:30.202 | Can't uninstall 'setuptools'. No files were found to uninstall. 2022-09-03 15:55:31.046 | Successfully installed setuptools-60.9.3 2022-09-03 15:55:31.146 | + inc/python:pip_install:200 : result=0 2022-09-03 15:55:31.148 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:55:31.149 | + functions-common:time_stop:2451 : local name 2022-09-03 15:55:31.151 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:55:31.153 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:55:31.155 | + functions-common:time_stop:2454 : local total 2022-09-03 15:55:31.156 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:55:31.158 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:55:31.160 | + functions-common:time_stop:2458 : start_time=1662220524714 2022-09-03 15:55:31.162 | + functions-common:time_stop:2460 : [[ -z 1662220524714 ]] 2022-09-03 15:55:31.164 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:55:31.167 | + functions-common:time_stop:2463 : end_time=1662220531165 2022-09-03 15:55:31.169 | + functions-common:time_stop:2464 : elapsed_time=6451 2022-09-03 15:55:31.170 | + functions-common:time_stop:2465 : total=0 2022-09-03 15:55:31.172 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:55:31.174 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=6451 2022-09-03 15:55:31.176 | + inc/python:pip_install:203 : return 0 2022-09-03 15:55:31.178 | + tools/install_pip.sh:main:153 : get_versions 2022-09-03 15:55:31.180 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-09-03 15:55:31.184 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-09-03 15:55:31.186 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-09-03 15:55:31.189 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-09-03 15:55:31.189 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-09-03 15:55:32.570 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-09-03 15:55:32.572 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-09-03 15:55:32.572 | pip: 20.0.2 2022-09-03 15:55:32.575 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-09-03 15:55:32.577 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-09-03 15:55:32.582 | + ./stack.sh:main:796 : fixup_all 2022-09-03 15:55:32.584 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-09-03 15:55:32.586 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-09-03 15:55:32.588 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:55:32.590 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:55:32.593 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-09-03 15:55:32.605 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-09-03 15:55:32.616 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-09-03 15:55:32.627 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-09-03 15:55:32.629 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-09-03 15:55:32.632 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 15:55:32.634 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 15:55:32.636 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 15:55:32.638 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 15:55:32.640 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 15:55:32.642 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 15:55:32.644 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 15:55:32.646 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 15:55:32.648 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 15:55:32.650 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:55:32.652 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 15:55:32.655 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-09-03 15:55:32.658 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-09-03 15:55:32.660 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-09-03 15:55:32.662 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 15:55:32.664 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 15:55:32.666 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 15:55:32.668 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 15:55:32.670 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 15:55:32.672 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 15:55:32.675 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-09-03 15:55:32.678 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-09-03 15:55:32.680 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-09-03 15:55:32.682 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-09-03 15:55:32.684 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-09-03 15:55:32.686 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-09-03 15:55:32.690 | + ./stack.sh:main:799 : pip_install -U os-testr 2022-09-03 15:55:32.709 | Using python 3.8 to install os-testr 2022-09-03 15:55:32.711 | + 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-09-03 15:55:34.681 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:55:34.681 | from cryptography.utils import int_from_bytes 2022-09-03 15:55:34.681 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:55:34.681 | from cryptography.utils import int_from_bytes 2022-09-03 15:55:34.883 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:34.928 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:34.987 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:34.995 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.018 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.022 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.038 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.048 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.068 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.079 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.139 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.215 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.232 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.262 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.270 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.284 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.302 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.314 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.327 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.337 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.374 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.395 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.403 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.487 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.490 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.494 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.535 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.573 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.589 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.606 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.625 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.643 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.660 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.688 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.718 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.746 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.757 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.774 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.787 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.805 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.811 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.816 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:35.819 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:55:35.953 | Collecting os-testr===2.0.1 2022-09-03 15:55:35.961 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-09-03 15:55:36.095 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) (2.5.0) 2022-09-03 15:55:36.203 | Collecting stestr===3.2.1 2022-09-03 15:55:36.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB) 2022-09-03 15:55:36.421 | Requirement already up-to-date: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-09-03 15:55:36.514 | Collecting python-subunit===1.4.0 2022-09-03 15:55:36.521 | 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-09-03 15:55:36.656 | Requirement already up-to-date: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64)) (3.0.0) 2022-09-03 15:55:36.678 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (1.0.0) 2022-09-03 15:55:36.843 | Requirement already up-to-date: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (6.0) 2022-09-03 15:55:36.884 | Requirement already up-to-date: voluptuous===0.12.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.2) 2022-09-03 15:55:36.992 | Collecting future===0.18.2 2022-09-03 15:55:36.999 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-09-03 15:55:39.420 | Requirement already up-to-date: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (3.10.1) 2022-09-03 15:55:39.464 | Requirement already up-to-date: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.16.0) 2022-09-03 15:55:39.536 | Requirement already up-to-date: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (3.5.0) 2022-09-03 15:55:39.560 | Requirement already up-to-date: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (0.5.0) 2022-09-03 15:55:39.695 | Requirement already up-to-date: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (2.4.0) 2022-09-03 15:55:39.863 | Requirement already up-to-date: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (3.0.7) 2022-09-03 15:55:39.902 | Requirement already up-to-date: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) (3.1.1) 2022-09-03 15:55:39.946 | Requirement already up-to-date: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (21.4.0) 2022-09-03 15:55:40.030 | Requirement already up-to-date: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (0.2.5) 2022-09-03 15:55:40.064 | Requirement already up-to-date: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (1.8.2) 2022-09-03 15:55:40.067 | Building wheels for collected packages: future 2022-09-03 15:55:40.068 | Building wheel for future (setup.py): started 2022-09-03 15:55:42.952 | Building wheel for future (setup.py): finished with status 'done' 2022-09-03 15:55:42.956 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=5950b06ec7575de4e21901e4f5337d6d729ebf1874b2c553f58f9258d80a209b 2022-09-03 15:55:42.956 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-09-03 15:55:42.957 | Successfully built future 2022-09-03 15:55:44.299 | Installing collected packages: python-subunit, future, stestr, os-testr 2022-09-03 15:55:45.322 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1 2022-09-03 15:55:45.452 | + inc/python:pip_install:200 : result=0 2022-09-03 15:55:45.454 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:55:45.457 | + functions-common:time_stop:2451 : local name 2022-09-03 15:55:45.459 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:55:45.461 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:55:45.463 | + functions-common:time_stop:2454 : local total 2022-09-03 15:55:45.465 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:55:45.467 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:55:45.469 | + functions-common:time_stop:2458 : start_time=1662220532704 2022-09-03 15:55:45.471 | + functions-common:time_stop:2460 : [[ -z 1662220532704 ]] 2022-09-03 15:55:45.474 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:55:45.478 | + functions-common:time_stop:2463 : end_time=1662220545475 2022-09-03 15:55:45.480 | + functions-common:time_stop:2464 : elapsed_time=12771 2022-09-03 15:55:45.482 | + functions-common:time_stop:2465 : total=0 2022-09-03 15:55:45.484 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:55:45.486 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=12771 2022-09-03 15:55:45.489 | + inc/python:pip_install:203 : return 0 2022-09-03 15:55:45.491 | + ./stack.sh:main:803 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-09-03 15:55:45.539 | + ./stack.sh:main:804 : sudo systemctl restart systemd-journald 2022-09-03 15:55:45.738 | + ./stack.sh:main:810 : install_infra 2022-09-03 15:55:45.741 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-03 15:55:45.744 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-09-03 15:55:45.747 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-09-03 15:55:48.835 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-03 15:55:48.837 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-09-03 15:55:48.859 | + 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-09-03 15:55:50.621 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.668 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.743 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.751 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.774 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.778 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.795 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.805 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.825 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.836 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.898 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.975 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:50.992 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.024 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.032 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.046 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.063 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.075 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.089 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.099 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.136 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.159 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.167 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.230 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.234 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.238 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.279 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.318 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.333 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.350 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.370 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.387 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.404 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.433 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.464 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.491 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.502 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.520 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.533 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.551 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.557 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.561 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:51.565 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:55:51.694 | Collecting pbr===5.8.1 2022-09-03 15:55:51.701 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-09-03 15:55:51.740 | Installing collected packages: pbr 2022-09-03 15:55:51.881 | Successfully installed pbr-5.8.1 2022-09-03 15:55:51.943 | + inc/python:pip_install:200 : result=0 2022-09-03 15:55:51.945 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:55:51.947 | + functions-common:time_stop:2451 : local name 2022-09-03 15:55:51.949 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:55:51.951 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:55:51.953 | + functions-common:time_stop:2454 : local total 2022-09-03 15:55:51.955 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:55:51.957 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:55:51.960 | + functions-common:time_stop:2458 : start_time=1662220548852 2022-09-03 15:55:51.962 | + functions-common:time_stop:2460 : [[ -z 1662220548852 ]] 2022-09-03 15:55:51.964 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:55:51.968 | + functions-common:time_stop:2463 : end_time=1662220551965 2022-09-03 15:55:51.971 | + functions-common:time_stop:2464 : elapsed_time=3113 2022-09-03 15:55:51.973 | + functions-common:time_stop:2465 : total=12771 2022-09-03 15:55:51.975 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:55:51.977 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=15884 2022-09-03 15:55:51.979 | + inc/python:pip_install:203 : return 0 2022-09-03 15:55:51.981 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-03 15:55:51.983 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-09-03 15:55:52.005 | + 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-09-03 15:55:53.778 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.824 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.900 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.909 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.931 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.935 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.952 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.962 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.982 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:53.993 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.055 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.132 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.150 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.180 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.189 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.202 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.220 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.232 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.245 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.255 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.293 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.316 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.324 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.387 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.391 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.395 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.435 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.474 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.490 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.508 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.526 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.544 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.561 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.590 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.620 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.648 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.660 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.677 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.690 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.708 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.714 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.718 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:55:54.722 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:55:54.724 | Processing /opt/stack/requirements 2022-09-03 15:55:56.092 | Collecting fixtures===3.0.0 2022-09-03 15:55:56.100 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-09-03 15:55:56.321 | Collecting PyYAML===6.0 2022-09-03 15:55:56.331 | 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-09-03 15:55:56.506 | Collecting requests===2.27.1 2022-09-03 15:55:56.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB) 2022-09-03 15:55:56.606 | Collecting packaging===21.3 2022-09-03 15:55:56.613 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-09-03 15:55:56.677 | Collecting testtools===2.5.0 2022-09-03 15:55:56.684 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-09-03 15:55:56.765 | Collecting idna===3.3 2022-09-03 15:55:56.771 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-09-03 15:55:56.912 | Collecting pyparsing===3.0.7 2022-09-03 15:55:56.919 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-09-03 15:55:56.977 | Collecting six===1.16.0 2022-09-03 15:55:56.983 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-03 15:55:57.105 | Collecting charset-normalizer===2.0.12 2022-09-03 15:55:57.112 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-03 15:55:57.148 | Collecting Parsley>=1.2 2022-09-03 15:55:57.155 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-09-03 15:55:57.199 | Collecting beagle>=0.2.1 2022-09-03 15:55:57.205 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-09-03 15:55:57.231 | 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-09-03 15:55:57.306 | Collecting certifi>=2017.4.17 2022-09-03 15:55:57.312 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fe8/6415d55e84719/certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-09-03 15:55:57.402 | Collecting urllib3===1.26.8 2022-09-03 15:55:57.410 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/000/ca7f471a233c2/urllib3-1.26.8-py2.py3-none-any.whl (138 kB) 2022-09-03 15:55:57.471 | Collecting extras===1.0.0 2022-09-03 15:55:57.477 | 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-09-03 15:55:57.564 | Collecting cliff===3.10.1 2022-09-03 15:55:57.571 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a21/da482714b9f0b/cliff-3.10.1-py3-none-any.whl (81 kB) 2022-09-03 15:55:57.682 | Collecting stevedore===3.5.0 2022-09-03 15:55:57.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2022-09-03 15:55:57.850 | Collecting cmd2===2.4.0 2022-09-03 15:55:57.858 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6fe/6d46099edaf4a/cmd2-2.4.0-py3-none-any.whl (150 kB) 2022-09-03 15:55:57.949 | Collecting autopage===0.5.0 2022-09-03 15:55:57.955 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/572/32860f28a1867/autopage-0.5.0-py3-none-any.whl (29 kB) 2022-09-03 15:55:58.011 | Collecting prettytable===3.1.1 2022-09-03 15:55:58.018 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f54/6d42de21ac14d/prettytable-3.1.1-py3-none-any.whl (26 kB) 2022-09-03 15:55:58.075 | Collecting pyperclip===1.8.2 2022-09-03 15:55:58.082 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-09-03 15:55:58.120 | Collecting wcwidth===0.2.5 2022-09-03 15:55:58.126 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-09-03 15:55:58.181 | Collecting attrs===21.4.0 2022-09-03 15:55:58.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2022-09-03 15:55:58.268 | Building wheels for collected packages: openstack-requirements 2022-09-03 15:55:58.269 | Building wheel for openstack-requirements (setup.py): started 2022-09-03 15:55:59.079 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-09-03 15:55:59.079 | ERROR: Command errored out with exit status 1: 2022-09-03 15:55:59.080 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-a6dplu9q/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-a6dplu9q/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-ji79j_f_ 2022-09-03 15:55:59.080 | cwd: /tmp/pip-req-build-a6dplu9q/ 2022-09-03 15:55:59.080 | Complete output (6 lines): 2022-09-03 15:55:59.080 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-09-03 15:55:59.080 | or: setup.py --help [cmd1 cmd2 ...] 2022-09-03 15:55:59.080 | or: setup.py --help-commands 2022-09-03 15:55:59.080 | or: setup.py cmd --help 2022-09-03 15:55:59.080 | 2022-09-03 15:55:59.080 | error: invalid command 'bdist_wheel' 2022-09-03 15:55:59.080 | ---------------------------------------- 2022-09-03 15:55:59.080 | ERROR: Failed building wheel for openstack-requirements 2022-09-03 15:55:59.080 | Running setup.py clean for openstack-requirements 2022-09-03 15:55:59.901 | Failed to build openstack-requirements 2022-09-03 15:56:00.163 | Installing collected packages: attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, certifi, charset-normalizer, idna, requests, stevedore, pyperclip, cmd2, autopage, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2022-09-03 15:56:01.980 | Running setup.py install for openstack-requirements: started 2022-09-03 15:56:04.275 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-09-03 15:56:04.314 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.5.0 beagle-0.3.0 certifi-2022.6.15 charset-normalizer-2.0.12 cliff-3.10.1 cmd2-2.4.0 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5366 packaging-21.3 prettytable-3.1.1 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-09-03 15:56:04.450 | + inc/python:pip_install:200 : result=0 2022-09-03 15:56:04.452 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:56:04.454 | + functions-common:time_stop:2451 : local name 2022-09-03 15:56:04.457 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:56:04.459 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:56:04.461 | + functions-common:time_stop:2454 : local total 2022-09-03 15:56:04.463 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:56:04.465 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:56:04.467 | + functions-common:time_stop:2458 : start_time=1662220551998 2022-09-03 15:56:04.469 | + functions-common:time_stop:2460 : [[ -z 1662220551998 ]] 2022-09-03 15:56:04.472 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:56:04.476 | + functions-common:time_stop:2463 : end_time=1662220564473 2022-09-03 15:56:04.478 | + functions-common:time_stop:2464 : elapsed_time=12475 2022-09-03 15:56:04.480 | + functions-common:time_stop:2465 : total=15884 2022-09-03 15:56:04.482 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:56:04.484 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=28359 2022-09-03 15:56:04.486 | + inc/python:pip_install:203 : return 0 2022-09-03 15:56:04.488 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-09-03 15:56:04.491 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-09-03 15:56:04.493 | + inc/python:use_library_from_git:250 : local name=pbr 2022-09-03 15:56:04.495 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:56:04.498 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:56:04.500 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-09-03 15:56:04.503 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:56:04.505 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-09-03 15:56:04.524 | Using python 3.8 to install pbr 2022-09-03 15:56:04.526 | + 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-09-03 15:56:06.495 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:56:06.495 | from cryptography.utils import int_from_bytes 2022-09-03 15:56:06.495 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:56:06.495 | from cryptography.utils import int_from_bytes 2022-09-03 15:56:06.687 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.732 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.792 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.800 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.823 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.826 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.843 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.853 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.873 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.884 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:06.945 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.021 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.039 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.069 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.077 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.090 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.108 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.120 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.133 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.143 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.181 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.202 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.211 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.295 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.298 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.302 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.342 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.381 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.397 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.413 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.433 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.450 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.467 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.495 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.526 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.554 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.565 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.583 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.595 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.613 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.620 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.624 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:56:07.628 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:56:07.750 | Requirement already up-to-date: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-09-03 15:56:09.374 | + inc/python:pip_install:200 : result=0 2022-09-03 15:56:09.376 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:56:09.379 | + functions-common:time_stop:2451 : local name 2022-09-03 15:56:09.381 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:56:09.383 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:56:09.385 | + functions-common:time_stop:2454 : local total 2022-09-03 15:56:09.387 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:56:09.389 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:56:09.391 | + functions-common:time_stop:2458 : start_time=1662220564519 2022-09-03 15:56:09.393 | + functions-common:time_stop:2460 : [[ -z 1662220564519 ]] 2022-09-03 15:56:09.396 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:56:09.400 | + functions-common:time_stop:2463 : end_time=1662220569397 2022-09-03 15:56:09.402 | + functions-common:time_stop:2464 : elapsed_time=4878 2022-09-03 15:56:09.404 | + functions-common:time_stop:2465 : total=28359 2022-09-03 15:56:09.406 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:56:09.408 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=33237 2022-09-03 15:56:09.411 | + inc/python:pip_install:203 : return 0 2022-09-03 15:56:09.413 | + ./stack.sh:main:813 : python3 -m venv /opt/stack/bindep-venv 2022-09-03 15:56:12.521 | + ./stack.sh:main:815 : /opt/stack/bindep-venv/bin/pip install bindep 2022-09-03 15:56:14.282 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:56:14.363 | Collecting bindep 2022-09-03 15:56:14.370 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ab/e2f721e5388b5/bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2022-09-03 15:56:14.524 | Collecting pbr>=2.0.0 2022-09-03 15:56:14.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/e18aac0a3c003/pbr-5.10.0-py2.py3-none-any.whl (112 kB) 2022-09-03 15:56:14.606 | Collecting distro>=1.7.0; python_version >= "3.6" 2022-09-03 15:56:14.612 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d59/6311d707e692c/distro-1.7.0-py3-none-any.whl (20 kB) 2022-09-03 15:56:14.699 | Collecting packaging; python_version >= "3.6" 2022-09-03 15:56:14.706 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-09-03 15:56:14.740 | Collecting Parsley 2022-09-03 15:56:14.746 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-09-03 15:56:14.931 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-09-03 15:56:14.938 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/502/6bae9a10eeaef/pyparsing-3.0.9-py3-none-any.whl (98 kB) 2022-09-03 15:56:14.989 | Installing collected packages: pbr, distro, pyparsing, packaging, Parsley, bindep 2022-09-03 15:56:15.545 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.7.0 packaging-21.3 pbr-5.10.0 pyparsing-3.0.9 2022-09-03 15:56:15.616 | + ./stack.sh:main:816 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-09-03 15:56:15.618 | + ./stack.sh:main:816 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-09-03 15:56:15.621 | ++ ./stack.sh:main:819 : _get_plugin_bindep_packages 2022-09-03 15:56:15.638 | + ./stack.sh:main:819 : pkgs= 2022-09-03 15:56:15.640 | + ./stack.sh:main:820 : [[ -n '' ]] 2022-09-03 15:56:15.643 | + ./stack.sh:main:827 : run_phase stack pre-install 2022-09-03 15:56:15.645 | + functions-common:run_phase:1879 : local mode=stack 2022-09-03 15:56:15.648 | + functions-common:run_phase:1880 : local phase=pre-install 2022-09-03 15:56:15.650 | + functions-common:run_phase:1881 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-03 15:56:15.652 | + functions-common:run_phase:1882 : local extra_plugin_file_name 2022-09-03 15:56:15.654 | + functions-common:run_phase:1883 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-03 15:56:15.656 | + functions-common:run_phase:1888 : local exceptions=80-tempest.sh 2022-09-03 15:56:15.659 | + functions-common:run_phase:1889 : local extra 2022-09-03 15:56:15.661 | ++ functions-common:run_phase:1890 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-03 15:56:15.665 | + functions-common:run_phase:1890 : extra=80-tempest.sh 2022-09-03 15:56:15.667 | + functions-common:run_phase:1891 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-03 15:56:15.669 | + functions-common:run_phase:1895 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-03 15:56:15.671 | + functions-common:run_phase:1895 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-09-03 15:56:15.673 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-03 15:56:15.687 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:56:15.690 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-09-03 15:56:15.692 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-09-03 15:56:15.694 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-09-03 15:56:15.696 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-09-03 15:56:15.698 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-09-03 15:56:15.700 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-09-03 15:56:15.702 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-09-03 15:56:15.705 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-09-03 15:56:15.707 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-09-03 15:56:15.709 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-09-03 15:56:15.712 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-09-03 15:56:15.714 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-09-03 15:56:15.716 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-09-03 15:56:15.718 | + functions-common:run_phase:1900 : [[ stack == \s\o\u\r\c\e ]] 2022-09-03 15:56:15.720 | + functions-common:run_phase:1903 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-03 15:56:15.722 | + functions-common:run_phase:1906 : run_plugins stack pre-install 2022-09-03 15:56:15.724 | + functions-common:run_plugins:1865 : local mode=stack 2022-09-03 15:56:15.726 | + functions-common:run_plugins:1866 : local phase=pre-install 2022-09-03 15:56:15.729 | + functions-common:run_plugins:1868 : local plugins= 2022-09-03 15:56:15.731 | + functions-common:run_plugins:1869 : local plugin 2022-09-03 15:56:15.733 | + ./stack.sh:main:830 : set_systemd_override DefaultLimitNOFILE 2048 2022-09-03 15:56:15.736 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-09-03 15:56:15.738 | + functions:set_systemd_override:821 : local value=2048 2022-09-03 15:56:15.740 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-09-03 15:56:15.742 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-09-03 15:56:15.791 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-09-03 15:56:15.791 | Set systemd system override for DefaultLimitNOFILE=2048 2022-09-03 15:56:15.793 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-09-03 15:56:16.153 | + ./stack.sh:main:832 : install_rpc_backend 2022-09-03 15:56:16.155 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-09-03 15:56:16.171 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:56:16.173 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-09-03 15:56:16.176 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 15:56:16.178 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:56:16.180 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 15:56:16.182 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:56:16.185 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:56:16.187 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:56:16.189 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:56:16.191 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:56:16.194 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:56:16.196 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 15:56:16.198 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 15:56:16.200 | + functions-common:apt_get_update:1202 : return 2022-09-03 15:56:16.203 | + functions-common:install_package:1476 : real_install_package rabbitmq-server 2022-09-03 15:56:16.205 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:56:16.208 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:56:16.210 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:56:16.212 | + functions-common:real_install_package:1462 : apt_get install rabbitmq-server 2022-09-03 15:56:16.232 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-09-03 15:56:16.341 | Reading package lists... 2022-09-03 15:56:16.594 | Building dependency tree... 2022-09-03 15:56:16.596 | Reading state information... 2022-09-03 15:56:16.852 | The following packages were automatically installed and are no longer required: 2022-09-03 15:56:16.854 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:56:16.854 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:56:16.854 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:56:16.854 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:56:16.854 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:56:16.854 | python3-zope.interface 2022-09-03 15:56:16.854 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:56:16.854 | The following additional packages will be installed: 2022-09-03 15:56:16.854 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-09-03 15:56:16.854 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-09-03 15:56:16.854 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-09-03 15:56:16.855 | erlang-tools erlang-xmerl locales-all 2022-09-03 15:56:16.856 | Suggested packages: 2022-09-03 15:56:16.856 | erlang erlang-manpages erlang-doc 2022-09-03 15:56:16.927 | The following NEW packages will be installed: 2022-09-03 15:56:16.927 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-09-03 15:56:16.927 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-09-03 15:56:16.927 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-09-03 15:56:16.928 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-09-03 15:56:17.068 | 0 upgraded, 19 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:56:17.069 | Need to get 38.0 MB of archives. 2022-09-03 15:56:17.069 | After this operation, 276 MB of additional disk space will be used. 2022-09-03 15:56:17.069 | 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-09-03 15:56:18.278 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-09-03 15:56:18.339 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-09-03 15:56:18.351 | 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-09-03 15:56:18.450 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-09-03 15:56:18.512 | 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-09-03 15:56:18.538 | 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-09-03 15:56:18.765 | 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-09-03 15:56:18.767 | 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-09-03 15:56:18.769 | 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-09-03 15:56:18.770 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-09-03 15:56:18.959 | 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-09-03 15:56:19.105 | 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-09-03 15:56:19.107 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-09-03 15:56:19.109 | 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-09-03 15:56:19.238 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-09-03 15:56:19.246 | 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-09-03 15:56:19.339 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.9 [10.5 MB] 2022-09-03 15:56:21.116 | 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-09-03 15:56:23.540 | Fetched 38.0 MB in 6s (6,297 kB/s) 2022-09-03 15:56:23.755 | Selecting previously unselected package erlang-base. 2022-09-03 15:56:23.803 | (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 ... 81596 files and directories currently installed.) 2022-09-03 15:56:23.806 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:23.856 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:25.234 | Selecting previously unselected package erlang-asn1. 2022-09-03 15:56:25.243 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:25.302 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:25.582 | Selecting previously unselected package erlang-crypto. 2022-09-03 15:56:25.591 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:25.622 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:25.856 | Selecting previously unselected package erlang-public-key. 2022-09-03 15:56:25.865 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:25.896 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:26.256 | Selecting previously unselected package erlang-mnesia. 2022-09-03 15:56:26.265 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:26.296 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:26.685 | Selecting previously unselected package erlang-runtime-tools. 2022-09-03 15:56:26.694 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:26.730 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:27.028 | Selecting previously unselected package erlang-ssl. 2022-09-03 15:56:27.037 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:27.084 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:27.496 | Selecting previously unselected package erlang-eldap. 2022-09-03 15:56:27.505 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:27.553 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:27.770 | Selecting previously unselected package erlang-ftp. 2022-09-03 15:56:27.779 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:27.827 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:28.131 | Selecting previously unselected package erlang-tftp. 2022-09-03 15:56:28.139 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:28.176 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:28.433 | Selecting previously unselected package erlang-inets. 2022-09-03 15:56:28.442 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:28.484 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:28.850 | Selecting previously unselected package erlang-snmp. 2022-09-03 15:56:28.859 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:28.902 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:29.428 | Selecting previously unselected package erlang-os-mon. 2022-09-03 15:56:29.437 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:29.473 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:29.708 | Selecting previously unselected package erlang-parsetools. 2022-09-03 15:56:29.716 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:29.747 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:30.034 | Selecting previously unselected package erlang-syntax-tools. 2022-09-03 15:56:30.043 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:30.079 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:30.342 | Selecting previously unselected package erlang-tools. 2022-09-03 15:56:30.352 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:30.405 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:30.787 | Selecting previously unselected package erlang-xmerl. 2022-09-03 15:56:30.796 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-09-03 15:56:30.851 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:31.302 | Selecting previously unselected package locales-all. 2022-09-03 15:56:31.311 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.9_amd64.deb ... 2022-09-03 15:56:31.359 | Unpacking locales-all (2.31-0ubuntu9.9) ... 2022-09-03 15:56:35.885 | Selecting previously unselected package rabbitmq-server. 2022-09-03 15:56:35.896 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-09-03 15:56:35.942 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-09-03 15:56:37.383 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:38.233 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-09-03 15:56:38.233 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-09-03 15:56:42.462 | Searching for services which depend on erlang and should be started... none found. 2022-09-03 15:56:42.530 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:42.684 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:42.781 | Setting up locales-all (2.31-0ubuntu9.9) ... 2022-09-03 15:56:42.952 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.101 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.243 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.387 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.518 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.644 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.781 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.901 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:43.998 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.101 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.250 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.358 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.472 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.627 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-09-03 15:56:44.740 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-09-03 15:56:45.004 | Adding group `rabbitmq' (GID 125) ... 2022-09-03 15:56:45.121 | Done. 2022-09-03 15:56:45.207 | Adding system user `rabbitmq' (UID 117) ... 2022-09-03 15:56:45.207 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-09-03 15:56:45.487 | Not creating home directory `/var/lib/rabbitmq'. 2022-09-03 15:56:45.752 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-09-03 15:56:52.781 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 15:56:53.569 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-09-03 15:57:01.998 | + functions-common:apt_get:1246 : result=0 2022-09-03 15:57:02.000 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:57:02.002 | + functions-common:time_stop:2451 : local name 2022-09-03 15:57:02.005 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:57:02.007 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:57:02.009 | + functions-common:time_stop:2454 : local total 2022-09-03 15:57:02.011 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:57:02.013 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:57:02.016 | + functions-common:time_stop:2458 : start_time=1662220576230 2022-09-03 15:57:02.019 | + functions-common:time_stop:2460 : [[ -z 1662220576230 ]] 2022-09-03 15:57:02.022 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:57:02.026 | + functions-common:time_stop:2463 : end_time=1662220622023 2022-09-03 15:57:02.029 | + functions-common:time_stop:2464 : elapsed_time=45793 2022-09-03 15:57:02.031 | + functions-common:time_stop:2465 : total=316918 2022-09-03 15:57:02.033 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:57:02.035 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=362711 2022-09-03 15:57:02.038 | + functions-common:apt_get:1250 : return 0 2022-09-03 15:57:02.040 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-09-03 15:57:02.042 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 15:57:02.044 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 15:57:02.047 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 15:57:02.049 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 15:57:02.051 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 15:57:02.053 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 15:57:02.056 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-09-03 15:57:02.058 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 15:57:02.060 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 15:57:02.063 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 15:57:02.065 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 15:57:02.068 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 15:57:02.070 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 15:57:02.072 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 15:57:02.074 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 15:57:02.077 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 15:57:02.079 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:57:02.082 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 15:57:02.084 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-09-03 15:57:02.086 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 15:57:02.088 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 15:57:02.091 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 15:57:02.093 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 15:57:02.095 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 15:57:02.097 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 15:57:02.100 | + ./stack.sh:main:833 : restart_rpc_backend 2022-09-03 15:57:02.102 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-09-03 15:57:02.118 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:57:02.121 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-09-03 15:57:02.123 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 15:57:02.125 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-09-03 15:57:02.128 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-09-03 15:57:02.131 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-09-03 15:57:02.135 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-09-03 15:57:02.137 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-09-03 15:57:02.139 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-09-03 15:57:02.141 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-09-03 15:57:02.144 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-09-03 15:57:02.146 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-09-03 15:57:02.149 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-09-03 15:57:02.853 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-09-03 15:57:02.853 | user tags 2022-09-03 15:57:02.853 | guest [administrator]' 2022-09-03 15:57:02.857 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-09-03 15:57:02.857 | user tags 2022-09-03 15:57:02.857 | guest [administrator]' 2022-09-03 15:57:02.857 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-09-03 15:57:02.863 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-09-03 15:57:02.866 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-09-03 15:57:02.868 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-09-03 15:57:03.534 | Adding user "stackrabbit" ... 2022-09-03 15:57:03.594 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-09-03 15:57:04.264 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-09-03 15:57:04.304 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-09-03 15:57:04.306 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-09-03 15:57:04.986 | Changing password for user "stackrabbit" ... 2022-09-03 15:57:05.044 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-09-03 15:57:05.047 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-09-03 15:57:05.049 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-09-03 15:57:05.749 | Deleting user "guest" ... 2022-09-03 15:57:05.812 | + ./stack.sh:main:835 : is_service_enabled mysql postgresql 2022-09-03 15:57:05.828 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:57:05.830 | + ./stack.sh:main:836 : install_database 2022-09-03 15:57:05.832 | + lib/database:install_database:118 : install_database_mysql 2022-09-03 15:57:05.835 | + lib/databases/mysql:install_database_mysql:157 : is_ubuntu 2022-09-03 15:57:05.837 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:57:05.839 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:57:05.841 | + lib/databases/mysql:install_database_mysql:160 : sudo debconf-set-selections 2022-09-03 15:57:06.188 | + lib/databases/mysql:install_database_mysql:170 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-09-03 15:57:06.190 | + lib/databases/mysql:install_database_mysql:171 : cat 2022-09-03 15:57:06.194 | + lib/databases/mysql:install_database_mysql:177 : is_ubuntu 2022-09-03 15:57:06.197 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:57:06.199 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:57:06.201 | + lib/databases/mysql:install_database_mysql:177 : '[' mysql '!=' mariadb ']' 2022-09-03 15:57:06.204 | + lib/databases/mysql:install_database_mysql:178 : echo host=127.0.0.1 2022-09-03 15:57:06.206 | + lib/databases/mysql:install_database_mysql:180 : chmod 0600 /home/ubuntu/.my.cnf 2022-09-03 15:57:06.210 | + lib/databases/mysql:install_database_mysql:183 : [[ True == \T\r\u\e ]] 2022-09-03 15:57:06.212 | + lib/databases/mysql:install_database_mysql:184 : is_oraclelinux 2022-09-03 15:57:06.215 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-09-03 15:57:06.217 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:57:06.219 | + lib/databases/mysql:install_database_mysql:186 : is_fedora 2022-09-03 15:57:06.222 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 15:57:06.224 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 15:57:06.227 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 15:57:06.229 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 15:57:06.231 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 15:57:06.233 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 15:57:06.236 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 15:57:06.238 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 15:57:06.241 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 15:57:06.243 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:57:06.245 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 15:57:06.247 | + lib/databases/mysql:install_database_mysql:189 : is_suse 2022-09-03 15:57:06.250 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 15:57:06.252 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 15:57:06.254 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 15:57:06.257 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 15:57:06.259 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 15:57:06.261 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 15:57:06.263 | + lib/databases/mysql:install_database_mysql:192 : is_ubuntu 2022-09-03 15:57:06.266 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:57:06.268 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:57:06.271 | + lib/databases/mysql:install_database_mysql:193 : install_package mysql-server 2022-09-03 15:57:06.273 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 15:57:06.275 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:57:06.278 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 15:57:06.280 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:57:06.282 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:57:06.285 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:57:06.288 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:57:06.290 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:57:06.292 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:57:06.294 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 15:57:06.297 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 15:57:06.299 | + functions-common:apt_get_update:1202 : return 2022-09-03 15:57:06.301 | + functions-common:install_package:1476 : real_install_package mysql-server 2022-09-03 15:57:06.303 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:57:06.305 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:57:06.308 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:57:06.310 | + functions-common:real_install_package:1462 : apt_get install mysql-server 2022-09-03 15:57:06.331 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-09-03 15:57:06.440 | Reading package lists... 2022-09-03 15:57:06.691 | Building dependency tree... 2022-09-03 15:57:06.692 | Reading state information... 2022-09-03 15:57:06.951 | The following packages were automatically installed and are no longer required: 2022-09-03 15:57:06.952 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:57:06.952 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:57:06.952 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:57:06.952 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:57:06.952 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:57:06.952 | python3-zope.interface 2022-09-03 15:57:06.952 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:57:06.953 | The following additional packages will be installed: 2022-09-03 15:57:06.953 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-09-03 15:57:06.953 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-09-03 15:57:06.953 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-09-03 15:57:06.953 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-09-03 15:57:06.953 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-09-03 15:57:06.954 | mysql-server-8.0 mysql-server-core-8.0 2022-09-03 15:57:06.955 | Suggested packages: 2022-09-03 15:57:06.955 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-09-03 15:57:07.033 | The following NEW packages will be installed: 2022-09-03 15:57:07.033 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-09-03 15:57:07.033 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-09-03 15:57:07.034 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-09-03 15:57:07.034 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-09-03 15:57:07.034 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-09-03 15:57:07.035 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-09-03 15:57:07.314 | 0 upgraded, 24 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:57:07.314 | Need to get 32.1 MB of archives. 2022-09-03 15:57:07.314 | After this operation, 264 MB of additional disk space will be used. 2022-09-03 15:57:07.314 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [4,521 kB] 2022-09-03 15:57:08.621 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [22.0 kB] 2022-09-03 15:57:08.623 | 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-09-03 15:57:08.631 | 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-09-03 15:57:08.631 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-09-03 15:57:08.651 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [18.6 MB] 2022-09-03 15:57:11.428 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [1,292 kB] 2022-09-03 15:57:11.629 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-09-03 15:57:11.630 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-09-03 15:57:11.631 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-09-03 15:57:11.633 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-09-03 15:57:11.671 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-09-03 15:57:11.672 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-09-03 15:57:11.672 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-09-03 15:57:11.673 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-09-03 15:57:11.714 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-09-03 15:57:11.758 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-09-03 15:57:11.759 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-09-03 15:57:11.887 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-09-03 15:57:11.889 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-09-03 15:57:11.895 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-09-03 15:57:11.896 | 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-09-03 15:57:12.807 | 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-09-03 15:57:12.807 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.30-0ubuntu0.20.04.2 [9,540 B] 2022-09-03 15:57:13.314 | Preconfiguring packages ... 2022-09-03 15:57:13.538 | Fetched 32.1 MB in 6s (5,566 kB/s) 2022-09-03 15:57:13.626 | Selecting previously unselected package mysql-client-core-8.0. 2022-09-03 15:57:13.676 | (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 ... 90052 files and directories currently installed.) 2022-09-03 15:57:13.680 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:57:13.734 | Unpacking mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:15.048 | Selecting previously unselected package mysql-client-8.0. 2022-09-03 15:57:15.059 | Preparing to unpack .../01-mysql-client-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:57:15.088 | Unpacking mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:15.449 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-09-03 15:57:15.458 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-09-03 15:57:15.551 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-09-03 15:57:15.883 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-09-03 15:57:15.892 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-09-03 15:57:15.922 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-09-03 15:57:16.300 | Selecting previously unselected package libmecab2:amd64. 2022-09-03 15:57:16.309 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-09-03 15:57:16.362 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-09-03 15:57:16.763 | Selecting previously unselected package mysql-server-core-8.0. 2022-09-03 15:57:16.772 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:57:16.808 | Unpacking mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:20.580 | Selecting previously unselected package mysql-server-8.0. 2022-09-03 15:57:20.590 | Preparing to unpack .../06-mysql-server-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-09-03 15:57:21.493 | Unpacking mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:21.860 | Selecting previously unselected package libhtml-tagset-perl. 2022-09-03 15:57:21.869 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-09-03 15:57:21.922 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-09-03 15:57:22.231 | Selecting previously unselected package liburi-perl. 2022-09-03 15:57:22.240 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-09-03 15:57:22.293 | Unpacking liburi-perl (1.76-2) ... 2022-09-03 15:57:22.585 | Selecting previously unselected package libhtml-parser-perl. 2022-09-03 15:57:22.594 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-09-03 15:57:22.642 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-09-03 15:57:22.962 | Selecting previously unselected package libcgi-pm-perl. 2022-09-03 15:57:22.972 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-09-03 15:57:23.002 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-09-03 15:57:23.277 | Selecting previously unselected package libfcgi-perl. 2022-09-03 15:57:23.286 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-09-03 15:57:23.339 | Unpacking libfcgi-perl (0.79-1) ... 2022-09-03 15:57:23.590 | Selecting previously unselected package libcgi-fast-perl. 2022-09-03 15:57:23.600 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-09-03 15:57:23.647 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-09-03 15:57:23.836 | Selecting previously unselected package libencode-locale-perl. 2022-09-03 15:57:23.846 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-09-03 15:57:23.876 | Unpacking libencode-locale-perl (1.05-1) ... 2022-09-03 15:57:24.105 | Selecting previously unselected package libhtml-template-perl. 2022-09-03 15:57:24.114 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-09-03 15:57:24.156 | Unpacking libhtml-template-perl (2.97-1) ... 2022-09-03 15:57:24.373 | Selecting previously unselected package libtimedate-perl. 2022-09-03 15:57:24.383 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-09-03 15:57:24.419 | Unpacking libtimedate-perl (2.3200-1) ... 2022-09-03 15:57:24.682 | Selecting previously unselected package libhttp-date-perl. 2022-09-03 15:57:24.691 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-09-03 15:57:24.722 | Unpacking libhttp-date-perl (6.05-1) ... 2022-09-03 15:57:25.025 | Selecting previously unselected package libio-html-perl. 2022-09-03 15:57:25.035 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-09-03 15:57:25.087 | Unpacking libio-html-perl (1.001-1) ... 2022-09-03 15:57:25.408 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-09-03 15:57:25.417 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-09-03 15:57:25.470 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-09-03 15:57:25.716 | Selecting previously unselected package libhttp-message-perl. 2022-09-03 15:57:25.726 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-09-03 15:57:25.784 | Unpacking libhttp-message-perl (6.22-1) ... 2022-09-03 15:57:26.043 | Selecting previously unselected package mecab-utils. 2022-09-03 15:57:26.052 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-09-03 15:57:26.099 | Unpacking mecab-utils (0.996-10build1) ... 2022-09-03 15:57:26.362 | Selecting previously unselected package mecab-ipadic. 2022-09-03 15:57:26.372 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-09-03 15:57:26.413 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-09-03 15:57:28.105 | Selecting previously unselected package mecab-ipadic-utf8. 2022-09-03 15:57:28.115 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-09-03 15:57:28.167 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-09-03 15:57:28.562 | Selecting previously unselected package mysql-server. 2022-09-03 15:57:28.572 | Preparing to unpack .../23-mysql-server_8.0.30-0ubuntu0.20.04.2_all.deb ... 2022-09-03 15:57:28.625 | Unpacking mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:28.925 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-09-03 15:57:29.127 | Setting up mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:29.230 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-09-03 15:57:29.345 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-09-03 15:57:29.482 | Setting up libencode-locale-perl (1.05-1) ... 2022-09-03 15:57:29.613 | Setting up mecab-utils (0.996-10build1) ... 2022-09-03 15:57:29.756 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-09-03 15:57:29.888 | Setting up libio-html-perl (1.001-1) ... 2022-09-03 15:57:30.036 | Setting up libtimedate-perl (2.3200-1) ... 2022-09-03 15:57:30.184 | Setting up mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:30.310 | Setting up libfcgi-perl (0.79-1) ... 2022-09-03 15:57:30.407 | Setting up liburi-perl (1.76-2) ... 2022-09-03 15:57:30.562 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-09-03 15:57:30.682 | Setting up libhttp-date-perl (6.05-1) ... 2022-09-03 15:57:30.830 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-09-03 15:57:30.934 | Compiling IPA dictionary for Mecab. This takes long time... 2022-09-03 15:57:30.938 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-09-03 15:57:30.938 | 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-09-03 15:57:30.938 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-09-03 15:57:30.938 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-09-03 15:57:31.083 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-09-03 15:57:31.083 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-09-03 15:57:31.083 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-09-03 15:57:31.083 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-09-03 15:57:31.092 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-09-03 15:57:31.183 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-09-03 15:57:31.183 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-09-03 15:57:31.184 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-09-03 15:57:31.212 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-09-03 15:57:31.257 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-09-03 15:57:31.552 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-09-03 15:57:31.560 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-09-03 15:57:31.653 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-09-03 15:57:31.653 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-09-03 15:57:31.653 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-09-03 15:57:31.653 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-09-03 15:57:31.657 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-09-03 15:57:31.657 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-09-03 15:57:31.703 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-09-03 15:57:31.896 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-09-03 15:57:31.897 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-09-03 15:57:31.897 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-09-03 15:57:31.898 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-09-03 15:57:31.900 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-09-03 15:57:31.901 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-09-03 15:57:32.331 | 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-09-03 15:57:32.451 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-09-03 15:57:32.773 | 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-09-03 15:57:32.778 | 2022-09-03 15:57:32.778 | done! 2022-09-03 15:57:32.784 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-09-03 15:57:32.853 | Setting up mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:32.967 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-09-03 15:57:33.031 | Compiling IPA dictionary for Mecab. This takes long time... 2022-09-03 15:57:33.035 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-09-03 15:57:33.035 | 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-09-03 15:57:33.035 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-09-03 15:57:33.035 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-09-03 15:57:33.248 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-09-03 15:57:33.248 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-09-03 15:57:33.248 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-09-03 15:57:33.249 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-09-03 15:57:33.261 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-09-03 15:57:33.394 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-09-03 15:57:33.394 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-09-03 15:57:33.395 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-09-03 15:57:33.437 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-09-03 15:57:33.511 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-09-03 15:57:34.014 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-09-03 15:57:34.024 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-09-03 15:57:34.135 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-09-03 15:57:34.136 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-09-03 15:57:34.136 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-09-03 15:57:34.136 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-09-03 15:57:34.142 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-09-03 15:57:34.142 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-09-03 15:57:34.233 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-09-03 15:57:34.527 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-09-03 15:57:34.528 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-09-03 15:57:34.528 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-09-03 15:57:34.529 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-09-03 15:57:34.532 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-09-03 15:57:34.533 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-09-03 15:57:35.047 | 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-09-03 15:57:35.185 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-09-03 15:57:35.509 | 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-09-03 15:57:35.514 | 2022-09-03 15:57:35.514 | done! 2022-09-03 15:57:35.522 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-09-03 15:57:35.601 | Setting up libhtml-parser-perl (3.72-5) ... 2022-09-03 15:57:35.732 | Setting up libhttp-message-perl (6.22-1) ... 2022-09-03 15:57:35.870 | Setting up mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:57:37.128 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-09-03 15:57:37.194 | Renaming removed key_buffer and myisam-recover options (if present) 2022-09-03 15:58:15.871 | mysqld will log errors to /var/log/mysql/error.log 2022-09-03 15:58:17.692 | mysqld is running as pid 57219 2022-09-03 15:58:20.305 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-09-03 15:58:23.555 | Setting up libcgi-pm-perl (4.46-1) ... 2022-09-03 15:58:23.686 | Setting up libhtml-template-perl (2.97-1) ... 2022-09-03 15:58:23.772 | Setting up mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-09-03 15:58:23.898 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-09-03 15:58:24.001 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-09-03 15:58:24.453 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 15:58:26.413 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-09-03 15:58:34.598 | + functions-common:apt_get:1246 : result=0 2022-09-03 15:58:34.601 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:58:34.604 | + functions-common:time_stop:2451 : local name 2022-09-03 15:58:34.606 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:58:34.608 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:58:34.610 | + functions-common:time_stop:2454 : local total 2022-09-03 15:58:34.612 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:58:34.614 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:58:34.616 | + functions-common:time_stop:2458 : start_time=1662220626328 2022-09-03 15:58:34.619 | + functions-common:time_stop:2460 : [[ -z 1662220626328 ]] 2022-09-03 15:58:34.622 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:58:34.626 | + functions-common:time_stop:2463 : end_time=1662220714624 2022-09-03 15:58:34.628 | + functions-common:time_stop:2464 : elapsed_time=88296 2022-09-03 15:58:34.630 | + functions-common:time_stop:2465 : total=362711 2022-09-03 15:58:34.632 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:58:34.634 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=451007 2022-09-03 15:58:34.637 | + functions-common:apt_get:1250 : return 0 2022-09-03 15:58:34.639 | + ./stack.sh:main:838 : '[' -n mysql ']' 2022-09-03 15:58:34.641 | + ./stack.sh:main:839 : install_database_python 2022-09-03 15:58:34.643 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-09-03 15:58:34.645 | + lib/databases/mysql:install_database_python_mysql:202 : pip_install_gr PyMySQL 2022-09-03 15:58:34.648 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-09-03 15:58:34.650 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 15:58:34.653 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-09-03 15:58:34.655 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-09-03 15:58:34.658 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 15:58:34.661 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-09-03 15:58:34.661 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 15:58:34.667 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-09-03 15:58:34.669 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-09-03 15:58:34.671 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-09-03 15:58:34.674 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-09-03 15:58:34.676 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-09-03 15:58:34.697 | Using python 3.8 to install PyMySQL 2022-09-03 15:58:34.699 | + 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-09-03 15:58:36.706 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:58:36.706 | from cryptography.utils import int_from_bytes 2022-09-03 15:58:36.706 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:58:36.706 | from cryptography.utils import int_from_bytes 2022-09-03 15:58:36.897 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:36.942 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.001 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.009 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.032 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.035 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.052 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.062 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.082 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.093 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.153 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.229 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.245 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.276 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.283 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.297 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.314 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.326 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.339 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.349 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.386 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.408 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.417 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.500 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.504 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.508 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.548 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.587 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.602 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.618 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.638 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.655 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.672 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.701 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.731 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.759 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.769 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.787 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.800 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.818 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.825 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.829 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:37.832 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:58:37.985 | Collecting PyMySQL===1.0.2 2022-09-03 15:58:37.993 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-09-03 15:58:39.632 | Installing collected packages: PyMySQL 2022-09-03 15:58:39.769 | Successfully installed PyMySQL-1.0.2 2022-09-03 15:58:39.863 | + inc/python:pip_install:200 : result=0 2022-09-03 15:58:39.866 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:58:39.868 | + functions-common:time_stop:2451 : local name 2022-09-03 15:58:39.870 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:58:39.872 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:58:39.875 | + functions-common:time_stop:2454 : local total 2022-09-03 15:58:39.877 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:58:39.879 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:58:39.881 | + functions-common:time_stop:2458 : start_time=1662220714692 2022-09-03 15:58:39.884 | + functions-common:time_stop:2460 : [[ -z 1662220714692 ]] 2022-09-03 15:58:39.887 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:58:39.891 | + functions-common:time_stop:2463 : end_time=1662220719889 2022-09-03 15:58:39.893 | + functions-common:time_stop:2464 : elapsed_time=5197 2022-09-03 15:58:39.896 | + functions-common:time_stop:2465 : total=33237 2022-09-03 15:58:39.898 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:58:39.901 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=38434 2022-09-03 15:58:39.903 | + inc/python:pip_install:203 : return 0 2022-09-03 15:58:39.906 | + lib/databases/mysql:install_database_python_mysql:203 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-09-03 15:58:39.908 | + lib/databases/mysql:install_database_python_mysql:205 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-09-03 15:58:39.910 | + lib/databases/mysql:install_database_python_mysql:206 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-09-03 15:58:39.912 | + ./stack.sh:main:842 : is_service_enabled neutron 2022-09-03 15:58:39.928 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:58:39.930 | + ./stack.sh:main:843 : install_neutron_agent_packages 2022-09-03 15:58:39.932 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-09-03 15:58:39.936 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 15:58:39.937 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-09-03 15:58:39.942 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 15:58:39.944 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-03 15:58:39.947 | + 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-09-03 15:58:39.949 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-09-03 15:58:39.952 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-09-03 15:58:39.954 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-09-03 15:58:39.970 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:58:39.972 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-09-03 15:58:39.975 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 15:58:39.977 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:58:39.979 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 15:58:39.981 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:58:39.984 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:58:39.986 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:58:39.988 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:58:39.990 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:58:39.993 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:58:39.995 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 15:58:39.997 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 15:58:39.999 | + functions-common:apt_get_update:1202 : return 2022-09-03 15:58:40.001 | + functions-common:install_package:1476 : real_install_package radvd 2022-09-03 15:58:40.004 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:58:40.006 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:58:40.009 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:58:40.011 | + functions-common:real_install_package:1462 : apt_get install radvd 2022-09-03 15:58:40.032 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-09-03 15:58:40.141 | Reading package lists... 2022-09-03 15:58:40.391 | Building dependency tree... 2022-09-03 15:58:40.393 | Reading state information... 2022-09-03 15:58:40.645 | The following packages were automatically installed and are no longer required: 2022-09-03 15:58:40.646 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:58:40.646 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:58:40.646 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:58:40.646 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:58:40.646 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:58:40.646 | python3-zope.interface 2022-09-03 15:58:40.646 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:58:40.713 | The following NEW packages will be installed: 2022-09-03 15:58:40.713 | radvd 2022-09-03 15:58:41.014 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:58:41.014 | Need to get 59.0 kB of archives. 2022-09-03 15:58:41.014 | After this operation, 164 kB of additional disk space will be used. 2022-09-03 15:58:41.014 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-09-03 15:58:41.886 | Fetched 59.0 kB in 1s (96.5 kB/s) 2022-09-03 15:58:42.099 | Selecting previously unselected package radvd. 2022-09-03 15:58:42.151 | (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 ... 90630 files and directories currently installed.) 2022-09-03 15:58:42.155 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-09-03 15:58:42.189 | Unpacking radvd (1:2.17-2) ... 2022-09-03 15:58:42.568 | Setting up radvd (1:2.17-2) ... 2022-09-03 15:58:43.852 | Job for radvd.service failed because the control process exited with error code. 2022-09-03 15:58:43.852 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-09-03 15:58:43.854 | invoke-rc.d: initscript radvd, action "start" failed. 2022-09-03 15:58:43.865 | ● radvd.service - Router advertisement daemon for IPv6 2022-09-03 15:58:43.865 | Loaded: loaded (]8;;file://n-d-855718-1/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-09-03 15:58:43.865 | Active: failed (Result: exit-code) since Sat 2022-09-03 15:58:43 UTC; 15ms ago 2022-09-03 15:58:43.865 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-09-03 15:58:43.865 | Process: 58351 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-09-03 15:58:43.866 | 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 systemd[1]: Starting Router advertisement daemon for IPv6... 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 radvd[58351]: can't open /etc/radvd.conf: No such file or directory 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 radvd[58351]: Insecure file permissions, but continuing anyway 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 radvd[58351]: exiting, failed to read config file 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-09-03 15:58:43.866 | Sep 03 15:58:43 n-d-855718-1 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-09-03 15:58:43.933 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 15:58:44.184 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-09-03 15:58:52.754 | + functions-common:apt_get:1246 : result=0 2022-09-03 15:58:52.756 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:58:52.758 | + functions-common:time_stop:2451 : local name 2022-09-03 15:58:52.760 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:58:52.762 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:58:52.765 | + functions-common:time_stop:2454 : local total 2022-09-03 15:58:52.767 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:58:52.769 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:58:52.771 | + functions-common:time_stop:2458 : start_time=1662220720029 2022-09-03 15:58:52.773 | + functions-common:time_stop:2460 : [[ -z 1662220720029 ]] 2022-09-03 15:58:52.777 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:58:52.781 | + functions-common:time_stop:2463 : end_time=1662220732778 2022-09-03 15:58:52.783 | + functions-common:time_stop:2464 : elapsed_time=12749 2022-09-03 15:58:52.785 | + functions-common:time_stop:2465 : total=451007 2022-09-03 15:58:52.787 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:58:52.790 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=463756 2022-09-03 15:58:52.792 | + functions-common:apt_get:1250 : return 0 2022-09-03 15:58:52.794 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-09-03 15:58:52.810 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:58:52.813 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-09-03 15:58:52.815 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-09-03 15:58:52.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-09-03 15:58:52.820 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-09-03 15:58:52.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-09-03 15:58:52.842 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 15:58:52.844 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:58:52.846 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 15:58:52.848 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:58:52.851 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:58:52.853 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:58:52.856 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:58:52.858 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:58:52.860 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:58:52.862 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 15:58:52.864 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 15:58:52.866 | + functions-common:apt_get_update:1202 : return 2022-09-03 15:58:52.868 | + functions-common:install_package:1476 : real_install_package fakeroot make openvswitch-switch 2022-09-03 15:58:52.871 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:58:52.873 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:58:52.875 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:58:52.877 | + functions-common:real_install_package:1462 : apt_get install fakeroot make openvswitch-switch 2022-09-03 15:58:52.897 | + functions-common:apt_get:1242 : 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-09-03 15:58:53.006 | Reading package lists... 2022-09-03 15:58:53.259 | Building dependency tree... 2022-09-03 15:58:53.260 | Reading state information... 2022-09-03 15:58:53.513 | fakeroot is already the newest version (1.24-1). 2022-09-03 15:58:53.514 | fakeroot set to manually installed. 2022-09-03 15:58:53.514 | make is already the newest version (4.2.1-1.2). 2022-09-03 15:58:53.514 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-09-03 15:58:53.514 | The following packages were automatically installed and are no longer required: 2022-09-03 15:58:53.514 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:58:53.514 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:58:53.515 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:58:53.515 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:58:53.515 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:58:53.515 | python3-zope.interface 2022-09-03 15:58:53.515 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:58:53.645 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:58:53.649 | + functions-common:apt_get:1246 : result=0 2022-09-03 15:58:53.651 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:58:53.653 | + functions-common:time_stop:2451 : local name 2022-09-03 15:58:53.656 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:58:53.658 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:58:53.660 | + functions-common:time_stop:2454 : local total 2022-09-03 15:58:53.662 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:58:53.664 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:58:53.666 | + functions-common:time_stop:2458 : start_time=1662220732894 2022-09-03 15:58:53.668 | + functions-common:time_stop:2460 : [[ -z 1662220732894 ]] 2022-09-03 15:58:53.671 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:58:53.675 | + functions-common:time_stop:2463 : end_time=1662220733672 2022-09-03 15:58:53.677 | + functions-common:time_stop:2464 : elapsed_time=778 2022-09-03 15:58:53.679 | + functions-common:time_stop:2465 : total=463756 2022-09-03 15:58:53.681 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:58:53.683 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=464534 2022-09-03 15:58:53.686 | + functions-common:apt_get:1250 : return 0 2022-09-03 15:58:53.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-09-03 15:58:53.690 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:58:53.692 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:58:53.694 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-09-03 15:58:53.697 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-09-03 15:58:53.700 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-09-03 15:58:53.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-09-03 15:58:53.706 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-09-03 15:58:53.710 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-09-03 15:58:53.710 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-09-03 15:58:53.714 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-09-03 15:58:53.717 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-09-03 15:58:53.719 | + functions:vercmp:628 : local v1=5.4 2022-09-03 15:58:53.721 | + functions:vercmp:629 : local 'op=<' 2022-09-03 15:58:53.723 | + functions:vercmp:630 : local v2=3.13 2022-09-03 15:58:53.725 | + functions:vercmp:631 : local result 2022-09-03 15:58:53.729 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-09-03 15:58:53.729 | ++ functions:vercmp:635 : sort -V 2022-09-03 15:58:53.730 | ++ functions:vercmp:635 : head -1 2022-09-03 15:58:53.735 | + functions:vercmp:635 : result=3.13 2022-09-03 15:58:53.737 | + functions:vercmp:637 : case $op in 2022-09-03 15:58:53.739 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-09-03 15:58:53.741 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-09-03 15:58:53.744 | + functions:vercmp:648 : return 2022-09-03 15:58:53.747 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-09-03 15:58:53.749 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 15:58:53.751 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart openvswitch-switch 2022-09-03 15:58:54.075 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-09-03 15:58:54.077 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-09-03 15:58:54.080 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:54.082 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:54.084 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-09-03 15:58:54.087 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:54.090 | + ./stack.sh:main:846 : is_service_enabled etcd3 2022-09-03 15:58:54.107 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:58:54.112 | + ./stack.sh:main:847 : install_etcd3 2022-09-03 15:58:54.114 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-09-03 15:58:54.114 | Installing etcd 2022-09-03 15:58:54.117 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-09-03 15:58:54.129 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-09-03 15:58:54.142 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-09-03 15:58:54.145 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-09-03 15:58:54.159 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-09-03 15:58:54.163 | ++ 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-09-03 15:58:54.165 | ++ 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-09-03 15:58:54.168 | +++ 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-09-03 15:58:54.172 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-09-03 15:58:54.175 | ++ 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-09-03 15:58:54.177 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-09-03 15:58:54.179 | ++ 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-09-03 15:58:54.183 | --2022-09-03 15:58:54-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-09-03 15:58:54.234 | Resolving github.com (github.com)... 140.82.121.3 2022-09-03 15:58:54.278 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2022-09-03 15:58:54.592 | HTTP request sent, awaiting response... 302 Found 2022-09-03 15:58:54.592 | 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%2F20220903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220903T155854Z&X-Amz-Expires=300&X-Amz-Signature=0680a3395b3f23e739afa29de3a12f0a85a8af9af7f5128a9cdafd22387b1a2a&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-09-03 15:58:54.592 | --2022-09-03 15:58:54-- 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%2F20220903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220903T155854Z&X-Amz-Expires=300&X-Amz-Signature=0680a3395b3f23e739afa29de3a12f0a85a8af9af7f5128a9cdafd22387b1a2a&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-09-03 15:58:54.593 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ... 2022-09-03 15:58:54.618 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. 2022-09-03 15:58:54.816 | HTTP request sent, awaiting response... 200 OK 2022-09-03 15:58:54.816 | Length: 11350736 (11M) [application/octet-stream] 2022-09-03 15:58:54.817 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-09-03 15:58:54.931 | 2022-09-03 15:58:55.090 | 0K ........ .. 100% 39.5M=0.3s 2022-09-03 15:58:55.091 | 2022-09-03 15:58:55.091 | 2022-09-03 15:58:55 (39.5 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-09-03 15:58:55.091 | 2022-09-03 15:58:55.094 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-09-03 15:58:55.097 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-09-03 15:58:55.099 | ++ functions:get_extra_file:74 : return 2022-09-03 15:58:55.102 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-09-03 15:58:55.105 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-09-03 15:58:55.107 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-09-03 15:58:55.109 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-09-03 15:58:55.244 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-09-03 15:58:55.246 | + 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-09-03 15:58:55.254 | etcd-v3.3.12-linux-amd64/ 2022-09-03 15:58:55.254 | etcd-v3.3.12-linux-amd64/README.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-09-03 15:58:55.255 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-09-03 15:58:55.256 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-09-03 15:58:55.257 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-09-03 15:58:55.258 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-09-03 15:58:55.259 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-09-03 15:58:55.260 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-09-03 15:58:55.261 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-09-03 15:58:55.262 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-09-03 15:58:55.263 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-09-03 15:58:55.264 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-09-03 15:58:55.264 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-09-03 15:58:55.265 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-09-03 15:58:55.265 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-09-03 15:58:55.265 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-09-03 15:58:55.265 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-09-03 15:58:55.265 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-09-03 15:58:55.266 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-09-03 15:58:55.266 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-09-03 15:58:55.266 | etcd-v3.3.12-linux-amd64/etcdctl 2022-09-03 15:58:55.452 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-09-03 15:58:55.453 | etcd-v3.3.12-linux-amd64/etcd 2022-09-03 15:58:55.681 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-09-03 15:58:55.718 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-09-03 15:58:55.752 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-09-03 15:58:55.754 | + ./stack.sh:main:856 : is_service_enabled tls-proxy 2022-09-03 15:58:55.771 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:58:55.773 | + ./stack.sh:main:866 : install_dstat 2022-09-03 15:58:55.776 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-09-03 15:58:55.792 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:58:55.795 | + ./stack.sh:main:872 : echo_summary 'Installing OpenStack project source' 2022-09-03 15:58:55.797 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 15:58:55.799 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-09-03 15:58:55.802 | + ./stack.sh:main:875 : install_libs 2022-09-03 15:58:55.804 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-09-03 15:58:55.806 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-09-03 15:58:55.809 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-09-03 15:58:55.811 | + inc/python:use_library_from_git:250 : local name=automaton 2022-09-03 15:58:55.813 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.815 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.818 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-09-03 15:58:55.820 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.822 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-09-03 15:58:55.825 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-09-03 15:58:55.827 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-09-03 15:58:55.829 | + inc/python:use_library_from_git:250 : local name=castellan 2022-09-03 15:58:55.831 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.833 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.835 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-09-03 15:58:55.838 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.840 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-09-03 15:58:55.843 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-09-03 15:58:55.845 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-09-03 15:58:55.847 | + inc/python:use_library_from_git:250 : local name=cliff 2022-09-03 15:58:55.849 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.852 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.854 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-09-03 15:58:55.856 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.859 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-09-03 15:58:55.861 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-09-03 15:58:55.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-09-03 15:58:55.865 | + inc/python:use_library_from_git:250 : local name=cursive 2022-09-03 15:58:55.868 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.870 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.872 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-09-03 15:58:55.874 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.877 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-09-03 15:58:55.879 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-09-03 15:58:55.881 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-09-03 15:58:55.884 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-09-03 15:58:55.886 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.888 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.890 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-09-03 15:58:55.892 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.894 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-09-03 15:58:55.897 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-09-03 15:58:55.900 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-09-03 15:58:55.902 | + inc/python:use_library_from_git:250 : local name=futurist 2022-09-03 15:58:55.904 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.906 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.909 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-09-03 15:58:55.911 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.913 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-09-03 15:58:55.916 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-09-03 15:58:55.918 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-09-03 15:58:55.921 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-09-03 15:58:55.923 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.925 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.927 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-09-03 15:58:55.929 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.932 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-09-03 15:58:55.934 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-09-03 15:58:55.936 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-09-03 15:58:55.938 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-09-03 15:58:55.941 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.943 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.945 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-09-03 15:58:55.948 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.950 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-09-03 15:58:55.952 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-09-03 15:58:55.954 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-09-03 15:58:55.957 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-09-03 15:58:55.959 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.962 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.964 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-09-03 15:58:55.966 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.968 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-09-03 15:58:55.971 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-09-03 15:58:55.973 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-09-03 15:58:55.975 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-09-03 15:58:55.978 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.980 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:55.983 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-09-03 15:58:55.985 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:55.987 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-09-03 15:58:55.989 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-09-03 15:58:55.992 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-09-03 15:58:55.994 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-09-03 15:58:55.996 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:55.999 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.001 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-09-03 15:58:56.003 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.006 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-09-03 15:58:56.008 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-09-03 15:58:56.010 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-09-03 15:58:56.013 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-09-03 15:58:56.015 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.017 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.019 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-09-03 15:58:56.022 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.025 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-09-03 15:58:56.027 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-09-03 15:58:56.029 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-09-03 15:58:56.032 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-09-03 15:58:56.034 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.036 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.038 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-09-03 15:58:56.041 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.044 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-09-03 15:58:56.046 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-09-03 15:58:56.048 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-09-03 15:58:56.050 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-09-03 15:58:56.053 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.055 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.057 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-09-03 15:58:56.060 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.062 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-09-03 15:58:56.064 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-09-03 15:58:56.066 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-09-03 15:58:56.069 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-09-03 15:58:56.071 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.073 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.076 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-09-03 15:58:56.078 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.080 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-09-03 15:58:56.082 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-09-03 15:58:56.085 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-09-03 15:58:56.087 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-09-03 15:58:56.090 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.092 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.094 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-09-03 15:58:56.096 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.099 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-09-03 15:58:56.101 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-09-03 15:58:56.104 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-09-03 15:58:56.106 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-09-03 15:58:56.109 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.111 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.113 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-09-03 15:58:56.115 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.118 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-09-03 15:58:56.120 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-09-03 15:58:56.122 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-09-03 15:58:56.125 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-09-03 15:58:56.127 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.129 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.131 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-09-03 15:58:56.134 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.136 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-09-03 15:58:56.139 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-09-03 15:58:56.141 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-09-03 15:58:56.143 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-09-03 15:58:56.146 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.148 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.151 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-09-03 15:58:56.153 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.156 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-09-03 15:58:56.158 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-09-03 15:58:56.160 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-09-03 15:58:56.162 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-09-03 15:58:56.165 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.167 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.169 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-09-03 15:58:56.172 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.174 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-09-03 15:58:56.176 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-09-03 15:58:56.178 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-09-03 15:58:56.181 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-09-03 15:58:56.183 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.186 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.188 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-09-03 15:58:56.190 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.193 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-09-03 15:58:56.195 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-09-03 15:58:56.198 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-09-03 15:58:56.200 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-09-03 15:58:56.202 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.205 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.207 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-09-03 15:58:56.209 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.212 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-09-03 15:58:56.214 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-09-03 15:58:56.217 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-09-03 15:58:56.219 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-09-03 15:58:56.221 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.224 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.226 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-09-03 15:58:56.229 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.231 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-09-03 15:58:56.233 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-09-03 15:58:56.236 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-09-03 15:58:56.238 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-09-03 15:58:56.240 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.243 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.245 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-09-03 15:58:56.247 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.249 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-09-03 15:58:56.252 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-09-03 15:58:56.254 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-09-03 15:58:56.256 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-09-03 15:58:56.259 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.261 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.264 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-09-03 15:58:56.266 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.268 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-09-03 15:58:56.271 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-09-03 15:58:56.273 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-09-03 15:58:56.276 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-09-03 15:58:56.278 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.281 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.283 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-09-03 15:58:56.285 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.287 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-09-03 15:58:56.290 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-09-03 15:58:56.292 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-09-03 15:58:56.294 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-09-03 15:58:56.297 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.299 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.301 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-09-03 15:58:56.303 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.306 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-09-03 15:58:56.308 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-09-03 15:58:56.310 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-09-03 15:58:56.313 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-09-03 15:58:56.315 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.317 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.319 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-09-03 15:58:56.322 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.325 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-09-03 15:58:56.327 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-09-03 15:58:56.329 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-09-03 15:58:56.332 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-09-03 15:58:56.334 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.337 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.339 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-09-03 15:58:56.342 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.344 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-09-03 15:58:56.347 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-09-03 15:58:56.349 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-09-03 15:58:56.352 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-09-03 15:58:56.354 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.356 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.358 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-09-03 15:58:56.361 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.363 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-09-03 15:58:56.366 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-09-03 15:58:56.368 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-09-03 15:58:56.370 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-09-03 15:58:56.373 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.375 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.377 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-09-03 15:58:56.379 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.382 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-09-03 15:58:56.385 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-09-03 15:58:56.387 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-09-03 15:58:56.389 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-09-03 15:58:56.392 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.394 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.396 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-09-03 15:58:56.400 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.402 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-09-03 15:58:56.404 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-09-03 15:58:56.407 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-09-03 15:58:56.409 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-09-03 15:58:56.411 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.414 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.416 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-09-03 15:58:56.418 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.421 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-09-03 15:58:56.423 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-09-03 15:58:56.425 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-09-03 15:58:56.427 | + inc/python:use_library_from_git:250 : local name=tooz 2022-09-03 15:58:56.430 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.432 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.434 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-09-03 15:58:56.437 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.439 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-09-03 15:58:56.441 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-09-03 15:58:56.444 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-09-03 15:58:56.446 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-09-03 15:58:56.449 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.451 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.453 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-09-03 15:58:56.455 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.458 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-09-03 15:58:56.460 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-09-03 15:58:56.463 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-09-03 15:58:56.466 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-09-03 15:58:56.468 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.470 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.472 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-09-03 15:58:56.475 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.477 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-09-03 15:58:56.479 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-09-03 15:58:56.482 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-09-03 15:58:56.484 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-09-03 15:58:56.486 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.489 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.491 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-09-03 15:58:56.494 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.496 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-09-03 15:58:56.498 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-09-03 15:58:56.501 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-09-03 15:58:56.503 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-09-03 15:58:56.505 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:58:56.508 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:58:56.510 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-09-03 15:58:56.513 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:58:56.515 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-09-03 15:58:56.537 | Using python 3.8 to install etcd3 2022-09-03 15:58:56.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 etcd3 2022-09-03 15:58:58.495 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:58:58.495 | from cryptography.utils import int_from_bytes 2022-09-03 15:58:58.495 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:58:58.495 | from cryptography.utils import int_from_bytes 2022-09-03 15:58:58.685 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.730 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.789 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.797 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.820 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.824 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.840 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.849 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.869 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.880 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:58.940 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.015 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.032 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.062 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.071 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.083 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.100 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.112 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.126 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.136 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.173 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.194 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.202 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.285 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.288 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.293 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.332 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.371 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.386 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.403 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.422 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.439 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.456 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.484 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.514 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.542 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.553 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.570 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.582 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.600 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.607 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.610 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:58:59.614 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:58:59.741 | Collecting etcd3===0.12.0 2022-09-03 15:58:59.748 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-09-03 15:59:04.156 | Collecting grpcio===1.44.0 2022-09-03 15:59:04.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36a/7bdd6ef9bca05/grpcio-1.44.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB) 2022-09-03 15:59:05.352 | Collecting protobuf===3.19.4 2022-09-03 15:59:05.362 | 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-09-03 15:59:05.509 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.16.0) 2022-09-03 15:59:05.511 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (6.3.1) 2022-09-03 15:59:05.526 | Building wheels for collected packages: etcd3 2022-09-03 15:59:05.527 | Building wheel for etcd3 (setup.py): started 2022-09-03 15:59:08.228 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-09-03 15:59:08.229 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42886 sha256=62461e013810dbcc3e2788941ed477fc744221fd8901f35f3c0260dfd305dfa4 2022-09-03 15:59:08.229 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-09-03 15:59:08.230 | Successfully built etcd3 2022-09-03 15:59:09.766 | Installing collected packages: grpcio, protobuf, etcd3 2022-09-03 15:59:10.427 | Successfully installed etcd3-0.12.0 grpcio-1.44.0 protobuf-3.19.4 2022-09-03 15:59:10.548 | + inc/python:pip_install:200 : result=0 2022-09-03 15:59:10.550 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:59:10.552 | + functions-common:time_stop:2451 : local name 2022-09-03 15:59:10.554 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:59:10.556 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:59:10.558 | + functions-common:time_stop:2454 : local total 2022-09-03 15:59:10.561 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:59:10.563 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:59:10.565 | + functions-common:time_stop:2458 : start_time=1662220736531 2022-09-03 15:59:10.567 | + functions-common:time_stop:2460 : [[ -z 1662220736531 ]] 2022-09-03 15:59:10.570 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:59:10.574 | + functions-common:time_stop:2463 : end_time=1662220750572 2022-09-03 15:59:10.576 | + functions-common:time_stop:2464 : elapsed_time=14041 2022-09-03 15:59:10.579 | + functions-common:time_stop:2465 : total=38434 2022-09-03 15:59:10.581 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:59:10.583 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=52475 2022-09-03 15:59:10.586 | + inc/python:pip_install:203 : return 0 2022-09-03 15:59:10.588 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-09-03 15:59:10.609 | Using python 3.8 to install etcd3gw 2022-09-03 15:59:10.611 | + 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-09-03 15:59:12.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:12.610 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:12.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:12.610 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:12.802 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.847 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.907 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.916 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.939 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.943 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.960 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.969 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:12.990 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.002 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.063 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.138 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.155 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.186 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.194 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.207 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.225 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.237 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.251 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.260 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.298 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.319 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.327 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.412 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.415 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.419 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.458 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.497 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.513 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.530 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.549 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.566 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.583 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.612 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.642 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.670 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.681 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.698 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.711 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.729 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.735 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.739 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:13.743 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:59:13.878 | Collecting etcd3gw===1.0.1 2022-09-03 15:59:13.885 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3d/ccb9d2bb04a11/etcd3gw-1.0.1-py3-none-any.whl (22 kB) 2022-09-03 15:59:13.971 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (2.4.0) 2022-09-03 15:59:13.976 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (2.27.1) 2022-09-03 15:59:14.003 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-09-03 15:59:14.006 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.16.0) 2022-09-03 15:59:14.009 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 236)) (2019.11.28) 2022-09-03 15:59:14.011 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (2.0.12) 2022-09-03 15:59:14.016 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.3) 2022-09-03 15:59:14.019 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.26.8) 2022-09-03 15:59:15.492 | Installing collected packages: etcd3gw 2022-09-03 15:59:15.600 | Successfully installed etcd3gw-1.0.1 2022-09-03 15:59:15.697 | + inc/python:pip_install:200 : result=0 2022-09-03 15:59:15.699 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:59:15.701 | + functions-common:time_stop:2451 : local name 2022-09-03 15:59:15.704 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:59:15.706 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:59:15.708 | + functions-common:time_stop:2454 : local total 2022-09-03 15:59:15.710 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:59:15.712 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:59:15.714 | + functions-common:time_stop:2458 : start_time=1662220750604 2022-09-03 15:59:15.716 | + functions-common:time_stop:2460 : [[ -z 1662220750604 ]] 2022-09-03 15:59:15.719 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:59:15.723 | + functions-common:time_stop:2463 : end_time=1662220755721 2022-09-03 15:59:15.726 | + functions-common:time_stop:2464 : elapsed_time=5117 2022-09-03 15:59:15.728 | + functions-common:time_stop:2465 : total=52475 2022-09-03 15:59:15.730 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:59:15.732 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=57592 2022-09-03 15:59:15.734 | + inc/python:pip_install:203 : return 0 2022-09-03 15:59:15.737 | + ./stack.sh:main:878 : install_apache_uwsgi 2022-09-03 15:59:15.739 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-09-03 15:59:15.742 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-09-03 15:59:15.744 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 15:59:15.746 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 15:59:15.749 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 15:59:15.751 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 15:59:15.753 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 15:59:15.756 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 15:59:15.758 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 15:59:15.760 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 15:59:15.763 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 15:59:15.765 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 15:59:15.767 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 15:59:15.769 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-09-03 15:59:15.772 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:59:15.775 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:59:15.777 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-09-03 15:59:15.779 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-03 15:59:15.782 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 15:59:15.784 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 15:59:15.786 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 15:59:15.789 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 15:59:15.791 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 15:59:15.793 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 15:59:15.796 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:59:15.798 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:59:15.800 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 15:59:15.802 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 15:59:15.805 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 15:59:15.807 | + functions-common:apt_get_update:1202 : return 2022-09-03 15:59:15.810 | + functions-common:install_package:1476 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-03 15:59:15.812 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 15:59:15.814 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:59:15.816 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:59:15.819 | + functions-common:real_install_package:1462 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-03 15:59:15.839 | + functions-common:apt_get:1242 : 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-09-03 15:59:15.957 | Reading package lists... 2022-09-03 15:59:16.212 | Building dependency tree... 2022-09-03 15:59:16.213 | Reading state information... 2022-09-03 15:59:16.468 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-09-03 15:59:16.468 | The following packages were automatically installed and are no longer required: 2022-09-03 15:59:16.469 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 15:59:16.469 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 15:59:16.469 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 15:59:16.469 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 15:59:16.469 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 15:59:16.469 | python3-zope.interface 2022-09-03 15:59:16.469 | Use 'sudo apt autoremove' to remove them. 2022-09-03 15:59:16.469 | The following additional packages will be installed: 2022-09-03 15:59:16.470 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-09-03 15:59:16.471 | Suggested packages: 2022-09-03 15:59:16.471 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-09-03 15:59:16.539 | The following NEW packages will be installed: 2022-09-03 15:59:16.540 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-09-03 15:59:16.820 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 15:59:16.820 | Need to get 1,306 kB of archives. 2022-09-03 15:59:16.820 | After this operation, 4,613 kB of additional disk space will be used. 2022-09-03 15:59:16.820 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-09-03 15:59:17.560 | 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-09-03 15:59:17.613 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-09-03 15:59:17.721 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-09-03 15:59:17.849 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-09-03 15:59:17.851 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-09-03 15:59:18.418 | Fetched 1,306 kB in 1s (994 kB/s) 2022-09-03 15:59:18.601 | Selecting previously unselected package libnorm1:amd64. 2022-09-03 15:59:18.653 | (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 ... 90643 files and directories currently installed.) 2022-09-03 15:59:18.656 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-09-03 15:59:18.748 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-09-03 15:59:19.160 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-09-03 15:59:19.170 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-09-03 15:59:19.222 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-09-03 15:59:19.600 | Selecting previously unselected package libzmq5:amd64. 2022-09-03 15:59:19.609 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-09-03 15:59:19.679 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-09-03 15:59:20.029 | Selecting previously unselected package uwsgi-core. 2022-09-03 15:59:20.039 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-09-03 15:59:20.091 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-09-03 15:59:20.588 | Selecting previously unselected package uwsgi. 2022-09-03 15:59:20.598 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-09-03 15:59:20.651 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-09-03 15:59:21.097 | Selecting previously unselected package uwsgi-plugin-python3. 2022-09-03 15:59:21.107 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-09-03 15:59:21.149 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-09-03 15:59:21.493 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-09-03 15:59:21.662 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-09-03 15:59:21.862 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-09-03 15:59:22.022 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-09-03 15:59:22.193 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-09-03 15:59:23.331 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-09-03 15:59:23.612 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-09-03 15:59:24.063 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 15:59:24.588 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-09-03 15:59:32.826 | + functions-common:apt_get:1246 : result=0 2022-09-03 15:59:32.828 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 15:59:32.830 | + functions-common:time_stop:2451 : local name 2022-09-03 15:59:32.833 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:59:32.835 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:59:32.837 | + functions-common:time_stop:2454 : local total 2022-09-03 15:59:32.839 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:59:32.841 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 15:59:32.843 | + functions-common:time_stop:2458 : start_time=1662220755837 2022-09-03 15:59:32.845 | + functions-common:time_stop:2460 : [[ -z 1662220755837 ]] 2022-09-03 15:59:32.848 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:59:32.852 | + functions-common:time_stop:2463 : end_time=1662220772850 2022-09-03 15:59:32.855 | + functions-common:time_stop:2464 : elapsed_time=17013 2022-09-03 15:59:32.857 | + functions-common:time_stop:2465 : total=464534 2022-09-03 15:59:32.859 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:59:32.861 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=481547 2022-09-03 15:59:32.864 | + functions-common:apt_get:1250 : return 0 2022-09-03 15:59:32.866 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-09-03 15:59:32.868 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 15:59:32.871 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 15:59:32.874 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-09-03 15:59:32.936 | Enabling module proxy. 2022-09-03 15:59:32.941 | To activate the new configuration, you need to run: 2022-09-03 15:59:32.941 | systemctl restart apache2 2022-09-03 15:59:32.945 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-09-03 15:59:33.006 | Considering dependency proxy for proxy_uwsgi: 2022-09-03 15:59:33.006 | Module proxy already enabled 2022-09-03 15:59:33.007 | Enabling module proxy_uwsgi. 2022-09-03 15:59:33.012 | To activate the new configuration, you need to run: 2022-09-03 15:59:33.012 | systemctl restart apache2 2022-09-03 15:59:33.016 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-09-03 15:59:33.019 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 15:59:33.021 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 15:59:33.023 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 15:59:33.147 | + ./stack.sh:main:881 : install_keystoneauth 2022-09-03 15:59:33.150 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-09-03 15:59:33.153 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-09-03 15:59:33.156 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.158 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.161 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-09-03 15:59:33.163 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.165 | + ./stack.sh:main:882 : install_keystoneclient 2022-09-03 15:59:33.169 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-09-03 15:59:33.171 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-09-03 15:59:33.174 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.176 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.178 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-09-03 15:59:33.181 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.184 | + ./stack.sh:main:883 : install_glanceclient 2022-09-03 15:59:33.186 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-09-03 15:59:33.188 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-09-03 15:59:33.191 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.193 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.195 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-09-03 15:59:33.198 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.200 | + ./stack.sh:main:884 : install_cinderclient 2022-09-03 15:59:33.203 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-09-03 15:59:33.205 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-09-03 15:59:33.207 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.210 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.212 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-09-03 15:59:33.215 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.218 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-09-03 15:59:33.220 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-09-03 15:59:33.222 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.225 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.227 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-09-03 15:59:33.230 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.232 | + ./stack.sh:main:885 : install_novaclient 2022-09-03 15:59:33.234 | + lib/nova:install_novaclient:882 : use_library_from_git python-novaclient 2022-09-03 15:59:33.237 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-09-03 15:59:33.239 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.241 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.244 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-09-03 15:59:33.247 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.249 | + ./stack.sh:main:886 : is_service_enabled swift glance horizon 2022-09-03 15:59:33.267 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:59:33.269 | + ./stack.sh:main:887 : install_swiftclient 2022-09-03 15:59:33.271 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-09-03 15:59:33.274 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-09-03 15:59:33.276 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.279 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.281 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-09-03 15:59:33.284 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.286 | + ./stack.sh:main:889 : is_service_enabled neutron nova horizon 2022-09-03 15:59:33.302 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:59:33.304 | + ./stack.sh:main:890 : install_neutronclient 2022-09-03 15:59:33.307 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-09-03 15:59:33.310 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-09-03 15:59:33.312 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.315 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.317 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-09-03 15:59:33.319 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.322 | + ./stack.sh:main:894 : install_keystonemiddleware 2022-09-03 15:59:33.325 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-09-03 15:59:33.327 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-09-03 15:59:33.329 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 15:59:33.332 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 15:59:33.334 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-09-03 15:59:33.337 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 15:59:33.339 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-09-03 15:59:33.342 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-09-03 15:59:33.344 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 15:59:33.347 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-09-03 15:59:33.350 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-09-03 15:59:33.352 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 15:59:33.356 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 15:59:33.356 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-09-03 15:59:33.361 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-09-03 15:59:33.363 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-09-03 15:59:33.366 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-09-03 15:59:33.368 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-09-03 15:59:33.371 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-09-03 15:59:33.393 | Using python 3.8 to install keystonemiddleware 2022-09-03 15:59:33.395 | + 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-09-03 15:59:35.395 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:35.395 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:35.395 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:35.395 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:35.586 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.632 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.692 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.700 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.722 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.726 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.743 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.752 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.772 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.784 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.845 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.921 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.938 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.968 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.976 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:35.989 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.007 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.019 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.034 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.043 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.080 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.102 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.110 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.194 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.198 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.202 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.241 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.281 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.297 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.313 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.333 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.350 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.366 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.396 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.425 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.454 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.464 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.481 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.493 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.512 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.519 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.523 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:36.526 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:59:36.529 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (9.4.0) 2022-09-03 15:59:36.580 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (2.10.1) 2022-09-03 15:59:36.616 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (8.8.0) 2022-09-03 15:59:36.655 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.1.5) 2022-09-03 15:59:36.660 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (3.5.0) 2022-09-03 15:59:36.667 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.16.0) 2022-09-03 15:59:36.669 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (1.5.0) 2022-09-03 15:59:36.674 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (4.5.0) 2022-09-03 15:59:36.730 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (4.4.0) 2022-09-03 15:59:36.747 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (5.1.1) 2022-09-03 15:59:36.750 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) (4.12.3) 2022-09-03 15:59:36.765 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (2021.3) 2022-09-03 15:59:36.769 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-09-03 15:59:36.771 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.7.0) 2022-09-03 15:59:36.810 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (4.3.0) 2022-09-03 15:59:36.818 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53)) (5.1.0) 2022-09-03 15:59:36.822 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) (1.8.7) 2022-09-03 15:59:36.835 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) (3.1.1) 2022-09-03 15:59:36.844 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (2.27.1) 2022-09-03 15:59:36.872 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 56)) (4.1.0) 2022-09-03 15:59:36.877 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (6.0) 2022-09-03 15:59:36.880 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (2.5.0) 2022-09-03 15:59:36.886 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (0.8.0) 2022-09-03 15:59:36.890 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (1.0.2) 2022-09-03 15:59:36.893 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (1.7.0) 2022-09-03 15:59:36.897 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (21.3) 2022-09-03 15:59:36.903 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (3.0.7) 2022-09-03 15:59:36.908 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (0.11.0) 2022-09-03 15:59:36.911 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (0.9.6) 2022-09-03 15:59:36.913 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 628)) (2.8.2) 2022-09-03 15:59:36.918 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (1.0.3) 2022-09-03 15:59:36.921 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.26.8) 2022-09-03 15:59:36.941 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 236)) (2019.11.28) 2022-09-03 15:59:36.944 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.3) 2022-09-03 15:59:36.947 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (2.0.12) 2022-09-03 15:59:36.952 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (1.13.3) 2022-09-03 15:59:38.318 | + inc/python:pip_install:200 : result=0 2022-09-03 15:59:38.320 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:59:38.323 | + functions-common:time_stop:2451 : local name 2022-09-03 15:59:38.325 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:59:38.327 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:59:38.330 | + functions-common:time_stop:2454 : local total 2022-09-03 15:59:38.332 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:59:38.334 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:59:38.336 | + functions-common:time_stop:2458 : start_time=1662220773387 2022-09-03 15:59:38.339 | + functions-common:time_stop:2460 : [[ -z 1662220773387 ]] 2022-09-03 15:59:38.342 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:59:38.346 | + functions-common:time_stop:2463 : end_time=1662220778343 2022-09-03 15:59:38.348 | + functions-common:time_stop:2464 : elapsed_time=4956 2022-09-03 15:59:38.350 | + functions-common:time_stop:2465 : total=57592 2022-09-03 15:59:38.352 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:59:38.354 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=62548 2022-09-03 15:59:38.357 | + inc/python:pip_install:203 : return 0 2022-09-03 15:59:38.359 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-09-03 15:59:38.362 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-09-03 15:59:38.364 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 15:59:38.367 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-09-03 15:59:38.369 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-09-03 15:59:38.372 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 15:59:38.375 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-09-03 15:59:38.376 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 15:59:38.381 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-09-03 15:59:38.383 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-09-03 15:59:38.386 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-09-03 15:59:38.389 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-09-03 15:59:38.391 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-09-03 15:59:38.413 | Using python 3.8 to install python-memcached 2022-09-03 15:59:38.415 | + 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-09-03 15:59:40.412 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:40.413 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:40.413 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:40.413 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:40.626 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.678 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.743 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.754 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.777 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.781 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.801 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.813 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.839 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.850 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:40.920 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.006 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.029 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.060 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.069 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.082 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.100 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.112 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.126 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.137 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.175 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.197 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.205 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.291 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.294 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.298 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.339 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.378 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.393 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.410 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.430 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.447 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.464 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.494 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.523 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.552 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.563 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.579 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.592 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.611 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.618 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.622 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:41.625 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:59:41.751 | Collecting python-memcached===1.59 2022-09-03 15:59:41.760 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-09-03 15:59:41.841 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.16.0) 2022-09-03 15:59:43.360 | Installing collected packages: python-memcached 2022-09-03 15:59:43.445 | Successfully installed python-memcached-1.59 2022-09-03 15:59:43.538 | + inc/python:pip_install:200 : result=0 2022-09-03 15:59:43.541 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 15:59:43.543 | + functions-common:time_stop:2451 : local name 2022-09-03 15:59:43.545 | + functions-common:time_stop:2452 : local end_time 2022-09-03 15:59:43.548 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 15:59:43.550 | + functions-common:time_stop:2454 : local total 2022-09-03 15:59:43.552 | + functions-common:time_stop:2455 : local start_time 2022-09-03 15:59:43.554 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 15:59:43.557 | + functions-common:time_stop:2458 : start_time=1662220778407 2022-09-03 15:59:43.559 | + functions-common:time_stop:2460 : [[ -z 1662220778407 ]] 2022-09-03 15:59:43.562 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 15:59:43.566 | + functions-common:time_stop:2463 : end_time=1662220783563 2022-09-03 15:59:43.568 | + functions-common:time_stop:2464 : elapsed_time=5156 2022-09-03 15:59:43.570 | + functions-common:time_stop:2465 : total=62548 2022-09-03 15:59:43.573 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 15:59:43.575 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=67704 2022-09-03 15:59:43.577 | + inc/python:pip_install:203 : return 0 2022-09-03 15:59:43.580 | + ./stack.sh:main:896 : is_service_enabled keystone 2022-09-03 15:59:43.597 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 15:59:43.599 | + ./stack.sh:main:897 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-09-03 15:59:43.601 | + ./stack.sh:main:898 : stack_install_service keystone 2022-09-03 15:59:43.604 | + lib/stack:stack_install_service:20 : local service=keystone 2022-09-03 15:59:43.606 | + lib/stack:stack_install_service:21 : type install_keystone 2022-09-03 15:59:43.609 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 15:59:43.611 | + lib/stack:stack_install_service:32 : install_keystone 2022-09-03 15:59:43.613 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-09-03 15:59:43.628 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 15:59:43.630 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/yoga 2022-09-03 15:59:43.632 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-09-03 15:59:43.635 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-09-03 15:59:43.637 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 15:59:43.639 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 15:59:43.641 | ++ functions-common:git_clone:612 : pwd 2022-09-03 15:59:43.644 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 15:59:43.646 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 15:59:43.649 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 15:59:43.664 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 15:59:43.666 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 15:59:43.668 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 15:59:43.671 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 15:59:43.671 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 15:59:43.676 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-09-03 15:59:43.678 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 15:59:43.680 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-09-03 15:59:43.693 | + functions-common:git_clone:689 : cd /opt/stack/keystone 2022-09-03 15:59:43.695 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 15:59:43.696 | + functions-common:git_clone:690 : head -1 2022-09-03 15:59:43.699 | 74be2e246 Merge "Yoga-only: Fix wrong python job template used" into stable/yoga 2022-09-03 15:59:43.701 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 15:59:43.703 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-09-03 15:59:43.706 | + inc/python:setup_develop:338 : local bindep 2022-09-03 15:59:43.708 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-03 15:59:43.710 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-09-03 15:59:43.712 | + inc/python:setup_develop:344 : local extras= 2022-09-03 15:59:43.715 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-09-03 15:59:43.717 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 15:59:43.719 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-03 15:59:43.721 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-09-03 15:59:43.724 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 15:59:43.726 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 15:59:43.729 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-09-03 15:59:43.731 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 15:59:43.734 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-09-03 15:59:43.736 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 15:59:43.738 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 15:59:43.741 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-09-03 15:59:43.747 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-09-03 15:59:43.750 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-09-03 15:59:44.402 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-09-03 15:59:44.405 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 15:59:44.407 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 15:59:44.409 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 15:59:44.411 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-03 15:59:44.413 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-09-03 15:59:44.416 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 15:59:44.418 | + inc/python:setup_package:428 : local extras= 2022-09-03 15:59:44.420 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 15:59:44.422 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 15:59:44.424 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 15:59:44.427 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 15:59:44.429 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 15:59:44.432 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-09-03 15:59:44.451 | Using python 3.8 to install /opt/stack/keystone 2022-09-03 15:59:44.453 | + 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-09-03 15:59:46.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:46.456 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:46.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 15:59:46.457 | from cryptography.utils import int_from_bytes 2022-09-03 15:59:46.634 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.642 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.649 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.653 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.740 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.759 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.763 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.766 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.782 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.789 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.792 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.823 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.832 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.837 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.856 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.892 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.901 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.906 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.953 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.967 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.970 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.990 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:46.996 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.045 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.064 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.067 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.159 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.166 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.241 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.362 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.386 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.390 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.402 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.407 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.426 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.434 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.451 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.507 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.520 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.536 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.580 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.583 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 15:59:47.589 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 15:59:47.590 | Obtaining file:///opt/stack/keystone 2022-09-03 15:59:51.186 | Collecting Flask===2.0.3 2022-09-03 15:59:51.193 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59d/a8a3170004800/Flask-2.0.3-py3-none-any.whl (95 kB) 2022-09-03 15:59:51.397 | Collecting Flask-RESTful===0.3.9 2022-09-03 15:59:51.403 | 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-09-03 15:59:51.490 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 15:59:51.496 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 15:59:51.561 | Collecting PyJWT===2.3.0 2022-09-03 15:59:51.568 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB) 2022-09-03 15:59:51.603 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 15:59:51.744 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 15:59:51.904 | Collecting Werkzeug===2.0.3 2022-09-03 15:59:51.910 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/142/1ebfc7648a39a/Werkzeug-2.0.3-py3-none-any.whl (289 kB) 2022-09-03 15:59:52.131 | Collecting aniso8601===9.0.1 2022-09-03 15:59:52.137 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-09-03 15:59:52.233 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 15:59:52.242 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 15:59:52.304 | Collecting click===8.0.4 2022-09-03 15:59:52.310 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6a7/a62563bbfabfd/click-8.0.4-py3-none-any.whl (97 kB) 2022-09-03 15:59:52.332 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 15:59:52.369 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 15:59:52.374 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 15:59:52.478 | Collecting itsdangerous===2.1.0 2022-09-03 15:59:52.484 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/292/8584216655446/itsdangerous-2.1.0-py3-none-any.whl (15 kB) 2022-09-03 15:59:52.564 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 15:59:52.575 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 15:59:52.624 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 15:59:52.664 | Collecting oauthlib===3.2.0 2022-09-03 15:59:52.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB) 2022-09-03 15:59:52.714 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (2.10.1) 2022-09-03 15:59:52.750 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (8.8.0) 2022-09-03 15:59:52.788 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (4.1.0) 2022-09-03 15:59:52.794 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (11.2.0) 2022-09-03 15:59:52.840 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.1.0) 2022-09-03 15:59:52.844 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.7.0) 2022-09-03 15:59:52.908 | Requirement already satisfied: oslo.messaging===12.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (12.13.0) 2022-09-03 15:59:52.962 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.4.0) 2022-09-03 15:59:52.971 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (4.5.1) 2022-09-03 15:59:52.989 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (3.11.0) 2022-09-03 15:59:53.004 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (4.3.0) 2022-09-03 15:59:53.013 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.8.0) 2022-09-03 15:59:53.035 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.5.0) 2022-09-03 15:59:53.045 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (4.12.3) 2022-09-03 15:59:53.060 | Requirement already satisfied: osprofiler===3.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.4.2) 2022-09-03 15:59:53.103 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (21.3) 2022-09-03 15:59:53.212 | Collecting passlib===1.7.4 2022-09-03 15:59:53.219 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-09-03 15:59:53.367 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (5.8.1) 2022-09-03 15:59:53.371 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.1.1) 2022-09-03 15:59:53.382 | Requirement already satisfied: prometheus-client===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (0.13.1) 2022-09-03 15:59:53.387 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (3.1.1) 2022-09-03 15:59:53.397 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.21) 2022-09-03 15:59:53.400 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (0.9.6) 2022-09-03 15:59:53.402 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.0.7) 2022-09-03 15:59:53.531 | Collecting pysaml2===7.1.1 2022-09-03 15:59:53.537 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea9/55f87e98ca960/pysaml2-7.1.1-py2.py3-none-any.whl (406 kB) 2022-09-03 15:59:53.704 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2.8.2) 2022-09-03 15:59:53.709 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (4.4.0) 2022-09-03 15:59:53.726 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2021.3) 2022-09-03 15:59:53.730 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (2.27.1) 2022-09-03 15:59:53.755 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (1.5.0) 2022-09-03 15:59:54.026 | Collecting scrypt===0.8.20 2022-09-03 15:59:54.038 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/61d/faff95a184fd3/scrypt-0.8.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-09-03 15:59:54.178 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (60.9.3) 2022-09-03 15:59:54.248 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (1.16.0) 2022-09-03 15:59:54.251 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.13.0) 2022-09-03 15:59:54.262 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (0.4.2) 2022-09-03 15:59:54.264 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.3.0) 2022-09-03 15:59:54.267 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (3.5.0) 2022-09-03 15:59:54.273 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (2.0.1) 2022-09-03 15:59:54.282 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.5.0) 2022-09-03 15:59:54.287 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (2.5.0) 2022-09-03 15:59:54.297 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.26.8) 2022-09-03 15:59:54.316 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) (0.2.5) 2022-09-03 15:59:54.480 | Collecting xmlschema===1.9.2 2022-09-03 15:59:54.487 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7b/a52b774a87b59/xmlschema-1.9.2-py3-none-any.whl (273 kB) 2022-09-03 15:59:54.630 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (1.3.3) 2022-09-03 15:59:54.634 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 15:59:54.637 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 15:59:54.694 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 15:59:54.698 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 15:59:54.701 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 15:59:54.707 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 15:59:54.721 | Requirement already satisfied: cachetools===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (5.0.0) 2022-09-03 15:59:54.723 | Requirement already satisfied: amqp===5.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) (5.0.9) 2022-09-03 15:59:54.728 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.4.0) 2022-09-03 15:59:54.733 | Requirement already satisfied: kombu===5.2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (5.2.3) 2022-09-03 15:59:54.778 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 15:59:54.788 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 15:59:54.797 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (4.5.0) 2022-09-03 15:59:54.807 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 15:59:54.818 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 15:59:54.826 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 15:59:54.834 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 15:59:54.837 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 15:59:54.840 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) (22.0.0) 2022-09-03 15:59:54.852 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 15:59:54.970 | Collecting defusedxml===0.7.1 2022-09-03 15:59:54.976 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-09-03 15:59:55.060 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 482)) (2019.11.28) 2022-09-03 15:59:55.062 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 15:59:55.065 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 15:59:55.070 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 15:59:55.072 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 15:59:55.238 | Collecting elementpath===2.4.0 2022-09-03 15:59:55.245 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e9/8a4f5e8ccb5fe/elementpath-2.4.0-py3-none-any.whl (163 kB) 2022-09-03 15:59:55.358 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.7.0) 2022-09-03 15:59:55.362 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.13.3) 2022-09-03 15:59:55.365 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 15:59:55.401 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 15:59:55.408 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (5.0.0) 2022-09-03 15:59:55.411 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 15:59:55.414 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.7) 2022-09-03 15:59:55.421 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 15:59:55.437 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (3.7.0) 2022-09-03 15:59:56.225 | Installing collected packages: Werkzeug, click, itsdangerous, Flask, aniso8601, Flask-RESTful, PyJWT, defusedxml, elementpath, oauthlib, passlib, xmlschema, pysaml2, scrypt, keystone 2022-09-03 15:59:56.485 | Attempting uninstall: click 2022-09-03 15:59:56.486 | Found existing installation: Click 7.0 2022-09-03 15:59:56.488 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2022-09-03 15:59:56.488 | Can't uninstall 'Click'. No files were found to uninstall. 2022-09-03 15:59:56.840 | Attempting uninstall: PyJWT 2022-09-03 15:59:56.841 | Found existing installation: PyJWT 1.7.1 2022-09-03 15:59:56.843 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2022-09-03 15:59:56.843 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2022-09-03 15:59:57.152 | Attempting uninstall: oauthlib 2022-09-03 15:59:57.153 | Found existing installation: oauthlib 3.1.0 2022-09-03 15:59:57.155 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2022-09-03 15:59:57.155 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2022-09-03 15:59:58.718 | Running setup.py develop for keystone 2022-09-03 16:00:02.536 | Successfully installed Flask-2.0.3 Flask-RESTful-0.3.9 PyJWT-2.3.0 Werkzeug-2.0.3 aniso8601-9.0.1 click-8.0.4 defusedxml-0.7.1 elementpath-2.4.0 itsdangerous-2.1.0 keystone oauthlib-3.2.0 passlib-1.7.4 pysaml2-7.1.1 scrypt-0.8.20 xmlschema-1.9.2 2022-09-03 16:00:02.674 | + inc/python:pip_install:200 : result=0 2022-09-03 16:00:02.676 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:00:02.679 | + functions-common:time_stop:2451 : local name 2022-09-03 16:00:02.681 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:00:02.683 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:00:02.685 | + functions-common:time_stop:2454 : local total 2022-09-03 16:00:02.687 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:00:02.689 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:00:02.691 | + functions-common:time_stop:2458 : start_time=1662220784446 2022-09-03 16:00:02.693 | + functions-common:time_stop:2460 : [[ -z 1662220784446 ]] 2022-09-03 16:00:02.696 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:00:02.700 | + functions-common:time_stop:2463 : end_time=1662220802698 2022-09-03 16:00:02.702 | + functions-common:time_stop:2464 : elapsed_time=18252 2022-09-03 16:00:02.704 | + functions-common:time_stop:2465 : total=67704 2022-09-03 16:00:02.706 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:00:02.708 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=85956 2022-09-03 16:00:02.711 | + inc/python:pip_install:203 : return 0 2022-09-03 16:00:02.713 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:00:02.715 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-03 16:00:02.718 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-03 16:00:02.735 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-03 16:00:02.747 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-09-03 16:00:02.749 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-09-03 16:00:02.751 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:00:02.754 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:00:02.756 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-09-03 16:00:02.759 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:00:02.761 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-09-03 16:00:02.777 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:02.780 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-09-03 16:00:02.782 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:00:02.785 | + ./stack.sh:main:899 : configure_keystone 2022-09-03 16:00:02.787 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-09-03 16:00:02.799 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-09-03 16:00:02.802 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-09-03 16:00:02.806 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-09-03 16:00:02.822 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:02.824 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-09-03 16:00:02.853 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-09-03 16:00:02.881 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-09-03 16:00:02.932 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-09-03 16:00:02.961 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-09-03 16:00:02.991 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-09-03 16:00:03.021 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-09-03 16:00:03.048 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-09-03 16:00:03.075 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-09-03 16:00:03.077 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-09-03 16:00:03.080 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-09-03 16:00:03.082 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-09-03 16:00:03.084 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-03 16:00:03.087 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-03 16:00:03.101 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:03.105 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-03 16:00:03.107 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-03 16:00:03.110 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-03 16:00:03.125 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:03.127 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:00:03.130 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:00:03.158 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-03 16:00:03.160 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-03 16:00:03.163 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-09-03 16:00:03.166 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-09-03 16:00:03.182 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:03.184 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.42/identity 2022-09-03 16:00:03.214 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-09-03 16:00:03.217 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-09-03 16:00:03.247 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-09-03 16:00:03.249 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-09-03 16:00:03.252 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-09-03 16:00:03.254 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=keystone 2022-09-03 16:00:03.257 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-09-03 16:00:03.260 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-09-03 16:00:03.290 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-09-03 16:00:03.293 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-09-03 16:00:03.295 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-09-03 16:00:03.297 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-09-03 16:00:03.300 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:00:03.316 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:00:03.318 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:00:03.321 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:00:03.323 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:00:03.325 | + 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-09-03 16:00:03.353 | + 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-09-03 16:00:03.379 | + 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-09-03 16:00:03.411 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:00:03.438 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-09-03 16:00:03.470 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-09-03 16:00:03.473 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-09-03 16:00:03.475 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-09-03 16:00:03.478 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-09-03 16:00:03.480 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-09-03 16:00:03.482 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-03 16:00:03.484 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-03 16:00:03.487 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-09-03 16:00:03.491 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-09-03 16:00:03.494 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-03 16:00:03.496 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-03 16:00:03.509 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-03 16:00:03.509 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:00:03.517 | d /var/run/uwsgi 0755 ubuntu root 2022-09-03 16:00:03.520 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:00:03.536 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-09-03 16:00:03.538 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-09-03 16:00:03.542 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-09-03 16:00:03.571 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-09-03 16:00:03.598 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-09-03 16:00:03.624 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-09-03 16:00:03.651 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-09-03 16:00:03.677 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-09-03 16:00:03.704 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-09-03 16:00:03.730 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-09-03 16:00:03.756 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-09-03 16:00:03.784 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:00:03.810 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-09-03 16:00:03.837 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-09-03 16:00:03.864 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-09-03 16:00:03.891 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-03 16:00:03.893 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-03 16:00:03.896 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-09-03 16:00:03.898 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-09-03 16:00:03.901 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-03 16:00:03.903 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:00:03.906 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:00:03.908 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-03 16:00:03.910 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-03 16:00:03.912 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-09-03 16:00:03.939 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-09-03 16:00:03.967 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-09-03 16:00:03.967 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-03 16:00:03.976 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-09-03 16:00:03.979 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-09-03 16:00:03.981 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-09-03 16:00:03.983 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-03 16:00:03.986 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-03 16:00:03.988 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:00:03.990 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:00:03.993 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:00:03.995 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-03 16:00:03.997 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-03 16:00:04.000 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:00:04.002 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:00:04.004 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-09-03 16:00:04.066 | Enabling site keystone-wsgi-public. 2022-09-03 16:00:04.072 | To activate the new configuration, you need to run: 2022-09-03 16:00:04.072 | systemctl reload apache2 2022-09-03 16:00:04.076 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-03 16:00:04.079 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:00:04.081 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:00:04.083 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:00:04.209 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-09-03 16:00:04.238 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-09-03 16:00:04.270 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-09-03 16:00:04.301 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-09-03 16:00:04.303 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-09-03 16:00:04.334 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-09-03 16:00:04.362 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-09-03 16:00:04.390 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-09-03 16:00:04.392 | + ./stack.sh:main:903 : is_service_enabled swift 2022-09-03 16:00:04.409 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:04.412 | + ./stack.sh:main:904 : is_service_enabled ceilometer 2022-09-03 16:00:04.428 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:04.430 | + ./stack.sh:main:907 : stack_install_service swift 2022-09-03 16:00:04.433 | + lib/stack:stack_install_service:20 : local service=swift 2022-09-03 16:00:04.435 | + lib/stack:stack_install_service:21 : type install_swift 2022-09-03 16:00:04.437 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:00:04.440 | + lib/stack:stack_install_service:32 : install_swift 2022-09-03 16:00:04.442 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/yoga 2022-09-03 16:00:04.444 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-09-03 16:00:04.447 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-09-03 16:00:04.449 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:00:04.451 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:00:04.454 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:00:04.456 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:00:04.459 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:00:04.462 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:00:04.477 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:00:04.479 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:00:04.481 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:00:04.484 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:00:04.485 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:00:04.489 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-09-03 16:00:04.492 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 16:00:04.494 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/swift 2022-09-03 16:00:04.506 | + functions-common:git_clone:689 : cd /opt/stack/swift 2022-09-03 16:00:04.509 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:00:04.510 | + functions-common:git_clone:690 : head -1 2022-09-03 16:00:04.514 | 00763d5a0 Stop partial()ing hashlib.new 2022-09-03 16:00:04.516 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:00:04.519 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-09-03 16:00:04.521 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:00:04.524 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-09-03 16:00:04.527 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-09-03 16:00:04.529 | + inc/python:setup_develop:344 : local extras=keystone 2022-09-03 16:00:04.531 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-09-03 16:00:04.534 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:00:04.536 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-09-03 16:00:04.538 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-09-03 16:00:04.541 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:00:04.543 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-09-03 16:00:04.546 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-09-03 16:00:04.548 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:00:04.551 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-09-03 16:00:04.553 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:00:04.556 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:00:04.558 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-09-03 16:00:04.564 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-09-03 16:00:04.566 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-09-03 16:00:05.218 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-09-03 16:00:05.220 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:00:05.223 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:00:05.225 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:00:05.228 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-09-03 16:00:05.230 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-09-03 16:00:05.232 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:00:05.234 | + inc/python:setup_package:428 : local extras=keystone 2022-09-03 16:00:05.236 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:00:05.239 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-09-03 16:00:05.241 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-09-03 16:00:05.244 | + inc/python:setup_package:438 : extras='[keystone]' 2022-09-03 16:00:05.246 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:00:05.248 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-09-03 16:00:05.269 | Using python 3.8 to install /opt/stack/swift 2022-09-03 16:00:05.271 | + 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-09-03 16:00:07.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:07.284 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:07.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:07.284 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:07.464 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.472 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.478 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.482 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.568 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.588 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.592 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.595 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.610 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.618 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.620 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.652 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.661 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.666 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.684 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.720 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.728 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.733 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.782 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.794 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.798 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.817 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.825 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.872 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.891 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.894 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.985 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:07.992 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.068 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.189 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.215 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.218 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.229 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.234 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.254 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.261 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.278 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.336 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.347 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.363 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.407 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.411 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:08.418 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:00:08.418 | Obtaining file:///opt/stack/swift 2022-09-03 16:00:11.459 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:00:11.469 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:00:11.506 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:00:11.514 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:00:11.518 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:00:12.601 | Collecting lxml===4.8.0 2022-09-03 16:00:12.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce1/3d6291a5f47c1/lxml-4.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2022-09-03 16:00:13.079 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:00:13.081 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (2.10.1) 2022-09-03 16:00:13.116 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (8.8.0) 2022-09-03 16:00:13.155 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (4.1.0) 2022-09-03 16:00:13.160 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.1.0) 2022-09-03 16:00:13.165 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.7.0) 2022-09-03 16:00:13.203 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (4.3.0) 2022-09-03 16:00:13.212 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (4.12.3) 2022-09-03 16:00:13.226 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (21.3) 2022-09-03 16:00:13.232 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (5.8.1) 2022-09-03 16:00:13.234 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (3.1.1) 2022-09-03 16:00:13.346 | Collecting pyeclib===1.6.0 2022-09-03 16:00:13.362 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-09-03 16:00:15.654 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (0.9.6) 2022-09-03 16:00:15.656 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.0.7) 2022-09-03 16:00:15.662 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2.8.2) 2022-09-03 16:00:15.667 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (4.4.0) 2022-09-03 16:00:15.687 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2021.3) 2022-09-03 16:00:15.691 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (2.27.1) 2022-09-03 16:00:15.719 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (1.5.0) 2022-09-03 16:00:15.723 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (60.9.3) 2022-09-03 16:00:15.796 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (1.16.0) 2022-09-03 16:00:15.798 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (3.5.0) 2022-09-03 16:00:15.805 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.26.8) 2022-09-03 16:00:16.032 | Collecting xattr===0.9.9 2022-09-03 16:00:16.040 | 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-09-03 16:00:16.131 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:00:16.135 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:00:16.152 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:00:16.165 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:00:16.223 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:00:16.230 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:00:16.232 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:00:16.238 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:00:16.244 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:00:16.247 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:00:16.250 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:00:16.254 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:00:16.258 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 482)) (2019.11.28) 2022-09-03 16:00:16.260 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.21) 2022-09-03 16:00:16.263 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.7.0) 2022-09-03 16:00:16.267 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:00:16.270 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.13.3) 2022-09-03 16:00:16.274 | Building wheels for collected packages: pyeclib 2022-09-03 16:00:16.275 | Building wheel for pyeclib (setup.py): started 2022-09-03 16:00:19.193 | Building wheel for pyeclib (setup.py): finished with status 'done' 2022-09-03 16:00:19.194 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55504 sha256=3d3b661b6c68a5d87a70246aac585c1c024a7012456a1d1b2bf4824e396acbd1 2022-09-03 16:00:19.195 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-09-03 16:00:19.196 | Successfully built pyeclib 2022-09-03 16:00:20.473 | Installing collected packages: lxml, pyeclib, xattr, swift 2022-09-03 16:00:20.904 | Running setup.py develop for swift 2022-09-03 16:00:24.557 | Successfully installed lxml-4.8.0 pyeclib-1.6.0 swift xattr-0.9.9 2022-09-03 16:00:24.680 | + inc/python:pip_install:200 : result=0 2022-09-03 16:00:24.683 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:00:24.685 | + functions-common:time_stop:2451 : local name 2022-09-03 16:00:24.687 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:00:24.689 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:00:24.691 | + functions-common:time_stop:2454 : local total 2022-09-03 16:00:24.693 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:00:24.695 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:00:24.698 | + functions-common:time_stop:2458 : start_time=1662220805263 2022-09-03 16:00:24.700 | + functions-common:time_stop:2460 : [[ -z 1662220805263 ]] 2022-09-03 16:00:24.703 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:00:24.707 | + functions-common:time_stop:2463 : end_time=1662220824704 2022-09-03 16:00:24.709 | + functions-common:time_stop:2464 : elapsed_time=19441 2022-09-03 16:00:24.711 | + functions-common:time_stop:2465 : total=85956 2022-09-03 16:00:24.713 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:00:24.715 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=105397 2022-09-03 16:00:24.717 | + inc/python:pip_install:203 : return 0 2022-09-03 16:00:24.720 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:00:24.722 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-03 16:00:24.724 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-03 16:00:24.744 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-03 16:00:24.755 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-09-03 16:00:24.758 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-09-03 16:00:24.760 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:00:24.762 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:00:24.764 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-09-03 16:00:24.767 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:00:24.769 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-09-03 16:00:24.772 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:00:24.774 | + ./stack.sh:main:908 : configure_swift 2022-09-03 16:00:24.776 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-09-03 16:00:24.778 | + lib/swift:configure_swift:332 : local node_number 2022-09-03 16:00:24.780 | + lib/swift:configure_swift:333 : local swift_node_config 2022-09-03 16:00:24.782 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-09-03 16:00:24.784 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-09-03 16:00:25.916 | No object-reconstructor running 2022-09-03 16:00:25.916 | No account-reaper running 2022-09-03 16:00:25.916 | No container-sharder running 2022-09-03 16:00:25.916 | No container-reconciler running 2022-09-03 16:00:25.916 | No object-updater running 2022-09-03 16:00:25.916 | No object-auditor running 2022-09-03 16:00:25.916 | No container-updater running 2022-09-03 16:00:25.916 | No account-server running 2022-09-03 16:00:25.916 | No account-auditor running 2022-09-03 16:00:25.916 | No object-server running 2022-09-03 16:00:25.916 | No object-expirer running 2022-09-03 16:00:25.916 | No object-replicator running 2022-09-03 16:00:25.916 | No container-server running 2022-09-03 16:00:25.916 | No account-replicator running 2022-09-03 16:00:25.916 | No container-sync running 2022-09-03 16:00:25.916 | No container-auditor running 2022-09-03 16:00:25.916 | No container-replicator running 2022-09-03 16:00:25.916 | No proxy-server running 2022-09-03 16:00:26.008 | + lib/swift:configure_swift:337 : true 2022-09-03 16:00:26.010 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-09-03 16:00:26.023 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-09-03 16:00:26.035 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-09-03 16:00:26.037 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-09-03 16:00:26.039 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-09-03 16:00:26.043 | + lib/swift:configure_swift:351 : sed -e ' 2022-09-03 16:00:26.043 | s/%GROUP%/ubuntu/; 2022-09-03 16:00:26.043 | s/%USER%/ubuntu/; 2022-09-03 16:00:26.043 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-09-03 16:00:26.043 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-09-03 16:00:26.046 | uid = ubuntu 2022-09-03 16:00:26.046 | gid = ubuntu 2022-09-03 16:00:26.046 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-09-03 16:00:26.046 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-09-03 16:00:26.046 | address = 127.0.0.1 2022-09-03 16:00:26.046 | 2022-09-03 16:00:26.046 | [account6612] 2022-09-03 16:00:26.046 | max connections = 25 2022-09-03 16:00:26.046 | path = /opt/stack/data/swift/1/node/ 2022-09-03 16:00:26.046 | read only = false 2022-09-03 16:00:26.046 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-09-03 16:00:26.046 | 2022-09-03 16:00:26.047 | [account6622] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/2/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | [account6632] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/3/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | [account6642] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/4/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | [container6611] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/1/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | [container6621] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/2/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.047 | [container6631] 2022-09-03 16:00:26.047 | max connections = 25 2022-09-03 16:00:26.047 | path = /opt/stack/data/swift/3/node/ 2022-09-03 16:00:26.047 | read only = false 2022-09-03 16:00:26.047 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-09-03 16:00:26.047 | 2022-09-03 16:00:26.048 | [container6641] 2022-09-03 16:00:26.048 | max connections = 25 2022-09-03 16:00:26.048 | path = /opt/stack/data/swift/4/node/ 2022-09-03 16:00:26.048 | read only = false 2022-09-03 16:00:26.048 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-09-03 16:00:26.048 | 2022-09-03 16:00:26.048 | 2022-09-03 16:00:26.048 | [object6613] 2022-09-03 16:00:26.048 | max connections = 25 2022-09-03 16:00:26.048 | path = /opt/stack/data/swift/1/node/ 2022-09-03 16:00:26.048 | read only = false 2022-09-03 16:00:26.048 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-09-03 16:00:26.048 | 2022-09-03 16:00:26.048 | [object6623] 2022-09-03 16:00:26.048 | max connections = 25 2022-09-03 16:00:26.048 | path = /opt/stack/data/swift/2/node/ 2022-09-03 16:00:26.048 | read only = false 2022-09-03 16:00:26.048 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-09-03 16:00:26.048 | 2022-09-03 16:00:26.048 | [object6633] 2022-09-03 16:00:26.048 | max connections = 25 2022-09-03 16:00:26.048 | path = /opt/stack/data/swift/3/node/ 2022-09-03 16:00:26.048 | read only = false 2022-09-03 16:00:26.048 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-09-03 16:00:26.048 | 2022-09-03 16:00:26.048 | [object6643] 2022-09-03 16:00:26.048 | max connections = 25 2022-09-03 16:00:26.048 | path = /opt/stack/data/swift/4/node/ 2022-09-03 16:00:26.048 | read only = false 2022-09-03 16:00:26.048 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-09-03 16:00:26.049 | + lib/swift:configure_swift:357 : is_ubuntu 2022-09-03 16:00:26.051 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:00:26.053 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:00:26.056 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-09-03 16:00:26.067 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-09-03 16:00:26.070 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-09-03 16:00:26.074 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-09-03 16:00:26.078 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-09-03 16:00:26.080 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-09-03 16:00:26.084 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-09-03 16:00:26.112 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.42:8080/v1/ 2022-09-03 16:00:26.138 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-09-03 16:00:26.156 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-09-03 16:00:26.183 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-09-03 16:00:26.201 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-09-03 16:00:26.229 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-09-03 16:00:26.246 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-09-03 16:00:26.274 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-09-03 16:00:26.291 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-09-03 16:00:26.318 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-09-03 16:00:26.338 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-09-03 16:00:26.366 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-09-03 16:00:26.384 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-09-03 16:00:26.399 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:26.401 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-09-03 16:00:26.429 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-09-03 16:00:26.455 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-09-03 16:00:26.482 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-09-03 16:00:26.508 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-09-03 16:00:26.524 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:26.526 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-09-03 16:00:26.552 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-09-03 16:00:26.567 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:26.569 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-09-03 16:00:26.583 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:26.586 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-09-03 16:00:26.588 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-09-03 16:00:26.603 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:26.605 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-09-03 16:00:26.607 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-09-03 16:00:26.609 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-09-03 16:00:26.614 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-09-03 16:00:26.619 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-09-03 16:00:26.645 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-09-03 16:00:26.672 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-09-03 16:00:26.701 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-09-03 16:00:26.731 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-09-03 16:00:26.757 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-09-03 16:00:26.759 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-09-03 16:00:26.761 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-09-03 16:00:26.763 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-09-03 16:00:26.765 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-09-03 16:00:26.792 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-09-03 16:00:26.818 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.42/identity 2022-09-03 16:00:26.846 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-09-03 16:00:26.871 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-09-03 16:00:26.899 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-09-03 16:00:26.925 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-09-03 16:00:26.952 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-09-03 16:00:26.979 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:00:27.005 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-09-03 16:00:27.033 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-09-03 16:00:27.060 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-09-03 16:00:27.087 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-09-03 16:00:27.113 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-09-03 16:00:27.143 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-09-03 16:00:27.170 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-09-03 16:00:27.189 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-09-03 16:00:27.217 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-09-03 16:00:27.245 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-09-03 16:00:27.249 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-09-03 16:00:27.277 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-09-03 16:00:27.303 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-09-03 16:00:27.330 | + lib/swift:configure_swift:475 : local node_number 2022-09-03 16:00:27.332 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-09-03 16:00:27.334 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-09-03 16:00:27.337 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-09-03 16:00:27.341 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-09-03 16:00:27.343 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-09-03 16:00:27.345 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-03 16:00:27.347 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-09-03 16:00:27.350 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-09-03 16:00:27.352 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-03 16:00:27.354 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-03 16:00:27.356 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-09-03 16:00:27.374 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-09-03 16:00:27.402 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-09-03 16:00:27.419 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-09-03 16:00:27.448 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-09-03 16:00:27.465 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-03 16:00:27.493 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-09-03 16:00:27.511 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-03 16:00:27.539 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-09-03 16:00:27.558 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-03 16:00:27.590 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-09-03 16:00:27.608 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-09-03 16:00:27.636 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-09-03 16:00:27.654 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-09-03 16:00:27.683 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-09-03 16:00:27.701 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-09-03 16:00:27.729 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-09-03 16:00:27.747 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-09-03 16:00:27.773 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-09-03 16:00:27.782 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-09-03 16:00:27.800 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-03 16:00:27.828 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-09-03 16:00:27.856 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-09-03 16:00:27.858 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-09-03 16:00:27.863 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-09-03 16:00:27.865 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-09-03 16:00:27.868 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-03 16:00:27.870 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-09-03 16:00:27.872 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-09-03 16:00:27.874 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-03 16:00:27.876 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-03 16:00:27.878 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-09-03 16:00:27.896 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-09-03 16:00:27.924 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-09-03 16:00:27.942 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-09-03 16:00:27.970 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-09-03 16:00:27.988 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-03 16:00:28.015 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-09-03 16:00:28.034 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-03 16:00:28.066 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-09-03 16:00:28.084 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-03 16:00:28.112 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-09-03 16:00:28.130 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-09-03 16:00:28.158 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-09-03 16:00:28.176 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-09-03 16:00:28.204 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-09-03 16:00:28.222 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-09-03 16:00:28.252 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-09-03 16:00:28.272 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-09-03 16:00:28.302 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-09-03 16:00:28.307 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-09-03 16:00:28.326 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-03 16:00:28.358 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-09-03 16:00:28.360 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-09-03 16:00:28.365 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-09-03 16:00:28.367 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-09-03 16:00:28.369 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-03 16:00:28.372 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-09-03 16:00:28.374 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-09-03 16:00:28.376 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-03 16:00:28.378 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-03 16:00:28.380 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-09-03 16:00:28.399 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-09-03 16:00:28.427 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-09-03 16:00:28.445 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-09-03 16:00:28.472 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-09-03 16:00:28.490 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-03 16:00:28.518 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-09-03 16:00:28.536 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-03 16:00:28.564 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-09-03 16:00:28.581 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-03 16:00:28.609 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-09-03 16:00:28.627 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-09-03 16:00:28.656 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-09-03 16:00:28.673 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-09-03 16:00:28.702 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-09-03 16:00:28.720 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-09-03 16:00:28.748 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-09-03 16:00:28.766 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-09-03 16:00:28.793 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-09-03 16:00:28.798 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-09-03 16:00:28.815 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-03 16:00:28.844 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-09-03 16:00:28.872 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-09-03 16:00:28.899 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-09-03 16:00:28.927 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-09-03 16:00:28.929 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-09-03 16:00:28.934 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-09-03 16:00:28.962 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-09-03 16:00:28.990 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-09-03 16:00:29.018 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-09-03 16:00:29.047 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-09-03 16:00:29.075 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-09-03 16:00:29.102 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-09-03 16:00:29.129 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-09-03 16:00:29.156 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-09-03 16:00:29.183 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-09-03 16:00:29.199 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:29.202 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-09-03 16:00:29.220 | + lib/swift:configure_swift:518 : local auth_vers 2022-09-03 16:00:29.223 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-09-03 16:00:29.242 | + lib/swift:configure_swift:519 : auth_vers=3 2022-09-03 16:00:29.244 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.42 2022-09-03 16:00:29.271 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-09-03 16:00:29.274 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-09-03 16:00:29.300 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.42/identity 2022-09-03 16:00:29.328 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-09-03 16:00:29.330 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-09-03 16:00:29.357 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-09-03 16:00:29.373 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:29.375 | + lib/swift:configure_swift:538 : local user_group 2022-09-03 16:00:29.378 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-09-03 16:00:29.383 | + lib/swift:configure_swift:539 : user_group=1000 2022-09-03 16:00:29.385 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-09-03 16:00:29.398 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-09-03 16:00:29.400 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-09-03 16:00:29.411 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-09-03 16:00:29.413 | + lib/swift:configure_swift:545 : is_suse 2022-09-03 16:00:29.415 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 16:00:29.418 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 16:00:29.420 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 16:00:29.422 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 16:00:29.424 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 16:00:29.426 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 16:00:29.429 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-09-03 16:00:29.441 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-09-03 16:00:29.443 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-09-03 16:00:29.446 | + ./stack.sh:main:911 : is_service_enabled s3api 2022-09-03 16:00:29.463 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:00:29.466 | + ./stack.sh:main:917 : is_service_enabled g-api n-api 2022-09-03 16:00:29.482 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:29.485 | + ./stack.sh:main:919 : stack_install_service glance 2022-09-03 16:00:29.487 | + lib/stack:stack_install_service:20 : local service=glance 2022-09-03 16:00:29.489 | + lib/stack:stack_install_service:21 : type install_glance 2022-09-03 16:00:29.492 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:00:29.495 | + lib/stack:stack_install_service:32 : install_glance 2022-09-03 16:00:29.497 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-09-03 16:00:29.500 | + lib/glance:install_glance:507 : local glance_store_extras 2022-09-03 16:00:29.502 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-09-03 16:00:29.519 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:29.522 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-09-03 16:00:29.525 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-09-03 16:00:29.541 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:00:29.544 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-09-03 16:00:29.546 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-09-03 16:00:29.549 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-09-03 16:00:29.552 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:00:29.555 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:00:29.557 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-09-03 16:00:29.560 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:00:29.563 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-09-03 16:00:29.566 | ++ inc/python:join_extras:29 : local IFS=, 2022-09-03 16:00:29.568 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-09-03 16:00:29.572 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-09-03 16:00:29.575 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-09-03 16:00:29.577 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-09-03 16:00:29.580 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-09-03 16:00:29.583 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-09-03 16:00:29.586 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-09-03 16:00:29.588 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-09-03 16:00:29.592 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-09-03 16:00:29.592 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-09-03 16:00:29.597 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-09-03 16:00:29.600 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-09-03 16:00:29.602 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-09-03 16:00:29.605 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-09-03 16:00:29.608 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-09-03 16:00:29.629 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-09-03 16:00:29.633 | + 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-09-03 16:00:31.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:31.654 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:31.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:31.654 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:31.837 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.845 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.853 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.857 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.946 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.965 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.969 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.973 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.987 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.996 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:31.998 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.030 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.040 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.045 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.063 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.101 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.109 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.114 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.162 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.176 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.180 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.199 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.206 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.255 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.275 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.278 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.371 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.378 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.455 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.578 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.604 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.608 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.619 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.624 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.643 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.651 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.668 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.726 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.738 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.754 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.799 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.803 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:32.810 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:00:32.999 | Collecting glance-store===3.0.0 2022-09-03 16:00:33.007 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8cc/544ba2a30fd4d/glance_store-3.0.0-py3-none-any.whl (229 kB) 2022-09-03 16:00:33.206 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (0.20.4) 2022-09-03 16:00:33.216 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:00:33.228 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:00:33.494 | Collecting os-brick===5.2.2 2022-09-03 16:00:33.500 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c22/32c443087ec99/os_brick-5.2.2-py3-none-any.whl (269 kB) 2022-09-03 16:00:33.654 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.7.0) 2022-09-03 16:00:33.658 | Requirement already satisfied: os-win===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.6.0) 2022-09-03 16:00:33.675 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (4.5.0) 2022-09-03 16:00:33.686 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (8.8.0) 2022-09-03 16:00:33.723 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (4.1.0) 2022-09-03 16:00:33.730 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.1.0) 2022-09-03 16:00:33.734 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.7.0) 2022-09-03 16:00:33.772 | Requirement already satisfied: oslo.privsep===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.7.0) 2022-09-03 16:00:33.786 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (6.3.1) 2022-09-03 16:00:33.789 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (4.3.0) 2022-09-03 16:00:33.797 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.8.0) 2022-09-03 16:00:33.820 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (4.12.3) 2022-09-03 16:00:33.834 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (21.3) 2022-09-03 16:00:33.839 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (5.8.1) 2022-09-03 16:00:33.842 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (0.9.6) 2022-09-03 16:00:33.844 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.0.7) 2022-09-03 16:00:34.004 | Collecting python-cinderclient===8.3.0 2022-09-03 16:00:34.011 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a19/ce34f8efad8ea/python_cinderclient-8.3.0-py3-none-any.whl (254 kB) 2022-09-03 16:00:34.179 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2.8.2) 2022-09-03 16:00:34.184 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (4.4.0) 2022-09-03 16:00:34.331 | Collecting python-swiftclient===3.13.1 2022-09-03 16:00:34.337 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/984/805daa56148eb/python_swiftclient-3.13.1-py2.py3-none-any.whl (87 kB) 2022-09-03 16:00:34.454 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2021.3) 2022-09-03 16:00:34.458 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (2.27.1) 2022-09-03 16:00:34.484 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (1.5.0) 2022-09-03 16:00:34.489 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (3.17.6) 2022-09-03 16:00:34.492 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (1.16.0) 2022-09-03 16:00:34.494 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (3.5.0) 2022-09-03 16:00:34.501 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (6.3.1) 2022-09-03 16:00:34.515 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.26.8) 2022-09-03 16:00:34.535 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (1.3.3) 2022-09-03 16:00:34.540 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:00:34.548 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:00:34.551 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:00:34.554 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:00:34.560 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:00:34.565 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:00:34.568 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:00:34.572 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:00:34.576 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:00:34.579 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:00:34.591 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:00:34.599 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 16:00:34.607 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:00:34.620 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:00:34.630 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:00:34.634 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.1.1) 2022-09-03 16:00:34.645 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:00:34.649 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:00:34.654 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 482)) (2019.11.28) 2022-09-03 16:00:34.656 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:00:34.672 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.13.3) 2022-09-03 16:00:34.675 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.21) 2022-09-03 16:00:34.679 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.7) 2022-09-03 16:00:34.685 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (60.9.3) 2022-09-03 16:00:34.757 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (2.5.0) 2022-09-03 16:00:34.766 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) (0.2.5) 2022-09-03 16:00:34.772 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:00:36.165 | Installing collected packages: python-cinderclient, os-brick, python-swiftclient, glance-store 2022-09-03 16:00:37.357 | Successfully installed glance-store-3.0.0 os-brick-5.2.2 python-cinderclient-8.3.0 python-swiftclient-3.13.1 2022-09-03 16:00:37.469 | + inc/python:pip_install:200 : result=0 2022-09-03 16:00:37.472 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:00:37.474 | + functions-common:time_stop:2451 : local name 2022-09-03 16:00:37.476 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:00:37.479 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:00:37.481 | + functions-common:time_stop:2454 : local total 2022-09-03 16:00:37.483 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:00:37.485 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:00:37.488 | + functions-common:time_stop:2458 : start_time=1662220829624 2022-09-03 16:00:37.490 | + functions-common:time_stop:2460 : [[ -z 1662220829624 ]] 2022-09-03 16:00:37.493 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:00:37.497 | + functions-common:time_stop:2463 : end_time=1662220837495 2022-09-03 16:00:37.499 | + functions-common:time_stop:2464 : elapsed_time=7871 2022-09-03 16:00:37.502 | + functions-common:time_stop:2465 : total=105397 2022-09-03 16:00:37.504 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:00:37.507 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=113268 2022-09-03 16:00:37.509 | + inc/python:pip_install:203 : return 0 2022-09-03 16:00:37.512 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-09-03 16:00:37.514 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-09-03 16:00:37.517 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-09-03 16:00:37.530 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-09-03 16:00:37.535 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/yoga 2022-09-03 16:00:37.537 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-09-03 16:00:37.540 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-09-03 16:00:37.542 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:00:37.544 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:00:37.547 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:00:37.550 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:00:37.552 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:00:37.555 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:00:37.571 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:00:37.573 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:00:37.576 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:00:37.579 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:00:37.579 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:00:37.585 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-09-03 16:00:37.587 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 16:00:37.589 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/glance 2022-09-03 16:00:37.601 | + functions-common:git_clone:689 : cd /opt/stack/glance 2022-09-03 16:00:37.604 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:00:37.605 | + functions-common:git_clone:690 : head -1 2022-09-03 16:00:37.608 | f3ae67fa1 Mock getaddrinfo in cinder store tests 2022-09-03 16:00:37.610 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:00:37.613 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-09-03 16:00:37.616 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:00:37.618 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-09-03 16:00:37.621 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-09-03 16:00:37.623 | + inc/python:setup_develop:344 : local extras= 2022-09-03 16:00:37.626 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-09-03 16:00:37.628 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:00:37.631 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-09-03 16:00:37.634 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-09-03 16:00:37.636 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:00:37.639 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 16:00:37.642 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-09-03 16:00:37.644 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:00:37.649 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-09-03 16:00:37.651 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:00:37.654 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:00:37.657 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-09-03 16:00:37.663 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-09-03 16:00:37.665 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-09-03 16:00:38.313 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-09-03 16:00:38.316 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:00:38.318 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:00:38.320 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:00:38.323 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-09-03 16:00:38.325 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-09-03 16:00:38.327 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:00:38.330 | + inc/python:setup_package:428 : local extras= 2022-09-03 16:00:38.332 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:00:38.335 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 16:00:38.337 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 16:00:38.339 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 16:00:38.342 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:00:38.344 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-09-03 16:00:38.365 | Using python 3.8 to install /opt/stack/glance 2022-09-03 16:00:38.368 | + 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-09-03 16:00:40.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:40.390 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:40.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:00:40.390 | from cryptography.utils import int_from_bytes 2022-09-03 16:00:40.594 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.605 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.613 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.617 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.716 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.735 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.740 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.744 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.759 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.768 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.771 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.807 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.817 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.823 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.841 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.884 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.892 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.898 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.951 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.969 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.973 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:40.993 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.002 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.055 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.074 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.078 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.170 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.177 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.254 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.375 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.400 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.404 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.415 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.421 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.448 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.464 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.522 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.534 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.550 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.594 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.598 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:00:41.605 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:00:41.605 | Obtaining file:///opt/stack/glance 2022-09-03 16:00:44.696 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 16:00:44.705 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:00:44.714 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:00:44.726 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 16:00:45.013 | Collecting WSME===0.11.0 2022-09-03 16:00:45.021 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-09-03 16:00:45.125 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:00:45.138 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 16:00:45.305 | Collecting castellan===3.10.2 2022-09-03 16:00:45.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/662/64661996697f5/castellan-3.10.2-py3-none-any.whl (96 kB) 2022-09-03 16:00:45.438 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:00:45.571 | Collecting cursive===0.2.2 2022-09-03 16:00:45.577 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-09-03 16:00:45.682 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:00:45.688 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (0.7.1) 2022-09-03 16:00:45.693 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:00:45.701 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.4.0) 2022-09-03 16:00:45.707 | Requirement already satisfied: glance-store===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.0.0) 2022-09-03 16:00:45.775 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:00:45.780 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (0.20.4) 2022-09-03 16:00:45.790 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 16:00:45.825 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 16:00:45.850 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:00:45.853 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:00:45.863 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:00:45.920 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:00:45.995 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:00:46.000 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.7.0) 2022-09-03 16:00:46.004 | Requirement already satisfied: os-win===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.6.0) 2022-09-03 16:00:46.022 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (2.10.1) 2022-09-03 16:00:46.058 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (4.5.0) 2022-09-03 16:00:46.069 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (8.8.0) 2022-09-03 16:00:46.106 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (4.1.0) 2022-09-03 16:00:46.112 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (11.2.0) 2022-09-03 16:00:46.158 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.1.0) 2022-09-03 16:00:46.276 | Collecting oslo.limit===1.5.1 2022-09-03 16:00:46.283 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa7/9cdbcd58e9768/oslo.limit-1.5.1-py3-none-any.whl (19 kB) 2022-09-03 16:00:46.381 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.7.0) 2022-09-03 16:00:46.419 | Requirement already satisfied: oslo.messaging===12.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (12.13.0) 2022-09-03 16:00:46.472 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.4.0) 2022-09-03 16:00:46.482 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (4.5.1) 2022-09-03 16:00:46.501 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (3.11.0) 2022-09-03 16:00:46.515 | Requirement already satisfied: oslo.reports===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (2.3.0) 2022-09-03 16:00:46.526 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (4.3.0) 2022-09-03 16:00:46.534 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.8.0) 2022-09-03 16:00:46.557 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.5.0) 2022-09-03 16:00:46.567 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (4.12.3) 2022-09-03 16:00:46.581 | Requirement already satisfied: osprofiler===3.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.4.2) 2022-09-03 16:00:46.624 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (21.3) 2022-09-03 16:00:46.629 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (5.8.1) 2022-09-03 16:00:46.632 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.1.1) 2022-09-03 16:00:46.643 | Requirement already satisfied: prometheus-client===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (0.13.1) 2022-09-03 16:00:46.649 | Requirement already satisfied: psutil===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (5.9.0) 2022-09-03 16:00:46.669 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) (22.0.0) 2022-09-03 16:00:46.681 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (3.1.1) 2022-09-03 16:00:46.691 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (0.9.6) 2022-09-03 16:00:46.693 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.0.7) 2022-09-03 16:00:46.827 | Collecting python-barbicanclient===5.3.0 2022-09-03 16:00:46.835 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b88/9632223e8180d/python_barbicanclient-5.3.0-py3-none-any.whl (82 kB) 2022-09-03 16:00:46.954 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2.8.2) 2022-09-03 16:00:46.959 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (4.4.0) 2022-09-03 16:00:46.977 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2021.3) 2022-09-03 16:00:46.981 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.7) 2022-09-03 16:00:46.987 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (2.27.1) 2022-09-03 16:00:47.114 | Collecting retrying===1.3.3 2022-09-03 16:00:47.121 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-09-03 16:00:47.214 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (1.5.0) 2022-09-03 16:00:47.219 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (60.9.3) 2022-09-03 16:00:47.388 | Collecting simplegeneric===0.8.1 2022-09-03 16:00:47.394 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-09-03 16:00:49.212 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (1.16.0) 2022-09-03 16:00:49.214 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.13.0) 2022-09-03 16:00:49.225 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (0.4.2) 2022-09-03 16:00:49.227 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.3.0) 2022-09-03 16:00:49.230 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (3.5.0) 2022-09-03 16:00:49.412 | Collecting taskflow===4.6.4 2022-09-03 16:00:49.419 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/183/3acd77ad44676/taskflow-4.6.4-py3-none-any.whl (492 kB) 2022-09-03 16:00:49.643 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (6.3.1) 2022-09-03 16:00:49.657 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (2.0.1) 2022-09-03 16:00:49.666 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.5.0) 2022-09-03 16:00:49.671 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (2.5.0) 2022-09-03 16:00:49.681 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.26.8) 2022-09-03 16:00:49.700 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) (0.2.5) 2022-09-03 16:00:49.704 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.13.3) 2022-09-03 16:00:49.708 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (1.3.3) 2022-09-03 16:00:49.713 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (3.7.0) 2022-09-03 16:00:49.737 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 16:00:49.744 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:00:49.747 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:00:49.762 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:00:49.768 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:00:49.772 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:00:49.774 | Requirement already satisfied: openstacksdk===0.61.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.61.0) 2022-09-03 16:00:49.798 | Requirement already satisfied: kombu===5.2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (5.2.3) 2022-09-03 16:00:49.870 | Requirement already satisfied: cachetools===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (5.0.0) 2022-09-03 16:00:49.873 | Requirement already satisfied: amqp===5.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) (5.0.9) 2022-09-03 16:00:49.877 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 16:00:49.886 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 16:00:49.892 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:00:49.895 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:00:49.905 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:00:49.908 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:00:49.921 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:00:49.925 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 482)) (2019.11.28) 2022-09-03 16:00:49.928 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:00:49.931 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 16:00:49.934 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:00:50.115 | Collecting networkx===2.6.3 2022-09-03 16:00:50.126 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2022-09-03 16:00:50.613 | Collecting pydot===1.4.2 2022-09-03 16:00:50.620 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-09-03 16:00:50.839 | Collecting automaton===2.5.0 2022-09-03 16:00:50.846 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/262/789969ce5c6b2/automaton-2.5.0-py3-none-any.whl (22 kB) 2022-09-03 16:00:50.939 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:00:50.942 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 16:00:50.944 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.21) 2022-09-03 16:00:50.947 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (2.5.0) 2022-09-03 16:00:50.967 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:00:50.971 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (1.4.4) 2022-09-03 16:00:50.975 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.4.0) 2022-09-03 16:00:50.977 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:00:50.981 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (5.0.0) 2022-09-03 16:00:50.983 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:00:51.030 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:00:51.034 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:00:51.037 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.8.2) 2022-09-03 16:00:51.039 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:00:51.099 | Building wheels for collected packages: simplegeneric 2022-09-03 16:00:51.116 | Building wheel for simplegeneric (setup.py): started 2022-09-03 16:00:53.557 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-09-03 16:00:53.557 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5077 sha256=afe174ba4f4e1876b892b99be5502cf77fff74599368458657f19bed2cfc401e 2022-09-03 16:00:53.557 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-09-03 16:00:53.558 | Successfully built simplegeneric 2022-09-03 16:00:54.330 | Installing collected packages: simplegeneric, WSME, automaton, python-barbicanclient, castellan, cursive, networkx, oslo.limit, pydot, retrying, taskflow, glance 2022-09-03 16:00:57.415 | Running setup.py develop for glance 2022-09-03 16:01:01.016 | Successfully installed WSME-0.11.0 automaton-2.5.0 castellan-3.10.2 cursive-0.2.2 glance networkx-2.6.3 oslo.limit-1.5.1 pydot-1.4.2 python-barbicanclient-5.3.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.4 2022-09-03 16:01:01.171 | + inc/python:pip_install:200 : result=0 2022-09-03 16:01:01.185 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:01:01.185 | + functions-common:time_stop:2451 : local name 2022-09-03 16:01:01.185 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:01:01.185 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:01:01.185 | + functions-common:time_stop:2454 : local total 2022-09-03 16:01:01.185 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:01:01.187 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:01:01.189 | + functions-common:time_stop:2458 : start_time=1662220838360 2022-09-03 16:01:01.192 | + functions-common:time_stop:2460 : [[ -z 1662220838360 ]] 2022-09-03 16:01:01.194 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:01:01.198 | + functions-common:time_stop:2463 : end_time=1662220861196 2022-09-03 16:01:01.201 | + functions-common:time_stop:2464 : elapsed_time=22836 2022-09-03 16:01:01.203 | + functions-common:time_stop:2465 : total=113268 2022-09-03 16:01:01.205 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:01:01.208 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=136104 2022-09-03 16:01:01.210 | + inc/python:pip_install:203 : return 0 2022-09-03 16:01:01.213 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:01:01.215 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-03 16:01:01.218 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-03 16:01:01.237 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-03 16:01:01.249 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-09-03 16:01:01.251 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-09-03 16:01:01.253 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:01:01.256 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:01:01.259 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-09-03 16:01:01.261 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:01:01.264 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:01:01.266 | + ./stack.sh:main:920 : configure_glance 2022-09-03 16:01:01.268 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-09-03 16:01:01.281 | + lib/glance:configure_glance:326 : local dburl 2022-09-03 16:01:01.284 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-09-03 16:01:01.287 | ++ lib/database:database_connection_url:134 : local db=glance 2022-09-03 16:01:01.290 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-09-03 16:01:01.292 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=glance 2022-09-03 16:01:01.294 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-09-03 16:01:01.297 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-09-03 16:01:01.299 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-09-03 16:01:01.329 | + 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-09-03 16:01:01.359 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-09-03 16:01:01.386 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-09-03 16:01:01.414 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-09-03 16:01:01.445 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-09-03 16:01:01.475 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-09-03 16:01:01.477 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-09-03 16:01:01.479 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-09-03 16:01:01.482 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-03 16:01:01.484 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-09-03 16:01:01.513 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-09-03 16:01:01.541 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-09-03 16:01:01.568 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-09-03 16:01:01.596 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-09-03 16:01:01.623 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-09-03 16:01:01.652 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-09-03 16:01:01.680 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-09-03 16:01:01.708 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:01:01.735 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-09-03 16:01:01.764 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-09-03 16:01:01.795 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-09-03 16:01:01.797 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-09-03 16:01:01.799 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-09-03 16:01:01.802 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-03 16:01:01.804 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-03 16:01:01.807 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-03 16:01:01.823 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:01:01.826 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-03 16:01:01.829 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-03 16:01:01.831 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-03 16:01:01.847 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:01:01.850 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:01:01.852 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:01:01.881 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-03 16:01:01.883 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-03 16:01:01.885 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-09-03 16:01:01.888 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-09-03 16:01:01.890 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-09-03 16:01:01.918 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-09-03 16:01:01.947 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-09-03 16:01:01.949 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-09-03 16:01:01.952 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-09-03 16:01:01.954 | + lib/glance:configure_glance_store:254 : local be 2022-09-03 16:01:01.957 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-09-03 16:01:01.959 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-09-03 16:01:01.962 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-09-03 16:01:01.993 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-09-03 16:01:01.995 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.42 2022-09-03 16:01:02.026 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-09-03 16:01:02.029 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-09-03 16:01:02.045 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:01:02.047 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-09-03 16:01:02.075 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-09-03 16:01:02.103 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-09-03 16:01:02.131 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-09-03 16:01:02.158 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-09-03 16:01:02.187 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-09-03 16:01:02.203 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:01:02.206 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-09-03 16:01:02.233 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-09-03 16:01:02.264 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-09-03 16:01:02.292 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.42/identity/v3 2022-09-03 16:01:02.321 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-09-03 16:01:02.348 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.42/image 2022-09-03 16:01:02.376 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-09-03 16:01:02.392 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:01:02.395 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-09-03 16:01:02.398 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-09-03 16:01:02.400 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-09-03 16:01:02.403 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:01:02.420 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:01:02.422 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:01:02.425 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:01:02.428 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:01:02.430 | + 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-09-03 16:01:02.458 | + 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-09-03 16:01:02.486 | + 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-09-03 16:01:02.513 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:01:02.542 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-09-03 16:01:02.546 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-09-03 16:01:02.576 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-09-03 16:01:02.604 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-09-03 16:01:02.632 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.42/identity 2022-09-03 16:01:02.660 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-09-03 16:01:02.687 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-09-03 16:01:02.716 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-09-03 16:01:02.744 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-09-03 16:01:02.775 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-09-03 16:01:02.805 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-09-03 16:01:02.837 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-09-03 16:01:02.864 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-09-03 16:01:02.869 | + 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-09-03 16:01:02.875 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-09-03 16:01:02.892 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:01:02.894 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-09-03 16:01:02.897 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-09-03 16:01:02.899 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-09-03 16:01:02.902 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-09-03 16:01:02.904 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-09-03 16:01:02.906 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-09-03 16:01:02.910 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-09-03 16:01:02.913 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-09-03 16:01:02.916 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-09-03 16:01:02.945 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-09-03 16:01:02.948 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-09-03 16:01:02.950 | ++ functions:get_random_port:837 : true 2022-09-03 16:01:02.952 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-09-03 16:01:02.954 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-09-03 16:01:02.957 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-09-03 16:01:03.027 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-09-03 16:01:03.030 | ++ functions:get_random_port:841 : break 2 2022-09-03 16:01:03.032 | ++ functions:get_random_port:845 : echo 60999 2022-09-03 16:01:03.034 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-09-03 16:01:03.037 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-09-03 16:01:03.063 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-09-03 16:01:03.091 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-09-03 16:01:03.118 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-09-03 16:01:03.145 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-09-03 16:01:03.172 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-09-03 16:01:03.200 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-09-03 16:01:03.227 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-09-03 16:01:03.254 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:01:03.282 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-03 16:01:03.309 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-09-03 16:01:03.336 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-03 16:01:03.363 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-09-03 16:01:03.390 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-09-03 16:01:03.417 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-09-03 16:01:03.445 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-09-03 16:01:03.472 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-09-03 16:01:03.499 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-09-03 16:01:03.527 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-09-03 16:01:03.554 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-09-03 16:01:03.556 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-09-03 16:01:03.559 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:01:03.561 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:01:03.563 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:01:03.565 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-09-03 16:01:03.568 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-09-03 16:01:03.628 | proxy (enabled by site administrator) 2022-09-03 16:01:03.631 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-09-03 16:01:03.634 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-09-03 16:01:03.636 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:01:03.638 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:01:03.640 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:01:03.643 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-09-03 16:01:03.645 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-09-03 16:01:03.698 | No module matches proxy_http 2022-09-03 16:01:03.701 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2022-09-03 16:01:03.763 | Considering dependency proxy for proxy_http: 2022-09-03 16:01:03.763 | Module proxy already enabled 2022-09-03 16:01:03.763 | Enabling module proxy_http. 2022-09-03 16:01:03.768 | To activate the new configuration, you need to run: 2022-09-03 16:01:03.768 | systemctl restart apache2 2022-09-03 16:01:03.773 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2022-09-03 16:01:03.775 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:01:03.777 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:01:03.780 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:01:03.905 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-09-03 16:01:03.908 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-09-03 16:01:03.912 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-09-03 16:01:03.914 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-03 16:01:03.916 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:01:03.919 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:01:03.922 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-03 16:01:03.927 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-03 16:01:03.929 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-03 16:01:03.930 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-09-03 16:01:03.939 | KeepAlive Off 2022-09-03 16:01:03.943 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-09-03 16:01:03.943 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-03 16:01:03.951 | SetEnv proxy-sendchunked 1 2022-09-03 16:01:03.956 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-03 16:01:03.956 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-09-03 16:01:03.965 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-09-03 16:01:03.968 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-09-03 16:01:03.970 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-09-03 16:01:03.973 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-03 16:01:03.976 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-03 16:01:03.978 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:01:03.980 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:01:03.983 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:01:03.985 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-03 16:01:03.987 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-03 16:01:03.990 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:01:03.992 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:01:03.995 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-09-03 16:01:04.058 | Enabling site glance-wsgi-api. 2022-09-03 16:01:04.064 | To activate the new configuration, you need to run: 2022-09-03 16:01:04.064 | systemctl reload apache2 2022-09-03 16:01:04.068 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-09-03 16:01:04.070 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:01:04.073 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:01:04.075 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:01:04.202 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-09-03 16:01:04.211 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-09-03 16:01:04.241 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-09-03 16:01:04.243 | + ./stack.sh:main:923 : is_service_enabled cinder 2022-09-03 16:01:04.260 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:01:04.263 | + ./stack.sh:main:925 : stack_install_service cinder 2022-09-03 16:01:04.265 | + lib/stack:stack_install_service:20 : local service=cinder 2022-09-03 16:01:04.268 | + lib/stack:stack_install_service:21 : type install_cinder 2022-09-03 16:01:04.271 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:01:04.274 | + lib/stack:stack_install_service:32 : install_cinder 2022-09-03 16:01:04.276 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/yoga 2022-09-03 16:01:04.279 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-09-03 16:01:04.281 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-09-03 16:01:04.283 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:01:04.286 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:01:04.289 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:01:04.291 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:01:04.294 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:01:04.297 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:01:04.313 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:01:04.315 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:01:04.318 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:01:04.321 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:01:04.322 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:01:04.327 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-09-03 16:01:04.329 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 16:01:04.331 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-09-03 16:01:04.357 | + functions-common:git_clone:689 : cd /opt/stack/cinder 2022-09-03 16:01:04.360 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:01:04.360 | + functions-common:git_clone:690 : head -1 2022-09-03 16:01:04.365 | 83089b924 Merge "Doc: To update the portset feature details in IBM Spectrum Virtualize user guide" into stable/yoga 2022-09-03 16:01:04.368 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:01:04.370 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-09-03 16:01:04.373 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:01:04.375 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-03 16:01:04.378 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-09-03 16:01:04.381 | + inc/python:setup_develop:344 : local extras= 2022-09-03 16:01:04.383 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-09-03 16:01:04.386 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:01:04.388 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-03 16:01:04.391 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-09-03 16:01:04.393 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:01:04.396 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 16:01:04.400 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-09-03 16:01:04.402 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:01:04.405 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-09-03 16:01:04.407 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:01:04.410 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:01:04.413 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-09-03 16:01:04.419 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-09-03 16:01:04.421 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-09-03 16:01:05.087 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-09-03 16:01:05.090 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:01:05.092 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:01:05.094 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:01:05.097 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-03 16:01:05.100 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-09-03 16:01:05.102 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:01:05.105 | + inc/python:setup_package:428 : local extras= 2022-09-03 16:01:05.107 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:01:05.109 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 16:01:05.111 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 16:01:05.114 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 16:01:05.117 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:01:05.119 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-09-03 16:01:05.140 | Using python 3.8 to install /opt/stack/cinder 2022-09-03 16:01:05.143 | + 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-09-03 16:01:07.275 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:01:07.275 | from cryptography.utils import int_from_bytes 2022-09-03 16:01:07.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:01:07.275 | from cryptography.utils import int_from_bytes 2022-09-03 16:01:07.466 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.475 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.482 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.486 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.576 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.596 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.601 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.604 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.619 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.627 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.630 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.663 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.672 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.678 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.696 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.734 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.743 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.748 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.797 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.811 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.815 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.835 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.842 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.891 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.911 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:07.915 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.010 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.016 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.095 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.224 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.250 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.254 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.265 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.271 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.291 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.298 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.315 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.375 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.387 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.404 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.449 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.453 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:01:08.460 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:01:08.460 | Obtaining file:///opt/stack/cinder 2022-09-03 16:01:12.435 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 16:01:12.444 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:01:12.453 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:01:12.463 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 16:01:12.604 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:01:13.851 | Collecting boto3===1.21.7 2022-09-03 16:01:13.860 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/2931f65e33e74/boto3-1.21.7-py3-none-any.whl (132 kB) 2022-09-03 16:01:15.499 | Collecting botocore===1.24.7 2022-09-03 16:01:15.522 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a34/118bfadc02903/botocore-1.24.7-py3-none-any.whl (8.6 MB) 2022-09-03 16:01:16.516 | Requirement already satisfied: castellan===3.10.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (3.10.2) 2022-09-03 16:01:16.536 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:01:16.571 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.2) 2022-09-03 16:01:16.583 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:01:16.587 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:01:16.835 | Collecting google-api-python-client===2.38.0 2022-09-03 16:01:16.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/895/fd24a5707d469/google_api_python_client-2.38.0-py2.py3-none-any.whl (8.2 MB) 2022-09-03 16:01:17.855 | Collecting google-auth===2.6.0 2022-09-03 16:01:17.862 | 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-09-03 16:01:18.127 | Collecting google-auth-httplib2===0.1.0 2022-09-03 16:01:18.134 | 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-09-03 16:01:18.227 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:01:18.232 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (0.20.4) 2022-09-03 16:01:18.242 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:01:18.245 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:01:18.248 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:01:18.259 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:01:18.315 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:01:18.365 | Requirement already satisfied: lxml===4.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (4.8.0) 2022-09-03 16:01:18.512 | Collecting oauth2client===4.1.3 2022-09-03 16:01:18.519 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-09-03 16:01:18.629 | Requirement already satisfied: os-brick===5.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (5.2.2) 2022-09-03 16:01:18.650 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.7.0) 2022-09-03 16:01:18.654 | Requirement already satisfied: os-win===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.6.0) 2022-09-03 16:01:18.671 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (2.10.1) 2022-09-03 16:01:18.707 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (4.5.0) 2022-09-03 16:01:18.716 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (8.8.0) 2022-09-03 16:01:18.755 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (4.1.0) 2022-09-03 16:01:18.760 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (11.2.0) 2022-09-03 16:01:18.806 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.1.0) 2022-09-03 16:01:18.810 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.7.0) 2022-09-03 16:01:18.848 | Requirement already satisfied: oslo.messaging===12.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (12.13.0) 2022-09-03 16:01:18.901 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.4.0) 2022-09-03 16:01:18.911 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (4.5.1) 2022-09-03 16:01:18.929 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (3.11.0) 2022-09-03 16:01:18.943 | Requirement already satisfied: oslo.privsep===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.7.0) 2022-09-03 16:01:18.957 | Requirement already satisfied: oslo.reports===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (2.3.0) 2022-09-03 16:01:18.969 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (6.3.1) 2022-09-03 16:01:18.971 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (4.3.0) 2022-09-03 16:01:18.980 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.8.0) 2022-09-03 16:01:19.002 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.5.0) 2022-09-03 16:01:19.011 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (4.12.3) 2022-09-03 16:01:19.026 | Requirement already satisfied: oslo.versionedobjects===2.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (2.6.0) 2022-09-03 16:01:19.225 | Collecting oslo.vmware===3.10.0 2022-09-03 16:01:19.232 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB) 2022-09-03 16:01:19.405 | Requirement already satisfied: osprofiler===3.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.4.2) 2022-09-03 16:01:19.447 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (21.3) 2022-09-03 16:01:19.646 | Collecting paramiko===2.8.1 2022-09-03 16:01:19.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7b5/910f5815a0040/paramiko-2.8.1-py2.py3-none-any.whl (206 kB) 2022-09-03 16:01:19.793 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (5.8.1) 2022-09-03 16:01:19.795 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.1.1) 2022-09-03 16:01:19.806 | Requirement already satisfied: prometheus-client===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (0.13.1) 2022-09-03 16:01:19.812 | Requirement already satisfied: psutil===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (5.9.0) 2022-09-03 16:01:20.070 | Collecting pyasn1===0.4.8 2022-09-03 16:01:20.077 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-09-03 16:01:20.367 | Collecting pyasn1-modules===0.2.8 2022-09-03 16:01:20.374 | 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-09-03 16:01:20.505 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (3.1.1) 2022-09-03 16:01:20.514 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (0.9.6) 2022-09-03 16:01:20.517 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (3.0.7) 2022-09-03 16:01:20.523 | Requirement already satisfied: python-barbicanclient===5.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (5.3.0) 2022-09-03 16:01:20.538 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2.8.2) 2022-09-03 16:01:20.701 | Collecting python-glanceclient===3.6.0 2022-09-03 16:01:20.708 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/232/0ed0231f48bda/python_glanceclient-3.6.0-py3-none-any.whl (203 kB) 2022-09-03 16:01:20.848 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (4.4.0) 2022-09-03 16:01:20.864 | Requirement already satisfied: python-novaclient===17.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (17.7.0) 2022-09-03 16:01:20.879 | Requirement already satisfied: python-swiftclient===3.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (3.13.1) 2022-09-03 16:01:20.904 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2021.3) 2022-09-03 16:01:20.908 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.7) 2022-09-03 16:01:20.914 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (2.27.1) 2022-09-03 16:01:20.940 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (1.5.0) 2022-09-03 16:01:21.072 | Collecting rsa===4.8 2022-09-03 16:01:21.078 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95c/5d300c4e879ee/rsa-4.8-py3-none-any.whl (39 kB) 2022-09-03 16:01:21.287 | Collecting rtslib-fb===2.1.74 2022-09-03 16:01:21.294 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-09-03 16:01:21.520 | Collecting s3transfer===0.5.2 2022-09-03 16:01:21.526 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7a6/f4c4d1fdb9a2b/s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-03 16:01:21.646 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (60.9.3) 2022-09-03 16:01:21.717 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (1.16.0) 2022-09-03 16:01:21.719 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.13.0) 2022-09-03 16:01:21.729 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (0.4.2) 2022-09-03 16:01:21.732 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.3.0) 2022-09-03 16:01:21.735 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (3.5.0) 2022-09-03 16:01:21.852 | Collecting suds-community===1.0.0 2022-09-03 16:01:21.859 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB) 2022-09-03 16:01:22.081 | Collecting tabulate===0.8.9 2022-09-03 16:01:22.087 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-09-03 16:01:22.182 | Requirement already satisfied: taskflow===4.6.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (4.6.4) 2022-09-03 16:01:22.233 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (6.3.1) 2022-09-03 16:01:22.246 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (2.0.1) 2022-09-03 16:01:22.256 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.5.0) 2022-09-03 16:01:22.261 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (2.5.0) 2022-09-03 16:01:22.272 | Requirement already satisfied: tooz===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (2.10.1) 2022-09-03 16:01:22.458 | Collecting uritemplate===4.1.1 2022-09-03 16:01:22.464 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-09-03 16:01:22.556 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.26.8) 2022-09-03 16:01:22.575 | Requirement already satisfied: voluptuous===0.12.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) (0.12.2) 2022-09-03 16:01:22.699 | Collecting warlock===1.3.3 2022-09-03 16:01:22.706 | 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-09-03 16:01:22.806 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) (0.2.5) 2022-09-03 16:01:22.811 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.13.3) 2022-09-03 16:01:22.814 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (1.3.3) 2022-09-03 16:01:23.000 | Collecting zstd===1.5.1.0 2022-09-03 16:01:23.007 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/951/9bb0cd91c4498/zstd-1.5.1.0.tar.gz (604 kB) 2022-09-03 16:01:24.947 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:01:24.950 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:01:25.155 | Collecting google-api-core===2.5.0 2022-09-03 16:01:25.162 | 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-09-03 16:01:25.286 | Requirement already satisfied: cachetools===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (5.0.0) 2022-09-03 16:01:25.289 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:01:25.294 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:01:25.297 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:01:25.303 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:01:25.308 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:01:25.311 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 16:01:25.324 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.4.0) 2022-09-03 16:01:25.330 | Requirement already satisfied: amqp===5.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) (5.0.9) 2022-09-03 16:01:25.334 | Requirement already satisfied: kombu===5.2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (5.2.3) 2022-09-03 16:01:25.379 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 16:01:25.384 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 16:01:25.393 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:01:25.396 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:01:25.406 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:01:25.504 | Collecting PyNaCl===1.5.0 2022-09-03 16:01:25.512 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/06b/8f6fa7f5de8d5/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-09-03 16:01:25.602 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:01:25.615 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) (22.0.0) 2022-09-03 16:01:25.627 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 482)) (2019.11.28) 2022-09-03 16:01:25.630 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:01:25.633 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:01:25.749 | Collecting pyudev===0.23.2 2022-09-03 16:01:25.755 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/94bef0669f9aa/pyudev-0.23.2-py3-none-any.whl (63 kB) 2022-09-03 16:01:25.856 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 16:01:25.858 | Requirement already satisfied: automaton===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (2.5.0) 2022-09-03 16:01:25.864 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (1.4.2) 2022-09-03 16:01:25.868 | Requirement already satisfied: networkx===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) (2.6.3) 2022-09-03 16:01:25.904 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:01:25.907 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:01:25.912 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.21) 2022-09-03 16:01:26.039 | Collecting googleapis-common-protos===1.55.0 2022-09-03 16:01:26.046 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/183/bb0356bd614c4/googleapis_common_protos-1.55.0-py2.py3-none-any.whl (212 kB) 2022-09-03 16:01:26.182 | Requirement already satisfied: protobuf===3.19.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (3.19.4) 2022-09-03 16:01:26.185 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 16:01:26.210 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 16:01:26.244 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 16:01:26.252 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (5.0.0) 2022-09-03 16:01:26.255 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 16:01:26.258 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:01:26.260 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:01:26.308 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:01:26.311 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (3.7.0) 2022-09-03 16:01:26.335 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:01:26.395 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.8.2) 2022-09-03 16:01:26.398 | Building wheels for collected packages: zstd 2022-09-03 16:01:26.398 | Building wheel for zstd (setup.py): started 2022-09-03 16:02:14.253 | Building wheel for zstd (setup.py): finished with status 'done' 2022-09-03 16:02:14.265 | Created wheel for zstd: filename=zstd-1.5.1.0-cp38-cp38-linux_x86_64.whl size=1761426 sha256=7b860e3426f4d25eccc0ce29d081735397db19d297e3574c2b38370922c1b2a6 2022-09-03 16:02:14.266 | Stored in directory: /root/.cache/pip/wheels/db/61/5c/38d5ea359d8b2e91c6f14bbf42bcb31c21199924820048db05 2022-09-03 16:02:14.267 | Successfully built zstd 2022-09-03 16:02:15.188 | Installing collected packages: PyNaCl, botocore, s3transfer, boto3, googleapis-common-protos, pyasn1, pyasn1-modules, rsa, google-auth, google-api-core, google-auth-httplib2, uritemplate, google-api-python-client, oauth2client, suds-community, oslo.vmware, paramiko, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, zstd, cinder 2022-09-03 16:02:15.188 | Attempting uninstall: PyNaCl 2022-09-03 16:02:15.189 | Found existing installation: PyNaCl 1.3.0 2022-09-03 16:02:15.191 | Not uninstalling pynacl at /usr/lib/python3/dist-packages, outside environment /usr 2022-09-03 16:02:15.191 | Can't uninstall 'PyNaCl'. No files were found to uninstall. 2022-09-03 16:02:20.017 | Running setup.py develop for cinder 2022-09-03 16:02:24.465 | Successfully installed PyNaCl-1.5.0 boto3-1.21.7 botocore-1.24.7 cinder google-api-core-2.5.0 google-api-python-client-2.38.0 google-auth-2.6.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.55.0 oauth2client-4.1.3 oslo.vmware-3.10.0 paramiko-2.8.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.6.0 pyudev-0.23.2 rsa-4.8 rtslib-fb-2.1.74 s3transfer-0.5.2 suds-community-1.0.0 tabulate-0.8.9 uritemplate-4.1.1 warlock-1.3.3 zstd-1.5.1.0 2022-09-03 16:02:24.765 | + inc/python:pip_install:200 : result=0 2022-09-03 16:02:24.768 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:02:24.770 | + functions-common:time_stop:2451 : local name 2022-09-03 16:02:24.773 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:02:24.775 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:02:24.777 | + functions-common:time_stop:2454 : local total 2022-09-03 16:02:24.779 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:02:24.782 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:02:24.784 | + functions-common:time_stop:2458 : start_time=1662220865135 2022-09-03 16:02:24.787 | + functions-common:time_stop:2460 : [[ -z 1662220865135 ]] 2022-09-03 16:02:24.789 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:02:24.793 | + functions-common:time_stop:2463 : end_time=1662220944791 2022-09-03 16:02:24.796 | + functions-common:time_stop:2464 : elapsed_time=79656 2022-09-03 16:02:24.798 | + functions-common:time_stop:2465 : total=136104 2022-09-03 16:02:24.801 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:02:24.803 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=215760 2022-09-03 16:02:24.805 | + inc/python:pip_install:203 : return 0 2022-09-03 16:02:24.807 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:02:24.810 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-03 16:02:24.812 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-03 16:02:24.832 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-03 16:02:24.844 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-09-03 16:02:24.846 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-09-03 16:02:24.849 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:02:24.851 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:02:24.854 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-09-03 16:02:24.856 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:02:24.859 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-09-03 16:02:24.861 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-09-03 16:02:24.863 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-09-03 16:02:24.866 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:24.868 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:24.871 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-09-03 16:02:24.883 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-09-03 16:02:24.885 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 16:02:24.888 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 16:02:24.890 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 16:02:24.893 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 16:02:24.896 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 16:02:24.898 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 16:02:24.901 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:24.903 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:24.905 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 16:02:24.908 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 16:02:24.910 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 16:02:24.913 | + functions-common:apt_get_update:1202 : return 2022-09-03 16:02:24.915 | + functions-common:install_package:1476 : real_install_package targetcli-fb 2022-09-03 16:02:24.918 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 16:02:24.920 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:24.923 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:24.926 | + functions-common:real_install_package:1462 : apt_get install targetcli-fb 2022-09-03 16:02:24.948 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-09-03 16:02:25.058 | Reading package lists... 2022-09-03 16:02:25.310 | Building dependency tree... 2022-09-03 16:02:25.311 | Reading state information... 2022-09-03 16:02:25.567 | The following packages were automatically installed and are no longer required: 2022-09-03 16:02:25.568 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 16:02:25.568 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 16:02:25.568 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 16:02:25.568 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 16:02:25.568 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 16:02:25.568 | python3-zope.interface 2022-09-03 16:02:25.568 | Use 'sudo apt autoremove' to remove them. 2022-09-03 16:02:25.569 | The following additional packages will be installed: 2022-09-03 16:02:25.569 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-09-03 16:02:25.569 | python3-urwid 2022-09-03 16:02:25.570 | Suggested packages: 2022-09-03 16:02:25.570 | python-pyparsing-doc python-urwid-doc 2022-09-03 16:02:25.639 | The following NEW packages will be installed: 2022-09-03 16:02:25.639 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-09-03 16:02:25.639 | python3-urwid targetcli-fb 2022-09-03 16:02:25.919 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 16:02:25.919 | Need to get 356 kB of archives. 2022-09-03 16:02:25.919 | After this operation, 2,294 kB of additional disk space will be used. 2022-09-03 16:02:25.919 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-09-03 16:02:26.351 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-09-03 16:02:26.587 | 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-09-03 16:02:26.618 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-09-03 16:02:26.639 | 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-09-03 16:02:26.660 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-09-03 16:02:27.244 | Fetched 356 kB in 1s (345 kB/s) 2022-09-03 16:02:27.424 | Selecting previously unselected package python3-pyparsing. 2022-09-03 16:02:27.477 | (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 ... 90881 files and directories currently installed.) 2022-09-03 16:02:27.480 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-09-03 16:02:27.514 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-09-03 16:02:27.892 | Selecting previously unselected package python3-urwid. 2022-09-03 16:02:27.902 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-09-03 16:02:27.949 | Unpacking python3-urwid (2.0.1-3) ... 2022-09-03 16:02:28.336 | Selecting previously unselected package python3-configshell-fb. 2022-09-03 16:02:28.346 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-09-03 16:02:28.404 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-09-03 16:02:28.800 | Selecting previously unselected package python3-pyudev. 2022-09-03 16:02:28.810 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-09-03 16:02:28.872 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-09-03 16:02:29.286 | Selecting previously unselected package python3-rtslib-fb. 2022-09-03 16:02:29.295 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-09-03 16:02:29.331 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-09-03 16:02:29.856 | Selecting previously unselected package targetcli-fb. 2022-09-03 16:02:29.865 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-09-03 16:02:29.924 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-09-03 16:02:30.339 | Setting up python3-urwid (2.0.1-3) ... 2022-09-03 16:02:30.796 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-09-03 16:02:30.796 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-09-03 16:02:30.796 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-09-03 16:02:30.796 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-09-03 16:02:30.796 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-09-03 16:02:30.796 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-09-03 16:02:30.796 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-09-03 16:02:30.797 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-09-03 16:02:30.971 | Setting up python3-pyparsing (2.4.6-1) ... 2022-09-03 16:02:31.456 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-09-03 16:02:31.897 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-09-03 16:02:32.274 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-09-03 16:02:33.691 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-09-03 16:02:34.316 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-09-03 16:02:34.317 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-09-03 16:02:36.347 | Processing triggers for man-db (2.9.1-1) ... 2022-09-03 16:02:36.616 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-09-03 16:02:45.930 | + functions-common:apt_get:1246 : result=0 2022-09-03 16:02:45.932 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 16:02:45.935 | + functions-common:time_stop:2451 : local name 2022-09-03 16:02:45.937 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:02:45.940 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:02:45.943 | + functions-common:time_stop:2454 : local total 2022-09-03 16:02:45.945 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:02:45.948 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 16:02:45.950 | + functions-common:time_stop:2458 : start_time=1662220944946 2022-09-03 16:02:45.953 | + functions-common:time_stop:2460 : [[ -z 1662220944946 ]] 2022-09-03 16:02:45.956 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:02:45.960 | + functions-common:time_stop:2463 : end_time=1662220965958 2022-09-03 16:02:45.963 | + functions-common:time_stop:2464 : elapsed_time=21012 2022-09-03 16:02:45.965 | + functions-common:time_stop:2465 : total=481547 2022-09-03 16:02:45.968 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:02:45.970 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=502559 2022-09-03 16:02:45.973 | + functions-common:apt_get:1250 : return 0 2022-09-03 16:02:45.975 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:02:45.978 | + ./stack.sh:main:926 : configure_cinder 2022-09-03 16:02:45.980 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-09-03 16:02:45.993 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-09-03 16:02:45.997 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-09-03 16:02:45.999 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-09-03 16:02:46.001 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-09-03 16:02:46.005 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-09-03 16:02:46.005 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-09-03 16:02:46.010 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-09-03 16:02:46.012 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-09-03 16:02:46.014 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-09-03 16:02:46.016 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-09-03 16:02:46.018 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-09-03 16:02:46.021 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-09-03 16:02:46.023 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-09-03 16:02:46.025 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-09-03 16:02:46.036 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-09-03 16:02:46.048 | + 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-09-03 16:02:46.060 | + 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-09-03 16:02:46.072 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-09-03 16:02:46.084 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-09-03 16:02:46.087 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-09-03 16:02:46.091 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.cyhtF1RAUD 2022-09-03 16:02:46.093 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-09-03 16:02:46.095 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-09-03 16:02:46.098 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-09-03 16:02:46.100 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.cyhtF1RAUD 2022-09-03 16:02:46.104 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.cyhtF1RAUD 2022-09-03 16:02:46.115 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.cyhtF1RAUD /etc/sudoers.d/cinder-rootwrap 2022-09-03 16:02:46.128 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-09-03 16:02:46.132 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-09-03 16:02:46.134 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-09-03 16:02:46.136 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-09-03 16:02:46.139 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-09-03 16:02:46.141 | + 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-09-03 16:02:46.143 | + 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-09-03 16:02:46.146 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-09-03 16:02:46.148 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-09-03 16:02:46.152 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-09-03 16:02:46.157 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-09-03 16:02:46.175 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-09-03 16:02:46.194 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-09-03 16:02:46.212 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-09-03 16:02:46.230 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-09-03 16:02:46.249 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-09-03 16:02:46.268 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-09-03 16:02:46.286 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-09-03 16:02:46.305 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-09-03 16:02:46.307 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-09-03 16:02:46.309 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-09-03 16:02:46.311 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-03 16:02:46.314 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-09-03 16:02:46.342 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-09-03 16:02:46.370 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-09-03 16:02:46.397 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-09-03 16:02:46.425 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-09-03 16:02:46.452 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-09-03 16:02:46.479 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-09-03 16:02:46.506 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-09-03 16:02:46.534 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:02:46.561 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-09-03 16:02:46.588 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-09-03 16:02:46.619 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-09-03 16:02:46.648 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-09-03 16:02:46.650 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-09-03 16:02:46.653 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-09-03 16:02:46.655 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=cinder 2022-09-03 16:02:46.657 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-09-03 16:02:46.660 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-09-03 16:02:46.691 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-09-03 16:02:46.718 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-09-03 16:02:46.746 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-09-03 16:02:46.773 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-09-03 16:02:46.801 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-09-03 16:02:46.829 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-09-03 16:02:46.859 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-09-03 16:02:46.862 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.42 2022-09-03 16:02:46.889 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-09-03 16:02:46.920 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-09-03 16:02:46.928 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 417908dcf61778b9f5cb8e62ca1a3e8c 2022-09-03 16:02:46.956 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-09-03 16:02:46.959 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-09-03 16:02:46.987 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-09-03 16:02:47.014 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-09-03 16:02:47.042 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-09-03 16:02:47.070 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-09-03 16:02:47.086 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:47.089 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-09-03 16:02:47.091 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-09-03 16:02:47.093 | + lib/cinder:configure_cinder:301 : local default_name= 2022-09-03 16:02:47.095 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-09-03 16:02:47.098 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-09-03 16:02:47.100 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-09-03 16:02:47.102 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-09-03 16:02:47.105 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-09-03 16:02:47.107 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-09-03 16:02:47.109 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-09-03 16:02:47.112 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-09-03 16:02:47.141 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-09-03 16:02:47.170 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-09-03 16:02:47.198 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-09-03 16:02:47.226 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-09-03 16:02:47.253 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-09-03 16:02:47.280 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-09-03 16:02:47.284 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-09-03 16:02:47.286 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-09-03 16:02:47.288 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-09-03 16:02:47.316 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-09-03 16:02:47.318 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-09-03 16:02:47.346 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-09-03 16:02:47.349 | + lib/cinder:configure_cinder_image_volume_cache:624 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-09-03 16:02:47.351 | + lib/cinder:configure_cinder_image_volume_cache:625 : local be_name=lvmdriver-1 2022-09-03 16:02:47.354 | + lib/cinder:configure_cinder_image_volume_cache:627 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-09-03 16:02:47.381 | + lib/cinder:configure_cinder_image_volume_cache:629 : [[ -n '' ]] 2022-09-03 16:02:47.383 | + lib/cinder:configure_cinder_image_volume_cache:633 : [[ -n '' ]] 2022-09-03 16:02:47.386 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-09-03 16:02:47.403 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:47.405 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-09-03 16:02:47.407 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-09-03 16:02:47.410 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-09-03 16:02:47.412 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-09-03 16:02:47.439 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.42:8080/v1/AUTH_ 2022-09-03 16:02:47.468 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-09-03 16:02:47.484 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:02:47.487 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-09-03 16:02:47.503 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:02:47.505 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-09-03 16:02:47.522 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:02:47.525 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-09-03 16:02:47.527 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-09-03 16:02:47.529 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-09-03 16:02:47.531 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-09-03 16:02:47.534 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-03 16:02:47.537 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-03 16:02:47.539 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-03 16:02:47.555 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:47.558 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-03 16:02:47.561 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-03 16:02:47.563 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-03 16:02:47.578 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:47.581 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:02:47.584 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:02:47.612 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-03 16:02:47.614 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-03 16:02:47.617 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-09-03 16:02:47.619 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-09-03 16:02:47.621 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-09-03 16:02:47.624 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:02:47.641 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:02:47.644 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:02:47.646 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:02:47.649 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:02:47.651 | + 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-09-03 16:02:47.679 | + 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-09-03 16:02:47.707 | + 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-09-03 16:02:47.736 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:02:47.764 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-09-03 16:02:47.781 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:47.783 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-09-03 16:02:47.786 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-09-03 16:02:47.788 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-09-03 16:02:47.790 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-09-03 16:02:47.793 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-03 16:02:47.795 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-03 16:02:47.798 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-09-03 16:02:47.802 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-09-03 16:02:47.804 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-03 16:02:47.806 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-03 16:02:47.819 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-03 16:02:47.820 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:02:47.828 | d /var/run/uwsgi 0755 ubuntu root 2022-09-03 16:02:47.832 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:02:47.847 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-09-03 16:02:47.849 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-09-03 16:02:47.853 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-09-03 16:02:47.882 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-09-03 16:02:47.909 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-09-03 16:02:47.936 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-09-03 16:02:47.963 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-09-03 16:02:47.990 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-03 16:02:48.018 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-09-03 16:02:48.045 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-09-03 16:02:48.073 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-09-03 16:02:48.100 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:02:48.127 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-09-03 16:02:48.155 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-03 16:02:48.182 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-09-03 16:02:48.209 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-03 16:02:48.212 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-03 16:02:48.215 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-09-03 16:02:48.217 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-09-03 16:02:48.219 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-03 16:02:48.222 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:48.225 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:48.227 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-09-03 16:02:48.230 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-09-03 16:02:48.232 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-09-03 16:02:48.260 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-09-03 16:02:48.288 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-09-03 16:02:48.289 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-09-03 16:02:48.297 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-09-03 16:02:48.300 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-09-03 16:02:48.302 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-09-03 16:02:48.305 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-03 16:02:48.307 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-03 16:02:48.309 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:02:48.312 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:48.314 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:48.316 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-03 16:02:48.319 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-03 16:02:48.321 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:02:48.323 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:02:48.326 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-09-03 16:02:48.388 | Enabling site cinder-wsgi. 2022-09-03 16:02:48.394 | To activate the new configuration, you need to run: 2022-09-03 16:02:48.394 | systemctl reload apache2 2022-09-03 16:02:48.398 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-03 16:02:48.400 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:02:48.403 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:02:48.405 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:02:48.533 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-09-03 16:02:48.537 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-09-03 16:02:48.575 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.42/image 2022-09-03 16:02:48.700 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-09-03 16:02:48.716 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:02:48.719 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-09-03 16:02:48.722 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-09-03 16:02:48.724 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-09-03 16:02:48.726 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-09-03 16:02:48.729 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-09-03 16:02:48.760 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-09-03 16:02:48.789 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.42/identity 2022-09-03 16:02:48.818 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-09-03 16:02:48.846 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-09-03 16:02:48.874 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-09-03 16:02:48.903 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-09-03 16:02:48.930 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-09-03 16:02:48.958 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:02:48.986 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-09-03 16:02:49.013 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-09-03 16:02:49.043 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-09-03 16:02:49.070 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-09-03 16:02:49.073 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-09-03 16:02:49.089 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:49.091 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.42:2379 2022-09-03 16:02:49.122 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-09-03 16:02:49.124 | + ./stack.sh:main:929 : is_service_enabled neutron 2022-09-03 16:02:49.141 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:02:49.145 | + ./stack.sh:main:931 : stack_install_service neutron 2022-09-03 16:02:49.147 | + lib/stack:stack_install_service:20 : local service=neutron 2022-09-03 16:02:49.149 | + lib/stack:stack_install_service:21 : type install_neutron 2022-09-03 16:02:49.152 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:02:49.154 | + lib/stack:stack_install_service:32 : install_neutron 2022-09-03 16:02:49.157 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-09-03 16:02:49.161 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 16:02:49.161 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-09-03 16:02:49.167 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 16:02:49.169 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-03 16:02:49.172 | + 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-09-03 16:02:49.175 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-09-03 16:02:49.177 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-09-03 16:02:49.180 | + lib/neutron-legacy:install_mutnauq:470 : use_library_from_git neutron-lib 2022-09-03 16:02:49.182 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-09-03 16:02:49.185 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:02:49.187 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:02:49.189 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-09-03 16:02:49.192 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:02:49.195 | + lib/neutron-legacy:install_mutnauq:475 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/yoga 2022-09-03 16:02:49.197 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-09-03 16:02:49.199 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-09-03 16:02:49.201 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:02:49.204 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:02:49.207 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:02:49.210 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:02:49.212 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:02:49.215 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:02:49.231 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:02:49.233 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:02:49.235 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:02:49.239 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:02:49.239 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:02:49.244 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-09-03 16:02:49.246 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 16:02:49.248 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-09-03 16:02:49.262 | + functions-common:git_clone:689 : cd /opt/stack/neutron 2022-09-03 16:02:49.265 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:02:49.265 | + functions-common:git_clone:690 : head -1 2022-09-03 16:02:49.269 | b11fb8802f Merge "Bump revision number of objects when description is changed" into stable/yoga 2022-09-03 16:02:49.271 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:02:49.274 | + lib/neutron-legacy:install_mutnauq:476 : setup_develop /opt/stack/neutron 2022-09-03 16:02:49.276 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:02:49.279 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-03 16:02:49.281 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-09-03 16:02:49.284 | + inc/python:setup_develop:344 : local extras= 2022-09-03 16:02:49.287 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-09-03 16:02:49.289 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:02:49.292 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-03 16:02:49.294 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-09-03 16:02:49.296 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:02:49.300 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 16:02:49.303 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-09-03 16:02:49.305 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:02:49.308 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-09-03 16:02:49.311 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:02:49.313 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:02:49.316 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-09-03 16:02:49.322 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-09-03 16:02:49.325 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-09-03 16:02:49.976 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-09-03 16:02:49.979 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:02:49.982 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:02:49.984 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:02:49.986 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-03 16:02:49.988 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-09-03 16:02:49.991 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:02:49.993 | + inc/python:setup_package:428 : local extras= 2022-09-03 16:02:49.995 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:02:49.998 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 16:02:50.000 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 16:02:50.003 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 16:02:50.005 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:02:50.007 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-09-03 16:02:50.029 | Using python 3.8 to install /opt/stack/neutron 2022-09-03 16:02:50.031 | + 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-09-03 16:02:52.136 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:02:52.136 | from cryptography.utils import int_from_bytes 2022-09-03 16:02:52.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:02:52.136 | from cryptography.utils import int_from_bytes 2022-09-03 16:02:52.339 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.347 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.354 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.358 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.447 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.467 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.471 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.475 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.490 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.498 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.500 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.532 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.541 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.546 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.565 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.602 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.610 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.616 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.664 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.678 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.682 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.702 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.709 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.758 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.775 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.779 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.894 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.901 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:52.957 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.078 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.103 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.107 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.118 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.124 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.144 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.150 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.168 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.226 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.238 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.254 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.299 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.303 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:02:53.309 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:02:53.310 | Obtaining file:///opt/stack/neutron 2022-09-03 16:02:57.401 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 16:02:57.406 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 16:02:57.410 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 16:02:57.418 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:02:57.427 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:02:57.437 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 16:02:57.581 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:02:57.594 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 16:02:57.608 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:02:57.614 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:02:57.616 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:02:57.625 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.4.0) 2022-09-03 16:02:57.630 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:02:57.635 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (0.20.4) 2022-09-03 16:02:57.646 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 16:02:57.682 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 16:02:57.706 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:02:57.762 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:02:57.812 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:02:57.818 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:02:57.820 | Requirement already satisfied: neutron-lib===2.20.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (2.20.0) 2022-09-03 16:02:57.857 | Requirement already satisfied: openstacksdk===0.61.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (0.61.0) 2022-09-03 16:02:57.882 | Requirement already satisfied: os-ken===2.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.3.1) 2022-09-03 16:02:57.898 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.1.0) 2022-09-03 16:02:57.901 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.7.0) 2022-09-03 16:02:57.905 | Requirement already satisfied: os-traits===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.7.0) 2022-09-03 16:02:57.910 | Requirement already satisfied: os-vif===2.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.7.1) 2022-09-03 16:02:57.931 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.10.1) 2022-09-03 16:02:57.968 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.5.0) 2022-09-03 16:02:57.977 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (8.8.0) 2022-09-03 16:02:58.015 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (4.1.0) 2022-09-03 16:02:58.022 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (11.2.0) 2022-09-03 16:02:58.067 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.1.0) 2022-09-03 16:02:58.071 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.7.0) 2022-09-03 16:02:58.109 | Requirement already satisfied: oslo.messaging===12.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (12.13.0) 2022-09-03 16:02:58.163 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.4.0) 2022-09-03 16:02:58.173 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.5.1) 2022-09-03 16:02:58.191 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (3.11.0) 2022-09-03 16:02:58.205 | Requirement already satisfied: oslo.privsep===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (2.7.0) 2022-09-03 16:02:58.219 | Requirement already satisfied: oslo.reports===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.3.0) 2022-09-03 16:02:58.231 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (6.3.1) 2022-09-03 16:02:58.234 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (4.3.0) 2022-09-03 16:02:58.242 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.8.0) 2022-09-03 16:02:58.264 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.5.0) 2022-09-03 16:02:58.275 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.12.3) 2022-09-03 16:02:58.289 | Requirement already satisfied: oslo.versionedobjects===2.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (2.6.0) 2022-09-03 16:02:58.307 | Requirement already satisfied: osprofiler===3.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.4.2) 2022-09-03 16:02:58.352 | Requirement already satisfied: ovs===2.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.16.0) 2022-09-03 16:02:58.382 | Requirement already satisfied: ovsdbapp===1.15.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (1.15.2) 2022-09-03 16:02:58.390 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (21.3) 2022-09-03 16:02:58.396 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-09-03 16:02:58.398 | Requirement already satisfied: pecan===1.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (1.4.1) 2022-09-03 16:02:58.409 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-09-03 16:02:58.420 | Requirement already satisfied: prometheus-client===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (0.13.1) 2022-09-03 16:02:58.425 | Requirement already satisfied: psutil===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (5.9.0) 2022-09-03 16:02:58.446 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) (22.0.0) 2022-09-03 16:02:58.458 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) (3.1.1) 2022-09-03 16:02:58.468 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (0.9.6) 2022-09-03 16:02:58.471 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-09-03 16:02:58.476 | Requirement already satisfied: pyroute2===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (0.6.6) 2022-09-03 16:02:58.493 | Requirement already satisfied: pyroute2.core===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (0.6.6) 2022-09-03 16:02:58.496 | Requirement already satisfied: pyroute2.ethtool===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (0.6.6) 2022-09-03 16:02:58.499 | Requirement already satisfied: pyroute2.ipdb===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (0.6.6) 2022-09-03 16:02:58.503 | Requirement already satisfied: pyroute2.ipset===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (0.6.6) 2022-09-03 16:02:58.507 | Requirement already satisfied: pyroute2.ndb===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) (0.6.6) 2022-09-03 16:02:58.510 | Requirement already satisfied: pyroute2.nftables===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (0.6.6) 2022-09-03 16:02:58.514 | Requirement already satisfied: pyroute2.nslink===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (0.6.6) 2022-09-03 16:02:58.518 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2.8.2) 2022-09-03 16:02:58.523 | Requirement already satisfied: python-designateclient===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (4.5.1) 2022-09-03 16:02:58.540 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (4.4.0) 2022-09-03 16:02:58.558 | Requirement already satisfied: python-neutronclient===7.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (7.8.0) 2022-09-03 16:02:58.581 | Requirement already satisfied: python-novaclient===17.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (17.7.0) 2022-09-03 16:02:58.596 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2021.3) 2022-09-03 16:02:58.600 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (0.7) 2022-09-03 16:02:58.606 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.27.1) 2022-09-03 16:02:58.633 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.4.0) 2022-09-03 16:02:58.635 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (1.5.0) 2022-09-03 16:02:58.639 | Requirement already satisfied: setproctitle===1.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (1.2.2) 2022-09-03 16:02:58.646 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (60.9.3) 2022-09-03 16:02:58.716 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.17.6) 2022-09-03 16:02:58.719 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (1.16.0) 2022-09-03 16:02:58.723 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.4.0) 2022-09-03 16:02:58.726 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.13.0) 2022-09-03 16:02:58.735 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.4.2) 2022-09-03 16:02:58.738 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.3.0) 2022-09-03 16:02:58.741 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (3.5.0) 2022-09-03 16:02:58.747 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (6.3.1) 2022-09-03 16:02:58.760 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (2.0.1) 2022-09-03 16:02:58.770 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.5.0) 2022-09-03 16:02:58.775 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (2.5.0) 2022-09-03 16:02:58.785 | Requirement already satisfied: tooz===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (2.10.1) 2022-09-03 16:02:58.841 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-09-03 16:02:58.861 | Requirement already satisfied: voluptuous===0.12.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) (0.12.2) 2022-09-03 16:02:58.865 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.2.5) 2022-09-03 16:02:58.870 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.13.3) 2022-09-03 16:02:58.873 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (1.3.3) 2022-09-03 16:02:58.878 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 640)) (3.7.0) 2022-09-03 16:02:58.902 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 16:02:58.911 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:02:58.926 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:02:58.930 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (1.4.4) 2022-09-03 16:02:58.932 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (2.5.0) 2022-09-03 16:02:58.953 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:02:58.956 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:02:58.959 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:02:58.965 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:02:58.969 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:02:59.006 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:02:59.009 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:02:59.012 | Requirement already satisfied: amqp===5.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) (5.0.9) 2022-09-03 16:02:59.016 | Requirement already satisfied: kombu===5.2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (5.2.3) 2022-09-03 16:02:59.061 | Requirement already satisfied: cachetools===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (5.0.0) 2022-09-03 16:02:59.064 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 16:02:59.073 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:02:59.076 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:02:59.087 | Requirement already satisfied: WebTest===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37)) (3.0.0) 2022-09-03 16:02:59.107 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) (0.3.5) 2022-09-03 16:02:59.109 | Requirement already satisfied: osc-lib===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.5.0) 2022-09-03 16:02:59.124 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:02:59.135 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:02:59.147 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.1.0) 2022-09-03 16:02:59.151 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 481)) (2019.11.28) 2022-09-03 16:02:59.153 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:02:59.156 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:02:59.161 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 16:02:59.163 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:02:59.166 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:02:59.169 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (5.0.0) 2022-09-03 16:02:59.171 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.21) 2022-09-03 16:02:59.174 | Requirement already satisfied: waitress===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 618)) (2.0.0) 2022-09-03 16:02:59.186 | Requirement already satisfied: beautifulsoup4===4.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104)) (4.10.0) 2022-09-03 16:02:59.193 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:02:59.241 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:02:59.244 | Requirement already satisfied: soupsieve===2.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.3.1) 2022-09-03 16:02:59.248 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (1.8.2) 2022-09-03 16:02:59.250 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:03:00.186 | Installing collected packages: neutron 2022-09-03 16:03:00.186 | Attempting uninstall: neutron 2022-09-03 16:03:00.187 | Found existing installation: neutron 20.2.0 2022-09-03 16:03:08.265 | Uninstalling neutron-20.2.0: 2022-09-03 16:03:08.343 | Successfully uninstalled neutron-20.2.0 2022-09-03 16:03:08.345 | Running setup.py develop for neutron 2022-09-03 16:03:13.257 | Successfully installed neutron 2022-09-03 16:03:13.368 | + inc/python:pip_install:200 : result=0 2022-09-03 16:03:13.377 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:03:13.377 | + functions-common:time_stop:2451 : local name 2022-09-03 16:03:13.377 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:03:13.378 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:03:13.381 | + functions-common:time_stop:2454 : local total 2022-09-03 16:03:13.383 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:03:13.385 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:03:13.387 | + functions-common:time_stop:2458 : start_time=1662220970023 2022-09-03 16:03:13.390 | + functions-common:time_stop:2460 : [[ -z 1662220970023 ]] 2022-09-03 16:03:13.393 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:03:13.397 | + functions-common:time_stop:2463 : end_time=1662220993395 2022-09-03 16:03:13.400 | + functions-common:time_stop:2464 : elapsed_time=23372 2022-09-03 16:03:13.402 | + functions-common:time_stop:2465 : total=215760 2022-09-03 16:03:13.404 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:03:13.406 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=239132 2022-09-03 16:03:13.409 | + inc/python:pip_install:203 : return 0 2022-09-03 16:03:13.412 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:03:13.414 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-03 16:03:13.417 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-03 16:03:13.435 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-03 16:03:13.447 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-09-03 16:03:13.450 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-09-03 16:03:13.452 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:03:13.455 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:03:13.457 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-09-03 16:03:13.460 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:03:13.462 | + lib/neutron-legacy:install_mutnauq:478 : [[ openvswitch == \o\v\n ]] 2022-09-03 16:03:13.465 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:03:13.467 | + ./stack.sh:main:934 : is_service_enabled nova 2022-09-03 16:03:13.485 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:13.488 | + ./stack.sh:main:936 : stack_install_service nova 2022-09-03 16:03:13.490 | + lib/stack:stack_install_service:20 : local service=nova 2022-09-03 16:03:13.492 | + lib/stack:stack_install_service:21 : type install_nova 2022-09-03 16:03:13.495 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:03:13.497 | + lib/stack:stack_install_service:32 : install_nova 2022-09-03 16:03:13.500 | + lib/nova:install_nova:893 : use_library_from_git os-vif 2022-09-03 16:03:13.503 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-09-03 16:03:13.505 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:03:13.507 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:03:13.510 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-09-03 16:03:13.512 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:03:13.515 | + lib/nova:install_nova:898 : is_service_enabled n-cpu 2022-09-03 16:03:13.531 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:13.534 | + lib/nova:install_nova:902 : is_service_enabled n-novnc 2022-09-03 16:03:13.550 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:13.553 | + lib/nova:install_nova:914 : is_service_enabled n-spice 2022-09-03 16:03:13.569 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:13.571 | + lib/nova:install_nova:926 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/yoga 2022-09-03 16:03:13.574 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-09-03 16:03:13.576 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-09-03 16:03:13.578 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:03:13.580 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:03:13.583 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:03:13.586 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:03:13.588 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:03:13.591 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:03:13.607 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:03:13.609 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:03:13.612 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:03:13.614 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:03:13.615 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:03:13.620 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-09-03 16:03:13.622 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-09-03 16:03:13.624 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/nova 2022-09-03 16:03:13.636 | + functions-common:git_clone:689 : cd /opt/stack/nova 2022-09-03 16:03:13.639 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:03:13.640 | + functions-common:git_clone:690 : head -1 2022-09-03 16:03:13.647 | 613c2e7de9 Fix fair internal lock used from eventlet.spawn_n 2022-09-03 16:03:13.649 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:03:13.652 | + lib/nova:install_nova:927 : setup_develop /opt/stack/nova 2022-09-03 16:03:13.654 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:03:13.657 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-09-03 16:03:13.660 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-09-03 16:03:13.662 | + inc/python:setup_develop:344 : local extras= 2022-09-03 16:03:13.665 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-09-03 16:03:13.667 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:03:13.670 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-09-03 16:03:13.672 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-09-03 16:03:13.675 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:03:13.677 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 16:03:13.680 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-09-03 16:03:13.683 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:03:13.685 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-09-03 16:03:13.688 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:03:13.690 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:03:13.694 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-09-03 16:03:13.699 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-09-03 16:03:13.702 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-09-03 16:03:14.388 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-09-03 16:03:14.391 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:03:14.394 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:03:14.396 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:03:14.398 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-09-03 16:03:14.400 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-09-03 16:03:14.403 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:03:14.405 | + inc/python:setup_package:428 : local extras= 2022-09-03 16:03:14.408 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:03:14.410 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 16:03:14.412 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 16:03:14.414 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 16:03:14.417 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:03:14.419 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-09-03 16:03:14.439 | Using python 3.8 to install /opt/stack/nova 2022-09-03 16:03:14.442 | + 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-09-03 16:03:16.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:03:16.554 | from cryptography.utils import int_from_bytes 2022-09-03 16:03:16.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:03:16.554 | from cryptography.utils import int_from_bytes 2022-09-03 16:03:16.758 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.766 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.773 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.777 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.866 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.886 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.890 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.894 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.909 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.918 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.920 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.951 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.961 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.966 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:16.985 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.023 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.031 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.036 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.084 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.098 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.102 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.121 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.128 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.177 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.195 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.199 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.313 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.320 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.375 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.498 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.523 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.527 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.538 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.543 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.563 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.571 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.588 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.646 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.658 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.675 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.719 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.723 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:03:17.730 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:03:17.730 | Obtaining file:///opt/stack/nova 2022-09-03 16:03:22.854 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 16:03:22.860 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 16:03:22.863 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16)) (3.5.0) 2022-09-03 16:03:22.872 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.1) 2022-09-03 16:03:22.880 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:03:22.883 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:03:22.894 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 16:03:23.040 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:03:23.053 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 16:03:23.066 | Requirement already satisfied: castellan===3.10.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (3.10.2) 2022-09-03 16:03:23.084 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:03:23.122 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.2) 2022-09-03 16:03:23.134 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:03:23.136 | Requirement already satisfied: eventlet===0.33.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.33.0) 2022-09-03 16:03:23.145 | Requirement already satisfied: futurist===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.4.0) 2022-09-03 16:03:23.151 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:03:23.156 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 16:03:23.192 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 16:03:23.218 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:03:23.221 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:03:23.232 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:03:23.289 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:03:23.340 | Requirement already satisfied: lxml===4.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (4.8.0) 2022-09-03 16:03:23.505 | Collecting microversion-parse===1.0.1 2022-09-03 16:03:23.512 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-09-03 16:03:23.622 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:03:23.626 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:03:23.631 | Requirement already satisfied: openstacksdk===0.61.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (0.61.0) 2022-09-03 16:03:23.655 | Requirement already satisfied: os-brick===5.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.2.2) 2022-09-03 16:03:23.677 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.1.0) 2022-09-03 16:03:23.681 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.7.0) 2022-09-03 16:03:23.685 | Requirement already satisfied: os-traits===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.7.0) 2022-09-03 16:03:23.690 | Requirement already satisfied: os-vif===2.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.7.1) 2022-09-03 16:03:23.712 | Requirement already satisfied: os-win===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (5.6.0) 2022-09-03 16:03:23.728 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.10.1) 2022-09-03 16:03:23.791 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.5.0) 2022-09-03 16:03:23.802 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (8.8.0) 2022-09-03 16:03:23.840 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (4.1.0) 2022-09-03 16:03:23.846 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (11.2.0) 2022-09-03 16:03:23.892 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.1.0) 2022-09-03 16:03:23.897 | Requirement already satisfied: oslo.limit===1.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.5.1) 2022-09-03 16:03:23.906 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.7.0) 2022-09-03 16:03:23.945 | Requirement already satisfied: oslo.messaging===12.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (12.13.0) 2022-09-03 16:03:23.999 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.4.0) 2022-09-03 16:03:24.009 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.5.1) 2022-09-03 16:03:24.028 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (3.11.0) 2022-09-03 16:03:24.042 | Requirement already satisfied: oslo.privsep===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (2.7.0) 2022-09-03 16:03:24.056 | Requirement already satisfied: oslo.reports===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.3.0) 2022-09-03 16:03:24.068 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (6.3.1) 2022-09-03 16:03:24.071 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (4.3.0) 2022-09-03 16:03:24.080 | Requirement already satisfied: oslo.service===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.8.0) 2022-09-03 16:03:24.102 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.5.0) 2022-09-03 16:03:24.113 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.12.3) 2022-09-03 16:03:24.128 | Requirement already satisfied: oslo.versionedobjects===2.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (2.6.0) 2022-09-03 16:03:24.147 | Requirement already satisfied: ovsdbapp===1.15.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (1.15.2) 2022-09-03 16:03:24.155 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (21.3) 2022-09-03 16:03:24.161 | Requirement already satisfied: paramiko===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.8.1) 2022-09-03 16:03:24.193 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-09-03 16:03:24.195 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-09-03 16:03:24.208 | Requirement already satisfied: prometheus-client===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (0.13.1) 2022-09-03 16:03:24.213 | Requirement already satisfied: psutil===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (5.9.0) 2022-09-03 16:03:24.234 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) (3.1.1) 2022-09-03 16:03:24.243 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (0.9.6) 2022-09-03 16:03:24.246 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-09-03 16:03:24.252 | Requirement already satisfied: pyroute2===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (0.6.6) 2022-09-03 16:03:24.270 | Requirement already satisfied: pyroute2.core===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (0.6.6) 2022-09-03 16:03:24.272 | Requirement already satisfied: pyroute2.ethtool===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (0.6.6) 2022-09-03 16:03:24.276 | Requirement already satisfied: pyroute2.ipdb===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (0.6.6) 2022-09-03 16:03:24.279 | Requirement already satisfied: pyroute2.ipset===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (0.6.6) 2022-09-03 16:03:24.283 | Requirement already satisfied: pyroute2.ndb===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) (0.6.6) 2022-09-03 16:03:24.287 | Requirement already satisfied: pyroute2.nftables===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (0.6.6) 2022-09-03 16:03:24.291 | Requirement already satisfied: pyroute2.nslink===0.6.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (0.6.6) 2022-09-03 16:03:24.294 | Requirement already satisfied: python-barbicanclient===5.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422)) (5.3.0) 2022-09-03 16:03:24.309 | Requirement already satisfied: python-cinderclient===8.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (8.3.0) 2022-09-03 16:03:24.324 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2.8.2) 2022-09-03 16:03:24.329 | Requirement already satisfied: python-glanceclient===3.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (3.6.0) 2022-09-03 16:03:24.345 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (4.4.0) 2022-09-03 16:03:24.362 | Requirement already satisfied: python-neutronclient===7.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (7.8.0) 2022-09-03 16:03:24.386 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2021.3) 2022-09-03 16:03:24.390 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (0.7) 2022-09-03 16:03:24.398 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.27.1) 2022-09-03 16:03:24.424 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.4.0) 2022-09-03 16:03:24.426 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (1.3.3) 2022-09-03 16:03:24.430 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (1.5.0) 2022-09-03 16:03:24.435 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (60.9.3) 2022-09-03 16:03:24.507 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.17.6) 2022-09-03 16:03:24.512 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (1.16.0) 2022-09-03 16:03:24.515 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.13.0) 2022-09-03 16:03:24.527 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.4.2) 2022-09-03 16:03:24.531 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.3.0) 2022-09-03 16:03:24.534 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (3.5.0) 2022-09-03 16:03:24.542 | Requirement already satisfied: taskflow===4.6.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (4.6.4) 2022-09-03 16:03:24.594 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (6.3.1) 2022-09-03 16:03:24.608 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (2.0.1) 2022-09-03 16:03:24.617 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.5.0) 2022-09-03 16:03:24.622 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (2.5.0) 2022-09-03 16:03:24.632 | Requirement already satisfied: tooz===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (2.10.1) 2022-09-03 16:03:24.688 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-09-03 16:03:24.709 | Requirement already satisfied: voluptuous===0.12.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) (0.12.2) 2022-09-03 16:03:24.712 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 619)) (1.3.3) 2022-09-03 16:03:24.719 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.2.5) 2022-09-03 16:03:24.842 | Collecting websockify===0.10.0 2022-09-03 16:03:24.848 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-09-03 16:03:24.958 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.13.3) 2022-09-03 16:03:24.962 | Requirement already satisfied: yappi===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (1.3.3) 2022-09-03 16:03:24.966 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 640)) (3.7.0) 2022-09-03 16:03:24.990 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 16:03:24.998 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:03:25.001 | Requirement already satisfied: dnspython===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (2.1.0) 2022-09-03 16:03:25.018 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:03:25.021 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:03:25.026 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:03:25.031 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (1.4.4) 2022-09-03 16:03:25.035 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (2.5.0) 2022-09-03 16:03:25.056 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:03:25.061 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:03:25.065 | Requirement already satisfied: amqp===5.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84)) (5.0.9) 2022-09-03 16:03:25.069 | Requirement already satisfied: kombu===5.2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (5.2.3) 2022-09-03 16:03:25.115 | Requirement already satisfied: cachetools===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (5.0.0) 2022-09-03 16:03:25.117 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 16:03:25.127 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:03:25.130 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:03:25.140 | Requirement already satisfied: ovs===2.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.16.0) 2022-09-03 16:03:25.145 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.5.0) 2022-09-03 16:03:25.156 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:03:25.168 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) (22.0.0) 2022-09-03 16:03:25.181 | Requirement already satisfied: osc-lib===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.5.0) 2022-09-03 16:03:25.196 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.1.0) 2022-09-03 16:03:25.199 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:03:25.204 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 481)) (2019.11.28) 2022-09-03 16:03:25.206 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:03:25.209 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 16:03:25.212 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (1.4.2) 2022-09-03 16:03:25.217 | Requirement already satisfied: networkx===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) (2.6.3) 2022-09-03 16:03:25.253 | Requirement already satisfied: automaton===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (2.5.0) 2022-09-03 16:03:25.258 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:03:26.452 | Collecting numpy===1.22.2 2022-09-03 16:03:26.492 | 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-09-03 16:03:27.738 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.21) 2022-09-03 16:03:27.740 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:03:27.743 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (5.0.0) 2022-09-03 16:03:27.746 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.4.0) 2022-09-03 16:03:27.749 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:03:27.753 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:03:27.801 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:03:27.861 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (1.8.2) 2022-09-03 16:03:28.758 | Installing collected packages: microversion-parse, numpy, websockify, nova 2022-09-03 16:03:32.359 | Running setup.py develop for nova 2022-09-03 16:03:37.933 | Successfully installed microversion-parse-1.0.1 nova numpy-1.22.2 websockify-0.10.0 2022-09-03 16:03:38.096 | + inc/python:pip_install:200 : result=0 2022-09-03 16:03:38.098 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:03:38.100 | + functions-common:time_stop:2451 : local name 2022-09-03 16:03:38.102 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:03:38.105 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:03:38.107 | + functions-common:time_stop:2454 : local total 2022-09-03 16:03:38.109 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:03:38.111 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:03:38.114 | + functions-common:time_stop:2458 : start_time=1662220994434 2022-09-03 16:03:38.116 | + functions-common:time_stop:2460 : [[ -z 1662220994434 ]] 2022-09-03 16:03:38.119 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:03:38.123 | + functions-common:time_stop:2463 : end_time=1662221018120 2022-09-03 16:03:38.125 | + functions-common:time_stop:2464 : elapsed_time=23686 2022-09-03 16:03:38.127 | + functions-common:time_stop:2465 : total=239132 2022-09-03 16:03:38.130 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:03:38.132 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=262818 2022-09-03 16:03:38.134 | + inc/python:pip_install:203 : return 0 2022-09-03 16:03:38.136 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:03:38.139 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-03 16:03:38.142 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-03 16:03:38.160 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-03 16:03:38.172 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-09-03 16:03:38.174 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-09-03 16:03:38.177 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:03:38.179 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:03:38.182 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-09-03 16:03:38.184 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:03:38.187 | + lib/nova:install_nova:928 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-09-03 16:03:38.200 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:03:38.202 | + ./stack.sh:main:937 : configure_nova 2022-09-03 16:03:38.206 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-09-03 16:03:38.218 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-09-03 16:03:38.220 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-09-03 16:03:38.223 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-09-03 16:03:38.226 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-09-03 16:03:38.226 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-09-03 16:03:38.231 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-09-03 16:03:38.234 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-09-03 16:03:38.236 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-09-03 16:03:38.239 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-09-03 16:03:38.241 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-09-03 16:03:38.243 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-09-03 16:03:38.246 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-09-03 16:03:38.248 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-09-03 16:03:38.260 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-09-03 16:03:38.273 | + 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-09-03 16:03:38.285 | + 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-09-03 16:03:38.298 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-09-03 16:03:38.309 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-09-03 16:03:38.313 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-09-03 16:03:38.317 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.IrlDXcSIWV 2022-09-03 16:03:38.320 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-09-03 16:03:38.322 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-09-03 16:03:38.325 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-09-03 16:03:38.327 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-09-03 16:03:38.330 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-09-03 16:03:38.333 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.IrlDXcSIWV 2022-09-03 16:03:38.337 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.IrlDXcSIWV 2022-09-03 16:03:38.349 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.IrlDXcSIWV /etc/sudoers.d/nova-rootwrap 2022-09-03 16:03:38.361 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-09-03 16:03:38.366 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-09-03 16:03:38.368 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-09-03 16:03:38.370 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-09-03 16:03:38.373 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-09-03 16:03:38.375 | + 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-09-03 16:03:38.378 | + 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-09-03 16:03:38.380 | + lib/nova:configure_nova:252 : [[ 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-09-03 16:03:38.383 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-09-03 16:03:38.387 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-09-03 16:03:38.405 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:38.408 | + lib/nova:configure_nova:338 : create_nova_conf 2022-09-03 16:03:38.411 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-09-03 16:03:38.414 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-09-03 16:03:38.418 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-09-03 16:03:38.446 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-09-03 16:03:38.448 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-09-03 16:03:38.475 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-09-03 16:03:38.503 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-09-03 16:03:38.530 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-09-03 16:03:38.559 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-09-03 16:03:38.589 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-09-03 16:03:38.618 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-09-03 16:03:38.621 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.42 2022-09-03 16:03:38.648 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-09-03 16:03:38.675 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-09-03 16:03:38.702 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-09-03 16:03:38.728 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-09-03 16:03:38.756 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-09-03 16:03:38.785 | + lib/nova:create_nova_conf:437 : is_fedora 2022-09-03 16:03:38.787 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 16:03:38.789 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 16:03:38.792 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 16:03:38.794 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 16:03:38.796 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 16:03:38.799 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 16:03:38.801 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 16:03:38.803 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 16:03:38.805 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 16:03:38.807 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 16:03:38.810 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 16:03:38.812 | + lib/nova:create_nova_conf:437 : is_suse 2022-09-03 16:03:38.814 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 16:03:38.816 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 16:03:38.818 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 16:03:38.820 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 16:03:38.823 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 16:03:38.825 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 16:03:38.827 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-09-03 16:03:38.843 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:38.846 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-03 16:03:38.848 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-09-03 16:03:38.850 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-09-03 16:03:38.878 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-09-03 16:03:38.881 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-09-03 16:03:38.883 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-09-03 16:03:38.885 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_cell0 2022-09-03 16:03:38.887 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-09-03 16:03:38.890 | + lib/nova:create_nova_conf:459 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-09-03 16:03:38.920 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-09-03 16:03:38.923 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-09-03 16:03:38.926 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-09-03 16:03:38.928 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_api 2022-09-03 16:03:38.930 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-09-03 16:03:38.933 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-09-03 16:03:38.963 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-09-03 16:03:38.992 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-09-03 16:03:39.020 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-09-03 16:03:39.047 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-09-03 16:03:39.062 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:39.065 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-09-03 16:03:39.082 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:39.085 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-09-03 16:03:39.085 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-09-03 16:03:39.090 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-09-03 16:03:39.093 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-09-03 16:03:39.119 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-09-03 16:03:39.136 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:39.138 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-09-03 16:03:39.140 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-09-03 16:03:39.144 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-09-03 16:03:39.146 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-03 16:03:39.148 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-09-03 16:03:39.177 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-09-03 16:03:39.204 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-09-03 16:03:39.231 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-09-03 16:03:39.258 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-09-03 16:03:39.286 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-09-03 16:03:39.313 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-09-03 16:03:39.340 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-09-03 16:03:39.367 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:03:39.395 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-09-03 16:03:39.421 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-09-03 16:03:39.438 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:39.440 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-09-03 16:03:39.443 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-09-03 16:03:39.472 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-09-03 16:03:39.499 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.42/identity 2022-09-03 16:03:39.526 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-09-03 16:03:39.554 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-09-03 16:03:39.581 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-09-03 16:03:39.608 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-09-03 16:03:39.635 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-09-03 16:03:39.662 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-09-03 16:03:39.678 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:39.681 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-09-03 16:03:39.683 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-09-03 16:03:39.709 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-09-03 16:03:39.740 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-09-03 16:03:39.742 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-09-03 16:03:39.769 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-09-03 16:03:39.771 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-09-03 16:03:39.773 | + lib/nova:create_nova_conf:505 : is_suse 2022-09-03 16:03:39.775 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 16:03:39.778 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 16:03:39.780 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 16:03:39.783 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 16:03:39.785 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 16:03:39.787 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 16:03:39.790 | + lib/nova:create_nova_conf:505 : is_fedora 2022-09-03 16:03:39.792 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 16:03:39.794 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 16:03:39.796 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 16:03:39.799 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 16:03:39.801 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 16:03:39.804 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 16:03:39.806 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 16:03:39.808 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 16:03:39.810 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 16:03:39.812 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 16:03:39.814 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 16:03:39.817 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-09-03 16:03:39.819 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-09-03 16:03:39.821 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-09-03 16:03:39.824 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:03:39.840 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:03:39.842 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:03:39.845 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:03:39.847 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:03:39.849 | + 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-09-03 16:03:39.878 | + 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-09-03 16:03:39.906 | + 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-09-03 16:03:39.934 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:03:39.962 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-09-03 16:03:39.992 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-09-03 16:03:40.008 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:40.011 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-09-03 16:03:40.013 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-09-03 16:03:40.015 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-09-03 16:03:40.018 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-09-03 16:03:40.020 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-03 16:03:40.022 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-03 16:03:40.025 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-09-03 16:03:40.029 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-09-03 16:03:40.031 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-03 16:03:40.034 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-03 16:03:40.046 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-03 16:03:40.046 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:03:40.055 | d /var/run/uwsgi 0755 ubuntu root 2022-09-03 16:03:40.058 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:03:40.074 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-09-03 16:03:40.076 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-09-03 16:03:40.080 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-09-03 16:03:40.108 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-09-03 16:03:40.135 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-09-03 16:03:40.162 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-09-03 16:03:40.189 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-09-03 16:03:40.215 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-03 16:03:40.242 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-09-03 16:03:40.269 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-09-03 16:03:40.296 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-09-03 16:03:40.323 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:03:40.350 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-09-03 16:03:40.377 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-03 16:03:40.404 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-09-03 16:03:40.430 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-03 16:03:40.433 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-03 16:03:40.436 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-09-03 16:03:40.439 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-09-03 16:03:40.441 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-03 16:03:40.443 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:40.446 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:40.448 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-03 16:03:40.451 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-03 16:03:40.453 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-09-03 16:03:40.480 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-09-03 16:03:40.507 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-09-03 16:03:40.508 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-03 16:03:40.517 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-09-03 16:03:40.521 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-09-03 16:03:40.523 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-09-03 16:03:40.525 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-03 16:03:40.527 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-03 16:03:40.530 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:03:40.532 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:40.534 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:40.536 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-03 16:03:40.539 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-03 16:03:40.541 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:40.543 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:40.546 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-09-03 16:03:40.607 | Enabling site nova-api-wsgi. 2022-09-03 16:03:40.613 | To activate the new configuration, you need to run: 2022-09-03 16:03:40.613 | systemctl reload apache2 2022-09-03 16:03:40.617 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-03 16:03:40.619 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:03:40.622 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:03:40.624 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:03:40.753 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-09-03 16:03:40.771 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:40.774 | + lib/nova:create_nova_conf:519 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-09-03 16:03:40.776 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-09-03 16:03:40.778 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-09-03 16:03:40.781 | + lib/apache:write_uwsgi_config:256 : local url= 2022-09-03 16:03:40.783 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-09-03 16:03:40.785 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-03 16:03:40.788 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-09-03 16:03:40.793 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-09-03 16:03:40.795 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-03 16:03:40.798 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-03 16:03:40.810 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-03 16:03:40.811 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:03:40.820 | d /var/run/uwsgi 0755 ubuntu root 2022-09-03 16:03:40.823 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:03:40.839 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-09-03 16:03:40.841 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-09-03 16:03:40.845 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-09-03 16:03:40.875 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-09-03 16:03:40.902 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-09-03 16:03:40.928 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-09-03 16:03:40.956 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-09-03 16:03:40.983 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-03 16:03:41.010 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-09-03 16:03:41.037 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-09-03 16:03:41.064 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-09-03 16:03:41.091 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:03:41.117 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-09-03 16:03:41.147 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-03 16:03:41.173 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-09-03 16:03:41.211 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-09-03 16:03:41.214 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-09-03 16:03:41.241 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-09-03 16:03:41.258 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:41.260 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-09-03 16:03:41.292 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-09-03 16:03:41.294 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-09-03 16:03:41.297 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-09-03 16:03:41.313 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:41.316 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:03:41.319 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:03:41.346 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-09-03 16:03:41.377 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-09-03 16:03:41.380 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-09-03 16:03:41.382 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-09-03 16:03:41.384 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-03 16:03:41.387 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-03 16:03:41.389 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-03 16:03:41.405 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:41.408 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-03 16:03:41.411 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-03 16:03:41.413 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-03 16:03:41.429 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:41.432 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:03:41.434 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-09-03 16:03:41.462 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-03 16:03:41.465 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-03 16:03:41.467 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-09-03 16:03:41.495 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-09-03 16:03:41.523 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-09-03 16:03:41.553 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-09-03 16:03:41.570 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:41.572 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-09-03 16:03:41.599 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-09-03 16:03:41.602 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-09-03 16:03:41.604 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-09-03 16:03:41.634 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user auth_type password 2022-09-03 16:03:41.662 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.42/identity 2022-09-03 16:03:41.691 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user username nova 2022-09-03 16:03:41.718 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-09-03 16:03:41.746 | + lib/nova:init_nova_service_user_conf:801 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-09-03 16:03:41.773 | + lib/nova:init_nova_service_user_conf:802 : iniset /etc/nova/nova.conf service_user project_name service 2022-09-03 16:03:41.802 | + lib/nova:init_nova_service_user_conf:803 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-09-03 16:03:41.829 | + lib/nova:init_nova_service_user_conf:804 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-09-03 16:03:41.857 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-09-03 16:03:41.873 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:41.876 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-09-03 16:03:41.880 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-03 16:03:41.883 | + lib/nova:create_nova_conf:553 : local conf 2022-09-03 16:03:41.886 | + lib/nova:create_nova_conf:554 : local vhost 2022-09-03 16:03:41.889 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-09-03 16:03:41.891 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-09-03 16:03:41.894 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-09-03 16:03:41.897 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-09-03 16:03:41.899 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-09-03 16:03:41.901 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-09-03 16:03:41.905 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-09-03 16:03:41.908 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-09-03 16:03:41.911 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-09-03 16:03:41.913 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_cell1 2022-09-03 16:03:41.915 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-09-03 16:03:41.918 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-09-03 16:03:41.948 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-09-03 16:03:41.979 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-09-03 16:03:42.009 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-03 16:03:42.012 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-09-03 16:03:42.014 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-09-03 16:03:42.017 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-09-03 16:03:42.034 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:42.037 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-09-03 16:03:42.037 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-09-03 16:03:42.754 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-09-03 16:03:42.756 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-09-03 16:03:43.433 | Adding vhost "nova_cell1" ... 2022-09-03 16:03:43.701 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-09-03 16:03:44.382 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-09-03 16:03:44.453 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-09-03 16:03:44.456 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-09-03 16:03:44.458 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-09-03 16:03:44.460 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-03 16:03:44.463 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-09-03 16:03:44.467 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-03 16:03:44.484 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:44.488 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-09-03 16:03:44.491 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-09-03 16:03:44.493 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-03 16:03:44.509 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:44.511 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-09-03 16:03:44.514 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-09-03 16:03:44.541 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-03 16:03:44.543 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-03 16:03:44.546 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-09-03 16:03:44.564 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:44.566 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-09-03 16:03:44.568 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-09-03 16:03:44.571 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-09-03 16:03:44.601 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.42/identity 2022-09-03 16:03:44.628 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-09-03 16:03:44.655 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-09-03 16:03:44.683 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-09-03 16:03:44.712 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-09-03 16:03:44.740 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-09-03 16:03:44.768 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-09-03 16:03:44.796 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-09-03 16:03:44.799 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-09-03 16:03:44.801 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-09-03 16:03:44.804 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:03:44.820 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:03:44.823 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:03:44.825 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:03:44.827 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:03:44.830 | + 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-09-03 16:03:44.857 | + 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-09-03 16:03:44.885 | + 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-09-03 16:03:44.913 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:03:44.941 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-03 16:03:44.944 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-09-03 16:03:44.948 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-03 16:03:44.950 | + lib/nova:create_nova_conf:587 : local conf 2022-09-03 16:03:44.952 | + lib/nova:create_nova_conf:588 : local offset 2022-09-03 16:03:44.955 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-09-03 16:03:44.958 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-09-03 16:03:44.960 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-09-03 16:03:44.963 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-09-03 16:03:44.965 | + lib/nova:create_nova_conf:590 : offset=0 2022-09-03 16:03:44.968 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-09-03 16:03:44.970 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-09-03 16:03:44.973 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-09-03 16:03:44.975 | + lib/nova:configure_console_proxies:703 : offset=0 2022-09-03 16:03:44.977 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-09-03 16:03:44.994 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:44.996 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-09-03 16:03:44.998 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-09-03 16:03:45.014 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:45.017 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-09-03 16:03:45.033 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:45.035 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-09-03 16:03:45.052 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:03:45.055 | + ./stack.sh:main:940 : is_service_enabled placement 2022-09-03 16:03:45.072 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:03:45.074 | + ./stack.sh:main:942 : stack_install_service placement 2022-09-03 16:03:45.077 | + lib/stack:stack_install_service:20 : local service=placement 2022-09-03 16:03:45.080 | + lib/stack:stack_install_service:21 : type install_placement 2022-09-03 16:03:45.082 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-03 16:03:45.085 | + lib/stack:stack_install_service:32 : install_placement 2022-09-03 16:03:45.087 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-09-03 16:03:45.090 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-09-03 16:03:45.092 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:45.095 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:45.097 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-09-03 16:03:45.100 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 16:03:45.102 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 16:03:45.105 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 16:03:45.107 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 16:03:45.110 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 16:03:45.112 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 16:03:45.115 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:45.117 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:45.119 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 16:03:45.122 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 16:03:45.124 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 16:03:45.127 | + functions-common:apt_get_update:1202 : return 2022-09-03 16:03:45.129 | + functions-common:install_package:1476 : real_install_package apache2 2022-09-03 16:03:45.132 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 16:03:45.134 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:45.137 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:45.139 | + functions-common:real_install_package:1462 : apt_get install apache2 2022-09-03 16:03:45.161 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-09-03 16:03:45.271 | Reading package lists... 2022-09-03 16:03:45.525 | Building dependency tree... 2022-09-03 16:03:45.526 | Reading state information... 2022-09-03 16:03:45.784 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-09-03 16:03:45.784 | The following packages were automatically installed and are no longer required: 2022-09-03 16:03:45.785 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 16:03:45.785 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 16:03:45.785 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 16:03:45.785 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 16:03:45.785 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 16:03:45.785 | python3-zope.interface 2022-09-03 16:03:45.785 | Use 'sudo apt autoremove' to remove them. 2022-09-03 16:03:45.899 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 16:03:45.904 | + functions-common:apt_get:1246 : result=0 2022-09-03 16:03:45.906 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 16:03:45.909 | + functions-common:time_stop:2451 : local name 2022-09-03 16:03:45.912 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:03:45.914 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:03:45.916 | + functions-common:time_stop:2454 : local total 2022-09-03 16:03:45.918 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:03:45.921 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 16:03:45.923 | + functions-common:time_stop:2458 : start_time=1662221025158 2022-09-03 16:03:45.925 | + functions-common:time_stop:2460 : [[ -z 1662221025158 ]] 2022-09-03 16:03:45.928 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:03:45.932 | + functions-common:time_stop:2463 : end_time=1662221025930 2022-09-03 16:03:45.935 | + functions-common:time_stop:2464 : elapsed_time=772 2022-09-03 16:03:45.937 | + functions-common:time_stop:2465 : total=502559 2022-09-03 16:03:45.939 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:03:45.941 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=503331 2022-09-03 16:03:45.944 | + functions-common:apt_get:1250 : return 0 2022-09-03 16:03:45.946 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-09-03 16:03:45.949 | + functions-common:is_package_installed:1484 : [[ -z libapache2-mod-wsgi ]] 2022-09-03 16:03:45.951 | + functions-common:is_package_installed:1488 : [[ -z deb ]] 2022-09-03 16:03:45.954 | + functions-common:is_package_installed:1492 : [[ deb = \d\e\b ]] 2022-09-03 16:03:45.957 | + functions-common:is_package_installed:1493 : dpkg -s libapache2-mod-wsgi 2022-09-03 16:03:45.979 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-09-03 16:03:45.982 | + functions-common:install_package:1475 : update_package_repo 2022-09-03 16:03:45.985 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-09-03 16:03:45.987 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-09-03 16:03:45.990 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-09-03 16:03:45.992 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-09-03 16:03:45.995 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-09-03 16:03:45.997 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:46.000 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:46.002 | + functions-common:update_package_repo:1456 : apt_get_update 2022-09-03 16:03:46.005 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-09-03 16:03:46.007 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-09-03 16:03:46.009 | + functions-common:apt_get_update:1202 : return 2022-09-03 16:03:46.012 | + functions-common:install_package:1476 : real_install_package libapache2-mod-wsgi-py3 2022-09-03 16:03:46.014 | + functions-common:real_install_package:1461 : is_ubuntu 2022-09-03 16:03:46.018 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:46.020 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:46.023 | + functions-common:real_install_package:1462 : apt_get install libapache2-mod-wsgi-py3 2022-09-03 16:03:46.045 | + functions-common:apt_get:1242 : 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-09-03 16:03:46.155 | Reading package lists... 2022-09-03 16:03:46.406 | Building dependency tree... 2022-09-03 16:03:46.408 | Reading state information... 2022-09-03 16:03:46.667 | The following packages were automatically installed and are no longer required: 2022-09-03 16:03:46.669 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-03 16:03:46.669 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-03 16:03:46.669 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-03 16:03:46.669 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-03 16:03:46.669 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-03 16:03:46.669 | python3-zope.interface 2022-09-03 16:03:46.669 | Use 'sudo apt autoremove' to remove them. 2022-09-03 16:03:46.739 | The following NEW packages will be installed: 2022-09-03 16:03:46.740 | libapache2-mod-wsgi-py3 2022-09-03 16:03:47.019 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-09-03 16:03:47.019 | Need to get 93.8 kB of archives. 2022-09-03 16:03:47.019 | After this operation, 300 kB of additional disk space will be used. 2022-09-03 16:03:47.019 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3.1 [93.8 kB] 2022-09-03 16:03:47.960 | Fetched 93.8 kB in 1s (143 kB/s) 2022-09-03 16:03:48.224 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-09-03 16:03:48.278 | (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 ... 91050 files and directories currently installed.) 2022-09-03 16:03:48.281 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3.1_amd64.deb ... 2022-09-03 16:03:48.343 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-09-03 16:03:48.636 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-09-03 16:03:48.964 | apache2_invoke: Enable module wsgi 2022-09-03 16:03:58.395 | + functions-common:apt_get:1246 : result=0 2022-09-03 16:03:58.398 | + functions-common:apt_get:1249 : time_stop apt-get 2022-09-03 16:03:58.400 | + functions-common:time_stop:2451 : local name 2022-09-03 16:03:58.403 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:03:58.405 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:03:58.408 | + functions-common:time_stop:2454 : local total 2022-09-03 16:03:58.410 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:03:58.412 | + functions-common:time_stop:2457 : name=apt-get 2022-09-03 16:03:58.415 | + functions-common:time_stop:2458 : start_time=1662221026042 2022-09-03 16:03:58.417 | + functions-common:time_stop:2460 : [[ -z 1662221026042 ]] 2022-09-03 16:03:58.420 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:03:58.425 | + functions-common:time_stop:2463 : end_time=1662221038423 2022-09-03 16:03:58.428 | + functions-common:time_stop:2464 : elapsed_time=12381 2022-09-03 16:03:58.430 | + functions-common:time_stop:2465 : total=503331 2022-09-03 16:03:58.432 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:03:58.435 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=515712 2022-09-03 16:03:58.437 | + functions-common:apt_get:1250 : return 0 2022-09-03 16:03:58.440 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-09-03 16:03:58.443 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-09-03 16:03:58.445 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:03:58.448 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:03:58.450 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:03:58.453 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-09-03 16:03:58.455 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-09-03 16:03:58.511 | wsgi (enabled by maintainer script) 2022-09-03 16:03:58.514 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-09-03 16:03:58.517 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-09-03 16:03:58.520 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 16:03:58.523 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-09-03 16:03:58.525 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-09-03 16:03:58.528 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 16:03:58.532 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-09-03 16:03:58.533 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 16:03:58.538 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-09-03 16:03:58.541 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-09-03 16:03:58.543 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-09-03 16:03:58.546 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-09-03 16:03:58.549 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-09-03 16:03:58.571 | Using python 3.8 to install osc-placement 2022-09-03 16:03:58.574 | + 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-09-03 16:04:00.732 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:00.732 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:00.732 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:00.732 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:00.947 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:00.955 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:00.962 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:00.966 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.054 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.073 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.077 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.082 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.097 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.105 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.107 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.138 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.148 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.153 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.171 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.210 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.217 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.223 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.271 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.284 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.288 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.308 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.315 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.363 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.381 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.385 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.497 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.504 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.559 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.681 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.705 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.710 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.721 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.726 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.746 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.752 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.770 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.826 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.839 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.856 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.899 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.903 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:01.910 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:04:02.078 | Collecting osc-placement===3.2.0 2022-09-03 16:04:02.086 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f50/ebb9acf1b0aaa/osc_placement-3.2.0-py3-none-any.whl (63 kB) 2022-09-03 16:04:02.211 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.12.3) 2022-09-03 16:04:02.226 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (21.3) 2022-09-03 16:04:02.231 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-09-03 16:04:02.234 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-09-03 16:04:02.240 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2021.3) 2022-09-03 16:04:02.244 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.17.6) 2022-09-03 16:04:02.247 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (1.16.0) 2022-09-03 16:04:02.250 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:04:02.308 | Requirement already satisfied: osc-lib===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.5.0) 2022-09-03 16:04:02.321 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:04:02.328 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:04:02.330 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:04:02.335 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:04:02.338 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.1.0) 2022-09-03 16:04:02.342 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.7.0) 2022-09-03 16:04:02.346 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.27.1) 2022-09-03 16:04:02.373 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (3.5.0) 2022-09-03 16:04:02.379 | Requirement already satisfied: openstacksdk===0.61.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (0.61.0) 2022-09-03 16:04:02.404 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:04:02.417 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.13.3) 2022-09-03 16:04:02.420 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:04:02.423 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-09-03 16:04:02.443 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:04:02.447 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 481)) (2019.11.28) 2022-09-03 16:04:02.449 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (1.4.4) 2022-09-03 16:04:02.452 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.4.0) 2022-09-03 16:04:02.455 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:04:02.458 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:04:02.461 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:04:02.466 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (2.5.0) 2022-09-03 16:04:02.488 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:04:02.492 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:04:02.529 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:04:02.532 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-09-03 16:04:02.543 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:04:02.591 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:04:02.595 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:04:02.597 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:04:02.601 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.2.5) 2022-09-03 16:04:02.606 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:04:02.665 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (1.8.2) 2022-09-03 16:04:02.668 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.21) 2022-09-03 16:04:04.541 | Installing collected packages: osc-placement 2022-09-03 16:04:04.735 | Successfully installed osc-placement-3.2.0 2022-09-03 16:04:04.838 | + inc/python:pip_install:200 : result=0 2022-09-03 16:04:04.841 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:04:04.844 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:04.846 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:04.849 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:04.851 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:04.853 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:04.856 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:04:04.858 | + functions-common:time_stop:2458 : start_time=1662221038565 2022-09-03 16:04:04.862 | + functions-common:time_stop:2460 : [[ -z 1662221038565 ]] 2022-09-03 16:04:04.865 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:04.869 | + functions-common:time_stop:2463 : end_time=1662221044866 2022-09-03 16:04:04.871 | + functions-common:time_stop:2464 : elapsed_time=6301 2022-09-03 16:04:04.874 | + functions-common:time_stop:2465 : total=262818 2022-09-03 16:04:04.877 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:04.880 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=269119 2022-09-03 16:04:04.882 | + inc/python:pip_install:203 : return 0 2022-09-03 16:04:04.885 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/yoga 2022-09-03 16:04:04.887 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-09-03 16:04:04.890 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-09-03 16:04:04.892 | + functions-common:git_clone:610 : local git_ref=stable/yoga 2022-09-03 16:04:04.895 | + functions-common:git_clone:611 : local orig_dir 2022-09-03 16:04:04.898 | ++ functions-common:git_clone:612 : pwd 2022-09-03 16:04:04.901 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-09-03 16:04:04.903 | + functions-common:git_clone:613 : local git_clone_flags= 2022-09-03 16:04:04.906 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-09-03 16:04:04.923 | + functions-common:git_clone:615 : RECLONE=False 2022-09-03 16:04:04.925 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-09-03 16:04:04.928 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-09-03 16:04:04.931 | + functions-common:git_clone:629 : echo stable/yoga 2022-09-03 16:04:04.931 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-09-03 16:04:04.937 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-09-03 16:04:04.940 | + functions-common:git_clone:644 : [[ False = \T\r\u\e ]] 2022-09-03 16:04:04.942 | + functions-common:git_clone:650 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/yoga 2022-09-03 16:04:04.944 | + functions-common:git_timed:714 : local count=0 2022-09-03 16:04:04.947 | + functions-common:git_timed:715 : local timeout=0 2022-09-03 16:04:04.949 | + functions-common:git_timed:717 : [[ -n 0 ]] 2022-09-03 16:04:04.951 | + functions-common:git_timed:718 : timeout=0 2022-09-03 16:04:04.954 | + functions-common:git_timed:721 : time_start git_timed 2022-09-03 16:04:04.956 | + functions-common:time_start:2437 : local name=git_timed 2022-09-03 16:04:04.958 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:04:04.960 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:04:04.963 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:04:04.967 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221044965 2022-09-03 16:04:04.970 | + functions-common:git_timed:722 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/yoga 2022-09-03 16:04:04.973 | Cloning into '/opt/stack/placement'... 2022-09-03 16:04:14.234 | + functions-common:git_timed:736 : time_stop git_timed 2022-09-03 16:04:14.236 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:14.239 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:14.241 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:14.243 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:14.245 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:14.248 | + functions-common:time_stop:2457 : name=git_timed 2022-09-03 16:04:14.251 | + functions-common:time_stop:2458 : start_time=1662221044965 2022-09-03 16:04:14.253 | + functions-common:time_stop:2460 : [[ -z 1662221044965 ]] 2022-09-03 16:04:14.256 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:14.260 | + functions-common:time_stop:2463 : end_time=1662221054258 2022-09-03 16:04:14.262 | + functions-common:time_stop:2464 : elapsed_time=9293 2022-09-03 16:04:14.265 | + functions-common:time_stop:2465 : total=0 2022-09-03 16:04:14.268 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:14.270 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=9293 2022-09-03 16:04:14.273 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/placement 2022-09-03 16:04:14.285 | + functions-common:git_clone:689 : cd /opt/stack/placement 2022-09-03 16:04:14.289 | + functions-common:git_clone:690 : git show --oneline 2022-09-03 16:04:14.289 | + functions-common:git_clone:690 : head -1 2022-09-03 16:04:14.292 | 4d3df47e Drop lower-constraints.txt and its testing 2022-09-03 16:04:14.295 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-09-03 16:04:14.298 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-09-03 16:04:14.301 | + inc/python:setup_develop:338 : local bindep 2022-09-03 16:04:14.303 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-09-03 16:04:14.306 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-09-03 16:04:14.308 | + inc/python:setup_develop:344 : local extras= 2022-09-03 16:04:14.311 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-09-03 16:04:14.313 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-09-03 16:04:14.316 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-09-03 16:04:14.318 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-09-03 16:04:14.321 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-09-03 16:04:14.323 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-09-03 16:04:14.326 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-09-03 16:04:14.329 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-09-03 16:04:14.332 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-09-03 16:04:14.334 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-09-03 16:04:14.337 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-09-03 16:04:14.340 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-09-03 16:04:14.346 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-09-03 16:04:14.349 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-09-03 16:04:15.023 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-09-03 16:04:15.025 | + inc/python:setup_package:418 : local bindep=0 2022-09-03 16:04:15.028 | + inc/python:setup_package:419 : local bindep_flag= 2022-09-03 16:04:15.030 | + inc/python:setup_package:420 : local bindep_profiles= 2022-09-03 16:04:15.033 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-09-03 16:04:15.035 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-09-03 16:04:15.038 | + inc/python:setup_package:427 : local flags=-e 2022-09-03 16:04:15.040 | + inc/python:setup_package:428 : local extras= 2022-09-03 16:04:15.042 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-09-03 16:04:15.045 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-09-03 16:04:15.048 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-09-03 16:04:15.051 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-09-03 16:04:15.053 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-09-03 16:04:15.056 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-09-03 16:04:15.078 | Using python 3.8 to install /opt/stack/placement 2022-09-03 16:04:15.080 | + 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-09-03 16:04:17.183 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:17.184 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:17.184 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:17.184 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:17.387 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.396 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.403 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.408 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.494 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.513 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.518 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.522 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.537 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.545 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.547 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.578 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.588 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.592 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.610 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.648 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.656 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.661 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.708 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.722 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.726 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.745 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.752 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.800 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.817 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.821 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.933 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.940 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:17.994 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.114 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.139 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.144 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.155 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.160 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.179 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.186 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.203 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.260 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.272 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.288 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.332 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.336 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:18.342 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:04:18.342 | Obtaining file:///opt/stack/placement 2022-09-03 16:04:21.521 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (2.5.1) 2022-09-03 16:04:21.533 | Requirement already satisfied: SQLAlchemy===1.4.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (1.4.31) 2022-09-03 16:04:21.677 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 36)) (1.8.7) 2022-09-03 16:04:21.690 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (1.1.2) 2022-09-03 16:04:21.695 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (3.2.0) 2022-09-03 16:04:21.707 | Requirement already satisfied: keystonemiddleware===9.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (9.4.0) 2022-09-03 16:04:21.757 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) (1.0.1) 2022-09-03 16:04:21.761 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.1.0) 2022-09-03 16:04:21.766 | Requirement already satisfied: os-traits===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.7.0) 2022-09-03 16:04:21.770 | Requirement already satisfied: oslo.cache===2.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.10.1) 2022-09-03 16:04:21.808 | Requirement already satisfied: oslo.concurrency===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.5.0) 2022-09-03 16:04:21.817 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (8.8.0) 2022-09-03 16:04:21.855 | Requirement already satisfied: oslo.context===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (4.1.0) 2022-09-03 16:04:21.862 | Requirement already satisfied: oslo.db===11.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (11.2.0) 2022-09-03 16:04:21.908 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.1.0) 2022-09-03 16:04:21.913 | Requirement already satisfied: oslo.log===4.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.7.0) 2022-09-03 16:04:21.950 | Requirement already satisfied: oslo.middleware===4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.5.1) 2022-09-03 16:04:21.969 | Requirement already satisfied: oslo.policy===3.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (3.11.0) 2022-09-03 16:04:21.983 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (4.3.0) 2022-09-03 16:04:21.992 | Requirement already satisfied: oslo.upgradecheck===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.5.0) 2022-09-03 16:04:22.001 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.12.3) 2022-09-03 16:04:22.017 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (21.3) 2022-09-03 16:04:22.022 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-09-03 16:04:22.025 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-09-03 16:04:22.036 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) (3.1.1) 2022-09-03 16:04:22.046 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (0.9.6) 2022-09-03 16:04:22.049 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-09-03 16:04:22.055 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2.8.2) 2022-09-03 16:04:22.060 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (4.4.0) 2022-09-03 16:04:22.078 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2021.3) 2022-09-03 16:04:22.081 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (0.7) 2022-09-03 16:04:22.088 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.27.1) 2022-09-03 16:04:22.115 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (1.5.0) 2022-09-03 16:04:22.119 | Requirement already satisfied: setuptools===60.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (60.9.3) 2022-09-03 16:04:22.191 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (1.16.0) 2022-09-03 16:04:22.194 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.13.0) 2022-09-03 16:04:22.205 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.4.2) 2022-09-03 16:04:22.207 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.3.0) 2022-09-03 16:04:22.210 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (3.5.0) 2022-09-03 16:04:22.216 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (2.0.1) 2022-09-03 16:04:22.226 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.5.0) 2022-09-03 16:04:22.231 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (2.5.0) 2022-09-03 16:04:22.241 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-09-03 16:04:22.261 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.2.5) 2022-09-03 16:04:22.267 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:04:22.324 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:04:22.329 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.17.3) 2022-09-03 16:04:22.333 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:04:22.339 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:04:22.344 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:04:22.346 | Requirement already satisfied: alembic===1.7.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) (1.7.6) 2022-09-03 16:04:22.360 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3) 2022-09-03 16:04:22.366 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.2.0) 2022-09-03 16:04:22.375 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:04:22.378 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:04:22.381 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:04:22.383 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 481)) (2019.11.28) 2022-09-03 16:04:22.386 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:04:22.389 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:04:22.394 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:04:22.396 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (0.5.2) 2022-09-03 16:04:22.399 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (3.0.0) 2022-09-03 16:04:22.410 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.0.0) 2022-09-03 16:04:22.412 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.7.0) 2022-09-03 16:04:22.416 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.13.3) 2022-09-03 16:04:22.419 | Requirement already satisfied: importlib-metadata===4.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.11.1) 2022-09-03 16:04:22.456 | Requirement already satisfied: importlib-resources===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.4.0) 2022-09-03 16:04:22.507 | Requirement already satisfied: Mako===1.1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (1.1.6) 2022-09-03 16:04:22.514 | Requirement already satisfied: MarkupSafe===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.0) 2022-09-03 16:04:22.517 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:04:22.520 | Requirement already satisfied: zipp===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 640)) (3.7.0) 2022-09-03 16:04:22.545 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.21) 2022-09-03 16:04:24.055 | Installing collected packages: openstack-placement 2022-09-03 16:04:24.057 | Running setup.py develop for openstack-placement 2022-09-03 16:04:27.755 | Successfully installed openstack-placement 2022-09-03 16:04:27.867 | + inc/python:pip_install:200 : result=0 2022-09-03 16:04:27.869 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:04:27.871 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:27.874 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:27.876 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:27.878 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:27.880 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:27.883 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:04:27.885 | + functions-common:time_stop:2458 : start_time=1662221055072 2022-09-03 16:04:27.887 | + functions-common:time_stop:2460 : [[ -z 1662221055072 ]] 2022-09-03 16:04:27.891 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:27.895 | + functions-common:time_stop:2463 : end_time=1662221067892 2022-09-03 16:04:27.897 | + functions-common:time_stop:2464 : elapsed_time=12820 2022-09-03 16:04:27.899 | + functions-common:time_stop:2465 : total=269119 2022-09-03 16:04:27.902 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:27.904 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=281939 2022-09-03 16:04:27.907 | + inc/python:pip_install:203 : return 0 2022-09-03 16:04:27.909 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-09-03 16:04:27.912 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-03 16:04:27.914 | + functions-common:safe_chown:2352 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-03 16:04:27.933 | + functions-common:_safe_permission_operation:2200 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-03 16:04:27.945 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-09-03 16:04:27.948 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-09-03 16:04:27.950 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:04:27.953 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:04:27.956 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-09-03 16:04:27.958 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:04:27.961 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-03 16:04:27.963 | + ./stack.sh:main:943 : configure_placement 2022-09-03 16:04:27.965 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-09-03 16:04:27.978 | + lib/placement:configure_placement:107 : create_placement_conf 2022-09-03 16:04:27.981 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-09-03 16:04:27.985 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-09-03 16:04:27.988 | ++ lib/database:database_connection_url:134 : local db=placement 2022-09-03 16:04:27.990 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-09-03 16:04:27.993 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=placement 2022-09-03 16:04:27.995 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-09-03 16:04:27.998 | + 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-09-03 16:04:28.032 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-09-03 16:04:28.063 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-09-03 16:04:28.095 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-09-03 16:04:28.098 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-09-03 16:04:28.100 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-09-03 16:04:28.102 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-03 16:04:28.105 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-09-03 16:04:28.137 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-09-03 16:04:28.167 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-09-03 16:04:28.195 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-09-03 16:04:28.225 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-09-03 16:04:28.255 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-09-03 16:04:28.285 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-09-03 16:04:28.315 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-09-03 16:04:28.345 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-03 16:04:28.374 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-09-03 16:04:28.403 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-09-03 16:04:28.406 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-09-03 16:04:28.409 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-09-03 16:04:28.412 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-03 16:04:28.430 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-03 16:04:28.433 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-03 16:04:28.435 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-03 16:04:28.438 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-03 16:04:28.440 | + 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-09-03 16:04:28.470 | + 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-09-03 16:04:28.499 | + 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-09-03 16:04:28.528 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-03 16:04:28.558 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-09-03 16:04:28.560 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-09-03 16:04:28.563 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-09-03 16:04:28.565 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-09-03 16:04:28.567 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-09-03 16:04:28.570 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-03 16:04:28.572 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-03 16:04:28.575 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-09-03 16:04:28.580 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-09-03 16:04:28.582 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-03 16:04:28.584 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-03 16:04:28.598 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-03 16:04:28.598 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:04:28.606 | d /var/run/uwsgi 0755 ubuntu root 2022-09-03 16:04:28.610 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-03 16:04:28.626 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-09-03 16:04:28.628 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-09-03 16:04:28.632 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-09-03 16:04:28.664 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-09-03 16:04:28.692 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-09-03 16:04:28.721 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-09-03 16:04:28.750 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-09-03 16:04:28.778 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-03 16:04:28.807 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-09-03 16:04:28.836 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-09-03 16:04:28.865 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-09-03 16:04:28.894 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-03 16:04:28.923 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-09-03 16:04:28.952 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-03 16:04:28.980 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-09-03 16:04:29.009 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-03 16:04:29.011 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-03 16:04:29.015 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-09-03 16:04:29.017 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-09-03 16:04:29.020 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-03 16:04:29.022 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:29.025 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:29.027 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-09-03 16:04:29.031 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-09-03 16:04:29.034 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-09-03 16:04:29.063 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-09-03 16:04:29.092 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-09-03 16:04:29.092 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-09-03 16:04:29.101 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-09-03 16:04:29.105 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-09-03 16:04:29.107 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-09-03 16:04:29.110 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-03 16:04:29.112 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-03 16:04:29.115 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-03 16:04:29.117 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:29.120 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:29.122 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-03 16:04:29.125 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-03 16:04:29.128 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:29.130 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:29.133 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-09-03 16:04:29.195 | Enabling site placement-api. 2022-09-03 16:04:29.200 | To activate the new configuration, you need to run: 2022-09-03 16:04:29.200 | systemctl reload apache2 2022-09-03 16:04:29.205 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-03 16:04:29.207 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-03 16:04:29.210 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:04:29.212 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart apache2 2022-09-03 16:04:29.349 | + ./stack.sh:main:950 : is_service_enabled placement placement-client 2022-09-03 16:04:29.376 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:29.379 | + ./stack.sh:main:951 : is_service_enabled n-cpu 2022-09-03 16:04:29.397 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:29.400 | + ./stack.sh:main:951 : is_service_enabled n-sch 2022-09-03 16:04:29.418 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:29.421 | + ./stack.sh:main:952 : configure_placement_nova_compute 2022-09-03 16:04:29.424 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-09-03 16:04:29.426 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-09-03 16:04:29.459 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.42/identity 2022-09-03 16:04:29.489 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-09-03 16:04:29.519 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-09-03 16:04:29.548 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-09-03 16:04:29.577 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-09-03 16:04:29.605 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-09-03 16:04:29.635 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-09-03 16:04:29.664 | + ./stack.sh:main:956 : is_service_enabled horizon 2022-09-03 16:04:29.681 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:29.684 | + ./stack.sh:main:961 : is_service_enabled tls-proxy 2022-09-03 16:04:29.701 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:29.704 | + ./stack.sh:main:969 : run_phase stack install 2022-09-03 16:04:29.707 | + functions-common:run_phase:1879 : local mode=stack 2022-09-03 16:04:29.709 | + functions-common:run_phase:1880 : local phase=install 2022-09-03 16:04:29.712 | + functions-common:run_phase:1881 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-03 16:04:29.714 | + functions-common:run_phase:1882 : local extra_plugin_file_name 2022-09-03 16:04:29.717 | + functions-common:run_phase:1883 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-03 16:04:29.720 | + functions-common:run_phase:1888 : local exceptions=80-tempest.sh 2022-09-03 16:04:29.722 | + functions-common:run_phase:1889 : local extra 2022-09-03 16:04:29.726 | ++ functions-common:run_phase:1890 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-03 16:04:29.730 | + functions-common:run_phase:1890 : extra=80-tempest.sh 2022-09-03 16:04:29.733 | + functions-common:run_phase:1891 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-03 16:04:29.735 | + functions-common:run_phase:1895 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-03 16:04:29.738 | + functions-common:run_phase:1895 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-09-03 16:04:29.740 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-03 16:04:29.756 | ++ functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:29.758 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-09-03 16:04:29.761 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-09-03 16:04:29.763 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-09-03 16:04:29.766 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-09-03 16:04:29.769 | ++ ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 16:04:29.771 | ++ ./stack.sh:echo_summary:446 : echo -e Installing Tempest 2022-09-03 16:04:29.773 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-09-03 16:04:29.776 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-09-03 16:04:29.844 | ++ inc/async:async_inner:63 : install_tempest 2022-09-03 16:04:29.880 | [19153 Async install_tempest:78130]: running: install_tempest 2022-09-03 16:04:29.882 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-09-03 16:04:29.885 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-09-03 16:04:29.888 | + functions-common:run_phase:1900 : [[ stack == \s\o\u\r\c\e ]] 2022-09-03 16:04:29.891 | + functions-common:run_phase:1903 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-03 16:04:29.894 | + functions-common:run_phase:1906 : run_plugins stack install 2022-09-03 16:04:29.897 | + functions-common:run_plugins:1865 : local mode=stack 2022-09-03 16:04:29.899 | + functions-common:run_plugins:1866 : local phase=install 2022-09-03 16:04:29.902 | + functions-common:run_plugins:1868 : local plugins= 2022-09-03 16:04:29.904 | + functions-common:run_plugins:1869 : local plugin 2022-09-03 16:04:29.907 | + ./stack.sh:main:972 : use_library_from_git python-openstackclient 2022-09-03 16:04:29.910 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-09-03 16:04:29.912 | + inc/python:use_library_from_git:251 : local enabled=1 2022-09-03 16:04:29.915 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-09-03 16:04:29.917 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-09-03 16:04:29.920 | + inc/python:use_library_from_git:253 : return 1 2022-09-03 16:04:29.923 | + ./stack.sh:main:976 : pip_install_gr python-openstackclient 2022-09-03 16:04:29.926 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-09-03 16:04:29.929 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-03 16:04:29.932 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-09-03 16:04:29.935 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-09-03 16:04:29.938 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-09-03 16:04:29.942 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-09-03 16:04:29.946 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-09-03 16:04:29.949 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-09-03 16:04:29.951 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-09-03 16:04:29.955 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-09-03 16:04:29.958 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-09-03 16:04:29.960 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-09-03 16:04:29.983 | Using python 3.8 to install python-openstackclient 2022-09-03 16:04:29.986 | + 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-09-03 16:04:32.111 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:32.111 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:32.111 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:04:32.111 | from cryptography.utils import int_from_bytes 2022-09-03 16:04:32.315 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.323 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.331 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.335 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.422 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.442 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.446 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.449 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.465 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.474 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.475 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.506 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.516 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.521 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.539 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.576 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.584 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.590 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.637 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.650 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.654 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.675 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.681 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.729 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.746 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.751 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.866 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.872 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:32.928 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.048 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.073 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.078 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.089 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.095 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.114 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.121 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.138 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.195 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.208 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.225 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.268 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.272 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-09-03 16:04:33.279 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-03 16:04:33.513 | Collecting python-openstackclient===5.8.0 2022-09-03 16:04:33.524 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/930/54487ad1235c3/python_openstackclient-5.8.0-py3-none-any.whl (984 kB) 2022-09-03 16:04:33.833 | Requirement already satisfied: stevedore===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (3.5.0) 2022-09-03 16:04:33.839 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.2) 2022-09-03 16:04:33.842 | Requirement already satisfied: osc-lib===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.5.0) 2022-09-03 16:04:33.856 | Requirement already satisfied: pbr===5.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-09-03 16:04:33.859 | Requirement already satisfied: python-keystoneclient===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (4.4.0) 2022-09-03 16:04:33.876 | Requirement already satisfied: python-cinderclient===8.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (8.3.0) 2022-09-03 16:04:33.892 | Requirement already satisfied: oslo.utils===4.12.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.12.3) 2022-09-03 16:04:33.906 | Requirement already satisfied: openstacksdk===0.61.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (0.61.0) 2022-09-03 16:04:33.931 | Requirement already satisfied: python-novaclient===17.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (17.7.0) 2022-09-03 16:04:33.946 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.1.0) 2022-09-03 16:04:33.950 | Requirement already satisfied: cliff===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.10.1) 2022-09-03 16:04:33.962 | Requirement already satisfied: keystoneauth1===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (4.5.0) 2022-09-03 16:04:34.020 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.17.6) 2022-09-03 16:04:34.023 | Requirement already satisfied: oslo.serialization===4.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (4.3.0) 2022-09-03 16:04:34.031 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (1.16.0) 2022-09-03 16:04:34.034 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (2.5.0) 2022-09-03 16:04:34.040 | Requirement already satisfied: oslo.config===8.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (8.8.0) 2022-09-03 16:04:34.079 | Requirement already satisfied: requests===2.27.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.27.1) 2022-09-03 16:04:34.104 | Requirement already satisfied: prettytable===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-09-03 16:04:34.116 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (21.3) 2022-09-03 16:04:34.120 | Requirement already satisfied: pyparsing===3.0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-09-03 16:04:34.127 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.11.0) 2022-09-03 16:04:34.129 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.8.0) 2022-09-03 16:04:34.134 | Requirement already satisfied: pytz===2021.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2021.3) 2022-09-03 16:04:34.138 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.4.0) 2022-09-03 16:04:34.141 | Requirement already satisfied: dogpile.cache===1.1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.1.5) 2022-09-03 16:04:34.146 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.10.0) 2022-09-03 16:04:34.150 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.7.0) 2022-09-03 16:04:34.154 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (1.4.4) 2022-09-03 16:04:34.157 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (5.1.1) 2022-09-03 16:04:34.160 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (2.5.0) 2022-09-03 16:04:34.181 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (6.0) 2022-09-03 16:04:34.183 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.32) 2022-09-03 16:04:34.188 | Requirement already satisfied: cryptography===36.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (36.0.1) 2022-09-03 16:04:34.225 | Requirement already satisfied: autopage===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (0.5.0) 2022-09-03 16:04:34.228 | Requirement already satisfied: cmd2===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-09-03 16:04:34.300 | Requirement already satisfied: msgpack===1.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (1.0.3) 2022-09-03 16:04:34.302 | Requirement already satisfied: wrapt===1.13.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.13.3) 2022-09-03 16:04:34.306 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (1.5.0) 2022-09-03 16:04:34.310 | Requirement already satisfied: charset-normalizer===2.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (2.0.12) 2022-09-03 16:04:34.316 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 481)) (2019.11.28) 2022-09-03 16:04:34.318 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.3) 2022-09-03 16:04:34.321 | Requirement already satisfied: urllib3===1.26.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-09-03 16:04:34.342 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.2.5) 2022-09-03 16:04:34.346 | Requirement already satisfied: jsonpointer===2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (2.2) 2022-09-03 16:04:34.350 | Requirement already satisfied: cffi===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (1.15.0) 2022-09-03 16:04:34.353 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (1.8.2) 2022-09-03 16:04:34.355 | Requirement already satisfied: attrs===21.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (21.4.0) 2022-09-03 16:04:34.417 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.21) 2022-09-03 16:04:36.264 | Installing collected packages: python-openstackclient 2022-09-03 16:04:38.002 | Successfully installed python-openstackclient-5.8.0 2022-09-03 16:04:38.130 | + inc/python:pip_install:200 : result=0 2022-09-03 16:04:38.133 | + inc/python:pip_install:202 : time_stop pip_install 2022-09-03 16:04:38.135 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:38.138 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:38.140 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:38.143 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:38.145 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:38.147 | + functions-common:time_stop:2457 : name=pip_install 2022-09-03 16:04:38.149 | + functions-common:time_stop:2458 : start_time=1662221069978 2022-09-03 16:04:38.152 | + functions-common:time_stop:2460 : [[ -z 1662221069978 ]] 2022-09-03 16:04:38.155 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:38.159 | + functions-common:time_stop:2463 : end_time=1662221078157 2022-09-03 16:04:38.162 | + functions-common:time_stop:2464 : elapsed_time=8179 2022-09-03 16:04:38.164 | + functions-common:time_stop:2465 : total=281939 2022-09-03 16:04:38.167 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:38.169 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=290118 2022-09-03 16:04:38.172 | + inc/python:pip_install:203 : return 0 2022-09-03 16:04:38.175 | + ./stack.sh:main:981 : install_oscwrap 2022-09-03 16:04:38.178 | ++ functions-common:install_oscwrap:2496 : mktemp 2022-09-03 16:04:38.182 | + functions-common:install_oscwrap:2496 : OSCWRAP_TIMER_FILE=/tmp/tmp.OJqcEwKZKr 2022-09-03 16:04:38.185 | + functions-common:install_oscwrap:2499 : shopt -s expand_aliases 2022-09-03 16:04:38.187 | + functions-common:install_oscwrap:2502 : unalias -a 2022-09-03 16:04:38.190 | + functions-common:install_oscwrap:2504 : alias openstack=oscwrap 2022-09-03 16:04:38.192 | + ./stack.sh:main:986 : [[ False != \F\a\l\s\e ]] 2022-09-03 16:04:38.195 | + ./stack.sh:main:1026 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-09-03 16:04:38.198 | + ./stack.sh:main:1034 : is_service_enabled mysql postgresql 2022-09-03 16:04:38.215 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:38.218 | + ./stack.sh:main:1035 : configure_database 2022-09-03 16:04:38.220 | + lib/database:configure_database:128 : configure_database_mysql 2022-09-03 16:04:38.223 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-09-03 16:04:38.225 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-09-03 16:04:38.228 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 16:04:38.230 | + ./stack.sh:echo_summary:446 : echo -e Configuring and starting MySQL 2022-09-03 16:04:38.232 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-09-03 16:04:38.235 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:38.237 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:38.240 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-09-03 16:04:38.243 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-09-03 16:04:38.245 | ++ functions-common:ipv6_unquote:2249 : echo 0.0.0.0 2022-09-03 16:04:38.246 | ++ functions-common:ipv6_unquote:2249 : tr -d '[]' 2022-09-03 16:04:38.252 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-09-03 16:04:38.311 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-09-03 16:04:38.314 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-09-03 16:04:38.316 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-09-03 16:04:38.319 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-09-03 16:04:38.321 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-09-03 16:04:38.323 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-03 16:04:38.326 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-03 16:04:38.329 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-09-03 16:04:38.333 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-09-03 16:04:38.335 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-09-03 16:04:38.338 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-09-03 16:04:38.340 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-09-03 16:04:38.342 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-09-03 16:04:38.345 | + functions-common:is_suse:542 : is_opensuse 2022-09-03 16:04:38.347 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-09-03 16:04:38.349 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-03 16:04:38.352 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-09-03 16:04:38.354 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-09-03 16:04:38.356 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-03 16:04:38.359 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-09-03 16:04:38.361 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:38.364 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:38.366 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-09-03 16:04:38.369 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:04:38.371 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart mysql 2022-09-03 16:04:41.216 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-09-03 16:04:41.232 | mysqladmin: connect to server at 'localhost' failed 2022-09-03 16:04:41.232 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-09-03 16:04:41.237 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-09-03 16:04:41.239 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-09-03 16:04:41.242 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:41.244 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:41.247 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-09-03 16:04:41.249 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-09-03 16:04:41.251 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-09-03 16:04:41.254 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-09-03 16:04:41.256 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-09-03 16:04:41.258 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-09-03 16:04:41.261 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-09-03 16:04:41.263 | + lib/databases/mysql:configure_database_mysql:122 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-09-03 16:04:41.275 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-03 16:04:41.358 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-09-03 16:04:41.370 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-03 16:04:41.461 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-09-03 16:04:41.833 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-09-03 16:04:42.115 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-09-03 16:04:42.307 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-09-03 16:04:42.321 | + lib/databases/mysql:configure_database_mysql:153 : restart_service mysql 2022-09-03 16:04:42.345 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:04:42.368 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart mysql 2022-09-03 16:04:46.470 | + ./stack.sh:main:1039 : save_stackenv 1039 2022-09-03 16:04:46.477 | + functions-common:save_stackenv:60 : local tag=1039 2022-09-03 16:04:46.486 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-09-03 16:04:46.493 | + functions-common:save_stackenv:62 : time_stamp=2022-09-03-160446 2022-09-03 16:04:46.509 | + functions-common:save_stackenv:63 : echo '# 2022-09-03-160446 1039' 2022-09-03 16:04:46.522 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.530 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-03 16:04:46.538 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.553 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-09-03 16:04:46.574 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.581 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-09-03 16:04:46.583 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.586 | + 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-09-03 16:04:46.589 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.593 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-09-03 16:04:46.596 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.598 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-09-03 16:04:46.601 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.604 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-09-03-154950 2022-09-03 16:04:46.609 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.628 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-09-03 16:04:46.650 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.661 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-09-03 16:04:46.674 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.677 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-09-03 16:04:46.679 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.685 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-09-03 16:04:46.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.691 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-09-03 16:04:46.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-03 16:04:46.700 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-09-03 16:04:46.703 | + ./stack.sh:main:1051 : [[ True == \T\r\u\e ]] 2022-09-03 16:04:46.705 | + ./stack.sh:main:1052 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-09-03 16:04:46.708 | + ./stack.sh:main:1053 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-09-03 16:04:46.735 | + ./stack.sh:main:1065 : start_dstat 2022-09-03 16:04:46.746 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.758 | + functions-common:run_process:1705 : local service=dstat 2022-09-03 16:04:46.770 | + functions-common:run_process:1706 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.776 | + functions-common:run_process:1707 : local group= 2022-09-03 16:04:46.778 | + functions-common:run_process:1708 : local user= 2022-09-03 16:04:46.785 | + functions-common:run_process:1709 : local env_vars= 2022-09-03 16:04:46.788 | + functions-common:run_process:1711 : local name=dstat 2022-09-03 16:04:46.797 | + functions-common:run_process:1713 : time_start run_process 2022-09-03 16:04:46.800 | + functions-common:time_start:2437 : local name=run_process 2022-09-03 16:04:46.803 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:04:46.805 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:04:46.808 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:04:46.813 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221086810 2022-09-03 16:04:46.817 | + functions-common:run_process:1714 : is_service_enabled dstat 2022-09-03 16:04:46.841 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:46.844 | + functions-common:run_process:1715 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-09-03 16:04:46.846 | + functions-common:_run_under_systemd:1665 : local service=dstat 2022-09-03 16:04:46.849 | + functions-common:_run_under_systemd:1666 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.851 | + functions-common:_run_under_systemd:1667 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.854 | + functions-common:_run_under_systemd:1669 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.856 | + functions-common:_common_systemd_pitfalls:1637 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.860 | + functions-common:_common_systemd_pitfalls:1640 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-09-03 16:04:46.862 | + functions-common:_common_systemd_pitfalls:1651 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-09-03 16:04:46.865 | + functions-common:_run_under_systemd:1671 : local systemd_service=devstack@dstat.service 2022-09-03 16:04:46.868 | + functions-common:_run_under_systemd:1672 : local group= 2022-09-03 16:04:46.870 | + functions-common:_run_under_systemd:1673 : local user=ubuntu 2022-09-03 16:04:46.873 | + functions-common:_run_under_systemd:1674 : [[ -z ubuntu ]] 2022-09-03 16:04:46.876 | + functions-common:_run_under_systemd:1677 : local env_vars= 2022-09-03 16:04:46.878 | + functions-common:_run_under_systemd:1678 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-09-03 16:04:46.881 | + functions-common:_run_under_systemd:1681 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-09-03 16:04:46.883 | + functions-common:write_user_unit_file:1574 : local service=devstack@dstat.service 2022-09-03 16:04:46.886 | + functions-common:write_user_unit_file:1575 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:46.889 | + functions-common:write_user_unit_file:1576 : local group= 2022-09-03 16:04:46.892 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-09-03 16:04:46.897 | + functions-common:write_user_unit_file:1578 : local env_vars= 2022-09-03 16:04:46.899 | + functions-common:write_user_unit_file:1579 : local extra= 2022-09-03 16:04:46.902 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-03 16:04:46.906 | + functions-common:write_user_unit_file:1583 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-09-03 16:04:46.908 | + functions-common:write_user_unit_file:1584 : mkdir -p /etc/systemd/system 2022-09-03 16:04:46.913 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-09-03 16:04:47.007 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-09-03 16:04:47.097 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-03 16:04:47.158 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-09-03 16:04:47.216 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-09-03 16:04:47.281 | + functions-common:write_user_unit_file:1591 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-03 16:04:47.335 | + functions-common:write_user_unit_file:1592 : [[ -n '' ]] 2022-09-03 16:04:47.337 | + functions-common:write_user_unit_file:1595 : [[ -n '' ]] 2022-09-03 16:04:47.340 | + functions-common:write_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-09-03 16:04:47.406 | + functions-common:write_user_unit_file:1601 : sudo systemctl daemon-reload 2022-09-03 16:04:47.804 | + functions-common:_run_under_systemd:1684 : sudo systemctl enable devstack@dstat.service 2022-09-03 16:04:47.819 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-09-03 16:04:48.213 | + functions-common:_run_under_systemd:1685 : sudo systemctl start devstack@dstat.service 2022-09-03 16:04:48.254 | + functions-common:run_process:1717 : time_stop run_process 2022-09-03 16:04:48.260 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:48.262 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:48.266 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:48.268 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:48.271 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:48.273 | + functions-common:time_stop:2457 : name=run_process 2022-09-03 16:04:48.276 | + functions-common:time_stop:2458 : start_time=1662221086810 2022-09-03 16:04:48.278 | + functions-common:time_stop:2460 : [[ -z 1662221086810 ]] 2022-09-03 16:04:48.282 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:48.286 | + functions-common:time_stop:2463 : end_time=1662221088283 2022-09-03 16:04:48.289 | + functions-common:time_stop:2464 : elapsed_time=1473 2022-09-03 16:04:48.291 | + functions-common:time_stop:2465 : total=0 2022-09-03 16:04:48.294 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:48.296 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=1473 2022-09-03 16:04:48.299 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-09-03 16:04:48.301 | + functions-common:run_process:1705 : local service=memory_tracker 2022-09-03 16:04:48.304 | + functions-common:run_process:1706 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-09-03 16:04:48.306 | + functions-common:run_process:1707 : local group= 2022-09-03 16:04:48.309 | + functions-common:run_process:1708 : local user=root 2022-09-03 16:04:48.311 | + functions-common:run_process:1709 : local env_vars= 2022-09-03 16:04:48.319 | + functions-common:run_process:1711 : local name=memory_tracker 2022-09-03 16:04:48.319 | + functions-common:run_process:1713 : time_start run_process 2022-09-03 16:04:48.320 | + functions-common:time_start:2437 : local name=run_process 2022-09-03 16:04:48.325 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:04:48.328 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:04:48.336 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:04:48.341 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221088338 2022-09-03 16:04:48.343 | + functions-common:run_process:1714 : is_service_enabled memory_tracker 2022-09-03 16:04:48.368 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:48.370 | + functions-common:run_process:1717 : time_stop run_process 2022-09-03 16:04:48.373 | + functions-common:time_stop:2451 : local name 2022-09-03 16:04:48.376 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:04:48.378 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:04:48.381 | + functions-common:time_stop:2454 : local total 2022-09-03 16:04:48.384 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:04:48.386 | + functions-common:time_stop:2457 : name=run_process 2022-09-03 16:04:48.389 | + functions-common:time_stop:2458 : start_time=1662221088338 2022-09-03 16:04:48.392 | + functions-common:time_stop:2460 : [[ -z 1662221088338 ]] 2022-09-03 16:04:48.395 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:04:48.399 | + functions-common:time_stop:2463 : end_time=1662221088396 2022-09-03 16:04:48.401 | + functions-common:time_stop:2464 : elapsed_time=58 2022-09-03 16:04:48.404 | + functions-common:time_stop:2465 : total=1473 2022-09-03 16:04:48.406 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:04:48.409 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=1531 2022-09-03 16:04:48.411 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-09-03 16:04:48.521 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:48.537 | + ./stack.sh:main:1069 : is_service_enabled tcpdump 2022-09-03 16:04:48.609 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:48.612 | + ./stack.sh:main:1077 : is_service_enabled etcd3 2022-09-03 16:04:48.646 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:48.649 | + ./stack.sh:main:1078 : start_etcd3 2022-09-03 16:04:48.653 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-09-03 16:04:48.656 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-855718-1 --data-dir /opt/stack/data/etcd' 2022-09-03 16:04:48.660 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-09-03 16:04:48.664 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-855718-1=http://10.222.0.42:2380' 2022-09-03 16:04:48.668 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.42:2380' 2022-09-03 16:04:48.671 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.42:2379' 2022-09-03 16:04:48.675 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-09-03 16:04:48.677 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-09-03 16:04:48.680 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.42:2379' 2022-09-03 16:04:48.682 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-09-03 16:04:48.685 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-09-03 16:04:48.692 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-09-03 16:04:48.692 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-855718-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-855718-1=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' '' root 2022-09-03 16:04:48.694 | + functions-common:write_user_unit_file:1574 : local service=devstack@etcd.service 2022-09-03 16:04:48.696 | + functions-common:write_user_unit_file:1575 : local 'command=/opt/stack/bin/etcd --name n-d-855718-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-855718-1=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-09-03 16:04:48.698 | + functions-common:write_user_unit_file:1576 : local group= 2022-09-03 16:04:48.701 | + functions-common:write_user_unit_file:1577 : local user=root 2022-09-03 16:04:48.703 | + functions-common:write_user_unit_file:1578 : local env_vars= 2022-09-03 16:04:48.706 | + functions-common:write_user_unit_file:1579 : local extra= 2022-09-03 16:04:48.708 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-03 16:04:48.712 | + functions-common:write_user_unit_file:1583 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-09-03 16:04:48.713 | + functions-common:write_user_unit_file:1584 : mkdir -p /etc/systemd/system 2022-09-03 16:04:48.717 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-09-03 16:04:48.785 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-09-03 16:04:48.859 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-855718-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-855718-1=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-09-03 16:04:48.912 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-09-03 16:04:48.965 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-09-03 16:04:49.019 | + functions-common:write_user_unit_file:1591 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-03 16:04:49.073 | + functions-common:write_user_unit_file:1592 : [[ -n '' ]] 2022-09-03 16:04:49.075 | + functions-common:write_user_unit_file:1595 : [[ -n '' ]] 2022-09-03 16:04:49.078 | + functions-common:write_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-09-03 16:04:49.148 | + functions-common:write_user_unit_file:1601 : sudo systemctl daemon-reload 2022-09-03 16:04:49.549 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-09-03 16:04:49.605 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-09-03 16:04:49.663 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-09-03 16:04:49.722 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-09-03 16:04:49.782 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-09-03 16:04:49.785 | ++ functions-common:is_arch:506 : uname -m 2022-09-03 16:04:49.789 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-09-03 16:04:49.792 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-09-03 16:04:50.204 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-09-03 16:04:50.218 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-09-03 16:04:50.620 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-09-03 16:04:51.691 | + ./stack.sh:main:1084 : is_service_enabled tls-proxy 2022-09-03 16:04:51.713 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:51.716 | + ./stack.sh:main:1089 : write_clouds_yaml 2022-09-03 16:04:51.719 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-09-03 16:04:51.723 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-09-03 16:04:51.727 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-09-03 16:04:51.741 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-09-03 16:04:51.754 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-09-03 16:04:51.757 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-09-03 16:04:51.760 | + 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.42/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-09-03 16:04:51.857 | The user clouds.yaml file didn't exist. 2022-09-03 16:04:51.868 | + 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.42/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-09-03 16:04:51.983 | + 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.42/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-09-03 16:04:52.099 | + 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.42/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-09-03 16:04:52.216 | + 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.42/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-09-03 16:04:52.339 | + 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.42/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-09-03 16:04:52.467 | + 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.42/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-09-03 16:04:52.597 | + 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.42/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-09-03 16:04:52.730 | + 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.42/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-09-03 16:04:52.867 | + 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.42/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-09-03 16:04:53.007 | + functions-common:write_clouds_yaml:198 : cat 2022-09-03 16:04:53.012 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-09-03 16:04:53.016 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-09-03 16:04:53.019 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-09-03 16:04:53.023 | + ./stack.sh:main:1090 : export OS_CLOUD=devstack-admin 2022-09-03 16:04:53.026 | + ./stack.sh:main:1090 : OS_CLOUD=devstack-admin 2022-09-03 16:04:53.029 | + ./stack.sh:main:1092 : is_service_enabled keystone 2022-09-03 16:04:53.051 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:04:53.054 | + ./stack.sh:main:1093 : echo_summary 'Starting Keystone' 2022-09-03 16:04:53.057 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-09-03 16:04:53.059 | + ./stack.sh:echo_summary:446 : echo -e Starting Keystone 2022-09-03 16:04:53.061 | + ./stack.sh:main:1095 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-09-03 16:04:53.064 | + ./stack.sh:main:1096 : init_keystone 2022-09-03 16:04:53.066 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-09-03 16:04:53.087 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:04:53.089 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-09-03 16:04:53.092 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-09-03 16:04:53.095 | + lib/database:recreate_database:112 : local db=keystone 2022-09-03 16:04:53.097 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-09-03 16:04:53.099 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-09-03 16:04:53.102 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-09-03 16:04:53.106 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-03 16:04:53.173 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-09-03 16:04:53.177 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-03 16:04:53.298 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-09-03 16:04:53.301 | + functions-common:time_start:2437 : local name=dbsync 2022-09-03 16:04:53.303 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:04:53.306 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:04:53.309 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:04:53.313 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221093310 2022-09-03 16:04:53.316 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-09-03 16:04:58.128 | 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=80084) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-03 16:04:58.135 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:04:58.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.137 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.137 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.137 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.138 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:04:58.138 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:04:58.165 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:04:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.166 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.167 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.167 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.168 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:04:58.168 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:04:58.625 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:04:58.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.627 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.627 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.628 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:04:58.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:04:58.629 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:04:58.629 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:04:58.636 | INFO migrate.versioning.api [-] 72 -> 73...  2022-09-03 16:05:27.123 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.123 | INFO migrate.versioning.api [-] 73 -> 74...  2022-09-03 16:05:27.207 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.207 | INFO migrate.versioning.api [-] 74 -> 75...  2022-09-03 16:05:27.287 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.287 | INFO migrate.versioning.api [-] 75 -> 76...  2022-09-03 16:05:27.358 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.358 | INFO migrate.versioning.api [-] 76 -> 77...  2022-09-03 16:05:27.436 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.437 | INFO migrate.versioning.api [-] 77 -> 78...  2022-09-03 16:05:27.510 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:27.510 | INFO migrate.versioning.api [-] 78 -> 79...  2022-09-03 16:05:28.438 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:28.439 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:28.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.442 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:28.442 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:28.442 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:28.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.444 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.444 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.444 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:28.445 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:28.453 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:28.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.455 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.455 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.456 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.456 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.456 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:28.456 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:28.884 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:28.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.886 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.886 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.887 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.888 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.888 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:28.888 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:28.964 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:28.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.967 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.967 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.968 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:28.968 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:28.968 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:28.968 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:28.976 | INFO migrate.versioning.api [-] 72 -> 73...  2022-09-03 16:05:29.112 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.112 | INFO migrate.versioning.api [-] 73 -> 74...  2022-09-03 16:05:29.192 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.192 | INFO migrate.versioning.api [-] 74 -> 75...  2022-09-03 16:05:29.255 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.255 | INFO migrate.versioning.api [-] 75 -> 76...  2022-09-03 16:05:29.330 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.330 | INFO migrate.versioning.api [-] 76 -> 77...  2022-09-03 16:05:29.387 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.387 | INFO migrate.versioning.api [-] 77 -> 78...  2022-09-03 16:05:29.461 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.461 | INFO migrate.versioning.api [-] 78 -> 79...  2022-09-03 16:05:29.536 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:29.536 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:29.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.538 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.539 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.539 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.539 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:29.539 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:29.540 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:29.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.542 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.542 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.543 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.544 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.544 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:29.544 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:29.553 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:29.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.555 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.556 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.556 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.556 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:29.556 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:29.944 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:29.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.946 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.946 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.947 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:29.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:29.947 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:29.947 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:30.076 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-03 16:05:30.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.078 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.079 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.079 | 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=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-03 16:05:30.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-03 16:05:30.079 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-03 16:05:30.079 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=80084) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-03 16:05:30.087 | INFO migrate.versioning.api [-] 72 -> 73...  2022-09-03 16:05:30.173 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.173 | INFO migrate.versioning.api [-] 73 -> 74...  2022-09-03 16:05:30.227 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.227 | INFO migrate.versioning.api [-] 74 -> 75...  2022-09-03 16:05:30.301 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.301 | INFO migrate.versioning.api [-] 75 -> 76...  2022-09-03 16:05:30.355 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.355 | INFO migrate.versioning.api [-] 76 -> 77...  2022-09-03 16:05:30.447 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.447 | INFO migrate.versioning.api [-] 77 -> 78...  2022-09-03 16:05:30.535 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:30.536 | INFO migrate.versioning.api [-] 78 -> 79...  2022-09-03 16:05:30.593 | INFO migrate.versioning.api [-] done 2022-09-03 16:05:31.009 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-09-03 16:05:31.011 | + functions-common:time_stop:2451 : local name 2022-09-03 16:05:31.014 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:05:31.016 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:05:31.019 | + functions-common:time_stop:2454 : local total 2022-09-03 16:05:31.021 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:05:31.024 | + functions-common:time_stop:2457 : name=dbsync 2022-09-03 16:05:31.026 | + functions-common:time_stop:2458 : start_time=1662221093310 2022-09-03 16:05:31.029 | + functions-common:time_stop:2460 : [[ -z 1662221093310 ]] 2022-09-03 16:05:31.032 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:05:31.036 | + functions-common:time_stop:2463 : end_time=1662221131033 2022-09-03 16:05:31.039 | + functions-common:time_stop:2464 : elapsed_time=37723 2022-09-03 16:05:31.041 | + functions-common:time_stop:2465 : total=0 2022-09-03 16:05:31.044 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:05:31.047 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=37723 2022-09-03 16:05:31.049 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-09-03 16:05:31.051 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-09-03 16:05:31.056 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-09-03 16:05:33.972 | ++ inc/async:async_inner:64 : rc=0 2022-09-03 16:05:34.000 | [78130 Async install_tempest:78130]: finished successfully 2022-09-03 16:05:35.674 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-09-03 16:05:35.674 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-09-03 16:05:35.674 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-09-03 16:05:35.675 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-09-03 16:05:35.675 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-09-03 16:05:35.675 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-09-03 16:05:35.676 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-09-03 16:05:35.676 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-09-03 16:05:35.676 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-09-03 16:05:36.045 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-09-03 16:05:36.050 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-09-03 16:05:40.650 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-09-03 16:05:40.651 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-09-03 16:05:40.651 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-09-03 16:05:40.651 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-09-03 16:05:40.652 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-09-03 16:05:40.652 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-09-03 16:05:40.653 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-09-03 16:05:40.653 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-09-03 16:05:40.653 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-09-03 16:05:41.016 | + ./stack.sh:main:1097 : start_keystone 2022-09-03 16:05:41.018 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-09-03 16:05:41.021 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-09-03 16:05:41.023 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-09-03 16:05:41.040 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:05:41.043 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-09-03 16:05:41.047 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-09-03 16:05:41.051 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-09-03 16:05:41.053 | + functions-common:run_process:1705 : local service=keystone 2022-09-03 16:05:41.056 | + functions-common:run_process:1706 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.059 | + functions-common:run_process:1707 : local group= 2022-09-03 16:05:41.070 | + functions-common:run_process:1708 : local user= 2022-09-03 16:05:41.070 | + functions-common:run_process:1709 : local env_vars= 2022-09-03 16:05:41.070 | + functions-common:run_process:1711 : local name=keystone 2022-09-03 16:05:41.070 | + functions-common:run_process:1713 : time_start run_process 2022-09-03 16:05:41.071 | + functions-common:time_start:2437 : local name=run_process 2022-09-03 16:05:41.073 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:05:41.076 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:05:41.079 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:05:41.083 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221141081 2022-09-03 16:05:41.086 | + functions-common:run_process:1714 : is_service_enabled keystone 2022-09-03 16:05:41.102 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:05:41.107 | + functions-common:run_process:1715 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-09-03 16:05:41.108 | + functions-common:_run_under_systemd:1665 : local service=keystone 2022-09-03 16:05:41.110 | + functions-common:_run_under_systemd:1666 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.113 | + functions-common:_run_under_systemd:1667 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.115 | + functions-common:_run_under_systemd:1669 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.117 | + functions-common:_common_systemd_pitfalls:1637 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.120 | + functions-common:_common_systemd_pitfalls:1640 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-09-03 16:05:41.122 | + functions-common:_common_systemd_pitfalls:1651 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-09-03 16:05:41.124 | + functions-common:_run_under_systemd:1671 : local systemd_service=devstack@keystone.service 2022-09-03 16:05:41.127 | + functions-common:_run_under_systemd:1672 : local group= 2022-09-03 16:05:41.129 | + functions-common:_run_under_systemd:1673 : local user=ubuntu 2022-09-03 16:05:41.132 | + functions-common:_run_under_systemd:1674 : [[ -z ubuntu ]] 2022-09-03 16:05:41.134 | + functions-common:_run_under_systemd:1677 : local env_vars= 2022-09-03 16:05:41.136 | + functions-common:_run_under_systemd:1678 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-09-03 16:05:41.139 | + functions-common:_run_under_systemd:1679 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu '' 2022-09-03 16:05:41.142 | + functions-common:write_uwsgi_user_unit_file:1605 : local service=devstack@keystone.service 2022-09-03 16:05:41.144 | + functions-common:write_uwsgi_user_unit_file:1606 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.146 | + functions-common:write_uwsgi_user_unit_file:1607 : local group= 2022-09-03 16:05:41.153 | + functions-common:write_uwsgi_user_unit_file:1608 : local user=ubuntu 2022-09-03 16:05:41.153 | + functions-common:write_uwsgi_user_unit_file:1609 : local env_vars= 2022-09-03 16:05:41.153 | + functions-common:write_uwsgi_user_unit_file:1610 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-09-03 16:05:41.155 | + functions-common:write_uwsgi_user_unit_file:1611 : mkdir -p /etc/systemd/system 2022-09-03 16:05:41.159 | + functions-common:write_uwsgi_user_unit_file:1613 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-09-03 16:05:41.222 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-09-03 16:05:41.283 | + functions-common:write_uwsgi_user_unit_file:1615 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-09-03 16:05:41.333 | + functions-common:write_uwsgi_user_unit_file:1616 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-03 16:05:41.392 | + functions-common:write_uwsgi_user_unit_file:1617 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-03 16:05:41.442 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-09-03 16:05:41.496 | + functions-common:write_uwsgi_user_unit_file:1619 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-09-03 16:05:41.547 | + functions-common:write_uwsgi_user_unit_file:1620 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-09-03 16:05:41.597 | + functions-common:write_uwsgi_user_unit_file:1621 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-09-03 16:05:41.647 | + functions-common:write_uwsgi_user_unit_file:1622 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-09-03 16:05:41.698 | + functions-common:write_uwsgi_user_unit_file:1624 : [[ -n '' ]] 2022-09-03 16:05:41.700 | + functions-common:write_uwsgi_user_unit_file:1627 : [[ -n '' ]] 2022-09-03 16:05:41.703 | + functions-common:write_uwsgi_user_unit_file:1630 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-09-03 16:05:41.765 | + functions-common:write_uwsgi_user_unit_file:1633 : sudo systemctl daemon-reload 2022-09-03 16:05:42.144 | + functions-common:_run_under_systemd:1684 : sudo systemctl enable devstack@keystone.service 2022-09-03 16:05:42.157 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-09-03 16:05:42.521 | + functions-common:_run_under_systemd:1685 : sudo systemctl start devstack@keystone.service 2022-09-03 16:05:42.599 | + functions-common:run_process:1717 : time_stop run_process 2022-09-03 16:05:42.602 | + functions-common:time_stop:2451 : local name 2022-09-03 16:05:42.604 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:05:42.606 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:05:42.609 | + functions-common:time_stop:2454 : local total 2022-09-03 16:05:42.611 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:05:42.613 | + functions-common:time_stop:2457 : name=run_process 2022-09-03 16:05:42.616 | + functions-common:time_stop:2458 : start_time=1662221141081 2022-09-03 16:05:42.618 | + functions-common:time_stop:2460 : [[ -z 1662221141081 ]] 2022-09-03 16:05:42.625 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:05:42.629 | + functions-common:time_stop:2463 : end_time=1662221142627 2022-09-03 16:05:42.632 | + functions-common:time_stop:2464 : elapsed_time=1546 2022-09-03 16:05:42.634 | + functions-common:time_stop:2465 : total=1531 2022-09-03 16:05:42.636 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:05:42.639 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=3077 2022-09-03 16:05:42.642 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-09-03 16:05:42.642 | Waiting for keystone to start... 2022-09-03 16:05:42.644 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.42/identity/v3/ 2022-09-03 16:05:42.647 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.42/identity/v3/ 2022-09-03 16:05:42.649 | + functions:wait_for_service:457 : local timeout=60 2022-09-03 16:05:42.652 | + functions:wait_for_service:458 : local url=http://10.222.0.42/identity/v3/ 2022-09-03 16:05:42.654 | + functions:wait_for_service:459 : local rval=0 2022-09-03 16:05:42.657 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-03 16:05:42.659 | + functions-common:time_start:2437 : local name=wait_for_service 2022-09-03 16:05:42.661 | + functions-common:time_start:2438 : local start_time= 2022-09-03 16:05:42.664 | + functions-common:time_start:2439 : [[ -n '' ]] 2022-09-03 16:05:42.668 | ++ functions-common:time_start:2442 : date +%s%3N 2022-09-03 16:05:42.674 | + functions-common:time_start:2442 : _TIME_START[$name]=1662221142669 2022-09-03 16:05:42.676 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-03 16:05:42.682 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.42/identity/v3/ 2022-09-03 16:05:49.319 | + :: : [[ 200 == 503 ]] 2022-09-03 16:05:49.320 | + :: : [[ 0 -eq 7 ]] 2022-09-03 16:05:49.323 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-03 16:05:49.326 | + functions-common:time_stop:2451 : local name 2022-09-03 16:05:49.328 | + functions-common:time_stop:2452 : local end_time 2022-09-03 16:05:49.330 | + functions-common:time_stop:2453 : local elapsed_time 2022-09-03 16:05:49.333 | + functions-common:time_stop:2454 : local total 2022-09-03 16:05:49.335 | + functions-common:time_stop:2455 : local start_time 2022-09-03 16:05:49.337 | + functions-common:time_stop:2457 : name=wait_for_service 2022-09-03 16:05:49.341 | + functions-common:time_stop:2458 : start_time=1662221142669 2022-09-03 16:05:49.344 | + functions-common:time_stop:2460 : [[ -z 1662221142669 ]] 2022-09-03 16:05:49.347 | ++ functions-common:time_stop:2463 : date +%s%3N 2022-09-03 16:05:49.352 | + functions-common:time_stop:2463 : end_time=1662221149349 2022-09-03 16:05:49.354 | + functions-common:time_stop:2464 : elapsed_time=6680 2022-09-03 16:05:49.356 | + functions-common:time_stop:2465 : total=0 2022-09-03 16:05:49.359 | + functions-common:time_stop:2467 : _TIME_START[$name]= 2022-09-03 16:05:49.362 | + functions-common:time_stop:2468 : _TIME_TOTAL[$name]=6680 2022-09-03 16:05:49.364 | + functions:wait_for_service:467 : return 0 2022-09-03 16:05:49.367 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-09-03 16:05:49.384 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:05:49.386 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-09-03 16:05:49.390 | + functions-common:restart_service:2335 : '[' -x /bin/systemctl ']' 2022-09-03 16:05:49.392 | + functions-common:restart_service:2336 : sudo /bin/systemctl restart memcached 2022-09-03 16:05:49.421 | + ./stack.sh:main:1098 : bootstrap_keystone 2022-09-03 16:05:49.424 | + lib/keystone:bootstrap_keystone:602 : /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.42/identity 2022-09-03 16:05:54.034 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.034 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.035 | 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=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.042 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.059 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.059 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.090 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.125 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.125 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.214 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.215 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.215 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.215 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.227 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.227 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.228 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.228 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.228 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.228 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.228 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.236 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.239 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.239 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.239 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.239 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.240 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.240 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.240 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=81037) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-03 16:05:54.273 | 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=81037) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-03 16:05:54.788 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created domain default 2022-09-03 16:05:54.883 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created project admin 2022-09-03 16:05:54.911 | DEBUG passlib.handlers.bcrypt [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=81037) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-09-03 16:05:54.912 | DEBUG passlib.handlers.bcrypt [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=81037) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-09-03 16:05:55.033 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created user admin 2022-09-03 16:05:55.102 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created role reader 2022-09-03 16:05:55.182 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created role member 2022-09-03 16:05:55.290 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created implied role where e5394e8dfb354197aadacf37d91a64ab implies 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:05:55.373 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created role admin 2022-09-03 16:05:55.479 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created implied role where c9d5165eb7be40b3b7ec9e9f54fe6968 implies e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:05:55.550 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Granted role admin on project admin to user admin. 2022-09-03 16:05:55.609 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Granted role admin on the system to user admin. 2022-09-03 16:05:55.673 | WARNING py.warnings [None req-391c760d-a870-4fc8-a097-767e8f316c4e 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-09-03 16:05:55.673 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-09-03 16:05:55.673 |  2022-09-03 16:05:55.677 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created region RegionOne 2022-09-03 16:05:55.819 | INFO keystone.cmd.bootstrap [None req-391c760d-a870-4fc8-a097-767e8f316c4e None None] Created public endpoint http://10.222.0.42/identity 2022-09-03 16:05:56.264 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-09-03 16:05:56.267 | + ./stack.sh:main:1101 : create_keystone_accounts 2022-09-03 16:05:56.269 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-09-03 16:05:56.272 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-09-03 16:05:59.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:05:59.509 | from cryptography.utils import int_from_bytes 2022-09-03 16:05:59.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:05:59.509 | from cryptography.utils import int_from_bytes 2022-09-03 16:05:59.671 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:05:59.673 | + lib/keystone:create_keystone_accounts:310 : admin_project=074591d2a6b4442e9a2447afaa543a64 2022-09-03 16:05:59.676 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-09-03 16:05:59.679 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-09-03 16:06:01.937 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:01.937 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:01.937 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:01.937 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:02.102 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:02.105 | + lib/keystone:create_keystone_accounts:312 : admin_user=5c18883cab3140b985c4a36d100785bd 2022-09-03 16:06:02.108 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-09-03 16:06:02.110 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-09-03 16:06:02.113 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-09-03 16:06:02.115 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 5c18883cab3140b985c4a36d100785bd default 2022-09-03 16:06:02.175 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 5c18883cab3140b985c4a36d100785bd default 2022-09-03 16:06:02.241 | [19153 Async ks-domain-role:81194]: running: get_or_add_user_domain_role admin 5c18883cab3140b985c4a36d100785bd default 2022-09-03 16:06:02.243 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-09-03 16:06:02.245 | + functions-common:get_or_create_domain:889 : local domain_id 2022-09-03 16:06:02.248 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-09-03 16:06:05.335 | + functions-common:get_or_create_domain:899 : domain_id=default 2022-09-03 16:06:05.337 | + functions-common:get_or_create_domain:900 : echo default 2022-09-03 16:06:05.337 | default 2022-09-03 16:06:05.339 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-09-03 16:06:05.401 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-09-03 16:06:05.443 | [19153 Async ks-project:81332]: running: get_or_create_project service Default 2022-09-03 16:06:05.445 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-09-03 16:06:05.524 | + inc/async:async_inner:63 : get_or_create_role service 2022-09-03 16:06:05.568 | [19153 Async ks-service:81419]: running: get_or_create_role service 2022-09-03 16:06:05.570 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-09-03 16:06:05.646 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-09-03 16:06:05.723 | [19153 Async ks-reseller:81505]: running: get_or_create_role ResellerAdmin 2022-09-03 16:06:05.749 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-09-03 16:06:05.773 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-09-03 16:06:06.223 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-09-03 16:06:06.411 | [19153 Async ks-anotherrole:81596]: running: get_or_create_role anotherrole 2022-09-03 16:06:06.432 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-09-03 16:06:06.465 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-09-03 16:06:06.485 | ++ functions-common:get_or_create_project:944 : local project_id 2022-09-03 16:06:06.517 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-09-03 16:06:09.540 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:09.555 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:09.605 | [81332 Async ks-project:81332]: finished successfully 2022-09-03 16:06:09.645 | [81505 Async ks-reseller:81505]: finished successfully 2022-09-03 16:06:09.986 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:10.011 | [81419 Async ks-service:81419]: finished successfully 2022-09-03 16:06:10.071 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:10.071 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:10.071 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:10.071 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:10.265 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:10.268 | ++ functions-common:get_or_create_project:950 : project_id=23b971963276495895d2684bccdad7bd 2022-09-03 16:06:10.271 | ++ functions-common:get_or_create_project:951 : echo 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:10.274 | + lib/keystone:create_keystone_accounts:340 : invis_project=23b971963276495895d2684bccdad7bd 2022-09-03 16:06:10.277 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-09-03 16:06:10.280 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-09-03 16:06:10.282 | ++ functions-common:get_or_create_project:944 : local project_id 2022-09-03 16:06:10.286 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-09-03 16:06:10.613 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:10.640 | [81596 Async ks-anotherrole:81596]: finished successfully 2022-09-03 16:06:12.927 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:12.927 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:12.927 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:12.927 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:13.101 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:13.104 | ++ functions-common:get_or_create_project:950 : project_id=b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:13.107 | ++ functions-common:get_or_create_project:951 : echo b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:13.110 | + lib/keystone:create_keystone_accounts:344 : demo_project=b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:13.112 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-09-03 16:06:13.115 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-09-03 16:06:13.118 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:13.120 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo@example.com ]] 2022-09-03 16:06:13.122 | ++ functions-common:get_or_create_user:923 : local email=--email=demo@example.com 2022-09-03 16:06:13.126 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-09-03 16:06:13.423 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:13.447 | [81194 Async ks-domain-role:81194]: finished successfully 2022-09-03 16:06:15.780 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:15.780 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:15.780 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:15.780 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:15.946 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:15.949 | ++ functions-common:get_or_create_user:937 : user_id=72d8749d6ea54b9f98920b55c42fdf3a 2022-09-03 16:06:15.951 | ++ functions-common:get_or_create_user:938 : echo 72d8749d6ea54b9f98920b55c42fdf3a 2022-09-03 16:06:15.954 | + lib/keystone:create_keystone_accounts:347 : demo_user=72d8749d6ea54b9f98920b55c42fdf3a 2022-09-03 16:06:15.957 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-09-03 16:06:16.006 | [19153 Async ks-domain-role:81194]: Waiting for completion of get_or_add_user_domain_role admin 5c18883cab3140b985c4a36d100785bd default running on PID 81194 (6 other jobs running) 2022-09-03 16:06:16.030 | [19153 Async ks-domain-role:81194]: Signaling child to exit 2022-09-03 16:06:16.030 | WAKEUP 2022-09-03 16:06:16.053 | [19153 Async ks-domain-role:81194]: Signaled 2022-09-03 16:06:16.054 | + functions-common:get_or_add_user_domain_role:1015 : local user_role_id 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1021 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c18883cab3140b985c4a36d100785bd --domain default 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1021 : get_field 1 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1021 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:16.055 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:16.055 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.055 | + functions-common:get_or_add_user_domain_role:1021 : user_role_id= 2022-09-03 16:06:16.055 | + functions-common:get_or_add_user_domain_role:1022 : [[ -z '' ]] 2022-09-03 16:06:16.055 | + functions-common:get_or_add_user_domain_role:1024 : openstack --os-cloud devstack-system-admin role add admin --user 5c18883cab3140b985c4a36d100785bd --domain default 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1031 : get_field 1 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1031 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:16.055 | ++ functions-common:get_or_add_user_domain_role:1031 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c18883cab3140b985c4a36d100785bd --domain default 2022-09-03 16:06:16.055 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:16.055 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.055 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.055 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.055 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:06:16.055 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:06:16.056 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:06:16.056 | ++ functions-common:get_field:830 : echo '| c9d5165eb7be40b3b7ec9e9f54fe6968 | 5c18883cab3140b985c4a36d100785bd | | | default | | False |' 2022-09-03 16:06:16.056 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:16.056 | + functions-common:get_or_add_user_domain_role:1031 : user_role_id=c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:16.056 | + functions-common:get_or_add_user_domain_role:1033 : echo c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:16.056 | c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:16.098 | [19153 Async ks-domain-role:81194]: finished get_or_add_user_domain_role admin 5c18883cab3140b985c4a36d100785bd default with result 0 in 11 seconds 2022-09-03 16:06:16.106 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-09-03 16:06:16.142 | [19153 Async ks-project:81332]: Waiting for completion of get_or_create_project service Default running on PID 81332 (5 other jobs running) 2022-09-03 16:06:16.166 | [19153 Async ks-project:81332]: Signaling child to exit 2022-09-03 16:06:16.169 | WAKEUP 2022-09-03 16:06:16.189 | [19153 Async ks-project:81332]: Signaled 2022-09-03 16:06:16.192 | + functions-common:get_or_create_project:944 : local project_id 2022-09-03 16:06:16.193 | ++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-09-03 16:06:16.193 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.193 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.193 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.193 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.193 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.193 | + functions-common:get_or_create_project:950 : project_id=002517a7c4324d40af74066b9ecce099 2022-09-03 16:06:16.193 | + functions-common:get_or_create_project:951 : echo 002517a7c4324d40af74066b9ecce099 2022-09-03 16:06:16.193 | 002517a7c4324d40af74066b9ecce099 2022-09-03 16:06:16.237 | [19153 Async ks-project:81332]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-09-03 16:06:16.274 | [19153 Async ks-service:81419]: Waiting for completion of get_or_create_role service running on PID 81419 (4 other jobs running) 2022-09-03 16:06:16.300 | [19153 Async ks-service:81419]: Signaling child to exit 2022-09-03 16:06:16.300 | WAKEUP 2022-09-03 16:06:16.322 | [19153 Async ks-service:81419]: Signaled 2022-09-03 16:06:16.324 | + functions-common:get_or_create_role:957 : local role_id 2022-09-03 16:06:16.324 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-09-03 16:06:16.324 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.324 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.324 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.324 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.324 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.324 | + functions-common:get_or_create_role:962 : role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:06:16.324 | + functions-common:get_or_create_role:963 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:06:16.324 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:06:16.368 | [19153 Async ks-service:81419]: finished get_or_create_role service with result 0 in 4 seconds 2022-09-03 16:06:16.405 | [19153 Async ks-reseller:81505]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 81505 (3 other jobs running) 2022-09-03 16:06:16.429 | [19153 Async ks-reseller:81505]: Signaling child to exit 2022-09-03 16:06:16.430 | WAKEUP 2022-09-03 16:06:16.451 | [19153 Async ks-reseller:81505]: Signaled 2022-09-03 16:06:16.453 | + functions-common:get_or_create_role:957 : local role_id 2022-09-03 16:06:16.453 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-09-03 16:06:16.453 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.453 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.453 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.453 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.453 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.453 | + functions-common:get_or_create_role:962 : role_id=228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:06:16.453 | + functions-common:get_or_create_role:963 : echo 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:06:16.453 | 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:06:16.497 | [19153 Async ks-reseller:81505]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-09-03 16:06:16.534 | [19153 Async ks-anotherrole:81596]: Waiting for completion of get_or_create_role anotherrole running on PID 81596 (2 other jobs running) 2022-09-03 16:06:16.558 | [19153 Async ks-anotherrole:81596]: Signaling child to exit 2022-09-03 16:06:16.559 | WAKEUP 2022-09-03 16:06:16.580 | [19153 Async ks-anotherrole:81596]: Signaled 2022-09-03 16:06:16.582 | + functions-common:get_or_create_role:957 : local role_id 2022-09-03 16:06:16.582 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-09-03 16:06:16.582 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.582 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.582 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:16.582 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:16.582 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:16.582 | + functions-common:get_or_create_role:962 : role_id=b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:16.582 | + functions-common:get_or_create_role:963 : echo b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:16.582 | b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:16.626 | [19153 Async ks-anotherrole:81596]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-09-03 16:06:16.630 | + inc/async:async_wait:197 : return 0 2022-09-03 16:06:16.632 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.691 | + inc/async:async_inner:63 : get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.733 | [19153 Async ks-demo-member:82462]: running: get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.735 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 5c18883cab3140b985c4a36d100785bd b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.796 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 5c18883cab3140b985c4a36d100785bd b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.848 | [19153 Async ks-demo-admin:82574]: running: get_or_add_user_project_role admin 5c18883cab3140b985c4a36d100785bd b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.851 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.919 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.971 | [19153 Async ks-demo-another:82686]: running: get_or_add_user_project_role anotherrole 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:16.974 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:17.042 | + inc/async:async_inner:63 : get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:17.127 | [19153 Async ks-demo-invis:82798]: running: get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:17.132 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-09-03 16:06:17.145 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-09-03 16:06:17.148 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:17.157 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo_reader@example.com ]] 2022-09-03 16:06:17.173 | ++ functions-common:get_or_create_user:923 : local email=--email=demo_reader@example.com 2022-09-03 16:06:17.205 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-09-03 16:06:21.402 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:21.402 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:21.402 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:21.402 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:21.601 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:21.605 | ++ functions-common:get_or_create_user:937 : user_id=136fc8f45bbd4b829ccf7426704b4dc8 2022-09-03 16:06:21.610 | ++ functions-common:get_or_create_user:938 : echo 136fc8f45bbd4b829ccf7426704b4dc8 2022-09-03 16:06:21.614 | + lib/keystone:create_keystone_accounts:360 : demo_reader=136fc8f45bbd4b829ccf7426704b4dc8 2022-09-03 16:06:21.616 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 136fc8f45bbd4b829ccf7426704b4dc8 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:21.726 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 136fc8f45bbd4b829ccf7426704b4dc8 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:21.938 | [19153 Async ks-demo-reader:82966]: running: get_or_add_user_project_role reader 136fc8f45bbd4b829ccf7426704b4dc8 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:21.954 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-09-03 16:06:21.981 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-09-03 16:06:22.005 | ++ functions-common:get_or_create_project:944 : local project_id 2022-09-03 16:06:22.037 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-09-03 16:06:25.929 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:25.929 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:25.929 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:25.929 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:26.110 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:26.113 | ++ functions-common:get_or_create_project:950 : project_id=0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:26.116 | ++ functions-common:get_or_create_project:951 : echo 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:26.119 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:26.122 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-09-03 16:06:26.125 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-09-03 16:06:26.128 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:26.132 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo@example.com ]] 2022-09-03 16:06:26.133 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo@example.com 2022-09-03 16:06:26.138 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-09-03 16:06:29.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:29.356 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:29.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:29.356 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:29.706 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:29.732 | ++ functions-common:get_or_create_user:937 : user_id=c472515d83e04804a6cba9c83d1a052f 2022-09-03 16:06:29.749 | ++ functions-common:get_or_create_user:938 : echo c472515d83e04804a6cba9c83d1a052f 2022-09-03 16:06:29.769 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=c472515d83e04804a6cba9c83d1a052f 2022-09-03 16:06:29.793 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:30.209 | + inc/async:async_inner:63 : get_or_add_user_project_role admin c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:30.419 | [19153 Async ks-alt-admin:83324]: running: get_or_add_user_project_role admin c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:30.445 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:30.897 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:31.136 | [19153 Async ks-alt-another:83436]: running: get_or_add_user_project_role anotherrole c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:31.155 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-09-03 16:06:31.194 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-09-03 16:06:31.211 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:31.229 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_member@example.com ]] 2022-09-03 16:06:31.238 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_member@example.com 2022-09-03 16:06:31.242 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-09-03 16:06:31.245 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:31.396 | [82462 Async ks-demo-member:82462]: finished successfully 2022-09-03 16:06:34.791 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:34.898 | [82686 Async ks-demo-another:82686]: finished successfully 2022-09-03 16:06:34.941 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:34.993 | [82574 Async ks-demo-admin:82574]: finished successfully 2022-09-03 16:06:35.573 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:35.629 | [82798 Async ks-demo-invis:82798]: finished successfully 2022-09-03 16:06:35.777 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:35.777 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:35.777 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:35.777 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:35.962 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:35.965 | ++ functions-common:get_or_create_user:937 : user_id=190c1acd93924a1bbd07893673e5586a 2022-09-03 16:06:35.968 | ++ functions-common:get_or_create_user:938 : echo 190c1acd93924a1bbd07893673e5586a 2022-09-03 16:06:35.972 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=190c1acd93924a1bbd07893673e5586a 2022-09-03 16:06:35.975 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 190c1acd93924a1bbd07893673e5586a 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:36.062 | + inc/async:async_inner:63 : get_or_add_user_project_role member 190c1acd93924a1bbd07893673e5586a 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:36.114 | [19153 Async ks-alt-member-user:83819]: running: get_or_add_user_project_role member 190c1acd93924a1bbd07893673e5586a 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:36.117 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-09-03 16:06:36.122 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-09-03 16:06:36.137 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:36.153 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_reader@example.com ]] 2022-09-03 16:06:36.166 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_reader@example.com 2022-09-03 16:06:36.176 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-09-03 16:06:38.197 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:38.356 | [82966 Async ks-demo-reader:82966]: finished successfully 2022-09-03 16:06:39.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:39.613 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:39.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:39.613 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:39.793 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:39.797 | ++ functions-common:get_or_create_user:937 : user_id=8201cde704de4ff9bb13245af9e79310 2022-09-03 16:06:39.799 | ++ functions-common:get_or_create_user:938 : echo 8201cde704de4ff9bb13245af9e79310 2022-09-03 16:06:39.802 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=8201cde704de4ff9bb13245af9e79310 2022-09-03 16:06:39.805 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 8201cde704de4ff9bb13245af9e79310 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:39.875 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 8201cde704de4ff9bb13245af9e79310 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:39.917 | [19153 Async ks-alt-reader-user:84043]: running: get_or_add_user_project_role reader 8201cde704de4ff9bb13245af9e79310 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:39.922 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-09-03 16:06:39.929 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:39.932 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_member@example.com ]] 2022-09-03 16:06:39.936 | ++ functions-common:get_or_create_user:923 : local email=--email=system_member@example.com 2022-09-03 16:06:39.940 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-09-03 16:06:43.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:43.356 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:43.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:43.356 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:43.620 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:43.658 | ++ functions-common:get_or_create_user:937 : user_id=df12ca64e09b4dacb488627ec4ad8ba9 2022-09-03 16:06:43.686 | ++ functions-common:get_or_create_user:938 : echo df12ca64e09b4dacb488627ec4ad8ba9 2022-09-03 16:06:43.709 | + lib/keystone:create_keystone_accounts:392 : system_member_user=df12ca64e09b4dacb488627ec4ad8ba9 2022-09-03 16:06:43.729 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member df12ca64e09b4dacb488627ec4ad8ba9 all 2022-09-03 16:06:43.893 | + inc/async:async_inner:63 : get_or_add_user_system_role member df12ca64e09b4dacb488627ec4ad8ba9 all 2022-09-03 16:06:43.975 | [19153 Async ks-system-member:84269]: running: get_or_add_user_system_role member df12ca64e09b4dacb488627ec4ad8ba9 all 2022-09-03 16:06:43.986 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-09-03 16:06:43.989 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:06:44.021 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_reader@example.com ]] 2022-09-03 16:06:44.047 | ++ functions-common:get_or_create_user:923 : local email=--email=system_reader@example.com 2022-09-03 16:06:44.055 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-09-03 16:06:46.849 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:46.893 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:47.018 | [83324 Async ks-alt-admin:83324]: finished successfully 2022-09-03 16:06:47.046 | [83436 Async ks-alt-another:83436]: finished successfully 2022-09-03 16:06:47.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:47.990 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:47.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:47.990 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:48.198 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:48.203 | ++ functions-common:get_or_create_user:937 : user_id=b904139aa52e4fe4a137e995f64adc18 2022-09-03 16:06:48.210 | ++ functions-common:get_or_create_user:938 : echo b904139aa52e4fe4a137e995f64adc18 2022-09-03 16:06:48.213 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=b904139aa52e4fe4a137e995f64adc18 2022-09-03 16:06:48.217 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader b904139aa52e4fe4a137e995f64adc18 all 2022-09-03 16:06:48.334 | + inc/async:async_inner:63 : get_or_add_user_system_role reader b904139aa52e4fe4a137e995f64adc18 all 2022-09-03 16:06:48.396 | [19153 Async ks-system-reader:84551]: running: get_or_add_user_system_role reader b904139aa52e4fe4a137e995f64adc18 all 2022-09-03 16:06:48.399 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-09-03 16:06:48.403 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-09-03 16:06:48.405 | ++ functions-common:get_or_create_group:906 : local 'desc=openstack admin group' 2022-09-03 16:06:48.408 | ++ functions-common:get_or_create_group:907 : local group_id 2022-09-03 16:06:48.417 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-09-03 16:06:50.205 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:50.362 | [83819 Async ks-alt-member-user:83819]: finished successfully 2022-09-03 16:06:51.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:51.700 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:51.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:51.700 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:51.879 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:51.882 | ++ functions-common:get_or_create_group:914 : group_id=907481852ac04d9795482859eb5c7457 2022-09-03 16:06:51.885 | ++ functions-common:get_or_create_group:915 : echo 907481852ac04d9795482859eb5c7457 2022-09-03 16:06:51.890 | + lib/keystone:create_keystone_accounts:402 : admin_group=907481852ac04d9795482859eb5c7457 2022-09-03 16:06:51.890 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-09-03 16:06:51.894 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-09-03 16:06:51.896 | ++ functions-common:get_or_create_group:906 : local 'desc=non-admin group' 2022-09-03 16:06:51.899 | ++ functions-common:get_or_create_group:907 : local group_id 2022-09-03 16:06:51.902 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-09-03 16:06:53.214 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:53.243 | [84043 Async ks-alt-reader-user:84043]: finished successfully 2022-09-03 16:06:54.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:54.670 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:54.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:54.670 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:54.858 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:54.862 | ++ functions-common:get_or_create_group:914 : group_id=dfa335becadf4f66a665a74922652607 2022-09-03 16:06:54.865 | ++ functions-common:get_or_create_group:915 : echo dfa335becadf4f66a665a74922652607 2022-09-03 16:06:54.867 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=dfa335becadf4f66a665a74922652607 2022-09-03 16:06:54.870 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:54.939 | + inc/async:async_inner:63 : get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:55.008 | [19153 Async ks-group-memberdemo:84938]: running: get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:55.013 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:55.140 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:55.207 | [19153 Async ks-group-anotherdemo:85024]: running: get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:55.214 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:55.517 | + inc/async:async_inner:63 : get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:55.701 | [19153 Async ks-group-memberalt:85110]: running: get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:55.725 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:06:55.725 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:55.835 | [84269 Async ks-system-member:84269]: finished successfully 2022-09-03 16:06:56.009 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:56.266 | [19153 Async ks-group-anotheralt:85254]: running: get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:06:56.281 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 2022-09-03 16:06:56.733 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 2022-09-03 16:06:56.949 | [19153 Async ks-group-admin:85342]: running: get_or_add_group_project_role admin 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 2022-09-03 16:06:56.969 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-09-03 16:06:57.330 | [19153 Async ks-demo-member:82462]: Waiting for completion of get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 running on PID 82462 (17 other jobs running) 2022-09-03 16:06:57.487 | [19153 Async ks-demo-member:82462]: Signaling child to exit 2022-09-03 16:06:57.488 | WAKEUP 2022-09-03 16:06:57.618 | [19153 Async ks-demo-member:82462]: Signaled 2022-09-03 16:06:57.631 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:06:57.631 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:06:57.631 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:06:57.631 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:06:57.631 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:06:57.631 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:06:57.631 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:06:57.631 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:06:57.631 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:57.631 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:06:57.631 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:57.631 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:57.631 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:57.631 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.631 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.631 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.631 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.632 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:57.632 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:06:57.632 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:06:57.632 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:57.632 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.632 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.632 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.632 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.632 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:57.632 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:57.632 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:06:57.632 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:57.632 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:57.632 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.632 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.632 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:57.632 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:57.632 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:57.632 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:06:57.632 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:06:57.632 | ++ functions-common:get_field:830 : echo '| e5394e8dfb354197aadacf37d91a64ab | 72d8749d6ea54b9f98920b55c42fdf3a | | b7777a1f0c17489486c624a9a1ea3d14 | | | False |' 2022-09-03 16:06:57.632 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:06:57.632 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:57.632 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:57.632 | + functions-common:get_or_add_user_project_role:1009 : echo e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:57.632 | e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:57.926 | [19153 Async ks-demo-member:82462]: finished get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 14 seconds 2022-09-03 16:06:58.142 | [19153 Async ks-demo-admin:82574]: Waiting for completion of get_or_add_user_project_role admin 5c18883cab3140b985c4a36d100785bd b7777a1f0c17489486c624a9a1ea3d14 running on PID 82574 (16 other jobs running) 2022-09-03 16:06:58.259 | [19153 Async ks-demo-admin:82574]: Signaling child to exit 2022-09-03 16:06:58.260 | WAKEUP 2022-09-03 16:06:58.389 | [19153 Async ks-demo-admin:82574]: Signaled 2022-09-03 16:06:58.398 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:06:58.398 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:06:58.398 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:06:58.398 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:06:58.398 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:06:58.398 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:06:58.398 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:06:58.398 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:06:58.398 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c18883cab3140b985c4a36d100785bd --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:58.398 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:58.398 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:06:58.398 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:58.398 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:58.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.398 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.398 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.398 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:58.398 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:06:58.398 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:06:58.398 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 5c18883cab3140b985c4a36d100785bd --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:58.399 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.399 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.399 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.399 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.399 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:58.399 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c18883cab3140b985c4a36d100785bd --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:58.399 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:06:58.399 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:58.399 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:58.399 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.399 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.399 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:58.399 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:58.399 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:58.399 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:06:58.399 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:06:58.399 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:06:58.399 | ++ functions-common:get_field:830 : echo '| c9d5165eb7be40b3b7ec9e9f54fe6968 | 5c18883cab3140b985c4a36d100785bd | | b7777a1f0c17489486c624a9a1ea3d14 | | | False |' 2022-09-03 16:06:58.399 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:58.399 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:58.399 | + functions-common:get_or_add_user_project_role:1009 : echo c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:58.399 | c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:06:58.720 | [19153 Async ks-demo-admin:82574]: finished get_or_add_user_project_role admin 5c18883cab3140b985c4a36d100785bd b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 18 seconds 2022-09-03 16:06:58.931 | [19153 Async ks-demo-another:82686]: Waiting for completion of get_or_add_user_project_role anotherrole 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 running on PID 82686 (15 other jobs running) 2022-09-03 16:06:59.052 | [19153 Async ks-demo-another:82686]: Signaling child to exit 2022-09-03 16:06:59.053 | WAKEUP 2022-09-03 16:06:59.171 | [19153 Async ks-demo-another:82686]: Signaled 2022-09-03 16:06:59.177 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:06:59.177 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:06:59.177 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:06:59.177 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:06:59.177 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:06:59.177 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:06:59.177 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:06:59.177 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:06:59.177 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:59.177 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:59.177 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:06:59.177 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:59.177 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:59.178 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:06:59.178 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:06:59.178 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:06:59.178 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:59.178 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:59.178 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 72d8749d6ea54b9f98920b55c42fdf3a --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:06:59.178 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.178 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:59.178 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:06:59.178 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:06:59.178 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:06:59.178 | ++ functions-common:get_field:830 : echo '| b9df88ba1fc54226b55573d39db8f954 | 72d8749d6ea54b9f98920b55c42fdf3a | | b7777a1f0c17489486c624a9a1ea3d14 | | | False |' 2022-09-03 16:06:59.178 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.178 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:59.178 | + functions-common:get_or_add_user_project_role:1009 : echo b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:59.178 | b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:06:59.384 | [19153 Async ks-demo-another:82686]: finished get_or_add_user_project_role anotherrole 72d8749d6ea54b9f98920b55c42fdf3a b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 18 seconds 2022-09-03 16:06:59.606 | [19153 Async ks-demo-invis:82798]: Waiting for completion of get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a 23b971963276495895d2684bccdad7bd running on PID 82798 (14 other jobs running) 2022-09-03 16:06:59.650 | [19153 Async ks-demo-invis:82798]: Signaling child to exit 2022-09-03 16:06:59.650 | WAKEUP 2022-09-03 16:06:59.768 | [19153 Async ks-demo-invis:82798]: Signaled 2022-09-03 16:06:59.769 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:06:59.769 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:06:59.769 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:06:59.769 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:06:59.769 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:06:59.769 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:06:59.769 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:06:59.770 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 72d8749d6ea54b9f98920b55c42fdf3a --project 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:06:59.770 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:59.770 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:59.770 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:06:59.770 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:06:59.770 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 72d8749d6ea54b9f98920b55c42fdf3a --project 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 72d8749d6ea54b9f98920b55c42fdf3a --project 23b971963276495895d2684bccdad7bd 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:06:59.770 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:06:59.770 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:06:59.770 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:06:59.770 | from cryptography.utils import int_from_bytes 2022-09-03 16:06:59.770 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:06:59.770 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:06:59.770 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:06:59.770 | ++ functions-common:get_field:830 : echo '| e5394e8dfb354197aadacf37d91a64ab | 72d8749d6ea54b9f98920b55c42fdf3a | | 23b971963276495895d2684bccdad7bd | | | False |' 2022-09-03 16:06:59.770 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:06:59.770 | ++ functions-common:get_field:824 : read data 2022-09-03 16:06:59.771 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:59.771 | + functions-common:get_or_add_user_project_role:1009 : echo e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:59.771 | e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:06:59.982 | [19153 Async ks-demo-invis:82798]: finished get_or_add_user_project_role member 72d8749d6ea54b9f98920b55c42fdf3a 23b971963276495895d2684bccdad7bd with result 0 in 18 seconds 2022-09-03 16:07:00.203 | [19153 Async ks-demo-reader:82966]: Waiting for completion of get_or_add_user_project_role reader 136fc8f45bbd4b829ccf7426704b4dc8 b7777a1f0c17489486c624a9a1ea3d14 running on PID 82966 (13 other jobs running) 2022-09-03 16:07:00.337 | [19153 Async ks-demo-reader:82966]: Signaling child to exit 2022-09-03 16:07:00.337 | WAKEUP 2022-09-03 16:07:00.469 | [19153 Async ks-demo-reader:82966]: Signaled 2022-09-03 16:07:00.484 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:07:00.484 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:07:00.485 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:00.485 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:00.485 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:00.485 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:00.485 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:00.485 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:07:00.485 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 136fc8f45bbd4b829ccf7426704b4dc8 --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:07:00.485 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.485 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:00.485 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:07:00.485 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:07:00.485 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user 136fc8f45bbd4b829ccf7426704b4dc8 --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:00.485 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 136fc8f45bbd4b829ccf7426704b4dc8 --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:07:00.485 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:00.485 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:00.485 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:00.486 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:00.486 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:07:00.486 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:07:00.486 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:07:00.486 | ++ functions-common:get_field:830 : echo '| 0573ed6fa8ff435ab452a7274f77c375 | 136fc8f45bbd4b829ccf7426704b4dc8 | | b7777a1f0c17489486c624a9a1ea3d14 | | | False |' 2022-09-03 16:07:00.486 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:00.486 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:00.486 | + functions-common:get_or_add_user_project_role:1009 : echo 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:00.486 | 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:00.580 | [19153 Async ks-demo-reader:82966]: finished get_or_add_user_project_role reader 136fc8f45bbd4b829ccf7426704b4dc8 b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 16 seconds 2022-09-03 16:07:00.595 | + inc/async:async_wait:197 : return 0 2022-09-03 16:07:00.615 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-09-03 16:07:00.962 | [19153 Async ks-alt-admin:83324]: Waiting for completion of get_or_add_user_project_role admin c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d running on PID 83324 (12 other jobs running) 2022-09-03 16:07:01.023 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:01.064 | [84551 Async ks-system-reader:84551]: finished successfully 2022-09-03 16:07:01.084 | [19153 Async ks-alt-admin:83324]: Signaling child to exit 2022-09-03 16:07:01.084 | WAKEUP 2022-09-03 16:07:01.192 | [19153 Async ks-alt-admin:83324]: Signaled 2022-09-03 16:07:01.213 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:07:01.213 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:07:01.213 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:01.213 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:01.213 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:01.213 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:01.213 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:01.213 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:07:01.214 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.214 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:01.214 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:07:01.214 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:01.214 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.214 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.214 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.214 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.214 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.214 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:01.214 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:07:01.214 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:07:01.214 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.214 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.214 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.214 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.214 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.214 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:01.214 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.215 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:07:01.215 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:01.215 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.215 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.215 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.215 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:01.215 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:07:01.215 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:07:01.215 | ++ functions-common:get_field:830 : echo '| c9d5165eb7be40b3b7ec9e9f54fe6968 | c472515d83e04804a6cba9c83d1a052f | | 0ec8879ae834463c94a71a3ad124a72d | | | False |' 2022-09-03 16:07:01.215 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:07:01.215 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.215 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:07:01.215 | + functions-common:get_or_add_user_project_role:1009 : echo c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:07:01.215 | c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:07:01.406 | [19153 Async ks-alt-admin:83324]: finished get_or_add_user_project_role admin c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d with result 0 in 16 seconds 2022-09-03 16:07:01.539 | [19153 Async ks-alt-another:83436]: Waiting for completion of get_or_add_user_project_role anotherrole c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d running on PID 83436 (11 other jobs running) 2022-09-03 16:07:01.638 | [19153 Async ks-alt-another:83436]: Signaling child to exit 2022-09-03 16:07:01.641 | WAKEUP 2022-09-03 16:07:01.745 | [19153 Async ks-alt-another:83436]: Signaled 2022-09-03 16:07:01.749 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:07:01.749 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:07:01.749 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:01.749 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:01.749 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:01.749 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:01.749 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:01.749 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:07:01.749 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:07:01.749 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:01.749 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.749 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:01.749 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.749 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.749 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.749 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.749 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.749 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:01.749 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:07:01.749 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:07:01.749 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.749 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.749 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.750 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.750 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.750 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c472515d83e04804a6cba9c83d1a052f --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:01.750 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:07:01.750 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:01.750 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:01.750 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.750 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.750 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.750 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:01.750 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:01.750 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:01.750 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:07:01.750 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:07:01.750 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:07:01.750 | ++ functions-common:get_field:830 : echo '| b9df88ba1fc54226b55573d39db8f954 | c472515d83e04804a6cba9c83d1a052f | | 0ec8879ae834463c94a71a3ad124a72d | | | False |' 2022-09-03 16:07:01.750 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:01.750 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:07:01.750 | + functions-common:get_or_add_user_project_role:1009 : echo b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:07:01.750 | b9df88ba1fc54226b55573d39db8f954 2022-09-03 16:07:01.984 | [19153 Async ks-alt-another:83436]: finished get_or_add_user_project_role anotherrole c472515d83e04804a6cba9c83d1a052f 0ec8879ae834463c94a71a3ad124a72d with result 0 in 16 seconds 2022-09-03 16:07:02.238 | [19153 Async ks-alt-member-user:83819]: Waiting for completion of get_or_add_user_project_role member 190c1acd93924a1bbd07893673e5586a 0ec8879ae834463c94a71a3ad124a72d running on PID 83819 (10 other jobs running) 2022-09-03 16:07:02.410 | [19153 Async ks-alt-member-user:83819]: Signaling child to exit 2022-09-03 16:07:02.410 | WAKEUP 2022-09-03 16:07:02.583 | [19153 Async ks-alt-member-user:83819]: Signaled 2022-09-03 16:07:02.595 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:07:02.595 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:07:02.595 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:02.595 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:02.595 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:02.595 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:02.595 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:02.595 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:07:02.595 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 190c1acd93924a1bbd07893673e5586a --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:02.595 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:07:02.595 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:02.595 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:02.595 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:02.595 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.595 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.595 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.595 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.595 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:02.595 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:07:02.595 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:07:02.595 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 190c1acd93924a1bbd07893673e5586a --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:02.595 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.595 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.595 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.595 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.596 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:02.596 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:07:02.596 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:02.596 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 190c1acd93924a1bbd07893673e5586a --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:02.596 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:02.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.596 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:02.596 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:02.596 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:02.596 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:07:02.596 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:07:02.596 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:07:02.596 | ++ functions-common:get_field:830 : echo '| e5394e8dfb354197aadacf37d91a64ab | 190c1acd93924a1bbd07893673e5586a | | 0ec8879ae834463c94a71a3ad124a72d | | | False |' 2022-09-03 16:07:02.596 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:02.596 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:02.596 | + functions-common:get_or_add_user_project_role:1009 : echo e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:02.596 | e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:02.889 | [19153 Async ks-alt-member-user:83819]: finished get_or_add_user_project_role member 190c1acd93924a1bbd07893673e5586a 0ec8879ae834463c94a71a3ad124a72d with result 0 in 14 seconds 2022-09-03 16:07:03.134 | [19153 Async ks-alt-reader-user:84043]: Waiting for completion of get_or_add_user_project_role reader 8201cde704de4ff9bb13245af9e79310 0ec8879ae834463c94a71a3ad124a72d running on PID 84043 (9 other jobs running) 2022-09-03 16:07:03.281 | [19153 Async ks-alt-reader-user:84043]: Signaling child to exit 2022-09-03 16:07:03.281 | WAKEUP 2022-09-03 16:07:03.392 | [19153 Async ks-alt-reader-user:84043]: Signaled 2022-09-03 16:07:03.402 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:07:03.402 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-09-03 16:07:03.402 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:03.403 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:03.403 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:03.403 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:03.403 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:03.403 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 8201cde704de4ff9bb13245af9e79310 --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:07:03.403 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:03.403 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:03.403 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:07:03.403 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:07:03.403 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user 8201cde704de4ff9bb13245af9e79310 --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 8201cde704de4ff9bb13245af9e79310 --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:03.403 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:07:03.403 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:07:03.403 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:03.403 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:03.403 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:03.404 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:07:03.404 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:07:03.404 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:07:03.404 | ++ functions-common:get_field:830 : echo '| 0573ed6fa8ff435ab452a7274f77c375 | 8201cde704de4ff9bb13245af9e79310 | | 0ec8879ae834463c94a71a3ad124a72d | | | False |' 2022-09-03 16:07:03.404 | ++ functions-common:get_field:824 : read data 2022-09-03 16:07:03.404 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:03.404 | + functions-common:get_or_add_user_project_role:1009 : echo 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:03.404 | 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:03.694 | [19153 Async ks-alt-reader-user:84043]: finished get_or_add_user_project_role reader 8201cde704de4ff9bb13245af9e79310 0ec8879ae834463c94a71a3ad124a72d with result 0 in 13 seconds 2022-09-03 16:07:03.717 | + inc/async:async_wait:197 : return 0 2022-09-03 16:07:03.737 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-09-03 16:07:04.002 | [19153 Async ks-system-member:84269]: Waiting for completion of get_or_add_user_system_role member df12ca64e09b4dacb488627ec4ad8ba9 all running on PID 84269 (8 other jobs running) 2022-09-03 16:07:04.171 | [19153 Async ks-system-member:84269]: Signaling child to exit 2022-09-03 16:07:04.171 | WAKEUP 2022-09-03 16:07:04.304 | [19153 Async ks-system-member:84269]: Signaled 2022-09-03 16:07:04.339 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-09-03 16:07:04.339 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-09-03 16:07:04.339 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-09-03 16:07:04.339 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:04.339 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:04.339 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:04.339 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:04.339 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:04.339 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-09-03 16:07:04.339 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user df12ca64e09b4dacb488627ec4ad8ba9 --system all -f value -c Role 2022-09-03 16:07:04.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.339 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.340 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.340 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:04.340 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-09-03 16:07:04.340 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-09-03 16:07:04.340 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add member --user df12ca64e09b4dacb488627ec4ad8ba9 --system all 2022-09-03 16:07:04.340 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.340 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.340 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.340 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.340 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user df12ca64e09b4dacb488627ec4ad8ba9 --system all -f value -c Role 2022-09-03 16:07:04.340 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.340 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.340 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:04.340 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:04.340 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:04.340 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:04.340 | + functions-common:get_or_add_user_system_role:1064 : echo e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:04.340 | e5394e8dfb354197aadacf37d91a64ab 2022-09-03 16:07:04.695 | [19153 Async ks-system-member:84269]: finished get_or_add_user_system_role member df12ca64e09b4dacb488627ec4ad8ba9 all with result 0 in 11 seconds 2022-09-03 16:07:04.893 | [19153 Async ks-system-reader:84551]: Waiting for completion of get_or_add_user_system_role reader b904139aa52e4fe4a137e995f64adc18 all running on PID 84551 (7 other jobs running) 2022-09-03 16:07:05.089 | [19153 Async ks-system-reader:84551]: Signaling child to exit 2022-09-03 16:07:05.090 | WAKEUP 2022-09-03 16:07:05.228 | [19153 Async ks-system-reader:84551]: Signaled 2022-09-03 16:07:05.234 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-09-03 16:07:05.234 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-09-03 16:07:05.234 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-09-03 16:07:05.234 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:07:05.234 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:07:05.234 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-09-03 16:07:05.234 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-09-03 16:07:05.234 | ++ functions-common:_get_domain_args:979 : echo 2022-09-03 16:07:05.234 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-09-03 16:07:05.234 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b904139aa52e4fe4a137e995f64adc18 --system all -f value -c Role 2022-09-03 16:07:05.234 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.235 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.236 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.236 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:05.236 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-09-03 16:07:05.236 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-09-03 16:07:05.236 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add reader --user b904139aa52e4fe4a137e995f64adc18 --system all 2022-09-03 16:07:05.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.236 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.236 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.236 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b904139aa52e4fe4a137e995f64adc18 --system all -f value -c Role 2022-09-03 16:07:05.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.236 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.237 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:05.237 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:05.237 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:05.237 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:05.237 | + functions-common:get_or_add_user_system_role:1064 : echo 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:05.237 | 0573ed6fa8ff435ab452a7274f77c375 2022-09-03 16:07:05.443 | [19153 Async ks-system-reader:84551]: finished get_or_add_user_system_role reader b904139aa52e4fe4a137e995f64adc18 all with result 0 in 12 seconds 2022-09-03 16:07:05.463 | + inc/async:async_wait:197 : return 0 2022-09-03 16:07:05.469 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-09-03 16:07:05.702 | [19153 Async ks-group-memberdemo:84938]: Waiting for completion of get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 running on PID 84938 (6 other jobs running) 2022-09-03 16:07:05.840 | [19153 Async ks-group-memberdemo:84938]: Signaling child to exit 2022-09-03 16:07:08.978 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:09.103 | [84938 Async ks-group-memberdemo:84938]: finished successfully 2022-09-03 16:07:09.165 | WAKEUP 2022-09-03 16:07:09.256 | [19153 Async ks-group-memberdemo:84938]: Signaled 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-09-03 16:07:09.266 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 -f value 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 -f value 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:09.266 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:09.266 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False' 2022-09-03 16:07:09.266 | + functions-common:get_or_add_group_project_role:1088 : echo e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False 2022-09-03 16:07:09.266 | e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False 2022-09-03 16:07:09.551 | [19153 Async ks-group-memberdemo:84938]: finished get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 14 seconds 2022-09-03 16:07:09.613 | [19153 Async ks-group-anotherdemo:85024]: Waiting for completion of get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 running on PID 85024 (5 other jobs running) 2022-09-03 16:07:09.657 | [19153 Async ks-group-anotherdemo:85024]: Signaling child to exit 2022-09-03 16:07:10.043 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:10.078 | [85024 Async ks-group-anotherdemo:85024]: finished successfully 2022-09-03 16:07:10.108 | WAKEUP 2022-09-03 16:07:10.133 | [19153 Async ks-group-anotherdemo:85024]: Signaled 2022-09-03 16:07:10.135 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-09-03 16:07:10.135 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 -f value 2022-09-03 16:07:10.135 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.135 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.135 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.135 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.135 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:10.135 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-09-03 16:07:10.135 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-09-03 16:07:10.135 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 2022-09-03 16:07:10.135 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.135 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.136 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.136 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dfa335becadf4f66a665a74922652607 --project b7777a1f0c17489486c624a9a1ea3d14 -f value 2022-09-03 16:07:10.136 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.136 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.136 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.136 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:10.136 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False' 2022-09-03 16:07:10.136 | + functions-common:get_or_add_group_project_role:1088 : echo b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False 2022-09-03 16:07:10.136 | b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 False 2022-09-03 16:07:10.185 | [19153 Async ks-group-anotherdemo:85024]: finished get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 b7777a1f0c17489486c624a9a1ea3d14 with result 0 in 14 seconds 2022-09-03 16:07:10.234 | [19153 Async ks-group-memberalt:85110]: Waiting for completion of get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d running on PID 85110 (4 other jobs running) 2022-09-03 16:07:10.262 | [19153 Async ks-group-memberalt:85110]: Signaling child to exit 2022-09-03 16:07:10.548 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:10.574 | [85110 Async ks-group-memberalt:85110]: finished successfully 2022-09-03 16:07:10.596 | WAKEUP 2022-09-03 16:07:10.620 | [19153 Async ks-group-memberalt:85110]: Signaled 2022-09-03 16:07:10.621 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-09-03 16:07:10.621 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d -f value 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.621 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:10.621 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-09-03 16:07:10.621 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-09-03 16:07:10.621 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.621 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d -f value 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:10.621 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:10.622 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:10.622 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False' 2022-09-03 16:07:10.622 | + functions-common:get_or_add_group_project_role:1088 : echo e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False 2022-09-03 16:07:10.622 | e5394e8dfb354197aadacf37d91a64ab dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False 2022-09-03 16:07:10.670 | [19153 Async ks-group-memberalt:85110]: finished get_or_add_group_project_role member dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d with result 0 in 15 seconds 2022-09-03 16:07:10.714 | [19153 Async ks-group-anotheralt:85254]: Waiting for completion of get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d running on PID 85254 (3 other jobs running) 2022-09-03 16:07:10.742 | [19153 Async ks-group-anotheralt:85254]: Signaling child to exit 2022-09-03 16:07:11.315 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:11.342 | [85342 Async ks-group-admin:85342]: finished successfully 2022-09-03 16:07:11.448 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:11.473 | [85254 Async ks-group-anotheralt:85254]: finished successfully 2022-09-03 16:07:11.493 | WAKEUP 2022-09-03 16:07:11.516 | [19153 Async ks-group-anotheralt:85254]: Signaled 2022-09-03 16:07:11.518 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-09-03 16:07:11.518 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d -f value 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.518 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:11.518 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-09-03 16:07:11.518 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-09-03 16:07:11.518 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.518 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dfa335becadf4f66a665a74922652607 --project 0ec8879ae834463c94a71a3ad124a72d -f value 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.518 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.519 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:11.519 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False' 2022-09-03 16:07:11.519 | + functions-common:get_or_add_group_project_role:1088 : echo b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False 2022-09-03 16:07:11.519 | b9df88ba1fc54226b55573d39db8f954 dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d False 2022-09-03 16:07:11.563 | [19153 Async ks-group-anotheralt:85254]: finished get_or_add_group_project_role anotherrole dfa335becadf4f66a665a74922652607 0ec8879ae834463c94a71a3ad124a72d with result 0 in 15 seconds 2022-09-03 16:07:11.600 | [19153 Async ks-group-admin:85342]: Waiting for completion of get_or_add_group_project_role admin 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 running on PID 85342 (2 other jobs running) 2022-09-03 16:07:11.626 | [19153 Async ks-group-admin:85342]: Signaling child to exit 2022-09-03 16:07:11.626 | WAKEUP 2022-09-03 16:07:11.648 | [19153 Async ks-group-admin:85342]: Signaled 2022-09-03 16:07:11.650 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-09-03 16:07:11.650 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 907481852ac04d9795482859eb5c7457 --project 074591d2a6b4442e9a2447afaa543a64 -f value 2022-09-03 16:07:11.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.651 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.651 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.651 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:11.651 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-09-03 16:07:11.651 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-09-03 16:07:11.651 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add admin --group 907481852ac04d9795482859eb5c7457 --project 074591d2a6b4442e9a2447afaa543a64 2022-09-03 16:07:11.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.651 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.651 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.651 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 907481852ac04d9795482859eb5c7457 --project 074591d2a6b4442e9a2447afaa543a64 -f value 2022-09-03 16:07:11.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.651 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.652 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:07:11.652 | from cryptography.utils import int_from_bytes 2022-09-03 16:07:11.652 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:07:11.652 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='c9d5165eb7be40b3b7ec9e9f54fe6968 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 False' 2022-09-03 16:07:11.652 | + functions-common:get_or_add_group_project_role:1088 : echo c9d5165eb7be40b3b7ec9e9f54fe6968 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 False 2022-09-03 16:07:11.652 | c9d5165eb7be40b3b7ec9e9f54fe6968 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 False 2022-09-03 16:07:11.695 | [19153 Async ks-group-admin:85342]: finished get_or_add_group_project_role admin 907481852ac04d9795482859eb5c7457 074591d2a6b4442e9a2447afaa543a64 with result 0 in 14 seconds 2022-09-03 16:07:11.699 | + inc/async:async_wait:197 : return 0 2022-09-03 16:07:11.702 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-09-03 16:07:11.719 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:07:11.721 | + ./stack.sh:main:1102 : is_service_enabled nova 2022-09-03 16:07:11.739 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:07:11.742 | + ./stack.sh:main:1103 : async_runfunc create_nova_accounts 2022-09-03 16:07:11.744 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-09-03 16:07:11.804 | + inc/async:async_inner:63 : create_nova_accounts 2022-09-03 16:07:11.842 | [19153 Async create_nova_accounts:87244]: running: create_nova_accounts 2022-09-03 16:07:11.845 | + ./stack.sh:main:1105 : is_service_enabled glance 2022-09-03 16:07:11.864 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:07:11.866 | + ./stack.sh:main:1106 : async_runfunc create_glance_accounts 2022-09-03 16:07:11.869 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-09-03 16:07:11.928 | + inc/async:async_inner:63 : create_glance_accounts 2022-09-03 16:07:11.971 | [19153 Async create_glance_accounts:87359]: running: create_glance_accounts 2022-09-03 16:07:11.974 | + ./stack.sh:main:1108 : is_service_enabled cinder 2022-09-03 16:07:12.002 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:07:12.005 | + ./stack.sh:main:1109 : async_runfunc create_cinder_accounts 2022-09-03 16:07:12.007 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-09-03 16:07:12.076 | + inc/async:async_inner:63 : create_cinder_accounts 2022-09-03 16:07:12.119 | [19153 Async create_cinder_accounts:87489]: running: create_cinder_accounts 2022-09-03 16:07:12.122 | + ./stack.sh:main:1111 : is_service_enabled neutron 2022-09-03 16:07:12.144 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:07:12.147 | + ./stack.sh:main:1112 : async_runfunc create_neutron_accounts 2022-09-03 16:07:12.149 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-09-03 16:07:12.219 | + inc/async:async_inner:63 : create_neutron_accounts 2022-09-03 16:07:12.287 | [19153 Async create_neutron_accounts:87604]: running: create_neutron_accounts 2022-09-03 16:07:12.292 | + ./stack.sh:main:1114 : is_service_enabled swift 2022-09-03 16:07:12.320 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:07:12.324 | + ./stack.sh:main:1115 : async_runfunc create_swift_accounts 2022-09-03 16:07:12.328 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-09-03 16:07:12.505 | + inc/async:async_inner:63 : create_swift_accounts 2022-09-03 16:07:12.681 | [19153 Async create_swift_accounts:87745]: running: create_swift_accounts 2022-09-03 16:07:12.704 | + ./stack.sh:main:1123 : is_service_enabled horizon 2022-09-03 16:07:12.789 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:07:12.810 | + ./stack.sh:main:1128 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-09-03 16:07:13.154 | [19153 Async create_nova_accounts:87244]: Waiting for completion of create_nova_accounts running on PID 87244 (6 other jobs running) 2022-09-03 16:07:13.328 | [19153 Async create_nova_accounts:87244]: Signaling child to exit 2022-09-03 16:07:54.132 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:07:54.224 | [87604 Async create_neutron_accounts:87604]: finished successfully 2022-09-03 16:08:13.301 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:08:13.349 | [87489 Async create_cinder_accounts:87489]: finished successfully 2022-09-03 16:08:28.477 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:08:28.507 | [87359 Async create_glance_accounts:87359]: finished successfully 2022-09-03 16:08:30.833 | + inc/async:async_inner:64 : rc=0 2022-09-03 16:08:30.861 | [87244 Async create_nova_accounts:87244]: finished successfully 2022-09-03 16:08:30.881 | WAKEUP 2022-09-03 16:08:30.905 | [19153 Async create_nova_accounts:87244]: Signaled 2022-09-03 16:08:30.906 | + lib/nova:create_nova_accounts:355 : [[ 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-09-03 16:08:30.907 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-09-03 16:08:30.907 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-09-03 16:08:30.907 | + functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:30.907 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:30.907 | + functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:30.907 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-03 16:08:30.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.907 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.907 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.907 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.907 | + functions-common:get_or_create_user:937 : user_id=4c948be677544d0199912759bfca2dec 2022-09-03 16:08:30.907 | + functions-common:get_or_create_user:938 : echo 4c948be677544d0199912759bfca2dec 2022-09-03 16:08:30.907 | 4c948be677544d0199912759bfca2dec 2022-09-03 16:08:30.907 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-09-03 16:08:30.907 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:30.907 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:30.907 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:30.907 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:30.907 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.907 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:30.907 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.907 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.907 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.908 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:30.908 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.908 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.908 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.908 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.908 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.908 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:30.908 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:30.908 | ++ functions-common:get_field:830 : echo '| 959b4ad7e7ec4ec49e7a1b35657bcb2b | 4c948be677544d0199912759bfca2dec | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:30.908 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:30.908 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:1009 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:30.908 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:30.908 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-09-03 16:08:30.908 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-09-03 16:08:30.908 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:30.909 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:30.909 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:30.909 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.909 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.909 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.909 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.909 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.909 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.909 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:30.909 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:30.909 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.909 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.909 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.909 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.909 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.909 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.909 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.909 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.910 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.910 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.910 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:30.910 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:30.910 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:30.910 | ++ functions-common:get_field:830 : echo '| c9d5165eb7be40b3b7ec9e9f54fe6968 | 4c948be677544d0199912759bfca2dec | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:30.910 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.910 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:08:30.910 | + functions-common:get_or_add_user_project_role:1009 : echo c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:08:30.910 | c9d5165eb7be40b3b7ec9e9f54fe6968 2022-09-03 16:08:30.910 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-09-03 16:08:30.910 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-09-03 16:08:30.910 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.42/compute 2022-09-03 16:08:30.910 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-09-03 16:08:30.910 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:30.910 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-09-03 16:08:30.910 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-09-03 16:08:30.910 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.910 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.910 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.910 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.910 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:30.910 | bec8352b0b66441580537ef55ede716d' 2022-09-03 16:08:30.910 | + functions-common:get_or_create_service:1106 : echo bec8352b0b66441580537ef55ede716d 2022-09-03 16:08:30.910 | bec8352b0b66441580537ef55ede716d 2022-09-03 16:08:30.910 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.42/compute/v2/$(project_id)s' 2022-09-03 16:08:30.910 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:30.910 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' RegionOne 2022-09-03 16:08:30.910 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:30.910 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:30.910 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:30.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:30.911 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-09-03 16:08:30.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=0d73330909924c389cc9f8cbadde1679 2022-09-03 16:08:30.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 0d73330909924c389cc9f8cbadde1679 2022-09-03 16:08:30.911 | + functions-common:get_or_create_endpoint:1139 : public_id=0d73330909924c389cc9f8cbadde1679 2022-09-03 16:08:30.911 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:30.911 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:30.911 | + functions-common:get_or_create_endpoint:1148 : echo 0d73330909924c389cc9f8cbadde1679 2022-09-03 16:08:30.911 | 0d73330909924c389cc9f8cbadde1679 2022-09-03 16:08:30.911 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-09-03 16:08:30.911 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:30.911 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-09-03 16:08:30.911 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-09-03 16:08:30.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.911 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.911 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.911 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:30.911 | c4dfa06ab2bb46f79240b87adf917d8d' 2022-09-03 16:08:30.911 | + functions-common:get_or_create_service:1106 : echo c4dfa06ab2bb46f79240b87adf917d8d 2022-09-03 16:08:30.912 | c4dfa06ab2bb46f79240b87adf917d8d 2022-09-03 16:08:30.912 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.42/compute/v2.1 2022-09-03 16:08:30.912 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:30.912 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute public http://10.222.0.42/compute/v2.1 RegionOne 2022-09-03 16:08:30.912 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:30.912 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:30.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.913 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.913 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.913 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:30.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:30.913 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.42/compute/v2.1 --region RegionOne -f value -c id 2022-09-03 16:08:30.913 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.913 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.913 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.913 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=61ac25ef557944749ba979cdbd9c41f7 2022-09-03 16:08:30.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 61ac25ef557944749ba979cdbd9c41f7 2022-09-03 16:08:30.913 | + functions-common:get_or_create_endpoint:1139 : public_id=61ac25ef557944749ba979cdbd9c41f7 2022-09-03 16:08:30.913 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:30.913 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:30.913 | + functions-common:get_or_create_endpoint:1148 : echo 61ac25ef557944749ba979cdbd9c41f7 2022-09-03 16:08:30.913 | 61ac25ef557944749ba979cdbd9c41f7 2022-09-03 16:08:30.913 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-09-03 16:08:30.913 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:08:30.913 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-09-03 16:08:30.913 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:08:30.913 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-09-03 16:08:30.914 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:30.914 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:30.914 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:30.914 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.914 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.914 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.914 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.914 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.914 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:30.914 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:30.914 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.914 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.914 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:30.914 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:30.914 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:30.914 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.915 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.915 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.915 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:30.915 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:30.915 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:30.915 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:30.915 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:30.915 | ++ functions-common:get_field:830 : echo '| 228b3a6ecc674182a55bb16b093f2e78 | 4c948be677544d0199912759bfca2dec | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:30.915 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:30.915 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:30.915 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:30.915 | + functions-common:get_or_add_user_project_role:1009 : echo 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:30.915 | 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:30.915 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-09-03 16:08:30.915 | + functions-common:is_service_enabled:2107 : return 1 2022-09-03 16:08:30.915 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-09-03 16:08:30.915 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:08:30.915 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-09-03 16:08:30.953 | [19153 Async create_nova_accounts:87244]: finished create_nova_accounts with result 0 in 79 seconds 2022-09-03 16:08:30.992 | [19153 Async create_glance_accounts:87359]: Waiting for completion of create_glance_accounts running on PID 87359 (5 other jobs running) 2022-09-03 16:08:31.018 | [19153 Async create_glance_accounts:87359]: Signaling child to exit 2022-09-03 16:08:31.018 | WAKEUP 2022-09-03 16:08:31.041 | [19153 Async create_glance_accounts:87359]: Signaled 2022-09-03 16:08:31.043 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-09-03 16:08:31.043 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:08:31.043 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-09-03 16:08:31.043 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-09-03 16:08:31.043 | + functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:31.043 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:31.043 | + functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:31.043 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-03 16:08:31.043 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.043 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.043 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.043 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.043 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.043 | + functions-common:get_or_create_user:937 : user_id=bd6d16f31dcd4c2b81ac23c9a88d6032 2022-09-03 16:08:31.043 | + functions-common:get_or_create_user:938 : echo bd6d16f31dcd4c2b81ac23c9a88d6032 2022-09-03 16:08:31.043 | bd6d16f31dcd4c2b81ac23c9a88d6032 2022-09-03 16:08:31.043 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-09-03 16:08:31.043 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:31.043 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:31.043 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:31.043 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:31.043 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.044 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:31.044 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.044 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.044 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.044 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:31.044 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:31.044 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.044 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.044 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:31.044 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.044 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.044 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.044 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.044 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:31.044 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:31.044 | ++ functions-common:get_field:830 : echo '| 959b4ad7e7ec4ec49e7a1b35657bcb2b | bd6d16f31dcd4c2b81ac23c9a88d6032 | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:31.044 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:31.044 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.044 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.045 | + functions-common:get_or_add_user_project_role:1009 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.045 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.045 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-03 16:08:31.045 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-09-03 16:08:31.045 | + functions-common:is_service_enabled:2107 : return 0 2022-09-03 16:08:31.045 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-09-03 16:08:31.045 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-09-03 16:08:31.045 | + functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:31.045 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:31.045 | + functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:31.045 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-03 16:08:31.045 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.045 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.045 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.045 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.045 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.045 | + functions-common:get_or_create_user:937 : user_id=0d75b88fe1654f6d9688d6a5d9e9876e 2022-09-03 16:08:31.045 | + functions-common:get_or_create_user:938 : echo 0d75b88fe1654f6d9688d6a5d9e9876e 2022-09-03 16:08:31.045 | 0d75b88fe1654f6d9688d6a5d9e9876e 2022-09-03 16:08:31.045 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-09-03 16:08:31.045 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:31.045 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:31.045 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:31.045 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:31.045 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.045 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:31.046 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.046 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.046 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.046 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:31.046 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:31.046 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.046 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:31.046 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.046 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.046 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.046 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.046 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.046 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:31.046 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:31.046 | ++ functions-common:get_field:830 : echo '| 959b4ad7e7ec4ec49e7a1b35657bcb2b | 0d75b88fe1654f6d9688d6a5d9e9876e | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:31.046 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:31.046 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.046 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.046 | + functions-common:get_or_add_user_project_role:1009 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.046 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.047 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-09-03 16:08:31.047 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-09-03 16:08:31.047 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:31.047 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:31.047 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:31.047 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:31.047 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.047 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.047 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:31.047 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.047 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.047 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.047 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.047 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.047 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.047 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.047 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:31.047 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:31.047 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.047 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.047 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.047 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.048 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.048 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.048 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:31.048 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.048 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.048 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.048 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.048 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.048 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.048 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.048 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.048 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:31.048 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:31.048 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:31.048 | ++ functions-common:get_field:830 : echo '| 228b3a6ecc674182a55bb16b093f2e78 | 0d75b88fe1654f6d9688d6a5d9e9876e | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:31.048 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.048 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:31.048 | + functions-common:get_or_add_user_project_role:1009 : echo 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:31.048 | 228b3a6ecc674182a55bb16b093f2e78 2022-09-03 16:08:31.048 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-09-03 16:08:31.048 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:31.048 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-09-03 16:08:31.048 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-09-03 16:08:31.048 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.048 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.048 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.048 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.048 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.048 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:31.048 | c7181f42f1464b84a71a13ddd4f4b4e7' 2022-09-03 16:08:31.048 | + functions-common:get_or_create_service:1106 : echo c7181f42f1464b84a71a13ddd4f4b4e7 2022-09-03 16:08:31.048 | c7181f42f1464b84a71a13ddd4f4b4e7 2022-09-03 16:08:31.048 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.42/image 2022-09-03 16:08:31.049 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:31.049 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface image public http://10.222.0.42/image RegionOne 2022-09-03 16:08:31.049 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:31.049 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:31.049 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.049 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.049 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.049 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.049 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.049 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:31.049 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:31.049 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.42/image --region RegionOne -f value -c id 2022-09-03 16:08:31.049 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.049 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.049 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.049 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.049 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.049 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=47927b65805c46f48a477c9e2ebada53 2022-09-03 16:08:31.049 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 47927b65805c46f48a477c9e2ebada53 2022-09-03 16:08:31.049 | + functions-common:get_or_create_endpoint:1139 : public_id=47927b65805c46f48a477c9e2ebada53 2022-09-03 16:08:31.049 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:31.049 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:31.049 | + functions-common:get_or_create_endpoint:1148 : echo 47927b65805c46f48a477c9e2ebada53 2022-09-03 16:08:31.049 | 47927b65805c46f48a477c9e2ebada53 2022-09-03 16:08:31.049 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-09-03 16:08:31.049 | ++ functions-common:get_or_create_domain:889 : local domain_id 2022-09-03 16:08:31.049 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-09-03 16:08:31.049 | ++ functions-common:get_or_create_domain:899 : domain_id=default 2022-09-03 16:08:31.049 | ++ functions-common:get_or_create_domain:900 : echo default 2022-09-03 16:08:31.049 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-09-03 16:08:31.049 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-09-03 16:08:31.049 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-09-03 16:08:31.049 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-09-03 16:08:31.088 | [19153 Async create_glance_accounts:87359]: finished create_glance_accounts with result 0 in 76 seconds 2022-09-03 16:08:31.127 | [19153 Async create_cinder_accounts:87489]: Waiting for completion of create_cinder_accounts running on PID 87489 (4 other jobs running) 2022-09-03 16:08:31.153 | [19153 Async create_cinder_accounts:87489]: Signaling child to exit 2022-09-03 16:08:31.153 | WAKEUP 2022-09-03 16:08:31.175 | [19153 Async create_cinder_accounts:87489]: Signaled 2022-09-03 16:08:31.177 | + 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-09-03 16:08:31.177 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-09-03 16:08:31.177 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-09-03 16:08:31.177 | + functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:31.177 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:31.177 | + functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:31.177 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-03 16:08:31.177 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.177 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.178 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.178 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.178 | + functions-common:get_or_create_user:937 : user_id=511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.178 | + functions-common:get_or_create_user:938 : echo 511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.178 | 511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.178 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-09-03 16:08:31.178 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:31.178 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:31.178 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:31.178 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:31.178 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:31.178 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.178 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.178 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.178 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.179 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:31.179 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:31.179 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.179 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.179 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:31.179 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.179 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.179 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.179 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.179 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:31.179 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:31.179 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:31.179 | ++ functions-common:get_field:830 : echo '| 959b4ad7e7ec4ec49e7a1b35657bcb2b | 511229d0b8de44739ce7cdbd041bd7fc | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:31.179 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.179 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.179 | + functions-common:get_or_add_user_project_role:1009 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.179 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.179 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-03 16:08:31.180 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-09-03 16:08:31.180 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:31.180 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-09-03 16:08:31.180 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.180 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.180 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:31.180 | a9eeb7b6db9743e990a241b5739e1cdf' 2022-09-03 16:08:31.180 | + functions-common:get_or_create_service:1106 : echo a9eeb7b6db9743e990a241b5739e1cdf 2022-09-03 16:08:31.180 | a9eeb7b6db9743e990a241b5739e1cdf 2022-09-03 16:08:31.180 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-09-03 16:08:31.180 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-09-03 16:08:31.180 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:31.180 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-09-03 16:08:31.180 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:31.180 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.180 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.180 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:31.180 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:31.180 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.180 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.181 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.181 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=f5335f0ad657441b8f5335b36c4f9c60 2022-09-03 16:08:31.181 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo f5335f0ad657441b8f5335b36c4f9c60 2022-09-03 16:08:31.181 | + functions-common:get_or_create_endpoint:1139 : public_id=f5335f0ad657441b8f5335b36c4f9c60 2022-09-03 16:08:31.181 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:31.181 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:31.181 | + functions-common:get_or_create_endpoint:1148 : echo f5335f0ad657441b8f5335b36c4f9c60 2022-09-03 16:08:31.181 | f5335f0ad657441b8f5335b36c4f9c60 2022-09-03 16:08:31.181 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-09-03 16:08:31.181 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:31.181 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-09-03 16:08:31.181 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-09-03 16:08:31.181 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.181 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.181 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.181 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.181 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.181 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:31.181 | 04a2a79d91404724baf4b88a649507d5' 2022-09-03 16:08:31.181 | + functions-common:get_or_create_service:1106 : echo 04a2a79d91404724baf4b88a649507d5 2022-09-03 16:08:31.181 | 04a2a79d91404724baf4b88a649507d5 2022-09-03 16:08:31.181 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-09-03 16:08:31.181 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:31.181 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-09-03 16:08:31.181 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:31.181 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:31.181 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.181 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.181 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.181 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.181 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.181 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:31.181 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:31.182 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-09-03 16:08:31.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.182 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.182 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.182 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.182 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=7e55a858cb044a0da187d03f40829db0 2022-09-03 16:08:31.182 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 7e55a858cb044a0da187d03f40829db0 2022-09-03 16:08:31.182 | + functions-common:get_or_create_endpoint:1139 : public_id=7e55a858cb044a0da187d03f40829db0 2022-09-03 16:08:31.182 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:31.182 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:31.182 | + functions-common:get_or_create_endpoint:1148 : echo 7e55a858cb044a0da187d03f40829db0 2022-09-03 16:08:31.182 | 7e55a858cb044a0da187d03f40829db0 2022-09-03 16:08:31.182 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-09-03 16:08:31.182 | ++ lib/cinder:configure_cinder_internal_tenant:616 : get_or_create_project service 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_project:944 : local project_id 2022-09-03 16:08:31.182 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-09-03 16:08:31.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.182 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.182 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.182 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_project:950 : project_id=002517a7c4324d40af74066b9ecce099 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_project:951 : echo 002517a7c4324d40af74066b9ecce099 2022-09-03 16:08:31.182 | + lib/cinder:configure_cinder_internal_tenant:616 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 002517a7c4324d40af74066b9ecce099 2022-09-03 16:08:31.182 | ++ lib/cinder:configure_cinder_internal_tenant:617 : get_or_create_user cinder 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:31.182 | ++ functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:31.182 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-09-03 16:08:31.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.182 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.183 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.183 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.183 | No password was supplied, authentication will fail when a user does not have a password. 2022-09-03 16:08:31.183 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.183 | ++ functions-common:get_or_create_user:937 : user_id=511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.183 | ++ functions-common:get_or_create_user:938 : echo 511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.183 | + lib/cinder:configure_cinder_internal_tenant:617 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 511229d0b8de44739ce7cdbd041bd7fc 2022-09-03 16:08:31.229 | [19153 Async create_cinder_accounts:87489]: finished create_cinder_accounts with result 0 in 61 seconds 2022-09-03 16:08:31.233 | + inc/async:async_wait:197 : return 0 2022-09-03 16:08:31.236 | + ./stack.sh:main:1129 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-09-03 16:08:31.292 | [19153 Async create_neutron_accounts:87604]: Waiting for completion of create_neutron_accounts running on PID 87604 (3 other jobs running) 2022-09-03 16:08:31.319 | [19153 Async create_neutron_accounts:87604]: Signaling child to exit 2022-09-03 16:08:31.319 | WAKEUP 2022-09-03 16:08:31.344 | [19153 Async create_neutron_accounts:87604]: Signaled 2022-09-03 16:08:31.345 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-09-03 16:08:31.345 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-09-03 16:08:31.345 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 16:08:31.345 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-03 16:08:31.345 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-03 16:08:31.345 | + 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-09-03 16:08:31.345 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-09-03 16:08:31.345 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-09-03 16:08:31.345 | + lib/neutron-legacy:create_mutnauq_accounts:439 : local neutron_url 2022-09-03 16:08:31.345 | + lib/neutron-legacy:create_mutnauq_accounts:440 : '[' False == True ']' 2022-09-03 16:08:31.345 | + lib/neutron-legacy:create_mutnauq_accounts:443 : neutron_url=http://10.222.0.42:9696/ 2022-09-03 16:08:31.346 | + lib/neutron-legacy:create_mutnauq_accounts:446 : [[ 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-09-03 16:08:31.346 | + lib/neutron-legacy:create_mutnauq_accounts:448 : create_service_user neutron 2022-09-03 16:08:31.346 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-09-03 16:08:31.346 | + functions-common:get_or_create_user:921 : local user_id 2022-09-03 16:08:31.346 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-09-03 16:08:31.346 | + functions-common:get_or_create_user:925 : local email= 2022-09-03 16:08:31.346 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-03 16:08:31.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.346 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.346 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.346 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.346 | + functions-common:get_or_create_user:937 : user_id=84bcfa0182ca4b9ba49c143a2bbff331 2022-09-03 16:08:31.346 | + functions-common:get_or_create_user:938 : echo 84bcfa0182ca4b9ba49c143a2bbff331 2022-09-03 16:08:31.346 | 84bcfa0182ca4b9ba49c143a2bbff331 2022-09-03 16:08:31.346 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-09-03 16:08:31.346 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-09-03 16:08:31.346 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:969 : local domain 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:970 : domain= 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-09-03 16:08:31.346 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-09-03 16:08:31.346 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-09-03 16:08:31.346 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.346 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.346 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-03 16:08:31.346 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.346 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.347 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-09-03 16:08:31.347 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-09-03 16:08:31.347 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-09-03 16:08:31.347 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-09-03 16:08:31.347 | ++ functions-common:get_field:823 : local data field 2022-09-03 16:08:31.347 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-09-03 16:08:31.347 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.347 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.347 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.347 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-09-03 16:08:31.347 | ++ functions-common:get_field:828 : field='$2' 2022-09-03 16:08:31.347 | ++ functions-common:get_field:830 : echo '| 959b4ad7e7ec4ec49e7a1b35657bcb2b | 84bcfa0182ca4b9ba49c143a2bbff331 | | 002517a7c4324d40af74066b9ecce099 | | | False |' 2022-09-03 16:08:31.347 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-03 16:08:31.347 | ++ functions-common:get_field:824 : read data 2022-09-03 16:08:31.347 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.347 | + functions-common:get_or_add_user_project_role:1009 : echo 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.347 | 959b4ad7e7ec4ec49e7a1b35657bcb2b 2022-09-03 16:08:31.348 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-03 16:08:31.348 | + lib/neutron-legacy:create_mutnauq_accounts:450 : get_or_create_service neutron network 'Neutron Service' 2022-09-03 16:08:31.348 | + functions-common:get_or_create_service:1094 : local service_id 2022-09-03 16:08:31.348 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-09-03 16:08:31.348 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | ++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.348 | + functions-common:get_or_create_service:1105 : service_id=' 2022-09-03 16:08:31.348 | a1518c48dc6245a3a6442320f09ed5ad' 2022-09-03 16:08:31.348 | + functions-common:get_or_create_service:1106 : echo a1518c48dc6245a3a6442320f09ed5ad 2022-09-03 16:08:31.348 | a1518c48dc6245a3a6442320f09ed5ad 2022-09-03 16:08:31.348 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_endpoint network RegionOne http://10.222.0.42:9696/ 2022-09-03 16:08:31.348 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-09-03 16:08:31.348 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface network public http://10.222.0.42:9696/ RegionOne 2022-09-03 16:08:31.348 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-09-03 16:08:31.348 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.348 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-09-03 16:08:31.348 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-09-03 16:08:31.348 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.42:9696/ --region RegionOne -f value -c id 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-03 16:08:31.348 | from cryptography.utils import int_from_bytes 2022-09-03 16:08:31.348 | +++ functions-common:oscwrap:2491 : return 0 2022-09-03 16:08:31.348 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=d7f35eca4e9d45f5b13fd7dd7501451b 2022-09-03 16:08:31.349 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo d7f35eca4e9d45f5b13fd7dd7501451b 2022-09-03 16:08:31.349 | + functions-common:get_or_create_endpoint:1139 : public_id=d7f35eca4e9d45f5b13fd7dd7501451b 2022-09-03 16:08:31.349 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-09-03 16:08:31.349 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-09-03 16:08:31.349 | + functions-common:get_or_create_endpoint:1148 : echo d7f35eca4e9d45f5b13fd7dd7501451b 2022-09-03 16:08:31.349 | d7f35eca4e9d45f5b13fd7dd7501451b 2022-09-03 16:08:31.398 | [19153 Async create_neutron_accounts:87604]: finished create_neutron_accounts with result 0 in 42 seconds 2022-09-03 16:08:31.437 | [19153 Async create_swift_accounts:87745]: Waiting for completion of create_swift_accounts running on PID 87745 (2 other jobs running) 2022-09-03 16:08:31.463 | [19153 Async create_swift_accounts:87745]: Signaling child to exit