2022-04-12 03:24:12.436 | + ./stack.sh:main:489 : exec 2022-04-12 03:24:12.436 | + ./stack.sh:main:497 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-04-12-032412' 2022-04-12 03:24:12.436 | ++ ./stack.sh:main:489 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-04-12-032412.summary.2022-04-12-032412 2022-04-12 03:24:12.436 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:24:12.436 | + ./stack.sh:echo_summary:448 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-04-12-032412 2022-04-12 03:24:12.436 | + ./stack.sh:main:499 : ln -sf /opt/stack/logs/stack.sh.log.2022-04-12-032412 /opt/stack/logs/stack.sh.log 2022-04-12 03:24:12.436 | + ./stack.sh:main:500 : ln -sf /opt/stack/logs/stack.sh.log.2022-04-12-032412.summary.2022-04-12-032412 /opt/stack/logs/stack.sh.log.summary 2022-04-12 03:24:12.436 | + ./stack.sh:main:515 : check_path_perm_sanity /opt/stack 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:596 : local real_path 2022-04-12 03:24:12.437 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-04-12 03:24:12.437 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-04-12 03:24:12.437 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-04-12 03:24:12.437 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-04-12 03:24:12.437 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-04-12 03:24:12.437 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-04-12 03:24:12.438 | + ./stack.sh:main:521 : trap exit_trap EXIT 2022-04-12 03:24:12.440 | + ./stack.sh:main:562 : trap err_trap ERR 2022-04-12 03:24:12.442 | + ./stack.sh:main:575 : set -o errexit 2022-04-12 03:24:12.444 | + ./stack.sh:main:578 : uname -a 2022-04-12 03:24:12.445 | Linux dv-neutron-837392-3-hyperv 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-04-12 03:24:12.447 | + ./stack.sh:main:581 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-04-12 03:24:12.449 | + ./stack.sh:main:582 : rm -f /opt/stack/data/ca-bundle.pem 2022-04-12 03:24:12.452 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/database 2022-04-12 03:24:12.489 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/rpc_backend 2022-04-12 03:24:12.504 | + ./stack.sh:main:592 : fetch_plugins 2022-04-12 03:24:12.506 | + functions-common:fetch_plugins:1771 : local plugins= 2022-04-12 03:24:12.508 | + functions-common:fetch_plugins:1772 : local plugin 2022-04-12 03:24:12.510 | + functions-common:fetch_plugins:1775 : [[ -z '' ]] 2022-04-12 03:24:12.512 | + functions-common:fetch_plugins:1776 : return 2022-04-12 03:24:12.514 | + ./stack.sh:main:596 : run_phase override_defaults 2022-04-12 03:24:12.516 | + functions-common:run_phase:1853 : local mode=override_defaults 2022-04-12 03:24:12.518 | + functions-common:run_phase:1854 : local phase= 2022-04-12 03:24:12.519 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-12 03:24:12.521 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-04-12 03:24:12.523 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-12 03:24:12.525 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-04-12 03:24:12.527 | + functions-common:run_phase:1863 : local extra 2022-04-12 03:24:12.529 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-12 03:24:12.532 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-04-12 03:24:12.534 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-12 03:24:12.536 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-12 03:24:12.538 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-04-12 03:24:12.540 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-12 03:24:12.553 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:12.555 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-04-12 03:24:12.556 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-12 03:24:12.558 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-12 03:24:12.560 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-12 03:24:12.562 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-12 03:24:12.563 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-12 03:24:12.565 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-04-12 03:24:12.567 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-04-12 03:24:12.569 | + functions-common:run_phase:1874 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-04-12 03:24:12.571 | + functions-common:run_phase:1877 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-12 03:24:12.573 | + functions-common:run_phase:1878 : plugin_override_defaults 2022-04-12 03:24:12.574 | + functions-common:plugin_override_defaults:1812 : local plugins= 2022-04-12 03:24:12.576 | + functions-common:plugin_override_defaults:1813 : local plugin 2022-04-12 03:24:12.578 | + functions-common:plugin_override_defaults:1816 : [[ -z '' ]] 2022-04-12 03:24:12.580 | + functions-common:plugin_override_defaults:1817 : return 2022-04-12 03:24:12.582 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/apache 2022-04-12 03:24:12.599 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tls 2022-04-12 03:24:12.602 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-04-12 03:24:12.614 | ++ functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:24:12.616 | +++ lib/tls:source:43 : hostname -f 2022-04-12 03:24:12.620 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-04-12 03:24:12.622 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-04-12 03:24:12.623 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-04-12 03:24:12.625 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-04-12 03:24:12.627 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-04-12 03:24:12.629 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-04-12 03:24:12.631 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-04-12 03:24:12.633 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-04-12 03:24:12.634 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-04-12 03:24:12.636 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-04-12 03:24:12.641 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/infra 2022-04-12 03:24:12.653 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/libraries 2022-04-12 03:24:12.670 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/lvm 2022-04-12 03:24:12.683 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/horizon 2022-04-12 03:24:12.694 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/keystone 2022-04-12 03:24:12.730 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/glance 2022-04-12 03:24:12.789 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/nova 2022-04-12 03:24:12.879 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/placement 2022-04-12 03:24:12.901 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/cinder 2022-04-12 03:24:12.952 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/swift 2022-04-12 03:24:13.005 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/neutron 2022-04-12 03:24:13.155 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/ldap 2022-04-12 03:24:13.170 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/dstat 2022-04-12 03:24:13.183 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/tcpdump 2022-04-12 03:24:13.195 | + ./stack.sh:main:619 : source /home/ubuntu/devstack/lib/etcd3 2022-04-12 03:24:13.290 | + ./stack.sh:main:620 : source /home/ubuntu/devstack/lib/os-vif 2022-04-12 03:24:13.292 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-04-12 03:24:13.295 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-04-12 03:24:13.297 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-04-12 03:24:13.299 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-04-12 03:24:13.301 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-04-12 03:24:13.303 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-04-12 03:24:13.303 | False' 2022-04-12 03:24:13.306 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-04-12 03:24:13.321 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-04-12 03:24:13.323 | + ./stack.sh:main:626 : run_phase source 2022-04-12 03:24:13.325 | + functions-common:run_phase:1853 : local mode=source 2022-04-12 03:24:13.327 | + functions-common:run_phase:1854 : local phase= 2022-04-12 03:24:13.329 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-12 03:24:13.331 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-04-12 03:24:13.333 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-12 03:24:13.335 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-04-12 03:24:13.338 | + functions-common:run_phase:1863 : local extra 2022-04-12 03:24:13.341 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-12 03:24:13.345 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-04-12 03:24:13.347 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-12 03:24:13.349 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-12 03:24:13.351 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-04-12 03:24:13.354 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-12 03:24:13.367 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:13.369 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-04-12 03:24:13.371 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-04-12 03:24:13.410 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-04-12 03:24:13.412 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-04-12 03:24:13.415 | + functions-common:run_phase:1874 : [[ source == \s\o\u\r\c\e ]] 2022-04-12 03:24:13.417 | + functions-common:run_phase:1875 : load_plugin_settings 2022-04-12 03:24:13.419 | + functions-common:load_plugin_settings:1789 : local plugins= 2022-04-12 03:24:13.421 | + functions-common:load_plugin_settings:1790 : local plugin 2022-04-12 03:24:13.423 | + functions-common:load_plugin_settings:1793 : [[ -z '' ]] 2022-04-12 03:24:13.425 | + functions-common:load_plugin_settings:1794 : return 2022-04-12 03:24:13.427 | + functions-common:run_phase:1876 : verify_disabled_services 2022-04-12 03:24:13.430 | + functions-common:verify_disabled_services:2136 : local service 2022-04-12 03:24:13.432 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.434 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-04-12 03:24:13.436 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.439 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-04-12 03:24:13.441 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.443 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-04-12 03:24:13.445 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.448 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-04-12 03:24:13.450 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.452 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-04-12 03:24:13.454 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.457 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-04-12 03:24:13.459 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.462 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-04-12 03:24:13.464 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.466 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-04-12 03:24:13.468 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.471 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-04-12 03:24:13.473 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.475 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-04-12 03:24:13.478 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.480 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-04-12 03:24:13.483 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.485 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-04-12 03:24:13.487 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.489 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-04-12 03:24:13.492 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.494 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-04-12 03:24:13.496 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.498 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-04-12 03:24:13.500 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.503 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-04-12 03:24:13.505 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.507 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-04-12 03:24:13.510 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.512 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-04-12 03:24:13.514 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.516 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-04-12 03:24:13.519 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.521 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-04-12 03:24:13.524 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.526 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-04-12 03:24:13.528 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.530 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-04-12 03:24:13.533 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.535 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-04-12 03:24:13.537 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.539 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-04-12 03:24:13.542 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.544 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-04-12 03:24:13.546 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.548 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-04-12 03:24:13.550 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.553 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-04-12 03:24:13.555 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.557 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-04-12 03:24:13.559 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.562 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-04-12 03:24:13.564 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.566 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-04-12 03:24:13.568 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.571 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-04-12 03:24:13.573 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.575 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-04-12 03:24:13.578 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.580 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-04-12 03:24:13.582 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.584 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-04-12 03:24:13.587 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.589 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-04-12 03:24:13.591 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.594 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-04-12 03:24:13.596 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.598 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-04-12 03:24:13.601 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.603 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-04-12 03:24:13.605 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.607 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-04-12 03:24:13.609 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.612 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-04-12 03:24:13.614 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.616 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-04-12 03:24:13.618 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.621 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-04-12 03:24:13.623 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.625 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-04-12 03:24:13.627 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.629 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-04-12 03:24:13.632 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.634 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-04-12 03:24:13.637 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.639 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-04-12 03:24:13.641 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-04-12 03:24:13.643 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-04-12 03:24:13.646 | + ./stack.sh:main:697 : initialize_database_backends 2022-04-12 03:24:13.649 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-04-12 03:24:13.651 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-04-12 03:24:13.666 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:13.668 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-04-12 03:24:13.671 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-04-12 03:24:13.673 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-04-12 03:24:13.688 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:24:13.690 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-04-12 03:24:13.692 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-04-12 03:24:13.695 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-04-12 03:24:13.697 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-04-12 03:24:13.700 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-04-12 03:24:13.702 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-04-12 03:24:13.704 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-04-12 03:24:13.707 | + lib/database:initialize_database_backends:92 : return 0 2022-04-12 03:24:13.709 | + ./stack.sh:main:698 : echo 'Using mysql database backend' 2022-04-12 03:24:13.709 | Using mysql database backend 2022-04-12 03:24:13.712 | + ./stack.sh:main:701 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-04-12 03:24:13.728 | + ./stack.sh:main:703 : define_database_baseurl 2022-04-12 03:24:13.731 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-04-12 03:24:13.733 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-04-12 03:24:13.736 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-04-12 03:24:13.739 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-12 03:24:13.741 | + ./stack.sh:main:715 : is_service_enabled rabbit 2022-04-12 03:24:13.757 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:13.760 | + ./stack.sh:main:716 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-04-12 03:24:13.778 | + ./stack.sh:main:723 : is_service_enabled keystone 2022-04-12 03:24:13.795 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:13.797 | + ./stack.sh:main:725 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-04-12 03:24:13.813 | + ./stack.sh:main:727 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-04-12 03:24:13.829 | + ./stack.sh:main:738 : is_service_enabled ldap 2022-04-12 03:24:13.846 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:24:13.849 | + ./stack.sh:main:747 : is_service_enabled s-proxy 2022-04-12 03:24:13.865 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:13.868 | + ./stack.sh:main:751 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-04-12 03:24:13.885 | + ./stack.sh:main:753 : [[ -z '' ]] 2022-04-12 03:24:13.887 | + ./stack.sh:main:753 : [[ False == \T\r\u\e ]] 2022-04-12 03:24:13.889 | + ./stack.sh:main:759 : save_stackenv 759 2022-04-12 03:24:13.892 | + functions-common:save_stackenv:60 : local tag=759 2022-04-12 03:24:13.895 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-04-12 03:24:13.899 | + functions-common:save_stackenv:62 : time_stamp=2022-04-12-032413 2022-04-12 03:24:13.901 | + functions-common:save_stackenv:63 : echo '# 2022-04-12-032413 759' 2022-04-12 03:24:13.904 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.906 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-12 03:24:13.909 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.911 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-04-12 03:24:13.913 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.916 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-04-12 03:24:13.918 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.921 | + 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-04-12 03:24:13.923 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.925 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.39 2022-04-12 03:24:13.928 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.931 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.39/identity 2022-04-12 03:24:13.933 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.935 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-04-12-032412 2022-04-12 03:24:13.938 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.940 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-04-12 03:24:13.943 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.945 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.39 2022-04-12 03:24:13.948 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.950 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-04-12 03:24:13.953 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.955 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-04-12 03:24:13.957 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.960 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-04-12 03:24:13.962 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:24:13.965 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-04-12 03:24:13.967 | + ./stack.sh:main:772 : GIT_DEPTH=0 2022-04-12 03:24:13.970 | + ./stack.sh:main:772 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-04-12 03:24:13.972 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-04-12 03:24:13.974 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-04-12 03:24:13.976 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:24:13.979 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:24:13.981 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:24:13.984 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:24:13.986 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:24:13.989 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:24:14.004 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:24:14.006 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:24:14.009 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:24:14.011 | + functions-common:git_clone:629 : echo master 2022-04-12 03:24:14.012 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:24:14.017 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-04-12 03:24:14.019 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:24:14.021 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-04-12 03:24:14.024 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:24:14.024 | + functions-common:git_clone:678 : head -1 2022-04-12 03:24:14.027 | 7b88d6e8 update constraint for ovsdbapp to new release 1.16.0 2022-04-12 03:24:14.030 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:24:14.032 | + ./stack.sh:main:776 : echo_summary 'Installing package prerequisites' 2022-04-12 03:24:14.035 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:24:14.037 | + ./stack.sh:echo_summary:448 : echo -e Installing package prerequisites 2022-04-12 03:24:14.040 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-04-12 03:24:14.043 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-04-12 03:24:14.045 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-04-12 03:24:14.048 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-04-12 03:24:14.050 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-04-12 03:24:14.052 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-04-12 03:24:14.056 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-04-12 03:24:14.059 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-04-12 03:24:14.063 | ++ tools/install_prereqs.sh:source:47 : NOW=1649733854 2022-04-12 03:24:14.066 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-04-12 03:24:14.071 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1649733283 2022-04-12 03:24:14.074 | ++ tools/install_prereqs.sh:source:49 : DELTA=571 2022-04-12 03:24:14.076 | ++ tools/install_prereqs.sh:source:50 : [[ 571 -lt 7200 ]] 2022-04-12 03:24:14.079 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-04-12 03:24:14.081 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-04-12 03:24:14.083 | ++ functions-common:export_proxy_variables:2243 : isset http_proxy 2022-04-12 03:24:14.086 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-04-12 03:24:14.088 | ++ functions-common:export_proxy_variables:2246 : isset https_proxy 2022-04-12 03:24:14.090 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-04-12 03:24:14.093 | ++ functions-common:export_proxy_variables:2249 : isset no_proxy 2022-04-12 03:24:14.095 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-04-12 03:24:14.099 | +++ 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-04-12 03:24:14.145 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-04-12 03:24:14.145 | apache2-dev 2022-04-12 03:24:14.145 | bc 2022-04-12 03:24:14.145 | bsdmainutils 2022-04-12 03:24:14.145 | curl 2022-04-12 03:24:14.145 | g++ 2022-04-12 03:24:14.145 | gawk 2022-04-12 03:24:14.145 | gcc 2022-04-12 03:24:14.145 | gettext 2022-04-12 03:24:14.145 | git 2022-04-12 03:24:14.145 | graphviz 2022-04-12 03:24:14.145 | iputils-ping 2022-04-12 03:24:14.145 | libapache2-mod-proxy-uwsgi 2022-04-12 03:24:14.145 | libffi-dev 2022-04-12 03:24:14.145 | libjpeg-dev 2022-04-12 03:24:14.145 | libpcre3-dev 2022-04-12 03:24:14.146 | libpq-dev 2022-04-12 03:24:14.146 | libssl-dev 2022-04-12 03:24:14.146 | libsystemd-dev 2022-04-12 03:24:14.146 | libxml2-dev 2022-04-12 03:24:14.146 | libxslt1-dev 2022-04-12 03:24:14.146 | libyaml-dev 2022-04-12 03:24:14.146 | lsof 2022-04-12 03:24:14.146 | openssh-server 2022-04-12 03:24:14.146 | openssl 2022-04-12 03:24:14.146 | pkg-config 2022-04-12 03:24:14.146 | psmisc 2022-04-12 03:24:14.146 | python3-dev 2022-04-12 03:24:14.146 | python3-pip 2022-04-12 03:24:14.146 | python3-systemd 2022-04-12 03:24:14.146 | python3-venv 2022-04-12 03:24:14.146 | tar 2022-04-12 03:24:14.146 | tcpdump 2022-04-12 03:24:14.146 | unzip 2022-04-12 03:24:14.146 | uuid-runtime 2022-04-12 03:24:14.146 | wget 2022-04-12 03:24:14.146 | wget 2022-04-12 03:24:14.146 | zlib1g-dev 2022-04-12 03:24:14.146 | libkrb5-dev 2022-04-12 03:24:14.146 | libldap2-dev 2022-04-12 03:24:14.146 | libsasl2-dev 2022-04-12 03:24:14.146 | memcached 2022-04-12 03:24:14.146 | python3-mysqldb 2022-04-12 03:24:14.146 | sqlite3 2022-04-12 03:24:14.146 | conntrack 2022-04-12 03:24:14.146 | curl 2022-04-12 03:24:14.146 | dnsmasq-base 2022-04-12 03:24:14.146 | dnsmasq-utils 2022-04-12 03:24:14.146 | ebtables 2022-04-12 03:24:14.146 | genisoimage 2022-04-12 03:24:14.146 | iptables 2022-04-12 03:24:14.146 | iputils-arping 2022-04-12 03:24:14.146 | kpartx 2022-04-12 03:24:14.147 | libjs-jquery-tablesorter 2022-04-12 03:24:14.147 | parted 2022-04-12 03:24:14.147 | pm-utils 2022-04-12 03:24:14.147 | python3-mysqldb 2022-04-12 03:24:14.147 | socat 2022-04-12 03:24:14.147 | sqlite3 2022-04-12 03:24:14.147 | sudo 2022-04-12 03:24:14.147 | vlan 2022-04-12 03:24:14.147 | lsscsi 2022-04-12 03:24:14.147 | open-iscsi 2022-04-12 03:24:14.147 | lvm2 2022-04-12 03:24:14.147 | qemu-utils 2022-04-12 03:24:14.147 | thin-provisioning-tools 2022-04-12 03:24:14.147 | acl 2022-04-12 03:24:14.147 | dnsmasq-base 2022-04-12 03:24:14.147 | dnsmasq-utils 2022-04-12 03:24:14.147 | ebtables 2022-04-12 03:24:14.147 | haproxy 2022-04-12 03:24:14.147 | iptables 2022-04-12 03:24:14.147 | iputils-arping 2022-04-12 03:24:14.147 | iputils-ping 2022-04-12 03:24:14.147 | postgresql-server-dev-all 2022-04-12 03:24:14.147 | python3-mysqldb 2022-04-12 03:24:14.147 | sqlite3 2022-04-12 03:24:14.147 | sudo 2022-04-12 03:24:14.147 | vlan 2022-04-12 03:24:14.147 | pcp 2022-04-12 03:24:14.147 | ipset 2022-04-12 03:24:14.147 | conntrack 2022-04-12 03:24:14.147 | conntrackd 2022-04-12 03:24:14.147 | keepalived 2022-04-12 03:24:14.147 | lvm2 2022-04-12 03:24:14.147 | qemu-utils 2022-04-12 03:24:14.147 | thin-provisioning-tools 2022-04-12 03:24:14.147 | curl 2022-04-12 03:24:14.147 | liberasurecode-dev 2022-04-12 03:24:14.147 | make 2022-04-12 03:24:14.148 | memcached 2022-04-12 03:24:14.148 | rsync 2022-04-12 03:24:14.148 | sqlite3 2022-04-12 03:24:14.148 | xfsprogs' 2022-04-12 03:24:14.150 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-04-12 03:24:14.168 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-04-12 03:24:14.168 | apache2-dev 2022-04-12 03:24:14.168 | bc 2022-04-12 03:24:14.168 | bsdmainutils 2022-04-12 03:24:14.168 | curl 2022-04-12 03:24:14.168 | g++ 2022-04-12 03:24:14.168 | gawk 2022-04-12 03:24:14.168 | gcc 2022-04-12 03:24:14.168 | gettext 2022-04-12 03:24:14.168 | git 2022-04-12 03:24:14.168 | graphviz 2022-04-12 03:24:14.168 | iputils-ping 2022-04-12 03:24:14.168 | libapache2-mod-proxy-uwsgi 2022-04-12 03:24:14.168 | libffi-dev 2022-04-12 03:24:14.168 | libjpeg-dev 2022-04-12 03:24:14.168 | libpcre3-dev 2022-04-12 03:24:14.168 | libpq-dev 2022-04-12 03:24:14.168 | libssl-dev 2022-04-12 03:24:14.168 | libsystemd-dev 2022-04-12 03:24:14.168 | libxml2-dev 2022-04-12 03:24:14.168 | libxslt1-dev 2022-04-12 03:24:14.168 | libyaml-dev 2022-04-12 03:24:14.168 | lsof 2022-04-12 03:24:14.168 | openssh-server 2022-04-12 03:24:14.168 | openssl 2022-04-12 03:24:14.168 | pkg-config 2022-04-12 03:24:14.168 | psmisc 2022-04-12 03:24:14.168 | python3-dev 2022-04-12 03:24:14.168 | python3-pip 2022-04-12 03:24:14.168 | python3-systemd 2022-04-12 03:24:14.168 | python3-venv 2022-04-12 03:24:14.168 | tar 2022-04-12 03:24:14.168 | tcpdump 2022-04-12 03:24:14.168 | unzip 2022-04-12 03:24:14.168 | uuid-runtime 2022-04-12 03:24:14.168 | wget 2022-04-12 03:24:14.169 | wget 2022-04-12 03:24:14.169 | zlib1g-dev 2022-04-12 03:24:14.169 | libkrb5-dev 2022-04-12 03:24:14.169 | libldap2-dev 2022-04-12 03:24:14.169 | libsasl2-dev 2022-04-12 03:24:14.169 | memcached 2022-04-12 03:24:14.169 | python3-mysqldb 2022-04-12 03:24:14.169 | sqlite3 2022-04-12 03:24:14.169 | conntrack 2022-04-12 03:24:14.169 | curl 2022-04-12 03:24:14.169 | dnsmasq-base 2022-04-12 03:24:14.169 | dnsmasq-utils 2022-04-12 03:24:14.169 | ebtables 2022-04-12 03:24:14.169 | genisoimage 2022-04-12 03:24:14.169 | iptables 2022-04-12 03:24:14.169 | iputils-arping 2022-04-12 03:24:14.169 | kpartx 2022-04-12 03:24:14.169 | libjs-jquery-tablesorter 2022-04-12 03:24:14.169 | parted 2022-04-12 03:24:14.169 | pm-utils 2022-04-12 03:24:14.169 | python3-mysqldb 2022-04-12 03:24:14.169 | socat 2022-04-12 03:24:14.169 | sqlite3 2022-04-12 03:24:14.169 | sudo 2022-04-12 03:24:14.169 | vlan 2022-04-12 03:24:14.169 | lsscsi 2022-04-12 03:24:14.169 | open-iscsi 2022-04-12 03:24:14.169 | lvm2 2022-04-12 03:24:14.169 | qemu-utils 2022-04-12 03:24:14.169 | thin-provisioning-tools 2022-04-12 03:24:14.169 | acl 2022-04-12 03:24:14.169 | dnsmasq-base 2022-04-12 03:24:14.169 | dnsmasq-utils 2022-04-12 03:24:14.169 | ebtables 2022-04-12 03:24:14.169 | haproxy 2022-04-12 03:24:14.169 | iptables 2022-04-12 03:24:14.169 | iputils-arping 2022-04-12 03:24:14.170 | iputils-ping 2022-04-12 03:24:14.170 | postgresql-server-dev-all 2022-04-12 03:24:14.170 | python3-mysqldb 2022-04-12 03:24:14.170 | sqlite3 2022-04-12 03:24:14.170 | sudo 2022-04-12 03:24:14.170 | vlan 2022-04-12 03:24:14.170 | pcp 2022-04-12 03:24:14.170 | ipset 2022-04-12 03:24:14.170 | conntrack 2022-04-12 03:24:14.170 | conntrackd 2022-04-12 03:24:14.170 | keepalived 2022-04-12 03:24:14.170 | lvm2 2022-04-12 03:24:14.170 | qemu-utils 2022-04-12 03:24:14.170 | thin-provisioning-tools 2022-04-12 03:24:14.170 | curl 2022-04-12 03:24:14.170 | liberasurecode-dev 2022-04-12 03:24:14.170 | make 2022-04-12 03:24:14.170 | memcached 2022-04-12 03:24:14.170 | rsync 2022-04-12 03:24:14.170 | sqlite3 2022-04-12 03:24:14.170 | xfsprogs ' 2022-04-12 03:24:14.170 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-04-12 03:24:14.172 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:14.175 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:14.178 | ++ 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-04-12 03:24:14.178 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-04-12 03:24:14.183 | ++ 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-04-12 03:24:14.186 | ++ functions-common:install_package:1463 : update_package_repo 2022-04-12 03:24:14.188 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:24:14.190 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-04-12 03:24:14.192 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:24:14.194 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:24:14.196 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:24:14.199 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:14.201 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:14.203 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:24:14.205 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-04-12 03:24:14.207 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-04-12 03:24:14.209 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-04-12 03:24:14.212 | +++ functions-common:apt_get_update:1197 : id -u 2022-04-12 03:24:14.216 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-04-12 03:24:14.218 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-04-12 03:24:14.220 | ++ functions-common:time_start:2411 : local name=apt-get-update 2022-04-12 03:24:14.222 | ++ functions-common:time_start:2412 : local start_time= 2022-04-12 03:24:14.224 | ++ functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:24:14.226 | +++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:24:14.230 | ++ functions-common:time_start:2416 : _TIME_START[$name]=1649733854228 2022-04-12 03:24:14.232 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-04-12 03:24:14.234 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-04-12 03:24:14.236 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-04-12 03:24:14.625 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-04-12 03:24:14.685 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-12 03:24:14.746 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-12 03:24:14.876 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-12 03:24:16.904 | Reading package lists... 2022-04-12 03:24:16.936 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-04-12 03:24:16.938 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-04-12 03:24:16.941 | ++ functions-common:time_stop:2425 : local name 2022-04-12 03:24:16.943 | ++ functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:16.945 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:16.947 | ++ functions-common:time_stop:2428 : local total 2022-04-12 03:24:16.950 | ++ functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:16.952 | ++ functions-common:time_stop:2431 : name=apt-get-update 2022-04-12 03:24:16.954 | ++ functions-common:time_stop:2432 : start_time=1649733854228 2022-04-12 03:24:16.956 | ++ functions-common:time_stop:2434 : [[ -z 1649733854228 ]] 2022-04-12 03:24:16.958 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:16.962 | ++ functions-common:time_stop:2437 : end_time=1649733856960 2022-04-12 03:24:16.965 | ++ functions-common:time_stop:2438 : elapsed_time=2732 2022-04-12 03:24:16.967 | ++ functions-common:time_stop:2439 : total=0 2022-04-12 03:24:16.969 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:16.971 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2732 2022-04-12 03:24:16.974 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-04-12 03:24:16.976 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:24:16.978 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:16.980 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:16.983 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-04-12 03:24:17.003 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-04-12 03:24:17.112 | Reading package lists... 2022-04-12 03:24:17.355 | Building dependency tree... 2022-04-12 03:24:17.356 | Reading state information... 2022-04-12 03:24:17.390 | acl is already the newest version (2.2.53-6). 2022-04-12 03:24:17.390 | bc is already the newest version (1.07.1-2build1). 2022-04-12 03:24:17.390 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-04-12 03:24:17.390 | conntrack is already the newest version (1:1.4.5-2). 2022-04-12 03:24:17.390 | ebtables is already the newest version (2.0.11-3build1). 2022-04-12 03:24:17.390 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-04-12 03:24:17.390 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-04-12 03:24:17.390 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-04-12 03:24:17.390 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-04-12 03:24:17.390 | gettext is already the newest version (0.19.8.1-10build1). 2022-04-12 03:24:17.390 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-04-12 03:24:17.390 | iputils-arping is already the newest version (3:20190709-3). 2022-04-12 03:24:17.390 | iputils-ping is already the newest version (3:20190709-3). 2022-04-12 03:24:17.391 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-04-12 03:24:17.391 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-04-12 03:24:17.391 | libffi-dev is already the newest version (3.3-4). 2022-04-12 03:24:17.391 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-04-12 03:24:17.391 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-04-12 03:24:17.391 | libxslt1-dev is already the newest version (1.1.34-4). 2022-04-12 03:24:17.391 | libyaml-dev is already the newest version (0.2.2-1). 2022-04-12 03:24:17.391 | lsscsi is already the newest version (0.30-0.1). 2022-04-12 03:24:17.391 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-04-12 03:24:17.391 | make is already the newest version (4.2.1-1.2). 2022-04-12 03:24:17.391 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-04-12 03:24:17.391 | psmisc is already the newest version (23.3-1). 2022-04-12 03:24:17.391 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-04-12 03:24:17.391 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-04-12 03:24:17.391 | python3-systemd is already the newest version (234-3build2). 2022-04-12 03:24:17.391 | socat is already the newest version (1.7.3.3-2). 2022-04-12 03:24:17.391 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-04-12 03:24:17.391 | unzip is already the newest version (6.0-25ubuntu1). 2022-04-12 03:24:17.391 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-04-12 03:24:17.391 | conntrackd is already the newest version (1:1.4.5-2). 2022-04-12 03:24:17.391 | graphviz is already the newest version (2.42.2-3build2). 2022-04-12 03:24:17.391 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-04-12 03:24:17.391 | pcp is already the newest version (5.0.3-1). 2022-04-12 03:24:17.391 | pm-utils is already the newest version (1.4.1-19). 2022-04-12 03:24:17.391 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-04-12 03:24:17.391 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-04-12 03:24:17.391 | apache2-dev is already the newest version (2.4.41-4ubuntu3.10). 2022-04-12 03:24:17.391 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-04-12 03:24:17.391 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-04-12 03:24:17.391 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-04-12 03:24:17.391 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-04-12 03:24:17.391 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-04-12 03:24:17.391 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-04-12 03:24:17.391 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-04-12 03:24:17.392 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-04-12 03:24:17.392 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-04-12 03:24:17.392 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-04-12 03:24:17.392 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-04-12 03:24:17.392 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.12). 2022-04-12 03:24:17.392 | libsystemd-dev is already the newest version (245.4-4ubuntu3.15). 2022-04-12 03:24:17.392 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.2). 2022-04-12 03:24:17.392 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-04-12 03:24:17.392 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-04-12 03:24:17.392 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-04-12 03:24:17.392 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.4). 2022-04-12 03:24:17.392 | openssl is already the newest version (1.1.1f-1ubuntu2.12). 2022-04-12 03:24:17.392 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-04-12 03:24:17.392 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-04-12 03:24:17.392 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-04-12 03:24:17.392 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-04-12 03:24:17.392 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-04-12 03:24:17.392 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-04-12 03:24:17.392 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-04-12 03:24:17.392 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-04-12 03:24:17.392 | wget is already the newest version (1.20.3-1ubuntu2). 2022-04-12 03:24:17.392 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-04-12 03:24:17.612 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-04-12 03:24:17.612 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-04-12 03:24:17.612 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-04-12 03:24:17.612 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-04-12 03:24:17.612 | The following packages were automatically installed and are no longer required: 2022-04-12 03:24:17.613 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:24:17.613 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:24:17.613 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:24:17.613 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:24:17.613 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:24:17.613 | python3-zope.interface 2022-04-12 03:24:17.613 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:24:17.727 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:24:17.731 | ++ functions-common:apt_get:1234 : result=0 2022-04-12 03:24:17.733 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:24:17.736 | ++ functions-common:time_stop:2425 : local name 2022-04-12 03:24:17.738 | ++ functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:17.740 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:17.743 | ++ functions-common:time_stop:2428 : local total 2022-04-12 03:24:17.745 | ++ functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:17.747 | ++ functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:24:17.749 | ++ functions-common:time_stop:2432 : start_time=1649733857000 2022-04-12 03:24:17.752 | ++ functions-common:time_stop:2434 : [[ -z 1649733857000 ]] 2022-04-12 03:24:17.754 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:17.759 | ++ functions-common:time_stop:2437 : end_time=1649733857756 2022-04-12 03:24:17.761 | ++ functions-common:time_stop:2438 : elapsed_time=756 2022-04-12 03:24:17.763 | ++ functions-common:time_stop:2439 : total=752 2022-04-12 03:24:17.765 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:17.768 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1508 2022-04-12 03:24:17.770 | ++ functions-common:apt_get:1238 : return 0 2022-04-12 03:24:17.773 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-04-12 03:24:17.775 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-04-12 03:24:17.778 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-04-12 03:24:17.782 | ++ tools/install_prereqs.sh:source:89 : date 2022-04-12 03:24:17.786 | + ./stack.sh:main:792 : [[ False != \T\r\u\e ]] 2022-04-12 03:24:17.789 | + ./stack.sh:main:793 : PYPI_ALTERNATIVE_URL= 2022-04-12 03:24:17.791 | + ./stack.sh:main:793 : /home/ubuntu/devstack/tools/install_pip.sh 2022-04-12 03:24:19.203 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-04-12 03:24:19.204 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-04-12 03:24:19.206 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-04-12 03:24:19.208 | + tools/install_pip.sh:main:43 : GetDistro 2022-04-12 03:24:19.210 | + functions-common:GetDistro:446 : GetOSVersion 2022-04-12 03:24:19.212 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-04-12 03:24:19.214 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-04-12 03:24:19.216 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-04-12 03:24:19.217 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-04-12 03:24:19.219 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-04-12 03:24:19.221 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-04-12 03:24:19.223 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-04-12 03:24:19.225 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-04-12 03:24:19.227 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-04-12 03:24:19.229 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-04-12 03:24:19.230 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-04-12 03:24:19.232 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-04-12 03:24:19.234 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-04-12 03:24:19.235 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-04-12 03:24:19.237 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-04-12 03:24:19.240 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-04-12 03:24:19.242 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-04-12 03:24:19.243 | + functions-common:_ensure_lsb_release:394 : return 2022-04-12 03:24:19.246 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-04-12 03:24:19.320 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-04-12 03:24:19.322 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-04-12 03:24:19.397 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-04-12 03:24:19.400 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-04-12 03:24:19.474 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-04-12 03:24:19.475 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-04-12 03:24:19.478 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-04-12 03:24:19.480 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-04-12 03:24:19.482 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-04-12 03:24:19.483 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-04-12 03:24:19.485 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-04-12 03:24:19.487 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-04-12 03:24:19.489 | + functions-common:GetDistro:451 : DISTRO=focal 2022-04-12 03:24:19.491 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-04-12 03:24:19.493 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-04-12 03:24:19.493 | Distro: focal 2022-04-12 03:24:19.495 | + tools/install_pip.sh:main:124 : get_versions 2022-04-12 03:24:19.498 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-04-12 03:24:19.501 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-04-12 03:24:19.503 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-04-12 03:24:19.506 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-04-12 03:24:19.506 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-04-12 03:24:20.186 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-04-12 03:24:20.188 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-04-12 03:24:20.188 | pip: 21.3.1 2022-04-12 03:24:20.190 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-04-12 03:24:20.192 | + tools/install_pip.sh:main:130 : is_fedora 2022-04-12 03:24:20.193 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:24:20.195 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:24:20.197 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:24:20.198 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:24:20.200 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:24:20.202 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:24:20.204 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:24:20.205 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:24:20.207 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:24:20.209 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:24:20.211 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:24:20.213 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-04-12 03:24:20.214 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:20.216 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:20.218 | + tools/install_pip.sh:main:142 : : 2022-04-12 03:24:20.220 | + tools/install_pip.sh:main:147 : set -x 2022-04-12 03:24:20.222 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-04-12 03:24:20.224 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-04-12 03:24:20.225 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:24:20.228 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-04-12 03:24:20.230 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-04-12 03:24:20.232 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:24:20.234 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:24:20.235 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:24:20.239 | ++ 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-04-12 03:24:20.240 | ++ 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-04-12 03:24:20.242 | ++ 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-04-12 03:24:20.244 | + 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-04-12 03:24:20.246 | + 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-04-12 03:24:20.262 | 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-04-12 03:24:20.264 | + 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-04-12 03:24:21.123 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:21.123 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:21.123 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:21.123 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:22.385 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:23.861 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-04-12 03:24:23.871 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a65/e3802053e99fc/setuptools-62.0.0-py3-none-any.whl (1.1 MB) 2022-04-12 03:24:26.437 | Installing collected packages: setuptools 2022-04-12 03:24:27.302 | Successfully installed setuptools-62.0.0 2022-04-12 03:24:27.302 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:24:27.479 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:24:27.479 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:24:27.617 | + inc/python:pip_install:200 : result=0 2022-04-12 03:24:27.619 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:24:27.621 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:27.622 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:27.624 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:27.626 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:27.627 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:27.629 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:24:27.631 | + functions-common:time_stop:2432 : start_time=1649733860258 2022-04-12 03:24:27.633 | + functions-common:time_stop:2434 : [[ -z 1649733860258 ]] 2022-04-12 03:24:27.636 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:27.639 | + functions-common:time_stop:2437 : end_time=1649733867637 2022-04-12 03:24:27.641 | + functions-common:time_stop:2438 : elapsed_time=7379 2022-04-12 03:24:27.643 | + functions-common:time_stop:2439 : total=0 2022-04-12 03:24:27.644 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:27.646 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=7379 2022-04-12 03:24:27.648 | + inc/python:pip_install:203 : return 0 2022-04-12 03:24:27.650 | + tools/install_pip.sh:main:153 : get_versions 2022-04-12 03:24:27.653 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-04-12 03:24:27.656 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-04-12 03:24:27.658 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-04-12 03:24:27.661 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-04-12 03:24:27.661 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-04-12 03:24:28.353 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-04-12 03:24:28.354 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-04-12 03:24:28.355 | pip: 21.3.1 2022-04-12 03:24:28.358 | + ./stack.sh:main:797 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-04-12 03:24:28.360 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-04-12 03:24:28.364 | + ./stack.sh:main:798 : fixup_all 2022-04-12 03:24:28.366 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-04-12 03:24:28.368 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-04-12 03:24:28.370 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:28.372 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:28.374 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-04-12 03:24:28.386 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-04-12 03:24:28.397 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-04-12 03:24:28.409 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-04-12 03:24:28.411 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-04-12 03:24:28.413 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:24:28.416 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:24:28.418 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:24:28.420 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:24:28.422 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:24:28.424 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:24:28.426 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:24:28.428 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:24:28.430 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:24:28.432 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:24:28.434 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:24:28.437 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-04-12 03:24:28.439 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-04-12 03:24:28.441 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-04-12 03:24:28.443 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:24:28.445 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:24:28.447 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:24:28.450 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:24:28.452 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:24:28.454 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:24:28.456 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-04-12 03:24:28.458 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-04-12 03:24:28.461 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-04-12 03:24:28.463 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-04-12 03:24:28.465 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-04-12 03:24:28.468 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-04-12 03:24:28.470 | + ./stack.sh:main:801 : pip_install -U os-testr 2022-04-12 03:24:28.491 | Using python 3.8 to install os-testr 2022-04-12 03:24:28.493 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-04-12 03:24:29.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:29.360 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:29.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:29.360 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:30.540 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:30.572 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-04-12 03:24:30.648 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.1) 2022-04-12 03:24:30.650 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-04-12 03:24:30.651 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-04-12 03:24:30.665 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-04-12 03:24:30.676 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-04-12 03:24:30.686 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-04-12 03:24:33.181 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:24:33.188 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:24:33.188 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:24:33.309 | + inc/python:pip_install:200 : result=0 2022-04-12 03:24:33.311 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:24:33.313 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:33.315 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:33.318 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:33.320 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:33.322 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:33.324 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:24:33.326 | + functions-common:time_stop:2432 : start_time=1649733868486 2022-04-12 03:24:33.329 | + functions-common:time_stop:2434 : [[ -z 1649733868486 ]] 2022-04-12 03:24:33.331 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:33.335 | + functions-common:time_stop:2437 : end_time=1649733873333 2022-04-12 03:24:33.338 | + functions-common:time_stop:2438 : elapsed_time=4847 2022-04-12 03:24:33.340 | + functions-common:time_stop:2439 : total=0 2022-04-12 03:24:33.342 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:33.344 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=4847 2022-04-12 03:24:33.347 | + inc/python:pip_install:203 : return 0 2022-04-12 03:24:33.349 | + ./stack.sh:main:805 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-04-12 03:24:33.401 | + ./stack.sh:main:806 : sudo systemctl restart systemd-journald 2022-04-12 03:24:33.512 | + ./stack.sh:main:812 : install_infra 2022-04-12 03:24:33.515 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-12 03:24:33.518 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-04-12 03:24:33.521 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-12 03:24:33.523 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-04-12 03:24:33.546 | + 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-04-12 03:24:35.453 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.460 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.464 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.470 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.474 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.481 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.486 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.512 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.591 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.610 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.614 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.620 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.634 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.643 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.644 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.662 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.679 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.689 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.694 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.712 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.735 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.752 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.760 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.766 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.787 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.816 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.818 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.832 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.837 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.841 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.846 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.861 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.868 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.918 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.936 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.940 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:35.972 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.035 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.042 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.049 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.100 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.113 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.122 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.226 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.251 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.255 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.266 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.271 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.291 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.298 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.315 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.347 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.376 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.389 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.401 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.419 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.427 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.442 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.454 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.458 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:36.464 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:36.964 | Requirement already up-to-date: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (5.8.1) 2022-04-12 03:24:37.260 | + inc/python:pip_install:200 : result=0 2022-04-12 03:24:37.262 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:24:37.264 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:37.267 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:37.269 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:37.271 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:37.273 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:37.275 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:24:37.278 | + functions-common:time_stop:2432 : start_time=1649733873539 2022-04-12 03:24:37.280 | + functions-common:time_stop:2434 : [[ -z 1649733873539 ]] 2022-04-12 03:24:37.282 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:37.286 | + functions-common:time_stop:2437 : end_time=1649733877284 2022-04-12 03:24:37.288 | + functions-common:time_stop:2438 : elapsed_time=3745 2022-04-12 03:24:37.291 | + functions-common:time_stop:2439 : total=4847 2022-04-12 03:24:37.293 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:37.295 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=8592 2022-04-12 03:24:37.297 | + inc/python:pip_install:203 : return 0 2022-04-12 03:24:37.300 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-12 03:24:37.302 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-04-12 03:24:37.324 | + 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-04-12 03:24:39.092 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.100 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.105 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.111 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.114 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.122 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.126 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.151 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.230 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.249 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.253 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.258 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.273 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.281 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.283 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.300 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.317 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.327 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.332 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.350 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.372 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.390 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.399 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.404 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.425 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.455 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.457 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.471 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.476 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.480 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.485 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.500 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.507 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.557 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.575 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.579 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.610 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.674 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.681 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.687 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.738 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.753 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.762 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.866 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.895 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.901 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.914 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.919 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.938 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.946 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.963 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:39.993 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.022 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.035 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.047 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.065 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.074 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.088 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.099 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.103 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-04-12 03:24:40.110 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:40.112 | Processing /opt/stack/requirements 2022-04-12 03:24:41.829 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (6.0) 2022-04-12 03:24:41.832 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (3.0.0) 2022-04-12 03:24:41.844 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (21.3) 2022-04-12 03:24:41.850 | 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 370)) (5.8.1) 2022-04-12 03:24:41.852 | Requirement already satisfied: pyparsing===3.0.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (3.0.7) 2022-04-12 03:24:41.858 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (2.27.1) 2022-04-12 03:24:41.885 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.16.0) 2022-04-12 03:24:41.888 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.5.0) 2022-04-12 03:24:41.898 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.26.9) 2022-04-12 03:24:41.950 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5354) (1.3) 2022-04-12 03:24:41.952 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5354) (0.3.0) 2022-04-12 03:24:41.967 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (3.3) 2022-04-12 03:24:41.971 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 497)) (2021.10.8) 2022-04-12 03:24:41.973 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.0.12) 2022-04-12 03:24:41.979 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) (1.0.0) 2022-04-12 03:24:41.981 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (3.10.1) 2022-04-12 03:24:41.994 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (3.5.0) 2022-04-12 03:24:42.000 | Requirement already satisfied: autopage===0.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (0.5.0) 2022-04-12 03:24:42.003 | Requirement already satisfied: cmd2===2.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.4.0) 2022-04-12 03:24:42.052 | Requirement already satisfied: prettytable===3.2.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (3.2.0) 2022-04-12 03:24:42.063 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 636)) (0.2.5) 2022-04-12 03:24:42.068 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (1.8.2) 2022-04-12 03:24:42.071 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (21.4.0) 2022-04-12 03:24:42.131 | Building wheels for collected packages: openstack-requirements 2022-04-12 03:24:42.132 | Building wheel for openstack-requirements (setup.py): started 2022-04-12 03:24:42.962 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-04-12 03:24:42.962 | ERROR: Command errored out with exit status 1: 2022-04-12 03:24:42.962 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-bmx4efju/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-bmx4efju/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-yvb4s5xp 2022-04-12 03:24:42.962 | cwd: /tmp/pip-req-build-bmx4efju/ 2022-04-12 03:24:42.962 | Complete output (6 lines): 2022-04-12 03:24:42.962 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-04-12 03:24:42.963 | or: setup.py --help [cmd1 cmd2 ...] 2022-04-12 03:24:42.963 | or: setup.py --help-commands 2022-04-12 03:24:42.963 | or: setup.py cmd --help 2022-04-12 03:24:42.963 | 2022-04-12 03:24:42.963 | error: invalid command 'bdist_wheel' 2022-04-12 03:24:42.963 | ---------------------------------------- 2022-04-12 03:24:42.963 | ERROR: Failed building wheel for openstack-requirements 2022-04-12 03:24:42.963 | Running setup.py clean for openstack-requirements 2022-04-12 03:24:43.788 | Failed to build openstack-requirements 2022-04-12 03:24:43.803 | Installing collected packages: openstack-requirements 2022-04-12 03:24:43.804 | Attempting uninstall: openstack-requirements 2022-04-12 03:24:43.805 | Found existing installation: openstack-requirements 1.2.1.dev5354 2022-04-12 03:24:43.840 | Uninstalling openstack-requirements-1.2.1.dev5354: 2022-04-12 03:24:43.858 | Successfully uninstalled openstack-requirements-1.2.1.dev5354 2022-04-12 03:24:43.861 | Running setup.py install for openstack-requirements: started 2022-04-12 03:24:46.228 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-04-12 03:24:46.251 | Successfully installed openstack-requirements-1.2.1.dev5354 2022-04-12 03:24:46.377 | + inc/python:pip_install:200 : result=0 2022-04-12 03:24:46.380 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:24:46.382 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:46.384 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:46.387 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:46.389 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:46.391 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:46.393 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:24:46.395 | + functions-common:time_stop:2432 : start_time=1649733877317 2022-04-12 03:24:46.397 | + functions-common:time_stop:2434 : [[ -z 1649733877317 ]] 2022-04-12 03:24:46.400 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:46.404 | + functions-common:time_stop:2437 : end_time=1649733886401 2022-04-12 03:24:46.406 | + functions-common:time_stop:2438 : elapsed_time=9084 2022-04-12 03:24:46.408 | + functions-common:time_stop:2439 : total=8592 2022-04-12 03:24:46.410 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:46.412 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=17676 2022-04-12 03:24:46.414 | + inc/python:pip_install:203 : return 0 2022-04-12 03:24:46.417 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-04-12 03:24:46.419 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-04-12 03:24:46.422 | + inc/python:use_library_from_git:250 : local name=pbr 2022-04-12 03:24:46.424 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:24:46.426 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:24:46.429 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-04-12 03:24:46.432 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:24:46.434 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-04-12 03:24:46.454 | Using python 3.8 to install pbr 2022-04-12 03:24:46.456 | + 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-04-12 03:24:47.317 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:47.317 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:47.317 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:24:47.317 | from cryptography.utils import int_from_bytes 2022-04-12 03:24:48.490 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:48.522 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.1) 2022-04-12 03:24:51.183 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:24:51.190 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:24:51.190 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:24:51.311 | + inc/python:pip_install:200 : result=0 2022-04-12 03:24:51.313 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:24:51.315 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:51.318 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:51.320 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:51.322 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:51.324 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:51.326 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:24:51.328 | + functions-common:time_stop:2432 : start_time=1649733886449 2022-04-12 03:24:51.330 | + functions-common:time_stop:2434 : [[ -z 1649733886449 ]] 2022-04-12 03:24:51.333 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:51.337 | + functions-common:time_stop:2437 : end_time=1649733891334 2022-04-12 03:24:51.339 | + functions-common:time_stop:2438 : elapsed_time=4885 2022-04-12 03:24:51.341 | + functions-common:time_stop:2439 : total=17676 2022-04-12 03:24:51.343 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:51.345 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=22561 2022-04-12 03:24:51.348 | + inc/python:pip_install:203 : return 0 2022-04-12 03:24:51.350 | + ./stack.sh:main:815 : python3 -m venv /opt/stack/bindep-venv 2022-04-12 03:24:53.615 | + ./stack.sh:main:817 : /opt/stack/bindep-venv/bin/pip install bindep 2022-04-12 03:24:55.486 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:24:55.487 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.2) 2022-04-12 03:24:55.502 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-04-12 03:24:55.504 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.8.1) 2022-04-12 03:24:55.507 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-04-12 03:24:55.511 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-04-12 03:24:55.516 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.8) 2022-04-12 03:24:55.589 | + ./stack.sh:main:818 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-04-12 03:24:55.592 | + ./stack.sh:main:818 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-04-12 03:24:55.595 | ++ ./stack.sh:main:821 : _get_plugin_bindep_packages 2022-04-12 03:24:55.612 | + ./stack.sh:main:821 : pkgs= 2022-04-12 03:24:55.614 | + ./stack.sh:main:822 : [[ -n '' ]] 2022-04-12 03:24:55.617 | + ./stack.sh:main:829 : run_phase stack pre-install 2022-04-12 03:24:55.620 | + functions-common:run_phase:1853 : local mode=stack 2022-04-12 03:24:55.622 | + functions-common:run_phase:1854 : local phase=pre-install 2022-04-12 03:24:55.624 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-12 03:24:55.626 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-04-12 03:24:55.628 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-12 03:24:55.630 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-04-12 03:24:55.633 | + functions-common:run_phase:1863 : local extra 2022-04-12 03:24:55.635 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-12 03:24:55.639 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-04-12 03:24:55.641 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-12 03:24:55.644 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-12 03:24:55.646 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-04-12 03:24:55.648 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-12 03:24:55.663 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:55.666 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-12 03:24:55.668 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:24:55.670 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-04-12 03:24:55.672 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:24:55.674 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-04-12 03:24:55.676 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:24:55.678 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-04-12 03:24:55.681 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:24:55.683 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-04-12 03:24:55.685 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:24:55.687 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-04-12 03:24:55.689 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-12 03:24:55.691 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-12 03:24:55.693 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-04-12 03:24:55.696 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-12 03:24:55.698 | + functions-common:run_phase:1880 : run_plugins stack pre-install 2022-04-12 03:24:55.700 | + functions-common:run_plugins:1839 : local mode=stack 2022-04-12 03:24:55.702 | + functions-common:run_plugins:1840 : local phase=pre-install 2022-04-12 03:24:55.704 | + functions-common:run_plugins:1842 : local plugins= 2022-04-12 03:24:55.706 | + functions-common:run_plugins:1843 : local plugin 2022-04-12 03:24:55.709 | + ./stack.sh:main:832 : set_systemd_override DefaultLimitNOFILE 2048 2022-04-12 03:24:55.711 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-04-12 03:24:55.714 | + functions:set_systemd_override:821 : local value=2048 2022-04-12 03:24:55.716 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-04-12 03:24:55.718 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-04-12 03:24:55.771 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-04-12 03:24:55.771 | Set systemd system override for DefaultLimitNOFILE=2048 2022-04-12 03:24:55.773 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-04-12 03:24:56.154 | + ./stack.sh:main:834 : install_rpc_backend 2022-04-12 03:24:56.156 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-04-12 03:24:56.173 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:56.175 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-04-12 03:24:56.177 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:24:56.180 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:24:56.182 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:24:56.184 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:24:56.186 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:24:56.189 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:24:56.191 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:56.193 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:56.195 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:24:56.198 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:24:56.200 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:24:56.202 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:24:56.204 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-04-12 03:24:56.207 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:24:56.209 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:24:56.212 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:24:56.214 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-04-12 03:24:56.235 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-04-12 03:24:56.344 | Reading package lists... 2022-04-12 03:24:56.584 | Building dependency tree... 2022-04-12 03:24:56.586 | Reading state information... 2022-04-12 03:24:56.840 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-04-12 03:24:56.840 | The following packages were automatically installed and are no longer required: 2022-04-12 03:24:56.841 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:24:56.841 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:24:56.841 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:24:56.841 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:24:56.841 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:24:56.842 | python3-zope.interface 2022-04-12 03:24:56.842 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:24:56.957 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:24:56.962 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:24:56.964 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:24:56.966 | + functions-common:time_stop:2425 : local name 2022-04-12 03:24:56.969 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:24:56.971 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:24:56.973 | + functions-common:time_stop:2428 : local total 2022-04-12 03:24:56.975 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:24:56.978 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:24:56.980 | + functions-common:time_stop:2432 : start_time=1649733896233 2022-04-12 03:24:56.982 | + functions-common:time_stop:2434 : [[ -z 1649733896233 ]] 2022-04-12 03:24:56.985 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:24:56.989 | + functions-common:time_stop:2437 : end_time=1649733896986 2022-04-12 03:24:56.991 | + functions-common:time_stop:2438 : elapsed_time=753 2022-04-12 03:24:56.994 | + functions-common:time_stop:2439 : total=1508 2022-04-12 03:24:56.996 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:24:56.998 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2261 2022-04-12 03:24:57.000 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:24:57.003 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-04-12 03:24:57.005 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:24:57.008 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:24:57.010 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:24:57.013 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:24:57.016 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:24:57.018 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:24:57.020 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-04-12 03:24:57.022 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:24:57.025 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:24:57.027 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:24:57.029 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:24:57.032 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:24:57.034 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:24:57.036 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:24:57.039 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:24:57.041 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:24:57.043 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:24:57.045 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:24:57.048 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-04-12 03:24:57.050 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:24:57.052 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:24:57.055 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:24:57.057 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:24:57.060 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:24:57.062 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:24:57.064 | + ./stack.sh:main:835 : restart_rpc_backend 2022-04-12 03:24:57.066 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-04-12 03:24:57.082 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:24:57.084 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-04-12 03:24:57.087 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:24:57.089 | + ./stack.sh:echo_summary:448 : echo -e Starting RabbitMQ 2022-04-12 03:24:57.091 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-04-12 03:24:57.094 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-04-12 03:24:57.098 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-04-12 03:24:57.101 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-04-12 03:24:57.103 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-04-12 03:24:57.106 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-04-12 03:24:57.108 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-04-12 03:24:57.110 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-04-12 03:24:57.113 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-04-12 03:24:57.798 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-04-12 03:24:57.798 | user tags 2022-04-12 03:24:57.798 | stackrabbit []' 2022-04-12 03:24:57.801 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-04-12 03:24:57.801 | user tags 2022-04-12 03:24:57.801 | stackrabbit []' 2022-04-12 03:24:57.802 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-04-12 03:24:57.808 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-04-12 03:24:57.810 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-04-12 03:24:57.812 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-04-12 03:24:58.503 | Changing password for user "stackrabbit" ... 2022-04-12 03:24:58.528 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-04-12 03:24:59.206 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-04-12 03:24:59.230 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-04-12 03:24:59.232 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-04-12 03:24:59.882 | Changing password for user "stackrabbit" ... 2022-04-12 03:24:59.905 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-04-12 03:24:59.908 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-04-12 03:24:59.910 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-04-12 03:25:00.575 | Deleting user "guest" ... 2022-04-12 03:25:00.592 | Error: 2022-04-12 03:25:00.592 | {:no_such_user, "guest"} 2022-04-12 03:25:00.605 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-04-12 03:25:00.608 | + ./stack.sh:main:837 : is_service_enabled mysql postgresql 2022-04-12 03:25:00.624 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:00.627 | + ./stack.sh:main:838 : install_database 2022-04-12 03:25:00.629 | + lib/database:install_database:118 : install_database_mysql 2022-04-12 03:25:00.631 | + lib/databases/mysql:install_database_mysql:157 : is_ubuntu 2022-04-12 03:25:00.634 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:00.636 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:00.639 | + lib/databases/mysql:install_database_mysql:160 : sudo debconf-set-selections 2022-04-12 03:25:00.853 | + lib/databases/mysql:install_database_mysql:170 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-04-12 03:25:00.855 | + lib/databases/mysql:install_database_mysql:183 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:00.857 | + lib/databases/mysql:install_database_mysql:184 : is_oraclelinux 2022-04-12 03:25:00.860 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-04-12 03:25:00.862 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:25:00.864 | + lib/databases/mysql:install_database_mysql:186 : is_fedora 2022-04-12 03:25:00.867 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:25:00.869 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:25:00.871 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:25:00.874 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:25:00.876 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:25:00.878 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:25:00.880 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:25:00.883 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:25:00.886 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:25:00.888 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:25:00.890 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:25:00.893 | + lib/databases/mysql:install_database_mysql:189 : is_suse 2022-04-12 03:25:00.895 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:25:00.897 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:25:00.900 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:25:00.902 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:25:00.905 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:25:00.907 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:25:00.910 | + lib/databases/mysql:install_database_mysql:192 : is_ubuntu 2022-04-12 03:25:00.913 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:00.916 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:00.918 | + lib/databases/mysql:install_database_mysql:193 : install_package mysql-server 2022-04-12 03:25:00.920 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:25:00.923 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:25:00.925 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:25:00.928 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:25:00.930 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:00.932 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:25:00.935 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:00.937 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:00.939 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:25:00.941 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:00.944 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:25:00.946 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:25:00.949 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-04-12 03:25:00.951 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:25:00.953 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:00.956 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:00.958 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-04-12 03:25:00.979 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-04-12 03:25:01.089 | Reading package lists... 2022-04-12 03:25:01.336 | Building dependency tree... 2022-04-12 03:25:01.338 | Reading state information... 2022-04-12 03:25:01.599 | mysql-server is already the newest version (8.0.28-0ubuntu0.20.04.3). 2022-04-12 03:25:01.599 | The following packages were automatically installed and are no longer required: 2022-04-12 03:25:01.600 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:25:01.600 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:25:01.600 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:25:01.600 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:25:01.600 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:25:01.600 | python3-zope.interface 2022-04-12 03:25:01.600 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:25:01.714 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:25:01.718 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:25:01.720 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:25:01.723 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:01.725 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:01.728 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:01.730 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:01.732 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:01.735 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:25:01.737 | + functions-common:time_stop:2432 : start_time=1649733900977 2022-04-12 03:25:01.739 | + functions-common:time_stop:2434 : [[ -z 1649733900977 ]] 2022-04-12 03:25:01.742 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:01.746 | + functions-common:time_stop:2437 : end_time=1649733901744 2022-04-12 03:25:01.748 | + functions-common:time_stop:2438 : elapsed_time=767 2022-04-12 03:25:01.750 | + functions-common:time_stop:2439 : total=2261 2022-04-12 03:25:01.753 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:01.755 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=3028 2022-04-12 03:25:01.757 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:25:01.759 | + ./stack.sh:main:840 : '[' -n mysql ']' 2022-04-12 03:25:01.762 | + ./stack.sh:main:841 : install_database_python 2022-04-12 03:25:01.764 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-04-12 03:25:01.766 | + lib/databases/mysql:install_database_python_mysql:202 : pip_install_gr PyMySQL 2022-04-12 03:25:01.768 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-04-12 03:25:01.771 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:25:01.774 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-04-12 03:25:01.776 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-04-12 03:25:01.778 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:25:01.782 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:25:01.782 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:25:01.789 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-04-12 03:25:01.791 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-04-12 03:25:01.794 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-04-12 03:25:01.796 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-04-12 03:25:01.799 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-04-12 03:25:01.820 | Using python 3.8 to install PyMySQL 2022-04-12 03:25:01.822 | + 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-04-12 03:25:02.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:02.689 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:02.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:02.689 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:03.863 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:03.895 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-04-12 03:25:06.412 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:06.419 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:06.419 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:06.535 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:06.537 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:06.540 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:06.542 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:06.544 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:06.546 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:06.549 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:06.551 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:06.553 | + functions-common:time_stop:2432 : start_time=1649733901814 2022-04-12 03:25:06.556 | + functions-common:time_stop:2434 : [[ -z 1649733901814 ]] 2022-04-12 03:25:06.559 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:06.563 | + functions-common:time_stop:2437 : end_time=1649733906561 2022-04-12 03:25:06.566 | + functions-common:time_stop:2438 : elapsed_time=4747 2022-04-12 03:25:06.568 | + functions-common:time_stop:2439 : total=22561 2022-04-12 03:25:06.570 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:06.573 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=27308 2022-04-12 03:25:06.575 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:06.578 | + lib/databases/mysql:install_database_python_mysql:203 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-04-12 03:25:06.580 | + lib/databases/mysql:install_database_python_mysql:205 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-04-12 03:25:06.582 | + lib/databases/mysql:install_database_python_mysql:206 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-04-12 03:25:06.584 | + ./stack.sh:main:844 : is_service_enabled neutron 2022-04-12 03:25:06.601 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:06.603 | + ./stack.sh:main:845 : install_neutron_agent_packages 2022-04-12 03:25:06.605 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-04-12 03:25:06.609 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:25:06.609 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-04-12 03:25:06.614 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:25:06.616 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-12 03:25:06.619 | + 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-04-12 03:25:06.622 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-04-12 03:25:06.624 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-04-12 03:25:06.626 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-04-12 03:25:06.642 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:06.645 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-04-12 03:25:06.647 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:25:06.649 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:25:06.652 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:25:06.654 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:25:06.656 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:06.659 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:25:06.661 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:06.663 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:06.666 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:25:06.668 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:06.670 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:25:06.672 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:25:06.675 | + functions-common:install_package:1464 : real_install_package radvd 2022-04-12 03:25:06.677 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:25:06.679 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:06.682 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:06.684 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-04-12 03:25:06.705 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-04-12 03:25:06.814 | Reading package lists... 2022-04-12 03:25:07.053 | Building dependency tree... 2022-04-12 03:25:07.054 | Reading state information... 2022-04-12 03:25:07.308 | radvd is already the newest version (1:2.17-2). 2022-04-12 03:25:07.308 | The following packages were automatically installed and are no longer required: 2022-04-12 03:25:07.309 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:25:07.309 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:25:07.309 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:25:07.309 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:25:07.309 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:25:07.309 | python3-zope.interface 2022-04-12 03:25:07.309 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:25:07.422 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:25:07.427 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:25:07.429 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:25:07.432 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:07.434 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:07.436 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:07.438 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:07.440 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:07.443 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:25:07.445 | + functions-common:time_stop:2432 : start_time=1649733906702 2022-04-12 03:25:07.447 | + functions-common:time_stop:2434 : [[ -z 1649733906702 ]] 2022-04-12 03:25:07.450 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:07.454 | + functions-common:time_stop:2437 : end_time=1649733907452 2022-04-12 03:25:07.456 | + functions-common:time_stop:2438 : elapsed_time=750 2022-04-12 03:25:07.458 | + functions-common:time_stop:2439 : total=3028 2022-04-12 03:25:07.461 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:07.463 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=3778 2022-04-12 03:25:07.465 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:25:07.467 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-04-12 03:25:07.484 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:07.486 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-04-12 03:25:07.489 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-04-12 03:25:07.491 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-04-12 03:25:07.494 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-04-12 03:25:07.513 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-04-12 03:25:07.516 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:25:07.518 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:25:07.520 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:25:07.522 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:25:07.525 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:07.527 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:25:07.529 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:07.531 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:07.533 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:25:07.536 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:07.538 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:25:07.540 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:25:07.542 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-04-12 03:25:07.545 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:25:07.547 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:07.549 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:07.551 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-04-12 03:25:07.572 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-04-12 03:25:07.687 | Reading package lists... 2022-04-12 03:25:07.930 | Building dependency tree... 2022-04-12 03:25:07.931 | Reading state information... 2022-04-12 03:25:08.190 | fakeroot is already the newest version (1.24-1). 2022-04-12 03:25:08.190 | make is already the newest version (4.2.1-1.2). 2022-04-12 03:25:08.190 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-04-12 03:25:08.190 | The following packages were automatically installed and are no longer required: 2022-04-12 03:25:08.191 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:25:08.191 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:25:08.191 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:25:08.191 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:25:08.191 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:25:08.191 | python3-zope.interface 2022-04-12 03:25:08.191 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:25:08.305 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:25:08.310 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:25:08.312 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:25:08.314 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:08.316 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:08.318 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:08.321 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:08.323 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:08.325 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:25:08.327 | + functions-common:time_stop:2432 : start_time=1649733907569 2022-04-12 03:25:08.329 | + functions-common:time_stop:2434 : [[ -z 1649733907569 ]] 2022-04-12 03:25:08.332 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:08.337 | + functions-common:time_stop:2437 : end_time=1649733908334 2022-04-12 03:25:08.339 | + functions-common:time_stop:2438 : elapsed_time=765 2022-04-12 03:25:08.341 | + functions-common:time_stop:2439 : total=3778 2022-04-12 03:25:08.343 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:08.345 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=4543 2022-04-12 03:25:08.348 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:25:08.350 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-04-12 03:25:08.352 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:08.355 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:08.357 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-04-12 03:25:08.359 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-04-12 03:25:08.362 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-04-12 03:25:08.366 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-04-12 03:25:08.368 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-04-12 03:25:08.372 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-04-12 03:25:08.372 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-04-12 03:25:08.376 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-04-12 03:25:08.379 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-04-12 03:25:08.381 | + functions:vercmp:628 : local v1=5.4 2022-04-12 03:25:08.384 | + functions:vercmp:629 : local 'op=<' 2022-04-12 03:25:08.386 | + functions:vercmp:630 : local v2=3.13 2022-04-12 03:25:08.388 | + functions:vercmp:631 : local result 2022-04-12 03:25:08.391 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-04-12 03:25:08.392 | ++ functions:vercmp:635 : sort -V 2022-04-12 03:25:08.393 | ++ functions:vercmp:635 : head -1 2022-04-12 03:25:08.397 | + functions:vercmp:635 : result=3.13 2022-04-12 03:25:08.400 | + functions:vercmp:637 : case $op in 2022-04-12 03:25:08.402 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-04-12 03:25:08.405 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-04-12 03:25:08.407 | + functions:vercmp:648 : return 2022-04-12 03:25:08.409 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-04-12 03:25:08.412 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:25:08.414 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart openvswitch-switch 2022-04-12 03:25:08.879 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-04-12 03:25:08.881 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-04-12 03:25:08.887 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:08.890 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:08.892 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-04-12 03:25:08.895 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:08.897 | + ./stack.sh:main:848 : is_service_enabled etcd3 2022-04-12 03:25:08.917 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:08.919 | + ./stack.sh:main:849 : install_etcd3 2022-04-12 03:25:08.921 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-04-12 03:25:08.921 | Installing etcd 2022-04-12 03:25:08.924 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-04-12 03:25:08.937 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-04-12 03:25:08.948 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:08.951 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-04-12 03:25:08.966 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-04-12 03:25:08.969 | ++ 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-04-12 03:25:08.971 | ++ 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-04-12 03:25:08.975 | +++ 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-04-12 03:25:08.980 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-04-12 03:25:08.982 | ++ 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-04-12 03:25:08.985 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-04-12 03:25:08.987 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-12 03:25:08.990 | ++ functions:get_extra_file:74 : return 2022-04-12 03:25:08.992 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-12 03:25:08.995 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-04-12 03:25:08.997 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-04-12 03:25:08.999 | + ./stack.sh:main:858 : is_service_enabled tls-proxy 2022-04-12 03:25:09.017 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:09.019 | + ./stack.sh:main:868 : install_dstat 2022-04-12 03:25:09.021 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-04-12 03:25:09.038 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:09.040 | + ./stack.sh:main:874 : echo_summary 'Installing OpenStack project source' 2022-04-12 03:25:09.043 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:25:09.045 | + ./stack.sh:echo_summary:448 : echo -e Installing OpenStack project source 2022-04-12 03:25:09.047 | + ./stack.sh:main:877 : install_libs 2022-04-12 03:25:09.050 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-04-12 03:25:09.052 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-04-12 03:25:09.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-04-12 03:25:09.057 | + inc/python:use_library_from_git:250 : local name=automaton 2022-04-12 03:25:09.059 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.061 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.063 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-04-12 03:25:09.065 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.068 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-04-12 03:25:09.070 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-04-12 03:25:09.073 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-04-12 03:25:09.075 | + inc/python:use_library_from_git:250 : local name=castellan 2022-04-12 03:25:09.077 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.079 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.082 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-04-12 03:25:09.084 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.086 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-04-12 03:25:09.088 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-04-12 03:25:09.091 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-04-12 03:25:09.093 | + inc/python:use_library_from_git:250 : local name=cliff 2022-04-12 03:25:09.095 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.098 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.100 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-04-12 03:25:09.103 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.105 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-04-12 03:25:09.107 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-04-12 03:25:09.109 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-04-12 03:25:09.112 | + inc/python:use_library_from_git:250 : local name=cursive 2022-04-12 03:25:09.114 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.116 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.119 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-04-12 03:25:09.121 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.124 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-04-12 03:25:09.126 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-04-12 03:25:09.128 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-04-12 03:25:09.130 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-04-12 03:25:09.133 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.135 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.137 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-04-12 03:25:09.139 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.142 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-04-12 03:25:09.144 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-04-12 03:25:09.146 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-04-12 03:25:09.148 | + inc/python:use_library_from_git:250 : local name=futurist 2022-04-12 03:25:09.151 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.153 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.155 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-04-12 03:25:09.158 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.160 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-04-12 03:25:09.162 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-04-12 03:25:09.165 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-04-12 03:25:09.167 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-04-12 03:25:09.169 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.172 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.174 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-04-12 03:25:09.176 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.178 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-04-12 03:25:09.181 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-04-12 03:25:09.183 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-04-12 03:25:09.185 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-04-12 03:25:09.188 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.190 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.192 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-04-12 03:25:09.194 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.197 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-04-12 03:25:09.200 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-04-12 03:25:09.202 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-04-12 03:25:09.204 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-04-12 03:25:09.206 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.209 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.211 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-04-12 03:25:09.214 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.216 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-04-12 03:25:09.218 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-04-12 03:25:09.221 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-04-12 03:25:09.223 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-04-12 03:25:09.227 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.229 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.231 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-04-12 03:25:09.233 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.236 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-04-12 03:25:09.238 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-04-12 03:25:09.240 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-04-12 03:25:09.243 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-04-12 03:25:09.245 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.247 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.250 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-04-12 03:25:09.252 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.254 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-04-12 03:25:09.257 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-04-12 03:25:09.260 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-04-12 03:25:09.262 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-04-12 03:25:09.264 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.267 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.269 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-04-12 03:25:09.271 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.274 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-04-12 03:25:09.277 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-04-12 03:25:09.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-04-12 03:25:09.281 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-04-12 03:25:09.284 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.286 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.289 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-04-12 03:25:09.291 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.293 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-04-12 03:25:09.296 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-04-12 03:25:09.298 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-04-12 03:25:09.300 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-04-12 03:25:09.302 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.305 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.307 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-04-12 03:25:09.310 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.312 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-04-12 03:25:09.314 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-04-12 03:25:09.317 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-04-12 03:25:09.319 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-04-12 03:25:09.322 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.324 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.326 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-04-12 03:25:09.329 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.331 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-04-12 03:25:09.333 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-04-12 03:25:09.336 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-04-12 03:25:09.339 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-04-12 03:25:09.341 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.343 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.346 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-04-12 03:25:09.348 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.350 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-04-12 03:25:09.353 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-04-12 03:25:09.355 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-04-12 03:25:09.357 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-04-12 03:25:09.360 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.362 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.364 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-04-12 03:25:09.367 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.370 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-04-12 03:25:09.372 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-04-12 03:25:09.374 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-04-12 03:25:09.377 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-04-12 03:25:09.379 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.381 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.384 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-04-12 03:25:09.386 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.389 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-04-12 03:25:09.391 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-04-12 03:25:09.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-04-12 03:25:09.396 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-04-12 03:25:09.398 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.400 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.403 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-04-12 03:25:09.405 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.407 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-04-12 03:25:09.410 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-04-12 03:25:09.412 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-04-12 03:25:09.414 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-04-12 03:25:09.417 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.419 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.421 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-04-12 03:25:09.424 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.426 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-04-12 03:25:09.428 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-04-12 03:25:09.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-04-12 03:25:09.433 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-04-12 03:25:09.436 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.438 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.440 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-04-12 03:25:09.443 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.445 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-04-12 03:25:09.448 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-04-12 03:25:09.450 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-04-12 03:25:09.453 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-04-12 03:25:09.455 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.457 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.460 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-04-12 03:25:09.462 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.464 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-04-12 03:25:09.466 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-04-12 03:25:09.469 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-04-12 03:25:09.471 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-04-12 03:25:09.474 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.476 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.478 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-04-12 03:25:09.481 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.483 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-04-12 03:25:09.485 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-04-12 03:25:09.487 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-04-12 03:25:09.490 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-04-12 03:25:09.492 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.495 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.497 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-04-12 03:25:09.499 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.502 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-04-12 03:25:09.504 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-04-12 03:25:09.506 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-04-12 03:25:09.509 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-04-12 03:25:09.512 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.514 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.516 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-04-12 03:25:09.518 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.521 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-04-12 03:25:09.523 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-04-12 03:25:09.525 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-04-12 03:25:09.528 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-04-12 03:25:09.530 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.532 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.535 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-04-12 03:25:09.537 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.539 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-04-12 03:25:09.542 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-04-12 03:25:09.544 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-04-12 03:25:09.546 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-04-12 03:25:09.548 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.551 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.553 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-04-12 03:25:09.556 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.558 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-04-12 03:25:09.561 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-04-12 03:25:09.563 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-04-12 03:25:09.565 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-04-12 03:25:09.568 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.570 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.573 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-04-12 03:25:09.575 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.577 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-04-12 03:25:09.580 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-04-12 03:25:09.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-04-12 03:25:09.584 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-04-12 03:25:09.587 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.589 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.591 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-04-12 03:25:09.593 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.596 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-04-12 03:25:09.598 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-04-12 03:25:09.601 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-04-12 03:25:09.603 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-04-12 03:25:09.605 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.608 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.610 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-04-12 03:25:09.612 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.615 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-04-12 03:25:09.617 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-04-12 03:25:09.620 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-04-12 03:25:09.622 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-04-12 03:25:09.624 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.627 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.629 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-04-12 03:25:09.631 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.634 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-04-12 03:25:09.637 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-04-12 03:25:09.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-04-12 03:25:09.641 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-04-12 03:25:09.644 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.646 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.648 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-04-12 03:25:09.651 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.653 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-04-12 03:25:09.656 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-04-12 03:25:09.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-04-12 03:25:09.660 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-04-12 03:25:09.663 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.666 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.668 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-04-12 03:25:09.670 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.673 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-04-12 03:25:09.675 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-04-12 03:25:09.677 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-04-12 03:25:09.680 | + inc/python:use_library_from_git:250 : local name=tooz 2022-04-12 03:25:09.682 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.684 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.686 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-04-12 03:25:09.689 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.691 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-04-12 03:25:09.693 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-04-12 03:25:09.696 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-04-12 03:25:09.698 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-04-12 03:25:09.700 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.703 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.705 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-04-12 03:25:09.707 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.710 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-04-12 03:25:09.713 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-04-12 03:25:09.715 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-04-12 03:25:09.717 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-04-12 03:25:09.720 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.722 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.724 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-04-12 03:25:09.727 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.730 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-04-12 03:25:09.732 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-04-12 03:25:09.734 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-04-12 03:25:09.737 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-04-12 03:25:09.739 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.741 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.744 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-04-12 03:25:09.746 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.748 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-04-12 03:25:09.751 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-04-12 03:25:09.753 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-04-12 03:25:09.755 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-04-12 03:25:09.758 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:09.760 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:09.763 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-04-12 03:25:09.765 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:09.767 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-04-12 03:25:09.789 | Using python 3.8 to install etcd3 2022-04-12 03:25:09.791 | + 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-04-12 03:25:10.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:10.670 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:10.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:10.670 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:11.853 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:11.884 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-04-12 03:25:11.891 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.44.0) 2022-04-12 03:25:11.893 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-04-12 03:25:11.894 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-04-12 03:25:11.895 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.0) 2022-04-12 03:25:14.489 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:14.497 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:14.497 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:14.616 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:14.619 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:14.621 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:14.623 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:14.626 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:14.628 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:14.630 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:14.632 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:14.635 | + functions-common:time_stop:2432 : start_time=1649733909783 2022-04-12 03:25:14.637 | + functions-common:time_stop:2434 : [[ -z 1649733909783 ]] 2022-04-12 03:25:14.639 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:14.644 | + functions-common:time_stop:2437 : end_time=1649733914641 2022-04-12 03:25:14.646 | + functions-common:time_stop:2438 : elapsed_time=4858 2022-04-12 03:25:14.648 | + functions-common:time_stop:2439 : total=27308 2022-04-12 03:25:14.651 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:14.653 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=32166 2022-04-12 03:25:14.655 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:14.657 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-04-12 03:25:14.679 | Using python 3.8 to install etcd3gw 2022-04-12 03:25:14.681 | + 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-04-12 03:25:15.546 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:15.546 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:15.546 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:15.546 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:16.739 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:16.770 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.1) 2022-04-12 03:25:16.778 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-04-12 03:25:16.780 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-04-12 03:25:16.781 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.1) 2022-04-12 03:25:16.782 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-04-12 03:25:16.816 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-04-12 03:25:16.817 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.9) 2022-04-12 03:25:16.818 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-04-12 03:25:16.820 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-04-12 03:25:19.353 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:19.360 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:19.360 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:19.478 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:19.480 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:19.482 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:19.485 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:19.487 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:19.489 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:19.491 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:19.493 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:19.495 | + functions-common:time_stop:2432 : start_time=1649733914673 2022-04-12 03:25:19.498 | + functions-common:time_stop:2434 : [[ -z 1649733914673 ]] 2022-04-12 03:25:19.500 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:19.504 | + functions-common:time_stop:2437 : end_time=1649733919502 2022-04-12 03:25:19.507 | + functions-common:time_stop:2438 : elapsed_time=4829 2022-04-12 03:25:19.509 | + functions-common:time_stop:2439 : total=32166 2022-04-12 03:25:19.511 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:19.513 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=36995 2022-04-12 03:25:19.516 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:19.518 | + ./stack.sh:main:880 : install_apache_uwsgi 2022-04-12 03:25:19.521 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-04-12 03:25:19.523 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-04-12 03:25:19.526 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:25:19.528 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:25:19.530 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:25:19.533 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:25:19.535 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:25:19.538 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:25:19.540 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:25:19.542 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:25:19.545 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:25:19.547 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:25:19.549 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:25:19.552 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-04-12 03:25:19.554 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:19.556 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:19.559 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-04-12 03:25:19.561 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-12 03:25:19.563 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:25:19.565 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:25:19.568 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:25:19.570 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:25:19.573 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:19.575 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:25:19.577 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:19.580 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:19.582 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:25:19.584 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:25:19.588 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:25:19.590 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:25:19.592 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-12 03:25:19.594 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:25:19.597 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:19.599 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:19.602 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-12 03:25:19.623 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-12 03:25:19.733 | Reading package lists... 2022-04-12 03:25:19.972 | Building dependency tree... 2022-04-12 03:25:19.974 | Reading state information... 2022-04-12 03:25:20.234 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-04-12 03:25:20.234 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-04-12 03:25:20.234 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-04-12 03:25:20.234 | The following packages were automatically installed and are no longer required: 2022-04-12 03:25:20.235 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:25:20.236 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:25:20.236 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:25:20.236 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:25:20.236 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:25:20.236 | python3-zope.interface 2022-04-12 03:25:20.236 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:25:20.355 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:25:20.359 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:25:20.361 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:25:20.364 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:20.366 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:20.368 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:20.371 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:20.373 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:20.375 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:25:20.377 | + functions-common:time_stop:2432 : start_time=1649733919620 2022-04-12 03:25:20.380 | + functions-common:time_stop:2434 : [[ -z 1649733919620 ]] 2022-04-12 03:25:20.382 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:20.387 | + functions-common:time_stop:2437 : end_time=1649733920384 2022-04-12 03:25:20.389 | + functions-common:time_stop:2438 : elapsed_time=764 2022-04-12 03:25:20.391 | + functions-common:time_stop:2439 : total=4543 2022-04-12 03:25:20.394 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:20.396 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=5307 2022-04-12 03:25:20.398 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:25:20.401 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-04-12 03:25:20.403 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:20.406 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:20.408 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-04-12 03:25:20.469 | Module proxy already enabled 2022-04-12 03:25:20.473 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-04-12 03:25:20.535 | Considering dependency proxy for proxy_uwsgi: 2022-04-12 03:25:20.535 | Module proxy already enabled 2022-04-12 03:25:20.535 | Module proxy_uwsgi already enabled 2022-04-12 03:25:20.539 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-04-12 03:25:20.541 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:25:20.544 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:25:20.546 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:25:20.687 | + ./stack.sh:main:883 : install_keystoneauth 2022-04-12 03:25:20.689 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-04-12 03:25:20.692 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-04-12 03:25:20.694 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.697 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.699 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-04-12 03:25:20.702 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.704 | + ./stack.sh:main:884 : install_keystoneclient 2022-04-12 03:25:20.706 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-04-12 03:25:20.709 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-04-12 03:25:20.711 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.713 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.716 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-04-12 03:25:20.718 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.720 | + ./stack.sh:main:885 : install_glanceclient 2022-04-12 03:25:20.723 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-04-12 03:25:20.725 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-04-12 03:25:20.728 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.730 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.733 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-04-12 03:25:20.735 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.737 | + ./stack.sh:main:886 : install_cinderclient 2022-04-12 03:25:20.739 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-04-12 03:25:20.742 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-04-12 03:25:20.745 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.747 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.750 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-04-12 03:25:20.752 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.754 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-04-12 03:25:20.757 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-04-12 03:25:20.760 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.762 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.764 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-04-12 03:25:20.767 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.769 | + ./stack.sh:main:887 : install_novaclient 2022-04-12 03:25:20.771 | + lib/nova:install_novaclient:882 : use_library_from_git python-novaclient 2022-04-12 03:25:20.774 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-04-12 03:25:20.776 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.778 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.781 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-04-12 03:25:20.783 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.785 | + ./stack.sh:main:888 : is_service_enabled swift glance horizon 2022-04-12 03:25:20.802 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:20.804 | + ./stack.sh:main:889 : install_swiftclient 2022-04-12 03:25:20.807 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-04-12 03:25:20.809 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-04-12 03:25:20.812 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.814 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.816 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-04-12 03:25:20.819 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.822 | + ./stack.sh:main:891 : is_service_enabled neutron nova horizon 2022-04-12 03:25:20.838 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:20.840 | + ./stack.sh:main:892 : install_neutronclient 2022-04-12 03:25:20.843 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-04-12 03:25:20.845 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-04-12 03:25:20.848 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.850 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.852 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-04-12 03:25:20.855 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.857 | + ./stack.sh:main:896 : install_keystonemiddleware 2022-04-12 03:25:20.859 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-04-12 03:25:20.862 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-04-12 03:25:20.864 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:20.866 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:20.869 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-04-12 03:25:20.872 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:20.874 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-04-12 03:25:20.876 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-04-12 03:25:20.879 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:25:20.882 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-04-12 03:25:20.884 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-04-12 03:25:20.886 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:25:20.890 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:25:20.891 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:25:20.895 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-04-12 03:25:20.897 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-04-12 03:25:20.900 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-04-12 03:25:20.903 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-04-12 03:25:20.905 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-04-12 03:25:20.926 | Using python 3.8 to install keystonemiddleware 2022-04-12 03:25:20.928 | + 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-04-12 03:25:21.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:21.795 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:21.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:21.795 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:22.972 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:23.010 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.4.0) 2022-04-12 03:25:23.066 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-04-12 03:25:23.067 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-04-12 03:25:23.068 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-04-12 03:25:23.069 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-04-12 03:25:23.070 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.1) 2022-04-12 03:25:23.072 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-04-12 03:25:23.073 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.1) 2022-04-12 03:25:23.074 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-04-12 03:25:23.075 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-04-12 03:25:23.076 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-04-12 03:25:23.077 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-04-12 03:25:23.078 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.2) 2022-04-12 03:25:23.079 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-04-12 03:25:23.081 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.7.0) 2022-04-12 03:25:23.138 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-04-12 03:25:23.139 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-04-12 03:25:23.140 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-04-12 03:25:23.178 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-04-12 03:25:23.218 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-04-12 03:25:23.219 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-04-12 03:25:23.221 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-04-12 03:25:23.222 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-04-12 03:25:23.273 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-04-12 03:25:23.274 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-04-12 03:25:23.284 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-04-12 03:25:23.285 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-04-12 03:25:23.299 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-04-12 03:25:23.300 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7) 2022-04-12 03:25:23.304 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-04-12 03:25:23.372 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-04-12 03:25:23.374 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-04-12 03:25:23.376 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-04-12 03:25:23.377 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.9) 2022-04-12 03:25:23.426 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.14.0) 2022-04-12 03:25:23.438 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-04-12 03:25:25.889 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:25.896 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:25.896 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:26.039 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:26.042 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:26.045 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:26.047 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:26.049 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:26.051 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:26.054 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:26.056 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:26.059 | + functions-common:time_stop:2432 : start_time=1649733920920 2022-04-12 03:25:26.062 | + functions-common:time_stop:2434 : [[ -z 1649733920920 ]] 2022-04-12 03:25:26.065 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:26.069 | + functions-common:time_stop:2437 : end_time=1649733926066 2022-04-12 03:25:26.072 | + functions-common:time_stop:2438 : elapsed_time=5146 2022-04-12 03:25:26.074 | + functions-common:time_stop:2439 : total=36995 2022-04-12 03:25:26.076 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:26.078 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=42141 2022-04-12 03:25:26.080 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:26.083 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-04-12 03:25:26.085 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-04-12 03:25:26.088 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:25:26.091 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-04-12 03:25:26.093 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-04-12 03:25:26.096 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:25:26.099 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:25:26.100 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:25:26.107 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-04-12 03:25:26.110 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-04-12 03:25:26.112 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-04-12 03:25:26.115 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-04-12 03:25:26.118 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-04-12 03:25:26.140 | Using python 3.8 to install python-memcached 2022-04-12 03:25:26.142 | + 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-04-12 03:25:27.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:27.011 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:27.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:27.011 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:28.192 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:28.223 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-04-12 03:25:28.227 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-04-12 03:25:30.752 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:30.759 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:30.759 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:30.875 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:30.877 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:30.879 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:30.882 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:30.884 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:30.887 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:30.889 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:30.891 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:30.893 | + functions-common:time_stop:2432 : start_time=1649733926134 2022-04-12 03:25:30.896 | + functions-common:time_stop:2434 : [[ -z 1649733926134 ]] 2022-04-12 03:25:30.898 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:30.903 | + functions-common:time_stop:2437 : end_time=1649733930901 2022-04-12 03:25:30.905 | + functions-common:time_stop:2438 : elapsed_time=4767 2022-04-12 03:25:30.908 | + functions-common:time_stop:2439 : total=42141 2022-04-12 03:25:30.910 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:30.912 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=46908 2022-04-12 03:25:30.914 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:30.917 | + ./stack.sh:main:898 : is_service_enabled keystone 2022-04-12 03:25:30.933 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:30.935 | + ./stack.sh:main:899 : '[' 10.222.0.39 == 10.222.0.39 ']' 2022-04-12 03:25:30.937 | + ./stack.sh:main:900 : stack_install_service keystone 2022-04-12 03:25:30.940 | + lib/stack:stack_install_service:20 : local service=keystone 2022-04-12 03:25:30.942 | + lib/stack:stack_install_service:21 : type install_keystone 2022-04-12 03:25:30.944 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:25:30.947 | + lib/stack:stack_install_service:32 : install_keystone 2022-04-12 03:25:30.949 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-04-12 03:25:30.965 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:30.967 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-04-12 03:25:30.969 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-04-12 03:25:30.972 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-04-12 03:25:30.974 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:25:30.976 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:25:30.979 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:25:30.981 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:25:30.984 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:25:30.986 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:25:31.002 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:25:31.004 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:25:31.006 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:31.009 | + functions-common:git_clone:629 : echo master 2022-04-12 03:25:31.009 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:25:31.014 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-04-12 03:25:31.016 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:31.018 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-04-12 03:25:31.021 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:25:31.021 | + functions-common:git_clone:678 : head -1 2022-04-12 03:25:31.024 | c141e6164 trivial: Fix typo 2022-04-12 03:25:31.027 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:25:31.029 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-04-12 03:25:31.031 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:25:31.033 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-12 03:25:31.036 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-04-12 03:25:31.038 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:25:31.041 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-04-12 03:25:31.043 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:25:31.045 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-12 03:25:31.048 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-04-12 03:25:31.050 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:25:31.052 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:25:31.056 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-04-12 03:25:31.058 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:25:31.061 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-04-12 03:25:31.063 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:25:31.065 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:25:31.068 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-04-12 03:25:31.074 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-04-12 03:25:31.076 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-04-12 03:25:31.777 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-04-12 03:25:31.779 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:25:31.781 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:25:31.784 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:25:31.786 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-12 03:25:31.788 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-04-12 03:25:31.790 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:25:31.792 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:25:31.794 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:25:31.797 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:25:31.799 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:25:31.801 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:25:31.803 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:25:31.805 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-04-12 03:25:31.826 | Using python 3.8 to install /opt/stack/keystone 2022-04-12 03:25:31.828 | + 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-04-12 03:25:32.701 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:32.701 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:32.701 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:32.701 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:33.882 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:33.912 | Obtaining file:///opt/stack/keystone 2022-04-12 03:25:33.913 | Preparing metadata (setup.py): started 2022-04-12 03:25:39.040 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:25:39.116 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (5.8.1) 2022-04-12 03:25:39.117 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.8.7) 2022-04-12 03:25:39.119 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (2.1.1) 2022-04-12 03:25:39.120 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (0.3.9) 2022-04-12 03:25:39.121 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (36.0.2) 2022-04-12 03:25:39.122 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.4.35) 2022-04-12 03:25:39.123 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (0.13.0) 2022-04-12 03:25:39.124 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.5.0) 2022-04-12 03:25:39.125 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.7.4) 2022-04-12 03:25:39.126 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.4.0) 2022-04-12 03:25:39.127 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (9.4.0) 2022-04-12 03:25:39.129 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.2.0) 2022-04-12 03:25:39.130 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (0.8.20) 2022-04-12 03:25:39.131 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (2.10.1) 2022-04-12 03:25:39.132 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (8.8.0) 2022-04-12 03:25:39.133 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.1.0) 2022-04-12 03:25:39.134 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (12.13.0) 2022-04-12 03:25:39.135 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (11.2.0) 2022-04-12 03:25:39.136 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (5.1.0) 2022-04-12 03:25:39.137 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.7.0) 2022-04-12 03:25:39.139 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.5.1) 2022-04-12 03:25:39.140 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.11.0) 2022-04-12 03:25:39.141 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.3.0) 2022-04-12 03:25:39.142 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.5.0) 2022-04-12 03:25:39.143 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (4.12.2) 2022-04-12 03:25:39.144 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.2.0) 2022-04-12 03:25:39.145 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (7.1.2) 2022-04-12 03:25:39.146 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (2.3.0) 2022-04-12 03:25:39.147 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.1.5) 2022-04-12 03:25:39.149 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==21.1.0.dev2) (3.2.0) 2022-04-12 03:25:39.150 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.1.1) 2022-04-12 03:25:39.151 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (1.0.3) 2022-04-12 03:25:39.152 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (3.4.2) 2022-04-12 03:25:39.153 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev2) (2022.1) 2022-04-12 03:25:39.164 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==21.1.0.dev2) (1.15.0) 2022-04-12 03:25:39.165 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==21.1.0.dev2) (1.16.0) 2022-04-12 03:25:39.209 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==21.1.0.dev2) (5.1.1) 2022-04-12 03:25:39.227 | Requirement already satisfied: importlib-metadata>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (4.11.3) 2022-04-12 03:25:39.228 | Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (8.1.2) 2022-04-12 03:25:39.229 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (3.1.1) 2022-04-12 03:25:39.230 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (2.1.1) 2022-04-12 03:25:39.231 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (2.1.2) 2022-04-12 03:25:39.241 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev2) (9.0.1) 2022-04-12 03:25:39.303 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (2.27.1) 2022-04-12 03:25:39.307 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (4.5.0) 2022-04-12 03:25:39.402 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev2) (1.5.0) 2022-04-12 03:25:39.403 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev2) (6.0) 2022-04-12 03:25:39.405 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev2) (0.8.0) 2022-04-12 03:25:39.406 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev2) (2.5.0) 2022-04-12 03:25:39.459 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev2) (0.5.0) 2022-04-12 03:25:39.465 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev2) (2.0.1) 2022-04-12 03:25:39.466 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev2) (1.7.7) 2022-04-12 03:25:39.516 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev2) (2.8.2) 2022-04-12 03:25:39.520 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev2) (0.9.6) 2022-04-12 03:25:39.601 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (2.4.0) 2022-04-12 03:25:39.603 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (5.1.0) 2022-04-12 03:25:39.605 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (0.4.0) 2022-04-12 03:25:39.607 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (5.2.4) 2022-04-12 03:25:39.608 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (5.0.0) 2022-04-12 03:25:39.610 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (2.8.0) 2022-04-12 03:25:39.630 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==21.1.0.dev2) (3.3.0) 2022-04-12 03:25:39.678 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev2) (3.2.0) 2022-04-12 03:25:39.698 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev2) (21.3) 2022-04-12 03:25:39.699 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev2) (0.11.0) 2022-04-12 03:25:39.700 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev2) (1.0.2) 2022-04-12 03:25:39.702 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev2) (3.0.7) 2022-04-12 03:25:39.757 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==21.1.0.dev2) (4.5.0) 2022-04-12 03:25:39.871 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev2) (1.10.0) 2022-04-12 03:25:39.872 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev2) (22.0.0) 2022-04-12 03:25:39.874 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev2) (5.6.0) 2022-04-12 03:25:39.875 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev2) (62.0.0) 2022-04-12 03:25:39.875 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev2) (0.7.1) 2022-04-12 03:25:40.096 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==21.1.0.dev2) (1.1.2) 2022-04-12 03:25:40.118 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev2) (0.4.2) 2022-04-12 03:25:40.120 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev2) (0.5.2) 2022-04-12 03:25:40.188 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==21.1.0.dev2) (1.2.0) 2022-04-12 03:25:40.207 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (5.0.0) 2022-04-12 03:25:40.265 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==21.1.0.dev2) (2.21) 2022-04-12 03:25:40.303 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==21.1.0.dev2) (1.14.0) 2022-04-12 03:25:40.411 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata>=3.6.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (3.8.0) 2022-04-12 03:25:40.467 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev2) (2.1.1) 2022-04-12 03:25:40.542 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (1.7.0) 2022-04-12 03:25:40.671 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==21.1.0.dev2) (0.17.3) 2022-04-12 03:25:40.701 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (0.14.1) 2022-04-12 03:25:40.740 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (1.3.3) 2022-04-12 03:25:40.741 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (2.5.1) 2022-04-12 03:25:40.744 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (3.5.0) 2022-04-12 03:25:40.746 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (2.1.1) 2022-04-12 03:25:40.748 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (0.33.0) 2022-04-12 03:25:40.749 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (3.0.0) 2022-04-12 03:25:40.801 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev2) (0.2.5) 2022-04-12 03:25:40.940 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (2.0.12) 2022-04-12 03:25:40.941 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (2019.11.28) 2022-04-12 03:25:40.942 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (1.26.9) 2022-04-12 03:25:40.944 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev2) (3.3) 2022-04-12 03:25:41.095 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev2) (2.5.0) 2022-04-12 03:25:41.174 | Requirement already satisfied: elementpath<3.0.0,>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==21.1.0.dev2) (2.5.0) 2022-04-12 03:25:41.422 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (2.2.1) 2022-04-12 03:25:41.685 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev2) (0.7) 2022-04-12 03:25:41.720 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev2) (1.0.0) 2022-04-12 03:25:43.606 | Installing collected packages: keystone 2022-04-12 03:25:43.606 | Attempting uninstall: keystone 2022-04-12 03:25:43.606 | Found existing installation: keystone 21.1.0.dev2 2022-04-12 03:25:43.610 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-04-12 03:25:43.611 | Running setup.py develop for keystone 2022-04-12 03:25:49.790 | Successfully installed keystone 2022-04-12 03:25:49.790 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:25:49.797 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:25:49.797 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:25:49.936 | + inc/python:pip_install:200 : result=0 2022-04-12 03:25:49.938 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:25:49.941 | + functions-common:time_stop:2425 : local name 2022-04-12 03:25:49.943 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:25:49.945 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:25:49.948 | + functions-common:time_stop:2428 : local total 2022-04-12 03:25:49.950 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:25:49.952 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:25:49.954 | + functions-common:time_stop:2432 : start_time=1649733931821 2022-04-12 03:25:49.956 | + functions-common:time_stop:2434 : [[ -z 1649733931821 ]] 2022-04-12 03:25:49.959 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:25:49.963 | + functions-common:time_stop:2437 : end_time=1649733949960 2022-04-12 03:25:49.965 | + functions-common:time_stop:2438 : elapsed_time=18139 2022-04-12 03:25:49.967 | + functions-common:time_stop:2439 : total=46908 2022-04-12 03:25:49.969 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:25:49.971 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=65047 2022-04-12 03:25:49.973 | + inc/python:pip_install:203 : return 0 2022-04-12 03:25:49.976 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:25:49.978 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-12 03:25:49.980 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-12 03:25:49.999 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-12 03:25:50.011 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-04-12 03:25:50.014 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-04-12 03:25:50.016 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:25:50.018 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:25:50.021 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-04-12 03:25:50.023 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:25:50.025 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-04-12 03:25:50.042 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:50.044 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-04-12 03:25:50.046 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:25:50.049 | + ./stack.sh:main:901 : configure_keystone 2022-04-12 03:25:50.051 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-04-12 03:25:50.064 | + 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-04-12 03:25:50.066 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-04-12 03:25:50.071 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-04-12 03:25:50.087 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:50.089 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-04-12 03:25:50.120 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-04-12 03:25:50.147 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-04-12 03:25:50.177 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-04-12 03:25:50.211 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-04-12 03:25:50.242 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-04-12 03:25:50.272 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-04-12 03:25:50.300 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-04-12 03:25:50.327 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-04-12 03:25:50.329 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-04-12 03:25:50.332 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-04-12 03:25:50.334 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-04-12 03:25:50.336 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-12 03:25:50.339 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:25:50.355 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:50.358 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-12 03:25:50.360 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-12 03:25:50.362 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:25:50.377 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:50.380 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:25:50.383 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:25:50.413 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:25:50.415 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:25:50.417 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-04-12 03:25:50.420 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-04-12 03:25:50.436 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:50.438 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.39/identity 2022-04-12 03:25:50.469 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-04-12 03:25:50.471 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-04-12 03:25:50.502 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-04-12 03:25:50.504 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-04-12 03:25:50.507 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-04-12 03:25:50.510 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=keystone 2022-04-12 03:25:50.512 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-04-12 03:25:50.515 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-04-12 03:25:50.545 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-04-12 03:25:50.547 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-04-12 03:25:50.550 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-04-12 03:25:50.552 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-04-12 03:25:50.556 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:25:50.572 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:25:50.574 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:25:50.577 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:25:50.579 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:25:50.581 | + 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-04-12 03:25:50.609 | + 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-04-12 03:25:50.636 | + 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-04-12 03:25:50.664 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:25:50.691 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-04-12 03:25:50.719 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-04-12 03:25:50.721 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-04-12 03:25:50.724 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-04-12 03:25:50.726 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-04-12 03:25:50.729 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-04-12 03:25:50.731 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-12 03:25:50.733 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-12 03:25:50.736 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-04-12 03:25:50.740 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-04-12 03:25:50.743 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-12 03:25:50.745 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-12 03:25:50.758 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-12 03:25:50.759 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:25:50.767 | d /var/run/uwsgi 0755 ubuntu root 2022-04-12 03:25:50.770 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:25:50.786 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-04-12 03:25:50.788 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-04-12 03:25:50.792 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-04-12 03:25:50.821 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-04-12 03:25:50.848 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-04-12 03:25:50.875 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-04-12 03:25:50.902 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-04-12 03:25:50.928 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-04-12 03:25:50.956 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-04-12 03:25:50.983 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-04-12 03:25:51.010 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-04-12 03:25:51.037 | + 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-04-12 03:25:51.064 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-04-12 03:25:51.091 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-04-12 03:25:51.122 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-04-12 03:25:51.151 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-12 03:25:51.153 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-12 03:25:51.156 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-04-12 03:25:51.159 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-04-12 03:25:51.161 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-12 03:25:51.163 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:51.166 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:51.168 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-12 03:25:51.171 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-12 03:25:51.173 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-04-12 03:25:51.200 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-04-12 03:25:51.228 | + 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-04-12 03:25:51.228 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-12 03:25:51.237 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-04-12 03:25:51.240 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-04-12 03:25:51.242 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-04-12 03:25:51.245 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-12 03:25:51.247 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-04-12 03:25:51.249 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:25:51.252 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:51.254 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:51.256 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-12 03:25:51.259 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-12 03:25:51.261 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:25:51.263 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:25:51.266 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-04-12 03:25:51.326 | Site keystone-wsgi-public already enabled 2022-04-12 03:25:51.330 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-12 03:25:51.333 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:25:51.335 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:25:51.338 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:25:51.473 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-04-12 03:25:51.505 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-04-12 03:25:51.538 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-04-12 03:25:51.571 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-04-12 03:25:51.573 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-04-12 03:25:51.604 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-04-12 03:25:51.632 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-04-12 03:25:51.661 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-04-12 03:25:51.663 | + ./stack.sh:main:905 : is_service_enabled swift 2022-04-12 03:25:51.681 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:25:51.683 | + ./stack.sh:main:906 : is_service_enabled ceilometer 2022-04-12 03:25:51.700 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:25:51.703 | + ./stack.sh:main:909 : stack_install_service swift 2022-04-12 03:25:51.705 | + lib/stack:stack_install_service:20 : local service=swift 2022-04-12 03:25:51.707 | + lib/stack:stack_install_service:21 : type install_swift 2022-04-12 03:25:51.710 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:25:51.712 | + lib/stack:stack_install_service:32 : install_swift 2022-04-12 03:25:51.714 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-04-12 03:25:51.717 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-04-12 03:25:51.719 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-04-12 03:25:51.721 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:25:51.724 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:25:51.727 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:25:51.730 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:25:51.732 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:25:51.735 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:25:51.751 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:25:51.753 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:25:51.755 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:51.758 | + functions-common:git_clone:629 : echo master 2022-04-12 03:25:51.759 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:25:51.764 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-04-12 03:25:51.766 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:25:51.768 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-04-12 03:25:51.771 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:25:51.772 | + functions-common:git_clone:678 : head -1 2022-04-12 03:25:51.775 | 1cee51d52 doc: also add reverse option to pagination doc 2022-04-12 03:25:51.778 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:25:51.781 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-04-12 03:25:51.783 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:25:51.785 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-04-12 03:25:51.788 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-04-12 03:25:51.790 | + inc/python:setup_develop:344 : local extras=keystone 2022-04-12 03:25:51.793 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-04-12 03:25:51.795 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:25:51.797 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-04-12 03:25:51.800 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-04-12 03:25:51.802 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:25:51.804 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-04-12 03:25:51.807 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-04-12 03:25:51.810 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:25:51.812 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-04-12 03:25:51.815 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:25:51.817 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:25:51.820 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-04-12 03:25:51.826 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-04-12 03:25:51.828 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-04-12 03:25:52.488 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-04-12 03:25:52.491 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:25:52.493 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:25:52.495 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:25:52.497 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-04-12 03:25:52.500 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-04-12 03:25:52.502 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:25:52.504 | + inc/python:setup_package:428 : local extras=keystone 2022-04-12 03:25:52.506 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:25:52.509 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-04-12 03:25:52.511 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-04-12 03:25:52.513 | + inc/python:setup_package:438 : extras='[keystone]' 2022-04-12 03:25:52.516 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:25:52.518 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-04-12 03:25:52.539 | Using python 3.8 to install /opt/stack/swift 2022-04-12 03:25:52.542 | + 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-04-12 03:25:53.410 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:53.410 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:53.410 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:25:53.410 | from cryptography.utils import int_from_bytes 2022-04-12 03:25:54.587 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:25:54.619 | Obtaining file:///opt/stack/swift 2022-04-12 03:25:54.619 | Preparing metadata (setup.py): started 2022-04-12 03:25:59.290 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:25:59.329 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (0.33.0) 2022-04-12 03:25:59.330 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (1.1.2) 2022-04-12 03:25:59.331 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (0.11.0) 2022-04-12 03:25:59.332 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (2.1.1) 2022-04-12 03:25:59.333 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (4.8.0) 2022-04-12 03:25:59.334 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (2.27.1) 2022-04-12 03:25:59.335 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (1.16.0) 2022-04-12 03:25:59.336 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (0.9.9) 2022-04-12 03:25:59.337 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (1.6.0) 2022-04-12 03:25:59.339 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (36.0.2) 2022-04-12 03:25:59.340 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev15) (9.4.0) 2022-04-12 03:25:59.377 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.30.0.dev15) (1.15.0) 2022-04-12 03:25:59.386 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.30.0.dev15) (2.2.1) 2022-04-12 03:25:59.440 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.8.7) 2022-04-12 03:25:59.441 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (2.10.1) 2022-04-12 03:25:59.443 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.12.2) 2022-04-12 03:25:59.444 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (5.1.0) 2022-04-12 03:25:59.445 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.7.0) 2022-04-12 03:25:59.446 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.4.0) 2022-04-12 03:25:59.447 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (3.1.1) 2022-04-12 03:25:59.449 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (5.8.1) 2022-04-12 03:25:59.450 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.1.0) 2022-04-12 03:25:59.451 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.5.0) 2022-04-12 03:25:59.452 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (4.3.0) 2022-04-12 03:25:59.453 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (8.8.0) 2022-04-12 03:25:59.473 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.30.0.dev15) (62.0.0) 2022-04-12 03:25:59.504 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev15) (3.3) 2022-04-12 03:25:59.505 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.30.0.dev15) (2019.11.28) 2022-04-12 03:25:59.508 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev15) (2.0.12) 2022-04-12 03:25:59.509 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev15) (1.26.9) 2022-04-12 03:25:59.532 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.30.0.dev15) (2.21) 2022-04-12 03:25:59.634 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.0.2) 2022-04-12 03:25:59.636 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.7.0) 2022-04-12 03:25:59.637 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (3.5.0) 2022-04-12 03:25:59.678 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.1.5) 2022-04-12 03:25:59.722 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (0.8.0) 2022-04-12 03:25:59.724 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (2.5.0) 2022-04-12 03:25:59.725 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (6.0) 2022-04-12 03:25:59.726 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.5.0) 2022-04-12 03:25:59.785 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (2.8.2) 2022-04-12 03:25:59.789 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (0.9.6) 2022-04-12 03:25:59.802 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.0.3) 2022-04-12 03:25:59.803 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (2022.1) 2022-04-12 03:25:59.822 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (3.0.7) 2022-04-12 03:25:59.823 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (21.3) 2022-04-12 03:25:59.965 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (1.14.0) 2022-04-12 03:25:59.981 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev15) (5.1.1) 2022-04-12 03:26:02.246 | Installing collected packages: swift 2022-04-12 03:26:02.246 | Attempting uninstall: swift 2022-04-12 03:26:02.246 | Found existing installation: swift 2.30.0.dev15 2022-04-12 03:26:02.249 | Can't uninstall 'swift'. No files were found to uninstall. 2022-04-12 03:26:02.250 | Running setup.py develop for swift 2022-04-12 03:26:08.100 | Successfully installed swift 2022-04-12 03:26:08.100 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:26:08.108 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:26:08.108 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:26:08.246 | + inc/python:pip_install:200 : result=0 2022-04-12 03:26:08.249 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:26:08.251 | + functions-common:time_stop:2425 : local name 2022-04-12 03:26:08.253 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:26:08.255 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:26:08.257 | + functions-common:time_stop:2428 : local total 2022-04-12 03:26:08.259 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:26:08.262 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:26:08.264 | + functions-common:time_stop:2432 : start_time=1649733952534 2022-04-12 03:26:08.266 | + functions-common:time_stop:2434 : [[ -z 1649733952534 ]] 2022-04-12 03:26:08.269 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:26:08.273 | + functions-common:time_stop:2437 : end_time=1649733968270 2022-04-12 03:26:08.275 | + functions-common:time_stop:2438 : elapsed_time=15736 2022-04-12 03:26:08.281 | + functions-common:time_stop:2439 : total=65047 2022-04-12 03:26:08.283 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:26:08.285 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=80783 2022-04-12 03:26:08.288 | + inc/python:pip_install:203 : return 0 2022-04-12 03:26:08.290 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:26:08.293 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-12 03:26:08.295 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-12 03:26:08.314 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-12 03:26:08.326 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-04-12 03:26:08.328 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-04-12 03:26:08.330 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:26:08.332 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:26:08.335 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-04-12 03:26:08.337 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:26:08.340 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-04-12 03:26:08.342 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:26:08.344 | + ./stack.sh:main:910 : configure_swift 2022-04-12 03:26:08.347 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-04-12 03:26:08.349 | + lib/swift:configure_swift:332 : local node_number 2022-04-12 03:26:08.351 | + lib/swift:configure_swift:333 : local swift_node_config 2022-04-12 03:26:08.353 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-04-12 03:26:08.355 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-04-12 03:26:09.566 | No container-replicator running 2022-04-12 03:26:09.566 | No container-server running 2022-04-12 03:26:09.566 | No container-sync running 2022-04-12 03:26:09.566 | No container-sharder running 2022-04-12 03:26:09.566 | No proxy-server running 2022-04-12 03:26:09.566 | No object-expirer running 2022-04-12 03:26:09.566 | No container-reconciler running 2022-04-12 03:26:09.566 | No object-auditor running 2022-04-12 03:26:09.566 | No account-replicator running 2022-04-12 03:26:09.566 | No object-server running 2022-04-12 03:26:09.567 | No container-updater running 2022-04-12 03:26:09.567 | No container-auditor running 2022-04-12 03:26:09.567 | No account-auditor running 2022-04-12 03:26:09.567 | No object-replicator running 2022-04-12 03:26:09.567 | No account-server running 2022-04-12 03:26:09.567 | No object-updater running 2022-04-12 03:26:09.567 | No object-reconstructor running 2022-04-12 03:26:09.567 | No account-reaper running 2022-04-12 03:26:09.661 | + lib/swift:configure_swift:337 : true 2022-04-12 03:26:09.663 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-04-12 03:26:09.675 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-04-12 03:26:09.688 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-04-12 03:26:09.690 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-04-12 03:26:09.691 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-04-12 03:26:09.696 | + lib/swift:configure_swift:351 : sed -e ' 2022-04-12 03:26:09.696 | s/%GROUP%/ubuntu/; 2022-04-12 03:26:09.696 | s/%USER%/ubuntu/; 2022-04-12 03:26:09.696 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-04-12 03:26:09.696 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-04-12 03:26:09.699 | uid = ubuntu 2022-04-12 03:26:09.700 | gid = ubuntu 2022-04-12 03:26:09.700 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-04-12 03:26:09.700 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-04-12 03:26:09.700 | address = 127.0.0.1 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | [account6612] 2022-04-12 03:26:09.700 | max connections = 25 2022-04-12 03:26:09.700 | path = /opt/stack/data/swift/1/node/ 2022-04-12 03:26:09.700 | read only = false 2022-04-12 03:26:09.700 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | [account6622] 2022-04-12 03:26:09.700 | max connections = 25 2022-04-12 03:26:09.700 | path = /opt/stack/data/swift/2/node/ 2022-04-12 03:26:09.700 | read only = false 2022-04-12 03:26:09.700 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | [account6632] 2022-04-12 03:26:09.700 | max connections = 25 2022-04-12 03:26:09.700 | path = /opt/stack/data/swift/3/node/ 2022-04-12 03:26:09.700 | read only = false 2022-04-12 03:26:09.700 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | [account6642] 2022-04-12 03:26:09.700 | max connections = 25 2022-04-12 03:26:09.700 | path = /opt/stack/data/swift/4/node/ 2022-04-12 03:26:09.700 | read only = false 2022-04-12 03:26:09.700 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | 2022-04-12 03:26:09.700 | [container6611] 2022-04-12 03:26:09.700 | max connections = 25 2022-04-12 03:26:09.700 | path = /opt/stack/data/swift/1/node/ 2022-04-12 03:26:09.700 | read only = false 2022-04-12 03:26:09.700 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [container6621] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/2/node/ 2022-04-12 03:26:09.701 | read only = false 2022-04-12 03:26:09.701 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [container6631] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/3/node/ 2022-04-12 03:26:09.701 | read only = false 2022-04-12 03:26:09.701 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [container6641] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/4/node/ 2022-04-12 03:26:09.701 | read only = false 2022-04-12 03:26:09.701 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [object6613] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/1/node/ 2022-04-12 03:26:09.701 | read only = false 2022-04-12 03:26:09.701 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [object6623] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/2/node/ 2022-04-12 03:26:09.701 | read only = false 2022-04-12 03:26:09.701 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-04-12 03:26:09.701 | 2022-04-12 03:26:09.701 | [object6633] 2022-04-12 03:26:09.701 | max connections = 25 2022-04-12 03:26:09.701 | path = /opt/stack/data/swift/3/node/ 2022-04-12 03:26:09.702 | read only = false 2022-04-12 03:26:09.702 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-04-12 03:26:09.702 | 2022-04-12 03:26:09.702 | [object6643] 2022-04-12 03:26:09.702 | max connections = 25 2022-04-12 03:26:09.702 | path = /opt/stack/data/swift/4/node/ 2022-04-12 03:26:09.702 | read only = false 2022-04-12 03:26:09.702 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-04-12 03:26:09.703 | + lib/swift:configure_swift:357 : is_ubuntu 2022-04-12 03:26:09.705 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:09.707 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:09.709 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-04-12 03:26:09.721 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-04-12 03:26:09.723 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-04-12 03:26:09.728 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-04-12 03:26:09.733 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-04-12 03:26:09.735 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-04-12 03:26:09.739 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-04-12 03:26:09.767 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.39:8080/v1/ 2022-04-12 03:26:09.792 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-04-12 03:26:09.810 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-04-12 03:26:09.838 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-04-12 03:26:09.856 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-04-12 03:26:09.884 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-04-12 03:26:09.901 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-04-12 03:26:09.929 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-04-12 03:26:09.947 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-04-12 03:26:09.975 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-04-12 03:26:09.993 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-04-12 03:26:10.020 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-04-12 03:26:10.037 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-04-12 03:26:10.052 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:10.054 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-04-12 03:26:10.082 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-04-12 03:26:10.115 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-04-12 03:26:10.142 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-04-12 03:26:10.170 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-04-12 03:26:10.184 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:10.187 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-04-12 03:26:10.213 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-04-12 03:26:10.229 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:10.231 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-04-12 03:26:10.245 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:10.247 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-04-12 03:26:10.249 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-04-12 03:26:10.264 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:10.266 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-04-12 03:26:10.268 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-04-12 03:26:10.270 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-04-12 03:26:10.276 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-04-12 03:26:10.281 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-04-12 03:26:10.309 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-04-12 03:26:10.335 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-04-12 03:26:10.365 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-04-12 03:26:10.394 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-04-12 03:26:10.422 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-04-12 03:26:10.424 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-04-12 03:26:10.426 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-04-12 03:26:10.428 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-04-12 03:26:10.430 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-04-12 03:26:10.456 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-04-12 03:26:10.484 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:26:10.511 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-04-12 03:26:10.537 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-04-12 03:26:10.565 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-04-12 03:26:10.592 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-04-12 03:26:10.619 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-04-12 03:26:10.647 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:26:10.674 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-04-12 03:26:10.701 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-04-12 03:26:10.729 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-04-12 03:26:10.756 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-04-12 03:26:10.783 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-04-12 03:26:10.813 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-04-12 03:26:10.840 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-04-12 03:26:10.858 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-04-12 03:26:10.886 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-04-12 03:26:10.914 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-04-12 03:26:10.919 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-04-12 03:26:10.947 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-04-12 03:26:10.974 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-04-12 03:26:11.000 | + lib/swift:configure_swift:475 : local node_number 2022-04-12 03:26:11.003 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-04-12 03:26:11.005 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-04-12 03:26:11.007 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-04-12 03:26:11.011 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-04-12 03:26:11.013 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-04-12 03:26:11.016 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-04-12 03:26:11.018 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-04-12 03:26:11.020 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-04-12 03:26:11.022 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-04-12 03:26:11.025 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-04-12 03:26:11.027 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-04-12 03:26:11.045 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-04-12 03:26:11.072 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-04-12 03:26:11.090 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-04-12 03:26:11.118 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-04-12 03:26:11.136 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-12 03:26:11.165 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-04-12 03:26:11.183 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-12 03:26:11.211 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-04-12 03:26:11.229 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-12 03:26:11.257 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-04-12 03:26:11.276 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-04-12 03:26:11.303 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-04-12 03:26:11.322 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-04-12 03:26:11.350 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-04-12 03:26:11.368 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-04-12 03:26:11.396 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-04-12 03:26:11.414 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-04-12 03:26:11.440 | + 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-04-12 03:26:11.446 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-04-12 03:26:11.464 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-12 03:26:11.492 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-04-12 03:26:11.520 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-04-12 03:26:11.523 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-04-12 03:26:11.528 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-04-12 03:26:11.530 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-04-12 03:26:11.532 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-04-12 03:26:11.534 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-04-12 03:26:11.537 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-04-12 03:26:11.539 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-04-12 03:26:11.541 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-04-12 03:26:11.543 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-04-12 03:26:11.561 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-04-12 03:26:11.589 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-04-12 03:26:11.607 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-04-12 03:26:11.636 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-04-12 03:26:11.654 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-12 03:26:11.682 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-04-12 03:26:11.700 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-12 03:26:11.729 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-04-12 03:26:11.747 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-12 03:26:11.775 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-04-12 03:26:11.792 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-04-12 03:26:11.821 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-04-12 03:26:11.839 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-04-12 03:26:11.867 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-04-12 03:26:11.885 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-04-12 03:26:11.913 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-04-12 03:26:11.931 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-04-12 03:26:11.958 | + 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-04-12 03:26:11.963 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-04-12 03:26:11.981 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-12 03:26:12.010 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-04-12 03:26:12.012 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-04-12 03:26:12.016 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-04-12 03:26:12.018 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-04-12 03:26:12.021 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-04-12 03:26:12.023 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-04-12 03:26:12.025 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-04-12 03:26:12.027 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-04-12 03:26:12.029 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-04-12 03:26:12.032 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-04-12 03:26:12.050 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-04-12 03:26:12.078 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-04-12 03:26:12.095 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-04-12 03:26:12.124 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-04-12 03:26:12.142 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-12 03:26:12.171 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-04-12 03:26:12.190 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-12 03:26:12.218 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-04-12 03:26:12.237 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-12 03:26:12.265 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-04-12 03:26:12.283 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-04-12 03:26:12.313 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-04-12 03:26:12.330 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-04-12 03:26:12.359 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-04-12 03:26:12.377 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-04-12 03:26:12.405 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-04-12 03:26:12.423 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-04-12 03:26:12.450 | + 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-04-12 03:26:12.454 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-04-12 03:26:12.473 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-12 03:26:12.500 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-04-12 03:26:12.528 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-04-12 03:26:12.556 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-04-12 03:26:12.584 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-04-12 03:26:12.587 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-04-12 03:26:12.591 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-04-12 03:26:12.620 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-04-12 03:26:12.648 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-04-12 03:26:12.676 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-04-12 03:26:12.704 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-04-12 03:26:12.733 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-04-12 03:26:12.760 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-04-12 03:26:12.787 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-04-12 03:26:12.813 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-04-12 03:26:12.841 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-04-12 03:26:12.857 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:12.859 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-04-12 03:26:12.877 | + lib/swift:configure_swift:518 : local auth_vers 2022-04-12 03:26:12.880 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-04-12 03:26:12.900 | + lib/swift:configure_swift:519 : auth_vers=3 2022-04-12 03:26:12.902 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.39 2022-04-12 03:26:12.929 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-04-12 03:26:12.931 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-04-12 03:26:12.958 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.39/identity 2022-04-12 03:26:12.987 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-04-12 03:26:12.989 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-04-12 03:26:13.017 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-04-12 03:26:13.032 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:13.035 | + lib/swift:configure_swift:538 : local user_group 2022-04-12 03:26:13.037 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-04-12 03:26:13.042 | + lib/swift:configure_swift:539 : user_group=1000 2022-04-12 03:26:13.044 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-04-12 03:26:13.057 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-04-12 03:26:13.059 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-04-12 03:26:13.071 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-04-12 03:26:13.073 | + lib/swift:configure_swift:545 : is_suse 2022-04-12 03:26:13.075 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:26:13.078 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:26:13.080 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:26:13.082 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:26:13.084 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:26:13.087 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:26:13.090 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-04-12 03:26:13.102 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-04-12 03:26:13.104 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-04-12 03:26:13.107 | + ./stack.sh:main:913 : is_service_enabled s3api 2022-04-12 03:26:13.124 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:13.126 | + ./stack.sh:main:919 : is_service_enabled g-api n-api 2022-04-12 03:26:13.144 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:13.147 | + ./stack.sh:main:921 : stack_install_service glance 2022-04-12 03:26:13.149 | + lib/stack:stack_install_service:20 : local service=glance 2022-04-12 03:26:13.152 | + lib/stack:stack_install_service:21 : type install_glance 2022-04-12 03:26:13.154 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:26:13.156 | + lib/stack:stack_install_service:32 : install_glance 2022-04-12 03:26:13.159 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-04-12 03:26:13.161 | + lib/glance:install_glance:507 : local glance_store_extras 2022-04-12 03:26:13.164 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-04-12 03:26:13.181 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:13.184 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-04-12 03:26:13.186 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-04-12 03:26:13.203 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:13.206 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-04-12 03:26:13.208 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-04-12 03:26:13.211 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-04-12 03:26:13.213 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:26:13.216 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:26:13.218 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-04-12 03:26:13.221 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:26:13.225 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-04-12 03:26:13.230 | ++ inc/python:join_extras:29 : local IFS=, 2022-04-12 03:26:13.233 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-04-12 03:26:13.236 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-04-12 03:26:13.239 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-04-12 03:26:13.241 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-04-12 03:26:13.244 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-04-12 03:26:13.248 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-04-12 03:26:13.250 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-04-12 03:26:13.253 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-04-12 03:26:13.257 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:26:13.257 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-04-12 03:26:13.262 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-04-12 03:26:13.265 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-04-12 03:26:13.267 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-04-12 03:26:13.270 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-04-12 03:26:13.273 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-04-12 03:26:13.295 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-04-12 03:26:13.297 | + 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-04-12 03:26:14.157 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:14.157 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:14.157 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:14.157 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:15.333 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:26:15.366 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-04-12 03:26:15.449 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-04-12 03:26:15.450 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-04-12 03:26:15.451 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.2) 2022-04-12 03:26:15.452 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-04-12 03:26:15.453 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-04-12 03:26:15.454 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-04-12 03:26:15.455 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-04-12 03:26:15.456 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-04-12 03:26:15.457 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.8.0) 2022-04-12 03:26:15.458 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-04-12 03:26:15.460 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-04-12 03:26:15.461 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-04-12 03:26:15.463 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-04-12 03:26:15.465 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.13.1) 2022-04-12 03:26:15.468 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-04-12 03:26:15.470 | Requirement already satisfied: python-cinderclient>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.3.0) 2022-04-12 03:26:15.473 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.7.0) 2022-04-12 03:26:15.475 | Requirement already satisfied: os-brick>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.2.0) 2022-04-12 03:26:15.484 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-04-12 03:26:15.485 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.2.1) 2022-04-12 03:26:15.498 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.7) 2022-04-12 03:26:15.567 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-04-12 03:26:15.569 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-04-12 03:26:15.570 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.8.1) 2022-04-12 03:26:15.594 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.1.0) 2022-04-12 03:26:15.596 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.7.0) 2022-04-12 03:26:15.597 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-04-12 03:26:15.599 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-04-12 03:26:15.600 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-04-12 03:26:15.610 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-04-12 03:26:15.652 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-04-12 03:26:15.653 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-04-12 03:26:15.654 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-04-12 03:26:15.655 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-04-12 03:26:15.675 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-04-12 03:26:15.677 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-04-12 03:26:15.692 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2022.1) 2022-04-12 03:26:15.707 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-04-12 03:26:15.708 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-04-12 03:26:15.731 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-04-12 03:26:15.732 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-04-12 03:26:15.813 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.12) 2022-04-12 03:26:15.814 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.9) 2022-04-12 03:26:15.815 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-04-12 03:26:15.817 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-04-12 03:26:15.868 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-04-12 03:26:15.893 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.14.0) 2022-04-12 03:26:16.125 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-04-12 03:26:16.128 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-04-12 03:26:16.160 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-04-12 03:26:16.161 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-04-12 03:26:16.163 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-04-12 03:26:16.166 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-04-12 03:26:16.167 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-04-12 03:26:16.170 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-04-12 03:26:16.224 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-04-12 03:26:16.409 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-04-12 03:26:16.432 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (62.0.0) 2022-04-12 03:26:16.516 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-04-12 03:26:16.663 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-04-12 03:26:18.774 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:26:18.781 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:26:18.781 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:26:18.904 | + inc/python:pip_install:200 : result=0 2022-04-12 03:26:18.906 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:26:18.909 | + functions-common:time_stop:2425 : local name 2022-04-12 03:26:18.911 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:26:18.913 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:26:18.916 | + functions-common:time_stop:2428 : local total 2022-04-12 03:26:18.918 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:26:18.921 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:26:18.923 | + functions-common:time_stop:2432 : start_time=1649733973289 2022-04-12 03:26:18.925 | + functions-common:time_stop:2434 : [[ -z 1649733973289 ]] 2022-04-12 03:26:18.928 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:26:18.933 | + functions-common:time_stop:2437 : end_time=1649733978931 2022-04-12 03:26:18.936 | + functions-common:time_stop:2438 : elapsed_time=5642 2022-04-12 03:26:18.938 | + functions-common:time_stop:2439 : total=80783 2022-04-12 03:26:18.940 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:26:18.943 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=86425 2022-04-12 03:26:18.945 | + inc/python:pip_install:203 : return 0 2022-04-12 03:26:18.947 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-04-12 03:26:18.950 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-04-12 03:26:18.953 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-04-12 03:26:18.965 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-04-12 03:26:18.970 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-04-12 03:26:18.973 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-04-12 03:26:18.975 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-04-12 03:26:18.978 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:26:18.980 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:26:18.983 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:26:18.986 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:26:18.988 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:26:18.991 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:26:19.007 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:26:19.010 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:26:19.012 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:26:19.015 | + functions-common:git_clone:629 : echo master 2022-04-12 03:26:19.015 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:26:19.020 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-04-12 03:26:19.023 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:26:19.025 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-04-12 03:26:19.028 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:26:19.028 | + functions-common:git_clone:678 : head -1 2022-04-12 03:26:19.032 | c99c3af4f Merge "Document new properties used by Ironic" 2022-04-12 03:26:19.035 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:26:19.037 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-04-12 03:26:19.040 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:26:19.043 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-04-12 03:26:19.045 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-04-12 03:26:19.048 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:26:19.050 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-04-12 03:26:19.053 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:26:19.055 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-04-12 03:26:19.058 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-04-12 03:26:19.060 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:26:19.063 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:26:19.066 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-04-12 03:26:19.068 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:26:19.072 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-04-12 03:26:19.074 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:26:19.077 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:26:19.080 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-04-12 03:26:19.086 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-04-12 03:26:19.089 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-04-12 03:26:19.756 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-04-12 03:26:19.759 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:26:19.762 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:26:19.764 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:26:19.766 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-04-12 03:26:19.769 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-04-12 03:26:19.771 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:26:19.774 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:26:19.776 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:26:19.779 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:26:19.781 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:26:19.783 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:26:19.786 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:26:19.788 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-04-12 03:26:19.809 | Using python 3.8 to install /opt/stack/glance 2022-04-12 03:26:19.811 | + 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-04-12 03:26:20.696 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:20.696 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:20.696 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:20.696 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:21.896 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:26:21.930 | Obtaining file:///opt/stack/glance 2022-04-12 03:26:21.931 | Preparing metadata (setup.py): started 2022-04-12 03:26:26.659 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:26:26.732 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (5.8.1) 2022-04-12 03:26:26.733 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.7.1) 2022-04-12 03:26:26.734 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.4.35) 2022-04-12 03:26:26.735 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.33.0) 2022-04-12 03:26:26.736 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (2.1.1) 2022-04-12 03:26:26.737 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (2.5.1) 2022-04-12 03:26:26.738 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.8.7) 2022-04-12 03:26:26.739 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.4.2) 2022-04-12 03:26:26.740 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.7.7) 2022-04-12 03:26:26.741 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.20.4) 2022-04-12 03:26:26.743 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (8.8.0) 2022-04-12 03:26:26.744 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.5.0) 2022-04-12 03:26:26.745 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.1.0) 2022-04-12 03:26:26.746 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.5.0) 2022-04-12 03:26:26.748 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.12.2) 2022-04-12 03:26:26.749 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.5.0) 2022-04-12 03:26:26.750 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (2.4.0) 2022-04-12 03:26:26.751 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.6.4) 2022-04-12 03:26:26.752 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.5.0) 2022-04-12 03:26:26.753 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (9.4.0) 2022-04-12 03:26:26.754 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.11.0) 2022-04-12 03:26:26.755 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.2.0) 2022-04-12 03:26:26.756 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.5.0) 2022-04-12 03:26:26.757 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==24.1.0.dev4) (3.2.0) 2022-04-12 03:26:26.759 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.4.0) 2022-04-12 03:26:26.760 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (22.0.0) 2022-04-12 03:26:26.761 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (11.2.0) 2022-04-12 03:26:26.762 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (5.1.0) 2022-04-12 03:26:26.763 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.5.0) 2022-04-12 03:26:26.764 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.7.0) 2022-04-12 03:26:26.766 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (12.13.0) 2022-04-12 03:26:26.771 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (4.5.1) 2022-04-12 03:26:26.772 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (2.3.0) 2022-04-12 03:26:26.773 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.11.0) 2022-04-12 03:26:26.774 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.3.3) 2022-04-12 03:26:26.775 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.4.2) 2022-04-12 03:26:26.776 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.0.0) 2022-04-12 03:26:26.778 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (2.5.0) 2022-04-12 03:26:26.779 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (36.0.2) 2022-04-12 03:26:26.780 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (0.2.2) 2022-04-12 03:26:26.781 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (1.0.2) 2022-04-12 03:26:26.782 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (5.6.0) 2022-04-12 03:26:26.783 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev4) (3.10.1) 2022-04-12 03:26:26.799 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev4) (1.2.0) 2022-04-12 03:26:26.800 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev4) (5.6.0) 2022-04-12 03:26:26.802 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev4) (4.11.3) 2022-04-12 03:26:26.823 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev4) (2.27.1) 2022-04-12 03:26:26.824 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev4) (5.3.0) 2022-04-12 03:26:26.865 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==24.1.0.dev4) (1.15.0) 2022-04-12 03:26:26.881 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==24.1.0.dev4) (4.3.0) 2022-04-12 03:26:26.891 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==24.1.0.dev4) (1.14.0) 2022-04-12 03:26:26.905 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev4) (1.16.0) 2022-04-12 03:26:26.906 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev4) (2.2.1) 2022-04-12 03:26:26.907 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev4) (1.1.2) 2022-04-12 03:26:27.000 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==24.1.0.dev4) (3.0.7) 2022-04-12 03:26:27.078 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==24.1.0.dev4) (1.7.0) 2022-04-12 03:26:27.129 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev4) (3.1.1) 2022-04-12 03:26:27.133 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev4) (2.10.1) 2022-04-12 03:26:27.166 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==24.1.0.dev4) (0.17.3) 2022-04-12 03:26:27.235 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev4) (1.5.0) 2022-04-12 03:26:27.237 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev4) (0.8.0) 2022-04-12 03:26:27.238 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev4) (6.0) 2022-04-12 03:26:27.298 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev4) (0.5.0) 2022-04-12 03:26:27.301 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev4) (2.0.1) 2022-04-12 03:26:27.302 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev4) (0.13.0) 2022-04-12 03:26:27.329 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==24.1.0.dev4) (0.61.0) 2022-04-12 03:26:27.374 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev4) (2.8.2) 2022-04-12 03:26:27.380 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev4) (0.9.6) 2022-04-12 03:26:27.439 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (5.0.0) 2022-04-12 03:26:27.440 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (5.1.0) 2022-04-12 03:26:27.442 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (2.8.0) 2022-04-12 03:26:27.445 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (0.4.0) 2022-04-12 03:26:27.446 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (5.2.4) 2022-04-12 03:26:27.471 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev4) (3.2.0) 2022-04-12 03:26:27.473 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev4) (3.1.1) 2022-04-12 03:26:27.475 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev4) (3.3.0) 2022-04-12 03:26:27.519 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==24.1.0.dev4) (5.9.0) 2022-04-12 03:26:27.564 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev4) (2022.1) 2022-04-12 03:26:27.566 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev4) (0.11.0) 2022-04-12 03:26:27.567 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev4) (21.3) 2022-04-12 03:26:27.644 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==24.1.0.dev4) (62.0.0) 2022-04-12 03:26:27.704 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==24.1.0.dev4) (0.2.5) 2022-04-12 03:26:27.807 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==24.1.0.dev4) (0.7) 2022-04-12 03:26:28.083 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev4) (2.5.0) 2022-04-12 03:26:28.084 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev4) (1.4.2) 2022-04-12 03:26:28.087 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev4) (2.8) 2022-04-12 03:26:28.088 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev4) (6.3.1) 2022-04-12 03:26:28.145 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==24.1.0.dev4) (0.8.1) 2022-04-12 03:26:28.170 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (5.0.0) 2022-04-12 03:26:28.263 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==24.1.0.dev4) (2.21) 2022-04-12 03:26:28.380 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==24.1.0.dev4) (2.1.1) 2022-04-12 03:26:28.597 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (1.32) 2022-04-12 03:26:28.598 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (1.4.0) 2022-04-12 03:26:28.599 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (1.1.5) 2022-04-12 03:26:28.600 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (1.4.4) 2022-04-12 03:26:28.601 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (2.5.0) 2022-04-12 03:26:28.603 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (1.0.0) 2022-04-12 03:26:28.605 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (5.1.1) 2022-04-12 03:26:28.726 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (0.14.1) 2022-04-12 03:26:28.755 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==24.1.0.dev4) (1.0.3) 2022-04-12 03:26:28.802 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (1.3.3) 2022-04-12 03:26:28.806 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev4) (3.0.0) 2022-04-12 03:26:29.055 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev4) (3.10.1) 2022-04-12 03:26:29.242 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev4) (3.3) 2022-04-12 03:26:29.243 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev4) (2019.11.28) 2022-04-12 03:26:29.245 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev4) (2.0.12) 2022-04-12 03:26:29.246 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev4) (1.26.9) 2022-04-12 03:26:29.353 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==24.1.0.dev4) (0.5.2) 2022-04-12 03:26:29.510 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev4) (2.5.0) 2022-04-12 03:26:29.647 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==24.1.0.dev4) (3.8.0) 2022-04-12 03:26:29.972 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev4) (0.5.0) 2022-04-12 03:26:29.977 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev4) (2.4.0) 2022-04-12 03:26:30.206 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev4) (2.2) 2022-04-12 03:26:30.490 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev4) (1.0.0) 2022-04-12 03:26:30.851 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev4) (21.4.0) 2022-04-12 03:26:30.853 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev4) (1.8.2) 2022-04-12 03:26:32.344 | Installing collected packages: glance 2022-04-12 03:26:32.344 | Attempting uninstall: glance 2022-04-12 03:26:32.344 | Found existing installation: glance 24.1.0.dev4 2022-04-12 03:26:32.351 | Can't uninstall 'glance'. No files were found to uninstall. 2022-04-12 03:26:32.352 | Running setup.py develop for glance 2022-04-12 03:26:38.458 | Successfully installed glance 2022-04-12 03:26:38.458 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:26:38.466 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:26:38.466 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:26:38.607 | + inc/python:pip_install:200 : result=0 2022-04-12 03:26:38.609 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:26:38.612 | + functions-common:time_stop:2425 : local name 2022-04-12 03:26:38.614 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:26:38.617 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:26:38.619 | + functions-common:time_stop:2428 : local total 2022-04-12 03:26:38.621 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:26:38.624 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:26:38.626 | + functions-common:time_stop:2432 : start_time=1649733979804 2022-04-12 03:26:38.628 | + functions-common:time_stop:2434 : [[ -z 1649733979804 ]] 2022-04-12 03:26:38.631 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:26:38.636 | + functions-common:time_stop:2437 : end_time=1649733998633 2022-04-12 03:26:38.638 | + functions-common:time_stop:2438 : elapsed_time=18829 2022-04-12 03:26:38.640 | + functions-common:time_stop:2439 : total=86425 2022-04-12 03:26:38.643 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:26:38.645 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=105254 2022-04-12 03:26:38.647 | + inc/python:pip_install:203 : return 0 2022-04-12 03:26:38.650 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:26:38.652 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-12 03:26:38.655 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-12 03:26:38.673 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-12 03:26:38.686 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-04-12 03:26:38.688 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-04-12 03:26:38.691 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:26:38.693 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:26:38.696 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-04-12 03:26:38.699 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:26:38.701 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:26:38.704 | + ./stack.sh:main:922 : configure_glance 2022-04-12 03:26:38.706 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-04-12 03:26:38.718 | + lib/glance:configure_glance:326 : local dburl 2022-04-12 03:26:38.721 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-04-12 03:26:38.724 | ++ lib/database:database_connection_url:134 : local db=glance 2022-04-12 03:26:38.726 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-04-12 03:26:38.728 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=glance 2022-04-12 03:26:38.730 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-04-12 03:26:38.733 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-04-12 03:26:38.736 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-04-12 03:26:38.764 | + 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-04-12 03:26:38.792 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-04-12 03:26:38.822 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-04-12 03:26:38.851 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-04-12 03:26:38.881 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-04-12 03:26:38.910 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-04-12 03:26:38.913 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-04-12 03:26:38.915 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-04-12 03:26:38.918 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-04-12 03:26:38.920 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-04-12 03:26:38.950 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-04-12 03:26:38.980 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:26:39.009 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-04-12 03:26:39.038 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-04-12 03:26:39.068 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-04-12 03:26:39.097 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-04-12 03:26:39.128 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-04-12 03:26:39.157 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:26:39.187 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-04-12 03:26:39.216 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-04-12 03:26:39.247 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-04-12 03:26:39.249 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-04-12 03:26:39.254 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-04-12 03:26:39.257 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-12 03:26:39.259 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-12 03:26:39.261 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:26:39.286 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:39.290 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-12 03:26:39.293 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-12 03:26:39.295 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:26:39.312 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:39.314 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:26:39.317 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:26:39.346 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:26:39.349 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:26:39.352 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-04-12 03:26:39.354 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-04-12 03:26:39.357 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-04-12 03:26:39.387 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-04-12 03:26:39.417 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-04-12 03:26:39.419 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-04-12 03:26:39.422 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-04-12 03:26:39.424 | + lib/glance:configure_glance_store:254 : local be 2022-04-12 03:26:39.427 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-04-12 03:26:39.429 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-04-12 03:26:39.432 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-04-12 03:26:39.462 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-04-12 03:26:39.465 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.39 2022-04-12 03:26:39.495 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-04-12 03:26:39.497 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-04-12 03:26:39.514 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:39.516 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-04-12 03:26:39.547 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-04-12 03:26:39.576 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-04-12 03:26:39.608 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-04-12 03:26:39.637 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-04-12 03:26:39.667 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-04-12 03:26:39.683 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:39.686 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-04-12 03:26:39.716 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-04-12 03:26:39.745 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-04-12 03:26:39.775 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.39/identity/v3 2022-04-12 03:26:39.804 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-04-12 03:26:39.834 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.39/image 2022-04-12 03:26:39.864 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-04-12 03:26:39.881 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:39.884 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-04-12 03:26:39.886 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-04-12 03:26:39.888 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-04-12 03:26:39.892 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:26:39.909 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:26:39.911 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:26:39.914 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:26:39.916 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:26:39.918 | + 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-04-12 03:26:39.949 | + 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-04-12 03:26:39.981 | + 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-04-12 03:26:40.011 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:26:40.040 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-04-12 03:26:40.045 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-04-12 03:26:40.075 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-04-12 03:26:40.105 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-04-12 03:26:40.135 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.39/identity 2022-04-12 03:26:40.164 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-04-12 03:26:40.194 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-04-12 03:26:40.224 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-04-12 03:26:40.254 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-04-12 03:26:40.285 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-04-12 03:26:40.314 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-04-12 03:26:40.351 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-04-12 03:26:40.381 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-04-12 03:26:40.387 | + 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-04-12 03:26:40.394 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-04-12 03:26:40.415 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:26:40.418 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-04-12 03:26:40.420 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-04-12 03:26:40.423 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-04-12 03:26:40.425 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-04-12 03:26:40.427 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-04-12 03:26:40.430 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-04-12 03:26:40.434 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-04-12 03:26:40.436 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-04-12 03:26:40.440 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-04-12 03:26:40.470 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-04-12 03:26:40.473 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-04-12 03:26:40.475 | ++ functions:get_random_port:837 : true 2022-04-12 03:26:40.478 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-04-12 03:26:40.480 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-04-12 03:26:40.483 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-04-12 03:26:40.534 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-04-12 03:26:40.536 | ++ functions:get_random_port:841 : break 2 2022-04-12 03:26:40.538 | ++ functions:get_random_port:845 : echo 60999 2022-04-12 03:26:40.541 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-04-12 03:26:40.543 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-04-12 03:26:40.571 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-04-12 03:26:40.599 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-04-12 03:26:40.627 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-04-12 03:26:40.655 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-04-12 03:26:40.682 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-04-12 03:26:40.710 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-04-12 03:26:40.738 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-04-12 03:26:40.766 | + 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-04-12 03:26:40.794 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-12 03:26:40.822 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-04-12 03:26:40.849 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-12 03:26:40.877 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-04-12 03:26:40.905 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-04-12 03:26:40.932 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-04-12 03:26:40.960 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-04-12 03:26:40.987 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-04-12 03:26:41.015 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-04-12 03:26:41.043 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-04-12 03:26:41.071 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-04-12 03:26:41.073 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-04-12 03:26:41.076 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:26:41.078 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:41.080 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:41.083 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-04-12 03:26:41.085 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-04-12 03:26:41.140 | proxy (enabled by site administrator) 2022-04-12 03:26:41.143 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-04-12 03:26:41.145 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-04-12 03:26:41.147 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:26:41.150 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:41.152 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:41.155 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-04-12 03:26:41.157 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-04-12 03:26:41.212 | proxy_http (enabled by site administrator) 2022-04-12 03:26:41.215 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-04-12 03:26:41.218 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-04-12 03:26:41.220 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-04-12 03:26:41.223 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-12 03:26:41.225 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:41.228 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:41.231 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-12 03:26:41.233 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-12 03:26:41.236 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-04-12 03:26:41.237 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-12 03:26:41.246 | KeepAlive Off 2022-04-12 03:26:41.250 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-04-12 03:26:41.250 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-12 03:26:41.259 | SetEnv proxy-sendchunked 1 2022-04-12 03:26:41.263 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-04-12 03:26:41.263 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-12 03:26:41.271 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-04-12 03:26:41.274 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-04-12 03:26:41.277 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-04-12 03:26:41.279 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-12 03:26:41.282 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-04-12 03:26:41.284 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:26:41.286 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:41.289 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:41.292 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-12 03:26:41.294 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-12 03:26:41.296 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:26:41.299 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:26:41.301 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-04-12 03:26:41.364 | Site glance-wsgi-api already enabled 2022-04-12 03:26:41.369 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-04-12 03:26:41.371 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:26:41.374 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:26:41.376 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:26:41.510 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-04-12 03:26:41.516 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-04-12 03:26:41.552 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-04-12 03:26:41.554 | + ./stack.sh:main:925 : is_service_enabled cinder 2022-04-12 03:26:41.574 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:26:41.577 | + ./stack.sh:main:927 : stack_install_service cinder 2022-04-12 03:26:41.580 | + lib/stack:stack_install_service:20 : local service=cinder 2022-04-12 03:26:41.582 | + lib/stack:stack_install_service:21 : type install_cinder 2022-04-12 03:26:41.585 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:26:41.588 | + lib/stack:stack_install_service:32 : install_cinder 2022-04-12 03:26:41.590 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-04-12 03:26:41.593 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-04-12 03:26:41.595 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-04-12 03:26:41.598 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:26:41.600 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:26:41.603 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:26:41.606 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:26:41.608 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:26:41.611 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:26:41.630 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:26:41.632 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:26:41.635 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:26:41.638 | + functions-common:git_clone:629 : echo master 2022-04-12 03:26:41.638 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:26:41.644 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-04-12 03:26:41.646 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:26:41.648 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-04-12 03:26:41.651 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:26:41.653 | + functions-common:git_clone:678 : head -1 2022-04-12 03:26:41.655 | 6d4a6aa97 Merge "Remove privsep/hscli" 2022-04-12 03:26:41.658 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:26:41.661 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-04-12 03:26:41.663 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:26:41.666 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-12 03:26:41.668 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-04-12 03:26:41.671 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:26:41.674 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-04-12 03:26:41.676 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:26:41.678 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-12 03:26:41.681 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-04-12 03:26:41.684 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:26:41.686 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:26:41.689 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-04-12 03:26:41.692 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:26:41.695 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-04-12 03:26:41.698 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:26:41.700 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:26:41.704 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-04-12 03:26:41.709 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-04-12 03:26:41.712 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-04-12 03:26:42.391 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-04-12 03:26:42.393 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:26:42.396 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:26:42.399 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:26:42.401 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-12 03:26:42.403 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-04-12 03:26:42.406 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:26:42.408 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:26:42.411 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:26:42.413 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:26:42.417 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:26:42.418 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:26:42.421 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:26:42.423 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-04-12 03:26:42.445 | Using python 3.8 to install /opt/stack/cinder 2022-04-12 03:26:42.447 | + 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-04-12 03:26:43.315 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:43.315 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:43.315 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:26:43.315 | from cryptography.utils import int_from_bytes 2022-04-12 03:26:44.509 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:26:44.540 | Obtaining file:///opt/stack/cinder 2022-04-12 03:26:44.541 | Preparing metadata (setup.py): started 2022-04-12 03:26:50.120 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:26:50.253 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.8.1) 2022-04-12 03:26:50.254 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.1.1) 2022-04-12 03:26:50.255 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (0.33.0) 2022-04-12 03:26:50.257 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.1.2) 2022-04-12 03:26:50.258 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (0.20.4) 2022-04-12 03:26:50.258 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.0.2) 2022-04-12 03:26:50.259 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==20.1.0.dev48) (3.2.0) 2022-04-12 03:26:50.260 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.5.0) 2022-04-12 03:26:50.262 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (9.4.0) 2022-04-12 03:26:50.263 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.8.0) 2022-04-12 03:26:50.264 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.1.3) 2022-04-12 03:26:50.265 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (8.8.0) 2022-04-12 03:26:50.266 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.5.0) 2022-04-12 03:26:50.267 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.1.0) 2022-04-12 03:26:50.268 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (11.2.0) 2022-04-12 03:26:50.269 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.7.0) 2022-04-12 03:26:50.270 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (12.13.0) 2022-04-12 03:26:50.271 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.5.1) 2022-04-12 03:26:50.273 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.11.0) 2022-04-12 03:26:50.274 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.7.0) 2022-04-12 03:26:50.275 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.3.0) 2022-04-12 03:26:50.276 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (6.3.1) 2022-04-12 03:26:50.277 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.3.0) 2022-04-12 03:26:50.278 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.8.0) 2022-04-12 03:26:50.279 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.5.0) 2022-04-12 03:26:50.280 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.12.2) 2022-04-12 03:26:50.281 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.6.0) 2022-04-12 03:26:50.283 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.4.2) 2022-04-12 03:26:50.284 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (21.3) 2022-04-12 03:26:50.285 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.8.1) 2022-04-12 03:26:50.286 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.5.0) 2022-04-12 03:26:50.287 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.1.1) 2022-04-12 03:26:50.288 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.9.0) 2022-04-12 03:26:50.290 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.0.7) 2022-04-12 03:26:50.291 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.3.0) 2022-04-12 03:26:50.292 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.6.0) 2022-04-12 03:26:50.293 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.4.0) 2022-04-12 03:26:50.294 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (17.7.0) 2022-04-12 03:26:50.295 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.13.1) 2022-04-12 03:26:50.296 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2022.1) 2022-04-12 03:26:50.297 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.27.1) 2022-04-12 03:26:50.298 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.5.1) 2022-04-12 03:26:50.299 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (4.6.4) 2022-04-12 03:26:50.300 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.1.74) 2022-04-12 03:26:50.301 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.16.0) 2022-04-12 03:26:50.302 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.4.35) 2022-04-12 03:26:50.304 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (0.13.0) 2022-04-12 03:26:50.305 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.5.0) 2022-04-12 03:26:50.306 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (0.8.9) 2022-04-12 03:26:50.307 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (6.3.1) 2022-04-12 03:26:50.308 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.8.7) 2022-04-12 03:26:50.309 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.1.0) 2022-04-12 03:26:50.310 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.10.0) 2022-04-12 03:26:50.311 | Requirement already satisfied: os-brick>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.2.0) 2022-04-12 03:26:50.313 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (5.6.0) 2022-04-12 03:26:50.314 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.11.0) 2022-04-12 03:26:50.315 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (2.43.0) 2022-04-12 03:26:50.316 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (3.10.1) 2022-04-12 03:26:50.317 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (36.0.2) 2022-04-12 03:26:50.318 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (0.2.2) 2022-04-12 03:26:50.319 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.5.1.0) 2022-04-12 03:26:50.320 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev48) (1.21.37) 2022-04-12 03:26:50.333 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev48) (0.5.2) 2022-04-12 03:26:50.334 | Requirement already satisfied: botocore<1.25.0,>=1.24.37 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev48) (1.24.37) 2022-04-12 03:26:50.335 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev48) (1.0.0) 2022-04-12 03:26:50.397 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==20.1.0.dev48) (1.15.0) 2022-04-12 03:26:50.428 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==20.1.0.dev48) (2.2.1) 2022-04-12 03:26:50.445 | Requirement already satisfied: uritemplate<5,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (4.1.1) 2022-04-12 03:26:50.447 | Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (2.6.3) 2022-04-12 03:26:50.452 | Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (2.7.1) 2022-04-12 03:26:50.454 | Requirement already satisfied: google-auth-httplib2>=0.1.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (0.1.0) 2022-04-12 03:26:50.550 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==20.1.0.dev48) (1.7.0) 2022-04-12 03:26:50.604 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev48) (3.1.1) 2022-04-12 03:26:50.607 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev48) (2.10.1) 2022-04-12 03:26:50.635 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev48) (0.4.8) 2022-04-12 03:26:50.636 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev48) (4.8) 2022-04-12 03:26:50.637 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev48) (0.2.8) 2022-04-12 03:26:50.718 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->cinder==20.1.0.dev48) (0.17.3) 2022-04-12 03:26:50.764 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev48) (6.0) 2022-04-12 03:26:50.765 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev48) (0.8.0) 2022-04-12 03:26:50.765 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev48) (2.5.0) 2022-04-12 03:26:50.767 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev48) (1.5.0) 2022-04-12 03:26:50.827 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev48) (2.0.1) 2022-04-12 03:26:50.830 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev48) (0.5.0) 2022-04-12 03:26:50.831 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev48) (1.7.7) 2022-04-12 03:26:50.892 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev48) (0.9.6) 2022-04-12 03:26:50.894 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev48) (2.8.2) 2022-04-12 03:26:50.954 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (5.1.0) 2022-04-12 03:26:50.956 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (5.2.4) 2022-04-12 03:26:50.957 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (0.4.0) 2022-04-12 03:26:50.958 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (2.4.0) 2022-04-12 03:26:50.960 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (5.0.0) 2022-04-12 03:26:50.985 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev48) (3.2.0) 2022-04-12 03:26:50.987 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev48) (3.1.1) 2022-04-12 03:26:50.989 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev48) (3.3.0) 2022-04-12 03:26:51.032 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->cinder==20.1.0.dev48) (1.0.3) 2022-04-12 03:26:51.117 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev48) (1.3.3) 2022-04-12 03:26:51.123 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev48) (3.0.0) 2022-04-12 03:26:51.145 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev48) (3.2.0) 2022-04-12 03:26:51.173 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->cinder==20.1.0.dev48) (0.11.0) 2022-04-12 03:26:51.236 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev48) (1.26.9) 2022-04-12 03:26:51.240 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev48) (1.1.0) 2022-04-12 03:26:51.373 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==20.1.0.dev48) (1.5.0) 2022-04-12 03:26:51.398 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==20.1.0.dev48) (62.0.0) 2022-04-12 03:26:51.538 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==20.1.0.dev48) (3.10.1) 2022-04-12 03:26:51.576 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev48) (1.14.0) 2022-04-12 03:26:51.578 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev48) (22.0.0) 2022-04-12 03:26:51.581 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev48) (1.3.3) 2022-04-12 03:26:51.787 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev48) (2.0.12) 2022-04-12 03:26:51.788 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev48) (2019.11.28) 2022-04-12 03:26:51.791 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev48) (3.3) 2022-04-12 03:26:51.827 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==20.1.0.dev48) (0.7) 2022-04-12 03:26:51.857 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==20.1.0.dev48) (0.23.2) 2022-04-12 03:26:52.094 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev48) (0.5.2) 2022-04-12 03:26:52.096 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev48) (0.4.2) 2022-04-12 03:26:52.236 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev48) (1.4.2) 2022-04-12 03:26:52.240 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev48) (2.8) 2022-04-12 03:26:52.242 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev48) (2.5.0) 2022-04-12 03:26:52.400 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==20.1.0.dev48) (0.13.1) 2022-04-12 03:26:52.525 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev48) (4.11.3) 2022-04-12 03:26:52.526 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev48) (1.2.0) 2022-04-12 03:26:52.527 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev48) (5.6.0) 2022-04-12 03:26:52.561 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (5.0.0) 2022-04-12 03:26:52.782 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==20.1.0.dev48) (2.21) 2022-04-12 03:26:52.859 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev48) (2.4.0) 2022-04-12 03:26:52.862 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev48) (0.5.0) 2022-04-12 03:26:53.040 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->cinder==20.1.0.dev48) (2.5.0) 2022-04-12 03:26:53.136 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (1.56.0) 2022-04-12 03:26:53.137 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev48) (3.20.0) 2022-04-12 03:26:53.317 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==20.1.0.dev48) (2.1.1) 2022-04-12 03:26:53.745 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==20.1.0.dev48) (1.1.5) 2022-04-12 03:26:53.796 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==20.1.0.dev48) (0.14.1) 2022-04-12 03:26:53.846 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev48) (0.2.5) 2022-04-12 03:26:54.913 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==20.1.0.dev48) (1.32) 2022-04-12 03:26:55.186 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev48) (1.8.2) 2022-04-12 03:26:55.187 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev48) (21.4.0) 2022-04-12 03:26:55.330 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==20.1.0.dev48) (2.2) 2022-04-12 03:26:55.524 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->cinder==20.1.0.dev48) (1.0.0) 2022-04-12 03:26:55.702 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev48) (3.8.0) 2022-04-12 03:26:57.401 | Installing collected packages: cinder 2022-04-12 03:26:57.402 | Attempting uninstall: cinder 2022-04-12 03:26:57.402 | Found existing installation: cinder 20.1.0.dev48 2022-04-12 03:26:57.408 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-04-12 03:26:57.409 | Running setup.py develop for cinder 2022-04-12 03:27:04.843 | Successfully installed cinder 2022-04-12 03:27:04.844 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:27:04.853 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:27:04.853 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:27:05.004 | + inc/python:pip_install:200 : result=0 2022-04-12 03:27:05.006 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:27:05.009 | + functions-common:time_stop:2425 : local name 2022-04-12 03:27:05.012 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:27:05.014 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:27:05.016 | + functions-common:time_stop:2428 : local total 2022-04-12 03:27:05.018 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:27:05.021 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:27:05.023 | + functions-common:time_stop:2432 : start_time=1649734002439 2022-04-12 03:27:05.025 | + functions-common:time_stop:2434 : [[ -z 1649734002439 ]] 2022-04-12 03:27:05.028 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:27:05.032 | + functions-common:time_stop:2437 : end_time=1649734025030 2022-04-12 03:27:05.034 | + functions-common:time_stop:2438 : elapsed_time=22591 2022-04-12 03:27:05.037 | + functions-common:time_stop:2439 : total=105254 2022-04-12 03:27:05.039 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:27:05.041 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=127845 2022-04-12 03:27:05.044 | + inc/python:pip_install:203 : return 0 2022-04-12 03:27:05.046 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:27:05.048 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-12 03:27:05.051 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-12 03:27:05.070 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-12 03:27:05.082 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-04-12 03:27:05.085 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-04-12 03:27:05.088 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:27:05.090 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:27:05.093 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-04-12 03:27:05.095 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:27:05.098 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-04-12 03:27:05.101 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-04-12 03:27:05.104 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-04-12 03:27:05.106 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:05.109 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:05.111 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-04-12 03:27:05.123 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-04-12 03:27:05.125 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:27:05.128 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:27:05.130 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:27:05.133 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:27:05.135 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:27:05.138 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:27:05.140 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:05.143 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:05.145 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:27:05.148 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:27:05.151 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:27:05.153 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:27:05.156 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-04-12 03:27:05.158 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:27:05.161 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:05.164 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:05.166 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-04-12 03:27:05.188 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-04-12 03:27:05.298 | Reading package lists... 2022-04-12 03:27:05.537 | Building dependency tree... 2022-04-12 03:27:05.539 | Reading state information... 2022-04-12 03:27:05.794 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-04-12 03:27:05.794 | The following packages were automatically installed and are no longer required: 2022-04-12 03:27:05.795 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:27:05.795 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:27:05.795 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:27:05.795 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:27:05.795 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:27:05.795 | python3-zope.interface 2022-04-12 03:27:05.795 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:27:05.908 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:27:05.913 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:27:05.915 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:27:05.918 | + functions-common:time_stop:2425 : local name 2022-04-12 03:27:05.920 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:27:05.923 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:27:05.925 | + functions-common:time_stop:2428 : local total 2022-04-12 03:27:05.928 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:27:05.931 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:27:05.933 | + functions-common:time_stop:2432 : start_time=1649734025186 2022-04-12 03:27:05.935 | + functions-common:time_stop:2434 : [[ -z 1649734025186 ]] 2022-04-12 03:27:05.938 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:27:05.943 | + functions-common:time_stop:2437 : end_time=1649734025940 2022-04-12 03:27:05.946 | + functions-common:time_stop:2438 : elapsed_time=754 2022-04-12 03:27:05.948 | + functions-common:time_stop:2439 : total=5307 2022-04-12 03:27:05.951 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:27:05.953 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6061 2022-04-12 03:27:05.956 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:27:05.958 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:27:05.961 | + ./stack.sh:main:928 : configure_cinder 2022-04-12 03:27:05.963 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-04-12 03:27:05.976 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-04-12 03:27:05.980 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-04-12 03:27:05.982 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-04-12 03:27:05.984 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-04-12 03:27:05.988 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-04-12 03:27:05.988 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-04-12 03:27:05.993 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-04-12 03:27:05.995 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-04-12 03:27:05.998 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-04-12 03:27:06.000 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-04-12 03:27:06.002 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-04-12 03:27:06.004 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-04-12 03:27:06.006 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-04-12 03:27:06.008 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-04-12 03:27:06.020 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-04-12 03:27:06.032 | + 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-04-12 03:27:06.044 | + 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-04-12 03:27:06.057 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-04-12 03:27:06.069 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-04-12 03:27:06.071 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-04-12 03:27:06.075 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.eL27yXL4g5 2022-04-12 03:27:06.078 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-04-12 03:27:06.080 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-04-12 03:27:06.082 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-04-12 03:27:06.085 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.eL27yXL4g5 2022-04-12 03:27:06.088 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.eL27yXL4g5 2022-04-12 03:27:06.100 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.eL27yXL4g5 /etc/sudoers.d/cinder-rootwrap 2022-04-12 03:27:06.113 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-04-12 03:27:06.117 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-04-12 03:27:06.119 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-04-12 03:27:06.122 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-04-12 03:27:06.124 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-04-12 03:27:06.126 | + 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-04-12 03:27:06.128 | + 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-04-12 03:27:06.131 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-04-12 03:27:06.133 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-04-12 03:27:06.137 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-04-12 03:27:06.142 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-04-12 03:27:06.161 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-04-12 03:27:06.180 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-04-12 03:27:06.198 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-04-12 03:27:06.216 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-04-12 03:27:06.235 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-04-12 03:27:06.253 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-04-12 03:27:06.272 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-04-12 03:27:06.291 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-04-12 03:27:06.293 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-04-12 03:27:06.295 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-04-12 03:27:06.298 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-04-12 03:27:06.300 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-04-12 03:27:06.329 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-04-12 03:27:06.357 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:27:06.384 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-04-12 03:27:06.411 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-04-12 03:27:06.438 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-04-12 03:27:06.466 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-04-12 03:27:06.495 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-04-12 03:27:06.525 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:27:06.552 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-04-12 03:27:06.580 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-04-12 03:27:06.610 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-04-12 03:27:06.639 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-04-12 03:27:06.641 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-04-12 03:27:06.644 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-04-12 03:27:06.646 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=cinder 2022-04-12 03:27:06.649 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-04-12 03:27:06.651 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-04-12 03:27:06.682 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-04-12 03:27:06.710 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-04-12 03:27:06.738 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-04-12 03:27:06.766 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-04-12 03:27:06.794 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-04-12 03:27:06.822 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-04-12 03:27:06.853 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-04-12 03:27:06.856 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.39 2022-04-12 03:27:06.884 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-04-12 03:27:06.915 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-04-12 03:27:06.922 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key f9c976625b926e1b1f68151f55cbf0a5 2022-04-12 03:27:06.950 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-04-12 03:27:06.952 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-04-12 03:27:06.981 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-04-12 03:27:07.009 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-04-12 03:27:07.036 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-04-12 03:27:07.065 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-04-12 03:27:07.081 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:07.084 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-04-12 03:27:07.086 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-04-12 03:27:07.088 | + lib/cinder:configure_cinder:301 : local default_name= 2022-04-12 03:27:07.091 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-04-12 03:27:07.093 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-04-12 03:27:07.095 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-04-12 03:27:07.098 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-04-12 03:27:07.100 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-04-12 03:27:07.103 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-04-12 03:27:07.106 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-04-12 03:27:07.108 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-04-12 03:27:07.138 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-04-12 03:27:07.167 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-04-12 03:27:07.194 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-04-12 03:27:07.222 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-04-12 03:27:07.250 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-04-12 03:27:07.278 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-04-12 03:27:07.280 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-04-12 03:27:07.283 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-04-12 03:27:07.285 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-04-12 03:27:07.313 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-04-12 03:27:07.316 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-04-12 03:27:07.344 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-04-12 03:27:07.346 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-04-12 03:27:07.349 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-04-12 03:27:07.352 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-04-12 03:27:07.380 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-04-12 03:27:07.382 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-04-12 03:27:07.384 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-04-12 03:27:07.401 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:07.403 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-04-12 03:27:07.406 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-04-12 03:27:07.408 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-04-12 03:27:07.410 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-04-12 03:27:07.438 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.39:8080/v1/AUTH_ 2022-04-12 03:27:07.466 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-04-12 03:27:07.483 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:07.486 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-04-12 03:27:07.502 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:07.504 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-04-12 03:27:07.521 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:07.524 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-04-12 03:27:07.527 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-04-12 03:27:07.529 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-04-12 03:27:07.531 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-04-12 03:27:07.534 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-12 03:27:07.536 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-12 03:27:07.538 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:27:07.554 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:07.557 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-12 03:27:07.559 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-12 03:27:07.562 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:27:07.578 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:07.580 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:27:07.583 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:27:07.611 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:27:07.613 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:27:07.615 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-04-12 03:27:07.618 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-04-12 03:27:07.620 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-04-12 03:27:07.623 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:27:07.642 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:27:07.645 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:27:07.647 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:27:07.650 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:27:07.652 | + 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-04-12 03:27:07.680 | + 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-04-12 03:27:07.708 | + 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-04-12 03:27:07.736 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:27:07.764 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-04-12 03:27:07.781 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:07.784 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-04-12 03:27:07.786 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-04-12 03:27:07.789 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-04-12 03:27:07.791 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-04-12 03:27:07.794 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-12 03:27:07.796 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-12 03:27:07.799 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-04-12 03:27:07.803 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-04-12 03:27:07.806 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-12 03:27:07.808 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-12 03:27:07.821 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-12 03:27:07.821 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:27:07.829 | d /var/run/uwsgi 0755 ubuntu root 2022-04-12 03:27:07.833 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:27:07.848 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-04-12 03:27:07.851 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-04-12 03:27:07.855 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-04-12 03:27:07.884 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-04-12 03:27:07.911 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-04-12 03:27:07.939 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-04-12 03:27:07.967 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-04-12 03:27:07.994 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-12 03:27:08.021 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-04-12 03:27:08.050 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-04-12 03:27:08.078 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-04-12 03:27:08.110 | + 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-04-12 03:27:08.139 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-04-12 03:27:08.166 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-12 03:27:08.194 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-04-12 03:27:08.221 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-12 03:27:08.224 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-12 03:27:08.227 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-04-12 03:27:08.229 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-04-12 03:27:08.232 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-12 03:27:08.234 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:08.236 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:08.239 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-04-12 03:27:08.242 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-04-12 03:27:08.244 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-04-12 03:27:08.271 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-04-12 03:27:08.299 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-04-12 03:27:08.300 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-04-12 03:27:08.309 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-04-12 03:27:08.312 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-04-12 03:27:08.314 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-04-12 03:27:08.317 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-12 03:27:08.319 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-04-12 03:27:08.322 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:27:08.324 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:08.326 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:08.329 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-12 03:27:08.331 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-12 03:27:08.333 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:27:08.336 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:27:08.338 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-04-12 03:27:08.399 | Enabling site cinder-wsgi. 2022-04-12 03:27:08.404 | To activate the new configuration, you need to run: 2022-04-12 03:27:08.404 | systemctl reload apache2 2022-04-12 03:27:08.408 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-12 03:27:08.411 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:27:08.414 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:27:08.416 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:27:08.549 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-04-12 03:27:08.552 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-04-12 03:27:08.586 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.39/image 2022-04-12 03:27:08.615 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-04-12 03:27:08.633 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:08.635 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-04-12 03:27:08.638 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-04-12 03:27:08.640 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-04-12 03:27:08.642 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-04-12 03:27:08.645 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-04-12 03:27:08.676 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-04-12 03:27:08.703 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.39/identity 2022-04-12 03:27:08.732 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-04-12 03:27:08.761 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-04-12 03:27:08.788 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-04-12 03:27:08.817 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-04-12 03:27:08.845 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-04-12 03:27:08.873 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:27:08.901 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-04-12 03:27:08.929 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-04-12 03:27:08.957 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-04-12 03:27:08.986 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-04-12 03:27:08.988 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-04-12 03:27:09.006 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:09.008 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.39:2379 2022-04-12 03:27:09.039 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-04-12 03:27:09.042 | + ./stack.sh:main:931 : is_service_enabled neutron 2022-04-12 03:27:09.060 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:09.062 | + ./stack.sh:main:933 : stack_install_service neutron 2022-04-12 03:27:09.065 | + lib/stack:stack_install_service:20 : local service=neutron 2022-04-12 03:27:09.067 | + lib/stack:stack_install_service:21 : type install_neutron 2022-04-12 03:27:09.070 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:27:09.072 | + lib/stack:stack_install_service:32 : install_neutron 2022-04-12 03:27:09.074 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-04-12 03:27:09.078 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:27:09.079 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-04-12 03:27:09.084 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:27:09.087 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-12 03:27:09.089 | + 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-04-12 03:27:09.092 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-04-12 03:27:09.094 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-04-12 03:27:09.097 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-04-12 03:27:09.100 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-04-12 03:27:09.103 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:27:09.106 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:27:09.108 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-04-12 03:27:09.111 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:27:09.113 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-04-12 03:27:09.116 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-04-12 03:27:09.118 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-04-12 03:27:09.121 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:27:09.123 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:27:09.126 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:27:09.129 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:27:09.131 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:27:09.134 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:27:09.150 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:27:09.152 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:27:09.154 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:27:09.157 | + functions-common:git_clone:629 : echo master 2022-04-12 03:27:09.157 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:27:09.162 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-04-12 03:27:09.165 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:27:09.167 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-04-12 03:27:09.170 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:27:09.171 | + functions-common:git_clone:678 : head -1 2022-04-12 03:27:09.173 | 4c5b6b9b0f Merge commit 'refs/changes/92/837392/3' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-04-12 03:27:09.176 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:27:09.179 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-04-12 03:27:09.182 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:27:09.184 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-12 03:27:09.186 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-04-12 03:27:09.189 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:27:09.191 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-04-12 03:27:09.194 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:27:09.196 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-12 03:27:09.199 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-04-12 03:27:09.201 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:27:09.204 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:27:09.207 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-04-12 03:27:09.210 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:27:09.212 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-04-12 03:27:09.215 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:27:09.218 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:27:09.221 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-04-12 03:27:09.227 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-04-12 03:27:09.230 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-04-12 03:27:09.887 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-04-12 03:27:09.889 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:27:09.892 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:27:09.894 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:27:09.896 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-12 03:27:09.899 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-04-12 03:27:09.901 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:27:09.903 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:27:09.906 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:27:09.908 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:27:09.910 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:27:09.913 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:27:09.916 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:27:09.918 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-04-12 03:27:09.939 | Using python 3.8 to install /opt/stack/neutron 2022-04-12 03:27:09.942 | + 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-04-12 03:27:10.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:27:10.817 | from cryptography.utils import int_from_bytes 2022-04-12 03:27:10.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:27:10.817 | from cryptography.utils import int_from_bytes 2022-04-12 03:27:11.998 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:27:12.028 | Obtaining file:///opt/stack/neutron 2022-04-12 03:27:12.028 | Preparing metadata (setup.py): started 2022-04-12 03:27:17.723 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:27:17.815 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (5.8.1) 2022-04-12 03:27:17.816 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (3.5.0) 2022-04-12 03:27:17.817 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.1.1) 2022-04-12 03:27:17.818 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.5.1) 2022-04-12 03:27:17.819 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.5.0) 2022-04-12 03:27:17.820 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (5.1.1) 2022-04-12 03:27:17.821 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.33.0) 2022-04-12 03:27:17.822 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.4.1) 2022-04-12 03:27:17.823 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.20.4) 2022-04-12 03:27:17.824 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.27.1) 2022-04-12 03:27:17.825 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (3.1.1) 2022-04-12 03:27:17.826 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (9.4.0) 2022-04-12 03:27:17.827 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.8.0) 2022-04-12 03:27:17.828 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.11.0) 2022-04-12 03:27:17.829 | Requirement already satisfied: neutron-lib>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.20.0) 2022-04-12 03:27:17.831 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (7.8.0) 2022-04-12 03:27:17.832 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (6.3.1) 2022-04-12 03:27:17.833 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.4.35) 2022-04-12 03:27:17.834 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.8.7) 2022-04-12 03:27:17.835 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.5.0) 2022-04-12 03:27:17.837 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.7.7) 2022-04-12 03:27:17.838 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (3.5.0) 2022-04-12 03:27:17.839 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.10.1) 2022-04-12 03:27:17.840 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.5.0) 2022-04-12 03:27:17.841 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (8.8.0) 2022-04-12 03:27:17.842 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.1.0) 2022-04-12 03:27:17.843 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (11.2.0) 2022-04-12 03:27:17.844 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (5.1.0) 2022-04-12 03:27:17.845 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.7.0) 2022-04-12 03:27:17.846 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (12.13.0) 2022-04-12 03:27:17.848 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.5.1) 2022-04-12 03:27:17.849 | Requirement already satisfied: oslo.policy>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (3.11.0) 2022-04-12 03:27:17.850 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.7.0) 2022-04-12 03:27:17.852 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.3.0) 2022-04-12 03:27:17.853 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (6.3.1) 2022-04-12 03:27:17.854 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.3.0) 2022-04-12 03:27:17.855 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.8.0) 2022-04-12 03:27:17.856 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.5.0) 2022-04-12 03:27:17.857 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.12.2) 2022-04-12 03:27:17.858 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.6.0) 2022-04-12 03:27:17.859 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (3.4.2) 2022-04-12 03:27:17.860 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.3.1) 2022-04-12 03:27:17.861 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.1.0) 2022-04-12 03:27:17.863 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.16.0) 2022-04-12 03:27:17.863 | Requirement already satisfied: ovsdbapp>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (1.16.0) 2022-04-12 03:27:17.864 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (21.3) 2022-04-12 03:27:17.865 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (5.9.0) 2022-04-12 03:27:17.867 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:17.868 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (22.0.0) 2022-04-12 03:27:17.869 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (17.7.0) 2022-04-12 03:27:17.870 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (0.61.0) 2022-04-12 03:27:17.871 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (4.5.0) 2022-04-12 03:27:17.872 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.7.1) 2022-04-12 03:27:17.873 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.4.0) 2022-04-12 03:27:17.874 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev108) (2.11.0) 2022-04-12 03:27:17.890 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev108) (5.6.0) 2022-04-12 03:27:17.892 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev108) (4.11.3) 2022-04-12 03:27:17.893 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev108) (1.2.0) 2022-04-12 03:27:17.901 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==20.1.0.dev108) (1.14.0) 2022-04-12 03:27:17.913 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev108) (2.2.1) 2022-04-12 03:27:17.914 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev108) (1.16.0) 2022-04-12 03:27:17.916 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev108) (1.1.2) 2022-04-12 03:27:17.935 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==20.1.0.dev108) (3.0.7) 2022-04-12 03:27:17.942 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==20.1.0.dev108) (2.1.1) 2022-04-12 03:27:18.002 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev108) (1.0.2) 2022-04-12 03:27:18.004 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev108) (1.7.0) 2022-04-12 03:27:18.056 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev108) (3.1.1) 2022-04-12 03:27:18.061 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev108) (4.4.0) 2022-04-12 03:27:18.105 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev108) (1.2.2) 2022-04-12 03:27:18.108 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev108) (2.7.0) 2022-04-12 03:27:18.138 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (1.1.5) 2022-04-12 03:27:18.139 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (6.0) 2022-04-12 03:27:18.140 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (36.0.2) 2022-04-12 03:27:18.141 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (2.5.0) 2022-04-12 03:27:18.144 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (1.4.4) 2022-04-12 03:27:18.145 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (1.0.0) 2022-04-12 03:27:18.146 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (1.4.0) 2022-04-12 03:27:18.147 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev108) (1.32) 2022-04-12 03:27:18.165 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==20.1.0.dev108) (1.0.3) 2022-04-12 03:27:18.255 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==20.1.0.dev108) (0.17.3) 2022-04-12 03:27:18.325 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==20.1.0.dev108) (1.5.0) 2022-04-12 03:27:18.387 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev108) (0.5.0) 2022-04-12 03:27:18.389 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev108) (2.0.1) 2022-04-12 03:27:18.392 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev108) (0.13.0) 2022-04-12 03:27:18.448 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev108) (2.8.2) 2022-04-12 03:27:18.452 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev108) (0.9.6) 2022-04-12 03:27:18.510 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (5.2.4) 2022-04-12 03:27:18.512 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (5.0.0) 2022-04-12 03:27:18.514 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (0.4.0) 2022-04-12 03:27:18.517 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (5.1.0) 2022-04-12 03:27:18.544 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev108) (3.3.0) 2022-04-12 03:27:18.545 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev108) (3.2.0) 2022-04-12 03:27:18.589 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==20.1.0.dev108) (1.15.0) 2022-04-12 03:27:18.643 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==20.1.0.dev108) (2022.1) 2022-04-12 03:27:18.676 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev108) (1.3.3) 2022-04-12 03:27:18.679 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev108) (3.0.0) 2022-04-12 03:27:18.702 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev108) (3.2.0) 2022-04-12 03:27:18.845 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==20.1.0.dev108) (2.4.0) 2022-04-12 03:27:18.915 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==20.1.0.dev108) (62.0.0) 2022-04-12 03:27:18.990 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev108) (3.0.0) 2022-04-12 03:27:18.992 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev108) (0.3.5) 2022-04-12 03:27:19.106 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.108 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.109 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.110 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.111 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.113 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.114 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==20.1.0.dev108) (0.6.9) 2022-04-12 03:27:19.322 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev108) (3.10.1) 2022-04-12 03:27:19.325 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev108) (2.5.0) 2022-04-12 03:27:19.326 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev108) (3.2.0) 2022-04-12 03:27:19.368 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev108) (3.17.6) 2022-04-12 03:27:19.370 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev108) (2.1.0) 2022-04-12 03:27:19.472 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev108) (2019.11.28) 2022-04-12 03:27:19.475 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev108) (2.0.12) 2022-04-12 03:27:19.477 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev108) (1.26.9) 2022-04-12 03:27:19.479 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev108) (3.3) 2022-04-12 03:27:19.515 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==20.1.0.dev108) (0.7) 2022-04-12 03:27:19.857 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==20.1.0.dev108) (0.13.1) 2022-04-12 03:27:19.934 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (5.0.0) 2022-04-12 03:27:20.099 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==20.1.0.dev108) (2.21) 2022-04-12 03:27:20.170 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev108) (0.5.0) 2022-04-12 03:27:20.172 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev108) (2.4.0) 2022-04-12 03:27:20.407 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==20.1.0.dev108) (2.5.0) 2022-04-12 03:27:20.577 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==20.1.0.dev108) (2.2) 2022-04-12 03:27:21.131 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==20.1.0.dev108) (0.14.1) 2022-04-12 03:27:21.176 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev108) (0.2.5) 2022-04-12 03:27:21.769 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev108) (0.4.2) 2022-04-12 03:27:21.770 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev108) (0.5.2) 2022-04-12 03:27:22.083 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev108) (4.11.1) 2022-04-12 03:27:22.084 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev108) (2.1.1) 2022-04-12 03:27:22.253 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==20.1.0.dev108) (3.8.0) 2022-04-12 03:27:22.495 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev108) (21.4.0) 2022-04-12 03:27:22.496 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev108) (1.8.2) 2022-04-12 03:27:22.680 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==20.1.0.dev108) (1.0.0) 2022-04-12 03:27:22.937 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev108) (2.3.2) 2022-04-12 03:27:24.548 | Installing collected packages: neutron 2022-04-12 03:27:24.548 | Attempting uninstall: neutron 2022-04-12 03:27:24.549 | Found existing installation: neutron 20.1.0.dev108 2022-04-12 03:27:24.567 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-04-12 03:27:24.569 | Running setup.py develop for neutron 2022-04-12 03:27:32.214 | Successfully installed neutron 2022-04-12 03:27:32.215 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:27:32.223 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:27:32.223 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:27:32.371 | + inc/python:pip_install:200 : result=0 2022-04-12 03:27:32.373 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:27:32.376 | + functions-common:time_stop:2425 : local name 2022-04-12 03:27:32.378 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:27:32.380 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:27:32.383 | + functions-common:time_stop:2428 : local total 2022-04-12 03:27:32.385 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:27:32.387 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:27:32.389 | + functions-common:time_stop:2432 : start_time=1649734029934 2022-04-12 03:27:32.392 | + functions-common:time_stop:2434 : [[ -z 1649734029934 ]] 2022-04-12 03:27:32.394 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:27:32.399 | + functions-common:time_stop:2437 : end_time=1649734052396 2022-04-12 03:27:32.401 | + functions-common:time_stop:2438 : elapsed_time=22462 2022-04-12 03:27:32.403 | + functions-common:time_stop:2439 : total=127845 2022-04-12 03:27:32.405 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:27:32.407 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=150307 2022-04-12 03:27:32.410 | + inc/python:pip_install:203 : return 0 2022-04-12 03:27:32.412 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:27:32.415 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-12 03:27:32.418 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-12 03:27:32.437 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-12 03:27:32.449 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-04-12 03:27:32.452 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-04-12 03:27:32.454 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:27:32.457 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:27:32.459 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-04-12 03:27:32.462 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:27:32.465 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-04-12 03:27:32.467 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:27:32.470 | + ./stack.sh:main:936 : is_service_enabled nova 2022-04-12 03:27:32.487 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:32.490 | + ./stack.sh:main:938 : stack_install_service nova 2022-04-12 03:27:32.493 | + lib/stack:stack_install_service:20 : local service=nova 2022-04-12 03:27:32.496 | + lib/stack:stack_install_service:21 : type install_nova 2022-04-12 03:27:32.498 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:27:32.501 | + lib/stack:stack_install_service:32 : install_nova 2022-04-12 03:27:32.503 | + lib/nova:install_nova:893 : use_library_from_git os-vif 2022-04-12 03:27:32.506 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-04-12 03:27:32.508 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:27:32.511 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:27:32.513 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-04-12 03:27:32.516 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:27:32.518 | + lib/nova:install_nova:898 : is_service_enabled n-cpu 2022-04-12 03:27:32.534 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:32.536 | + lib/nova:install_nova:902 : is_service_enabled n-novnc 2022-04-12 03:27:32.553 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:32.556 | + lib/nova:install_nova:914 : is_service_enabled n-spice 2022-04-12 03:27:32.572 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:32.574 | + lib/nova:install_nova:926 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-04-12 03:27:32.577 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-04-12 03:27:32.579 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-04-12 03:27:32.581 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:27:32.583 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:27:32.588 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:27:32.590 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:27:32.592 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:27:32.595 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:27:32.614 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:27:32.617 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:27:32.619 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:27:32.622 | + functions-common:git_clone:629 : echo master 2022-04-12 03:27:32.623 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:27:32.628 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-04-12 03:27:32.630 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:27:32.633 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-04-12 03:27:32.636 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:27:32.636 | + functions-common:git_clone:678 : head -1 2022-04-12 03:27:32.640 | 449aa39a96 Merge "Fix wrong attribute to find remote address" 2022-04-12 03:27:32.642 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:27:32.645 | + lib/nova:install_nova:927 : setup_develop /opt/stack/nova 2022-04-12 03:27:32.648 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:27:32.651 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-04-12 03:27:32.653 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-04-12 03:27:32.655 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:27:32.658 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-04-12 03:27:32.661 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:27:32.665 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-04-12 03:27:32.668 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-04-12 03:27:32.671 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:27:32.673 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:27:32.676 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-04-12 03:27:32.679 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:27:32.682 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-04-12 03:27:32.685 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:27:32.687 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:27:32.691 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-04-12 03:27:32.698 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-04-12 03:27:32.700 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-04-12 03:27:33.366 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-04-12 03:27:33.368 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:27:33.370 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:27:33.373 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:27:33.375 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-04-12 03:27:33.377 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-04-12 03:27:33.380 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:27:33.382 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:27:33.384 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:27:33.387 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:27:33.389 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:27:33.391 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:27:33.394 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:27:33.396 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-04-12 03:27:33.417 | Using python 3.8 to install /opt/stack/nova 2022-04-12 03:27:33.420 | + 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-04-12 03:27:34.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:27:34.347 | from cryptography.utils import int_from_bytes 2022-04-12 03:27:34.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:27:34.347 | from cryptography.utils import int_from_bytes 2022-04-12 03:27:35.553 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:27:35.585 | Obtaining file:///opt/stack/nova 2022-04-12 03:27:35.586 | Preparing metadata (setup.py): started 2022-04-12 03:27:42.236 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:27:42.367 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (5.8.1) 2022-04-12 03:27:42.368 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.4.35) 2022-04-12 03:27:42.369 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (5.1.1) 2022-04-12 03:27:42.370 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.33.0) 2022-04-12 03:27:42.371 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.1.1) 2022-04-12 03:27:42.372 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (9.4.0) 2022-04-12 03:27:42.373 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.8.0) 2022-04-12 03:27:42.374 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.5.1) 2022-04-12 03:27:42.375 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (36.0.2) 2022-04-12 03:27:42.376 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.8.7) 2022-04-12 03:27:42.377 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.1.2) 2022-04-12 03:27:42.378 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.1.1) 2022-04-12 03:27:42.379 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.5.0) 2022-04-12 03:27:42.380 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.2.0) 2022-04-12 03:27:42.381 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.13.0) 2022-04-12 03:27:42.383 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.7.7) 2022-04-12 03:27:42.384 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.8.0) 2022-04-12 03:27:42.385 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.11.0) 2022-04-12 03:27:42.386 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.8.1) 2022-04-12 03:27:42.387 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.0.2) 2022-04-12 03:27:42.388 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==25.1.0.dev32) (3.2.0) 2022-04-12 03:27:42.389 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (8.3.0) 2022-04-12 03:27:42.390 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.5.0) 2022-04-12 03:27:42.391 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (7.8.0) 2022-04-12 03:27:42.392 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.6.0) 2022-04-12 03:27:42.393 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.27.1) 2022-04-12 03:27:42.394 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.5.0) 2022-04-12 03:27:42.396 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.10.0) 2022-04-12 03:27:42.397 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.10.1) 2022-04-12 03:27:42.398 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.5.0) 2022-04-12 03:27:42.399 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (8.8.0) 2022-04-12 03:27:42.401 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.1.0) 2022-04-12 03:27:42.402 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.7.0) 2022-04-12 03:27:42.403 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.5.0) 2022-04-12 03:27:42.404 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.3.0) 2022-04-12 03:27:42.405 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.3.0) 2022-04-12 03:27:42.407 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.5.0) 2022-04-12 03:27:42.408 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.12.2) 2022-04-12 03:27:42.409 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (11.2.0) 2022-04-12 03:27:42.410 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (6.3.1) 2022-04-12 03:27:42.411 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (12.13.0) 2022-04-12 03:27:42.412 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.11.0) 2022-04-12 03:27:42.413 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.7.0) 2022-04-12 03:27:42.415 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (5.1.0) 2022-04-12 03:27:42.416 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.8.0) 2022-04-12 03:27:42.417 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.5.0) 2022-04-12 03:27:42.418 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.5.1) 2022-04-12 03:27:42.419 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (5.9.0) 2022-04-12 03:27:42.420 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.6.0) 2022-04-12 03:27:42.421 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (5.2.0) 2022-04-12 03:27:42.423 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.1.0) 2022-04-12 03:27:42.424 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.7.0) 2022-04-12 03:27:42.425 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.7.1) 2022-04-12 03:27:42.426 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (3.10.1) 2022-04-12 03:27:42.427 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.0.1) 2022-04-12 03:27:42.428 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.11.0) 2022-04-12 03:27:42.429 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.2.2) 2022-04-12 03:27:42.430 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.3.3) 2022-04-12 03:27:42.431 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (1.7.0) 2022-04-12 03:27:42.433 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (4.6.4) 2022-04-12 03:27:42.434 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.8.2) 2022-04-12 03:27:42.435 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (2.4.0) 2022-04-12 03:27:42.436 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (0.61.0) 2022-04-12 03:27:42.437 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev32) (6.0) 2022-04-12 03:27:42.455 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev32) (5.6.0) 2022-04-12 03:27:42.456 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev32) (1.2.0) 2022-04-12 03:27:42.458 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev32) (4.11.3) 2022-04-12 03:27:42.481 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==25.1.0.dev32) (5.3.0) 2022-04-12 03:27:42.521 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==25.1.0.dev32) (1.15.0) 2022-04-12 03:27:42.557 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev32) (1.16.0) 2022-04-12 03:27:42.558 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev32) (2.2.1) 2022-04-12 03:27:42.582 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==25.1.0.dev32) (2.1.1) 2022-04-12 03:27:42.712 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev32) (3.1.1) 2022-04-12 03:27:42.716 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev32) (4.4.0) 2022-04-12 03:27:42.775 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (1.4.4) 2022-04-12 03:27:42.802 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (2.5.0) 2022-04-12 03:27:42.804 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (1.32) 2022-04-12 03:27:42.806 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (1.1.5) 2022-04-12 03:27:42.807 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (1.0.0) 2022-04-12 03:27:42.808 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev32) (1.4.0) 2022-04-12 03:27:42.830 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev32) (6.3.1) 2022-04-12 03:27:42.831 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev32) (5.6.0) 2022-04-12 03:27:42.884 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev32) (1.16.0) 2022-04-12 03:27:42.886 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev32) (2.5.0) 2022-04-12 03:27:42.889 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:42.949 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==25.1.0.dev32) (0.17.3) 2022-04-12 03:27:43.063 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev32) (2.0.1) 2022-04-12 03:27:43.064 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev32) (0.5.0) 2022-04-12 03:27:43.146 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==25.1.0.dev32) (0.9.6) 2022-04-12 03:27:43.206 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev32) (0.4.0) 2022-04-12 03:27:43.212 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev32) (5.0.0) 2022-04-12 03:27:43.214 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev32) (5.1.0) 2022-04-12 03:27:43.216 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev32) (5.2.4) 2022-04-12 03:27:43.241 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev32) (3.3.0) 2022-04-12 03:27:43.244 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev32) (3.2.0) 2022-04-12 03:27:43.296 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==25.1.0.dev32) (1.0.3) 2022-04-12 03:27:43.353 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==25.1.0.dev32) (2022.1) 2022-04-12 03:27:43.389 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev32) (1.3.3) 2022-04-12 03:27:43.390 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev32) (3.0.0) 2022-04-12 03:27:43.445 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev32) (3.0.7) 2022-04-12 03:27:43.448 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev32) (21.3) 2022-04-12 03:27:43.536 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==25.1.0.dev32) (1.5.0) 2022-04-12 03:27:43.563 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==25.1.0.dev32) (62.0.0) 2022-04-12 03:27:43.644 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==25.1.0.dev32) (0.2.5) 2022-04-12 03:27:43.726 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==25.1.0.dev32) (3.17.6) 2022-04-12 03:27:43.788 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev32) (1.3.3) 2022-04-12 03:27:43.791 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev32) (1.14.0) 2022-04-12 03:27:43.794 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev32) (22.0.0) 2022-04-12 03:27:43.838 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev32) (3.10.1) 2022-04-12 03:27:43.840 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev32) (2.1.0) 2022-04-12 03:27:43.841 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev32) (2.5.0) 2022-04-12 03:27:43.923 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==25.1.0.dev32) (2019.11.28) 2022-04-12 03:27:43.924 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev32) (1.26.9) 2022-04-12 03:27:43.927 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev32) (3.3) 2022-04-12 03:27:43.930 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev32) (2.0.12) 2022-04-12 03:27:44.032 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==25.1.0.dev32) (0.7) 2022-04-12 03:27:44.248 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev32) (0.5.2) 2022-04-12 03:27:44.249 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev32) (0.4.2) 2022-04-12 03:27:44.376 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev32) (1.4.2) 2022-04-12 03:27:44.377 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev32) (2.8) 2022-04-12 03:27:44.379 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev32) (2.5.0) 2022-04-12 03:27:44.498 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==25.1.0.dev32) (0.13.1) 2022-04-12 03:27:44.575 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==25.1.0.dev32) (1.22.3) 2022-04-12 03:27:44.611 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==25.1.0.dev32) (5.0.0) 2022-04-12 03:27:44.830 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==25.1.0.dev32) (2.21) 2022-04-12 03:27:44.910 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev32) (0.5.0) 2022-04-12 03:27:44.912 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev32) (2.4.0) 2022-04-12 03:27:45.129 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->nova==25.1.0.dev32) (2.5.0) 2022-04-12 03:27:45.241 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==25.1.0.dev32) (2.2) 2022-04-12 03:27:45.716 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==25.1.0.dev32) (0.14.1) 2022-04-12 03:27:45.763 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==25.1.0.dev32) (2.16.0) 2022-04-12 03:27:46.130 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.131 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.133 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.134 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.135 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.136 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:46.138 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev32) (0.6.9) 2022-04-12 03:27:47.394 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==25.1.0.dev32) (3.8.0) 2022-04-12 03:27:47.806 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev32) (1.8.2) 2022-04-12 03:27:47.807 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev32) (21.4.0) 2022-04-12 03:27:47.905 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==25.1.0.dev32) (2.4.0) 2022-04-12 03:27:48.012 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->nova==25.1.0.dev32) (1.0.0) 2022-04-12 03:27:49.702 | Installing collected packages: nova 2022-04-12 03:27:49.702 | Attempting uninstall: nova 2022-04-12 03:27:49.703 | Found existing installation: nova 25.1.0.dev32 2022-04-12 03:27:49.712 | Can't uninstall 'nova'. No files were found to uninstall. 2022-04-12 03:27:49.713 | Running setup.py develop for nova 2022-04-12 03:27:57.960 | Successfully installed nova 2022-04-12 03:27:57.960 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:27:57.968 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:27:57.968 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:27:58.116 | + inc/python:pip_install:200 : result=0 2022-04-12 03:27:58.119 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:27:58.121 | + functions-common:time_stop:2425 : local name 2022-04-12 03:27:58.123 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:27:58.126 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:27:58.128 | + functions-common:time_stop:2428 : local total 2022-04-12 03:27:58.130 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:27:58.133 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:27:58.135 | + functions-common:time_stop:2432 : start_time=1649734053411 2022-04-12 03:27:58.137 | + functions-common:time_stop:2434 : [[ -z 1649734053411 ]] 2022-04-12 03:27:58.140 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:27:58.144 | + functions-common:time_stop:2437 : end_time=1649734078142 2022-04-12 03:27:58.146 | + functions-common:time_stop:2438 : elapsed_time=24731 2022-04-12 03:27:58.149 | + functions-common:time_stop:2439 : total=150307 2022-04-12 03:27:58.151 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:27:58.153 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=175038 2022-04-12 03:27:58.155 | + inc/python:pip_install:203 : return 0 2022-04-12 03:27:58.158 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:27:58.161 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-12 03:27:58.163 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-12 03:27:58.182 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-12 03:27:58.194 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-04-12 03:27:58.197 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-04-12 03:27:58.200 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:27:58.202 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:27:58.204 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-04-12 03:27:58.207 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:27:58.209 | + 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-04-12 03:27:58.222 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:27:58.225 | + ./stack.sh:main:939 : configure_nova 2022-04-12 03:27:58.227 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-04-12 03:27:58.239 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-04-12 03:27:58.242 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-04-12 03:27:58.245 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-04-12 03:27:58.248 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-04-12 03:27:58.249 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-04-12 03:27:58.254 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-04-12 03:27:58.256 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-04-12 03:27:58.259 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-04-12 03:27:58.261 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-04-12 03:27:58.264 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-04-12 03:27:58.266 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-04-12 03:27:58.269 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-04-12 03:27:58.271 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-04-12 03:27:58.283 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-04-12 03:27:58.295 | + 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-04-12 03:27:58.307 | + 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-04-12 03:27:58.319 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-04-12 03:27:58.332 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-04-12 03:27:58.335 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-04-12 03:27:58.339 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.lMQdytPNoS 2022-04-12 03:27:58.341 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-04-12 03:27:58.344 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-04-12 03:27:58.346 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-04-12 03:27:58.349 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-04-12 03:27:58.351 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-04-12 03:27:58.354 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.lMQdytPNoS 2022-04-12 03:27:58.358 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.lMQdytPNoS 2022-04-12 03:27:58.370 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.lMQdytPNoS /etc/sudoers.d/nova-rootwrap 2022-04-12 03:27:58.383 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-04-12 03:27:58.387 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-04-12 03:27:58.390 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-04-12 03:27:58.392 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-04-12 03:27:58.395 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-04-12 03:27:58.397 | + 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-04-12 03:27:58.400 | + 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-04-12 03:27:58.402 | + 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-04-12 03:27:58.405 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-04-12 03:27:58.409 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-04-12 03:27:58.426 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:58.428 | + lib/nova:configure_nova:338 : create_nova_conf 2022-04-12 03:27:58.431 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-04-12 03:27:58.435 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-04-12 03:27:58.438 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-04-12 03:27:58.467 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-04-12 03:27:58.469 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-04-12 03:27:58.497 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-04-12 03:27:58.526 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-04-12 03:27:58.553 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-04-12 03:27:58.582 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-04-12 03:27:58.612 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-04-12 03:27:58.641 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-04-12 03:27:58.643 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.39 2022-04-12 03:27:58.671 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-04-12 03:27:58.698 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-04-12 03:27:58.725 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-04-12 03:27:58.753 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-04-12 03:27:58.779 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-04-12 03:27:58.810 | + lib/nova:create_nova_conf:437 : is_fedora 2022-04-12 03:27:58.812 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:27:58.814 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:27:58.817 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:27:58.819 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:27:58.821 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:27:58.823 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:27:58.825 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:27:58.828 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:27:58.830 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:27:58.832 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:27:58.834 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:27:58.837 | + lib/nova:create_nova_conf:437 : is_suse 2022-04-12 03:27:58.839 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:27:58.841 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:27:58.843 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:27:58.846 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:27:58.848 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:27:58.850 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:27:58.853 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-04-12 03:27:58.869 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:58.871 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-12 03:27:58.873 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-04-12 03:27:58.875 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-04-12 03:27:58.903 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-04-12 03:27:58.906 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-04-12 03:27:58.908 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-04-12 03:27:58.910 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_cell0 2022-04-12 03:27:58.912 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-04-12 03:27:58.916 | + 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-04-12 03:27:58.946 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-04-12 03:27:58.948 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-04-12 03:27:58.950 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-04-12 03:27:58.952 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_api 2022-04-12 03:27:58.955 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-04-12 03:27:58.957 | + 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-04-12 03:27:58.988 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-04-12 03:27:59.017 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-04-12 03:27:59.045 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-04-12 03:27:59.071 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-04-12 03:27:59.088 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:59.090 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-04-12 03:27:59.107 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:59.110 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-04-12 03:27:59.110 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-04-12 03:27:59.115 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-04-12 03:27:59.117 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-04-12 03:27:59.144 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-04-12 03:27:59.161 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:59.164 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-04-12 03:27:59.166 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-04-12 03:27:59.168 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-04-12 03:27:59.171 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-04-12 03:27:59.173 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-04-12 03:27:59.201 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-04-12 03:27:59.230 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:27:59.257 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-04-12 03:27:59.285 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-04-12 03:27:59.311 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-04-12 03:27:59.339 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-04-12 03:27:59.366 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-04-12 03:27:59.397 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:27:59.425 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-04-12 03:27:59.453 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-04-12 03:27:59.469 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:27:59.472 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-04-12 03:27:59.474 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-04-12 03:27:59.503 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-04-12 03:27:59.531 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.39/identity 2022-04-12 03:27:59.558 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-04-12 03:27:59.586 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-04-12 03:27:59.613 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-04-12 03:27:59.641 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-04-12 03:27:59.667 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-04-12 03:27:59.697 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-04-12 03:27:59.713 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:27:59.715 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-04-12 03:27:59.717 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-04-12 03:27:59.745 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-04-12 03:27:59.776 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-04-12 03:27:59.778 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-04-12 03:27:59.805 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-04-12 03:27:59.808 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-04-12 03:27:59.810 | + lib/nova:create_nova_conf:505 : is_suse 2022-04-12 03:27:59.812 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:27:59.814 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:27:59.817 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:27:59.819 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:27:59.821 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:27:59.823 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:27:59.826 | + lib/nova:create_nova_conf:505 : is_fedora 2022-04-12 03:27:59.828 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:27:59.830 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:27:59.832 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:27:59.835 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:27:59.837 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:27:59.840 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:27:59.842 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:27:59.844 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:27:59.846 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:27:59.848 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:27:59.851 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:27:59.854 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-04-12 03:27:59.856 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-04-12 03:27:59.858 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-04-12 03:27:59.861 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:27:59.877 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:27:59.879 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:27:59.882 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:27:59.884 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:27:59.886 | + 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-04-12 03:27:59.914 | + 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-04-12 03:27:59.941 | + 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-04-12 03:27:59.968 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:27:59.996 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-04-12 03:28:00.027 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-04-12 03:28:00.045 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:00.047 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-04-12 03:28:00.050 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-04-12 03:28:00.052 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-04-12 03:28:00.054 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-04-12 03:28:00.057 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-12 03:28:00.059 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-12 03:28:00.062 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-04-12 03:28:00.066 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-04-12 03:28:00.068 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-12 03:28:00.071 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-12 03:28:00.083 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-12 03:28:00.084 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:00.092 | d /var/run/uwsgi 0755 ubuntu root 2022-04-12 03:28:00.096 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:00.112 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-04-12 03:28:00.114 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-04-12 03:28:00.118 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-04-12 03:28:00.147 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-04-12 03:28:00.174 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-04-12 03:28:00.200 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-04-12 03:28:00.227 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-04-12 03:28:00.254 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-12 03:28:00.282 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-04-12 03:28:00.308 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-04-12 03:28:00.336 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-04-12 03:28:00.363 | + 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-04-12 03:28:00.390 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-04-12 03:28:00.417 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-12 03:28:00.443 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-04-12 03:28:00.471 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-12 03:28:00.473 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-12 03:28:00.476 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-04-12 03:28:00.478 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-04-12 03:28:00.481 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-12 03:28:00.483 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:00.485 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:00.487 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-12 03:28:00.490 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-12 03:28:00.493 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-04-12 03:28:00.520 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-04-12 03:28:00.547 | + 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-04-12 03:28:00.547 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-12 03:28:00.556 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-04-12 03:28:00.560 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-04-12 03:28:00.562 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-04-12 03:28:00.564 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-12 03:28:00.567 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-04-12 03:28:00.569 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:28:00.572 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:00.574 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:00.576 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-12 03:28:00.578 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-12 03:28:00.581 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:00.583 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:00.586 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-04-12 03:28:00.647 | Enabling site nova-api-wsgi. 2022-04-12 03:28:00.653 | To activate the new configuration, you need to run: 2022-04-12 03:28:00.653 | systemctl reload apache2 2022-04-12 03:28:00.657 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-12 03:28:00.659 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:28:00.662 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:28:00.664 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:28:00.798 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-04-12 03:28:00.821 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:00.823 | + 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-04-12 03:28:00.826 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-04-12 03:28:00.828 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-04-12 03:28:00.831 | + lib/apache:write_uwsgi_config:256 : local url= 2022-04-12 03:28:00.833 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-04-12 03:28:00.836 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-12 03:28:00.838 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-04-12 03:28:00.843 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-04-12 03:28:00.845 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-12 03:28:00.847 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-12 03:28:00.861 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:00.861 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-12 03:28:00.870 | d /var/run/uwsgi 0755 ubuntu root 2022-04-12 03:28:00.873 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:00.889 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-04-12 03:28:00.892 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-04-12 03:28:00.896 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-04-12 03:28:00.925 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-04-12 03:28:00.952 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-04-12 03:28:00.979 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-04-12 03:28:01.006 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-04-12 03:28:01.033 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-12 03:28:01.061 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-04-12 03:28:01.088 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-04-12 03:28:01.115 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-04-12 03:28:01.143 | + 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-04-12 03:28:01.170 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-04-12 03:28:01.198 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-12 03:28:01.225 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-04-12 03:28:01.252 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-04-12 03:28:01.254 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-04-12 03:28:01.281 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-04-12 03:28:01.297 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:01.300 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-04-12 03:28:01.332 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-04-12 03:28:01.335 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-04-12 03:28:01.337 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-04-12 03:28:01.354 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:01.356 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:28:01.359 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:28:01.387 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-04-12 03:28:01.417 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-04-12 03:28:01.420 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-04-12 03:28:01.422 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-04-12 03:28:01.424 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-12 03:28:01.426 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-12 03:28:01.429 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:28:01.445 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:01.449 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-12 03:28:01.451 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-12 03:28:01.453 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:28:01.469 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:01.472 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:28:01.475 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:28:01.503 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:28:01.505 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:28:01.508 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-04-12 03:28:01.535 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-04-12 03:28:01.563 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-04-12 03:28:01.593 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-04-12 03:28:01.610 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:01.612 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-04-12 03:28:01.640 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-04-12 03:28:01.642 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-04-12 03:28:01.644 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-04-12 03:28:01.675 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user auth_type password 2022-04-12 03:28:01.703 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.39/identity 2022-04-12 03:28:01.731 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user username nova 2022-04-12 03:28:01.759 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-04-12 03:28:01.786 | + lib/nova:init_nova_service_user_conf:801 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-04-12 03:28:01.815 | + lib/nova:init_nova_service_user_conf:802 : iniset /etc/nova/nova.conf service_user project_name service 2022-04-12 03:28:01.843 | + lib/nova:init_nova_service_user_conf:803 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-04-12 03:28:01.871 | + lib/nova:init_nova_service_user_conf:804 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-04-12 03:28:01.899 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-04-12 03:28:01.916 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:01.919 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-04-12 03:28:01.923 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-12 03:28:01.925 | + lib/nova:create_nova_conf:553 : local conf 2022-04-12 03:28:01.928 | + lib/nova:create_nova_conf:554 : local vhost 2022-04-12 03:28:01.931 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-04-12 03:28:01.933 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-04-12 03:28:01.936 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-04-12 03:28:01.938 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-04-12 03:28:01.941 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-04-12 03:28:01.943 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-04-12 03:28:01.947 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-04-12 03:28:01.950 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-04-12 03:28:01.952 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-04-12 03:28:01.954 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=nova_cell1 2022-04-12 03:28:01.957 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-04-12 03:28:01.960 | + 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-04-12 03:28:01.991 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-04-12 03:28:02.021 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-04-12 03:28:02.052 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-12 03:28:02.054 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-04-12 03:28:02.057 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-04-12 03:28:02.059 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-04-12 03:28:02.075 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:02.078 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-04-12 03:28:02.079 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-04-12 03:28:02.771 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-04-12 03:28:02.773 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-04-12 03:28:02.776 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-04-12 03:28:02.778 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-04-12 03:28:02.780 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-12 03:28:02.782 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-04-12 03:28:02.785 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:28:02.801 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:02.804 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-04-12 03:28:02.807 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-04-12 03:28:02.809 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:28:02.825 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:02.827 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1 2022-04-12 03:28:02.830 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1 2022-04-12 03:28:02.858 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:28:02.860 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:28:02.862 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-04-12 03:28:02.880 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:02.882 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-04-12 03:28:02.885 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-04-12 03:28:02.888 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-04-12 03:28:02.918 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.39/identity 2022-04-12 03:28:02.945 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-04-12 03:28:02.973 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-04-12 03:28:03.001 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-04-12 03:28:03.029 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-04-12 03:28:03.057 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-04-12 03:28:03.084 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-04-12 03:28:03.112 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-04-12 03:28:03.114 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-04-12 03:28:03.117 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-04-12 03:28:03.120 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:28:03.137 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:28:03.139 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:28:03.142 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:28:03.144 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:28:03.147 | + 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-04-12 03:28:03.174 | + 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-04-12 03:28:03.202 | + 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-04-12 03:28:03.230 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:28:03.257 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-12 03:28:03.261 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-04-12 03:28:03.265 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-12 03:28:03.267 | + lib/nova:create_nova_conf:587 : local conf 2022-04-12 03:28:03.269 | + lib/nova:create_nova_conf:588 : local offset 2022-04-12 03:28:03.272 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-04-12 03:28:03.275 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-04-12 03:28:03.278 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-04-12 03:28:03.280 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-04-12 03:28:03.283 | + lib/nova:create_nova_conf:590 : offset=0 2022-04-12 03:28:03.285 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-04-12 03:28:03.287 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-04-12 03:28:03.290 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-04-12 03:28:03.292 | + lib/nova:configure_console_proxies:703 : offset=0 2022-04-12 03:28:03.294 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-04-12 03:28:03.310 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:03.313 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-04-12 03:28:03.315 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-04-12 03:28:03.331 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:03.333 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-04-12 03:28:03.350 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:03.353 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-04-12 03:28:03.372 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:03.375 | + ./stack.sh:main:942 : is_service_enabled placement 2022-04-12 03:28:03.392 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:03.395 | + ./stack.sh:main:944 : stack_install_service placement 2022-04-12 03:28:03.397 | + lib/stack:stack_install_service:20 : local service=placement 2022-04-12 03:28:03.400 | + lib/stack:stack_install_service:21 : type install_placement 2022-04-12 03:28:03.403 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-12 03:28:03.405 | + lib/stack:stack_install_service:32 : install_placement 2022-04-12 03:28:03.408 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-04-12 03:28:03.410 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-04-12 03:28:03.413 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:03.416 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:03.419 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-04-12 03:28:03.421 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:28:03.424 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:28:03.426 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:28:03.428 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:28:03.431 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:28:03.433 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:28:03.436 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:03.438 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:03.441 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:28:03.443 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:28:03.446 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:28:03.448 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:28:03.451 | + functions-common:install_package:1464 : real_install_package apache2 2022-04-12 03:28:03.453 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:28:03.456 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:03.458 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:03.461 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-04-12 03:28:03.483 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-04-12 03:28:03.594 | Reading package lists... 2022-04-12 03:28:03.834 | Building dependency tree... 2022-04-12 03:28:03.836 | Reading state information... 2022-04-12 03:28:04.097 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-04-12 03:28:04.097 | The following packages were automatically installed and are no longer required: 2022-04-12 03:28:04.098 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:28:04.098 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:28:04.098 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:28:04.098 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:28:04.098 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:28:04.099 | python3-zope.interface 2022-04-12 03:28:04.099 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:28:04.212 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:28:04.217 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:28:04.219 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:28:04.222 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:04.224 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:04.227 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:04.229 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:04.231 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:04.234 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:28:04.236 | + functions-common:time_stop:2432 : start_time=1649734083480 2022-04-12 03:28:04.238 | + functions-common:time_stop:2434 : [[ -z 1649734083480 ]] 2022-04-12 03:28:04.241 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:04.246 | + functions-common:time_stop:2437 : end_time=1649734084244 2022-04-12 03:28:04.249 | + functions-common:time_stop:2438 : elapsed_time=764 2022-04-12 03:28:04.252 | + functions-common:time_stop:2439 : total=6061 2022-04-12 03:28:04.255 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:04.258 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6825 2022-04-12 03:28:04.261 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:28:04.263 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-04-12 03:28:04.266 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-04-12 03:28:04.268 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-04-12 03:28:04.271 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-04-12 03:28:04.273 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-04-12 03:28:04.295 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-04-12 03:28:04.298 | + functions-common:install_package:1463 : update_package_repo 2022-04-12 03:28:04.300 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-04-12 03:28:04.302 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-04-12 03:28:04.305 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-04-12 03:28:04.308 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-04-12 03:28:04.310 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-04-12 03:28:04.313 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:04.315 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:04.317 | + functions-common:update_package_repo:1444 : apt_get_update 2022-04-12 03:28:04.320 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-04-12 03:28:04.323 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-04-12 03:28:04.325 | + functions-common:apt_get_update:1190 : return 2022-04-12 03:28:04.328 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-04-12 03:28:04.330 | + functions-common:real_install_package:1449 : is_ubuntu 2022-04-12 03:28:04.333 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:04.335 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:04.338 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-04-12 03:28:04.360 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-04-12 03:28:04.469 | Reading package lists... 2022-04-12 03:28:04.711 | Building dependency tree... 2022-04-12 03:28:04.713 | Reading state information... 2022-04-12 03:28:04.975 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-04-12 03:28:04.975 | The following packages were automatically installed and are no longer required: 2022-04-12 03:28:04.977 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-12 03:28:04.977 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-12 03:28:04.977 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-12 03:28:04.977 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-12 03:28:04.977 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-12 03:28:04.977 | python3-zope.interface 2022-04-12 03:28:04.977 | Use 'sudo apt autoremove' to remove them. 2022-04-12 03:28:05.090 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-12 03:28:05.095 | + functions-common:apt_get:1234 : result=0 2022-04-12 03:28:05.097 | + functions-common:apt_get:1237 : time_stop apt-get 2022-04-12 03:28:05.100 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:05.103 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:05.105 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:05.108 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:05.110 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:05.113 | + functions-common:time_stop:2431 : name=apt-get 2022-04-12 03:28:05.115 | + functions-common:time_stop:2432 : start_time=1649734084357 2022-04-12 03:28:05.117 | + functions-common:time_stop:2434 : [[ -z 1649734084357 ]] 2022-04-12 03:28:05.120 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:05.125 | + functions-common:time_stop:2437 : end_time=1649734085122 2022-04-12 03:28:05.127 | + functions-common:time_stop:2438 : elapsed_time=765 2022-04-12 03:28:05.129 | + functions-common:time_stop:2439 : total=6825 2022-04-12 03:28:05.132 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:05.134 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=7590 2022-04-12 03:28:05.136 | + functions-common:apt_get:1238 : return 0 2022-04-12 03:28:05.139 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-04-12 03:28:05.142 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-04-12 03:28:05.144 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:28:05.147 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:05.150 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:05.152 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-04-12 03:28:05.155 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-04-12 03:28:05.210 | wsgi (enabled by maintainer script) 2022-04-12 03:28:05.213 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-04-12 03:28:05.216 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-04-12 03:28:05.219 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:28:05.222 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-04-12 03:28:05.225 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-04-12 03:28:05.228 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:28:05.231 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:28:05.232 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:28:05.237 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-04-12 03:28:05.239 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-04-12 03:28:05.242 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-04-12 03:28:05.245 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-04-12 03:28:05.247 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-04-12 03:28:05.270 | Using python 3.8 to install osc-placement 2022-04-12 03:28:05.273 | + 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-04-12 03:28:06.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:06.144 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:06.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:06.144 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:07.335 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:28:07.365 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-04-12 03:28:07.377 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-04-12 03:28:07.378 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.5.0) 2022-04-12 03:28:07.380 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.5.0) 2022-04-12 03:28:07.381 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-04-12 03:28:07.382 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.8.1) 2022-04-12 03:28:07.383 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.12.2) 2022-04-12 03:28:07.442 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2) 2022-04-12 03:28:07.443 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1) 2022-04-12 03:28:07.444 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-04-12 03:28:07.445 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2022-04-12 03:28:07.459 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0) 2022-04-12 03:28:07.460 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.1) 2022-04-12 03:28:07.462 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-04-12 03:28:07.476 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-04-12 03:28:07.478 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2022-04-12 03:28:07.479 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2022-04-12 03:28:07.480 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-04-12 03:28:07.481 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.7) 2022-04-12 03:28:07.482 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.1) 2022-04-12 03:28:07.503 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.0) 2022-04-12 03:28:07.505 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.2.0) 2022-04-12 03:28:07.505 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2022-04-12 03:28:07.507 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0) 2022-04-12 03:28:07.515 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.0) 2022-04-12 03:28:07.554 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.2) 2022-04-12 03:28:07.555 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2022-04-12 03:28:07.557 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-04-12 03:28:07.558 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-04-12 03:28:07.559 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.0) 2022-04-12 03:28:07.560 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-04-12 03:28:07.561 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-04-12 03:28:07.563 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-04-12 03:28:07.627 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.9) 2022-04-12 03:28:07.629 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12) 2022-04-12 03:28:07.630 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2022-04-12 03:28:07.633 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2022-04-12 03:28:07.720 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-04-12 03:28:07.721 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-04-12 03:28:07.722 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0) 2022-04-12 03:28:07.765 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2022-04-12 03:28:07.805 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.2) 2022-04-12 03:28:07.978 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2022-04-12 03:28:10.221 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:28:10.229 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:28:10.229 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:28:10.348 | + inc/python:pip_install:200 : result=0 2022-04-12 03:28:10.351 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:28:10.354 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:10.357 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:10.359 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:10.362 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:10.364 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:10.366 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:28:10.369 | + functions-common:time_stop:2432 : start_time=1649734085264 2022-04-12 03:28:10.371 | + functions-common:time_stop:2434 : [[ -z 1649734085264 ]] 2022-04-12 03:28:10.374 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:10.379 | + functions-common:time_stop:2437 : end_time=1649734090376 2022-04-12 03:28:10.381 | + functions-common:time_stop:2438 : elapsed_time=5112 2022-04-12 03:28:10.384 | + functions-common:time_stop:2439 : total=175038 2022-04-12 03:28:10.386 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:10.389 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=180150 2022-04-12 03:28:10.391 | + inc/python:pip_install:203 : return 0 2022-04-12 03:28:10.394 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-04-12 03:28:10.396 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-04-12 03:28:10.399 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-04-12 03:28:10.402 | + functions-common:git_clone:610 : local git_ref=master 2022-04-12 03:28:10.404 | + functions-common:git_clone:611 : local orig_dir 2022-04-12 03:28:10.407 | ++ functions-common:git_clone:612 : pwd 2022-04-12 03:28:10.410 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-04-12 03:28:10.412 | + functions-common:git_clone:613 : local git_clone_flags= 2022-04-12 03:28:10.416 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-04-12 03:28:10.433 | + functions-common:git_clone:615 : RECLONE=False 2022-04-12 03:28:10.435 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-04-12 03:28:10.438 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-04-12 03:28:10.441 | + functions-common:git_clone:629 : echo master 2022-04-12 03:28:10.441 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-04-12 03:28:10.447 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-04-12 03:28:10.449 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-04-12 03:28:10.452 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-04-12 03:28:10.455 | + functions-common:git_clone:678 : git show --oneline 2022-04-12 03:28:10.455 | + functions-common:git_clone:678 : head -1 2022-04-12 03:28:10.459 | 49d22d82 Merge "Fix perfload jobs after consumer_types" 2022-04-12 03:28:10.462 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-04-12 03:28:10.465 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-04-12 03:28:10.467 | + inc/python:setup_develop:338 : local bindep 2022-04-12 03:28:10.470 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-04-12 03:28:10.472 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-04-12 03:28:10.475 | + inc/python:setup_develop:344 : local extras= 2022-04-12 03:28:10.478 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-04-12 03:28:10.480 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-12 03:28:10.482 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-04-12 03:28:10.485 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-04-12 03:28:10.488 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-12 03:28:10.490 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-12 03:28:10.493 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-04-12 03:28:10.496 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-12 03:28:10.499 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-04-12 03:28:10.501 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-12 03:28:10.504 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-12 03:28:10.507 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-04-12 03:28:10.514 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-04-12 03:28:10.516 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-04-12 03:28:11.177 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-04-12 03:28:11.180 | + inc/python:setup_package:418 : local bindep=0 2022-04-12 03:28:11.182 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-12 03:28:11.185 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-12 03:28:11.187 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-04-12 03:28:11.190 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-04-12 03:28:11.192 | + inc/python:setup_package:427 : local flags=-e 2022-04-12 03:28:11.194 | + inc/python:setup_package:428 : local extras= 2022-04-12 03:28:11.197 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-12 03:28:11.200 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-12 03:28:11.202 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-12 03:28:11.205 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-12 03:28:11.207 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-12 03:28:11.210 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-04-12 03:28:11.231 | Using python 3.8 to install /opt/stack/placement 2022-04-12 03:28:11.234 | + 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-04-12 03:28:12.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:12.093 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:12.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:12.093 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:13.268 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:28:13.299 | Obtaining file:///opt/stack/placement 2022-04-12 03:28:13.300 | Preparing metadata (setup.py): started 2022-04-12 03:28:17.995 | Preparing metadata (setup.py): finished with status 'done' 2022-04-12 03:28:18.043 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (5.8.1) 2022-04-12 03:28:18.045 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (1.4.35) 2022-04-12 03:28:18.046 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (9.4.0) 2022-04-12 03:28:18.047 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (2.5.1) 2022-04-12 03:28:18.048 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (1.8.7) 2022-04-12 03:28:18.049 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev8) (3.2.0) 2022-04-12 03:28:18.050 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (2.27.1) 2022-04-12 03:28:18.052 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (62.0.0) 2022-04-12 03:28:18.054 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.5.0) 2022-04-12 03:28:18.055 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (8.8.0) 2022-04-12 03:28:18.056 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.1.0) 2022-04-12 03:28:18.057 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.7.0) 2022-04-12 03:28:18.059 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.3.0) 2022-04-12 03:28:18.060 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.12.2) 2022-04-12 03:28:18.061 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (11.2.0) 2022-04-12 03:28:18.062 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (3.11.0) 2022-04-12 03:28:18.064 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (4.5.1) 2022-04-12 03:28:18.066 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (1.5.0) 2022-04-12 03:28:18.067 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (1.1.0) 2022-04-12 03:28:18.069 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (2.7.0) 2022-04-12 03:28:18.070 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev8) (1.0.1) 2022-04-12 03:28:18.136 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (4.5.0) 2022-04-12 03:28:18.138 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (5.1.0) 2022-04-12 03:28:18.139 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (3.1.1) 2022-04-12 03:28:18.140 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (4.4.0) 2022-04-12 03:28:18.142 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (2.10.1) 2022-04-12 03:28:18.143 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (1.16.0) 2022-04-12 03:28:18.163 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==7.1.0.dev8) (0.17.3) 2022-04-12 03:28:18.204 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (3.5.0) 2022-04-12 03:28:18.206 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (2.5.0) 2022-04-12 03:28:18.207 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (1.5.0) 2022-04-12 03:28:18.208 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (0.8.0) 2022-04-12 03:28:18.209 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (6.0) 2022-04-12 03:28:18.260 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (2.0.1) 2022-04-12 03:28:18.262 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (0.5.0) 2022-04-12 03:28:18.264 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (0.13.0) 2022-04-12 03:28:18.264 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (1.7.7) 2022-04-12 03:28:18.307 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev8) (0.9.6) 2022-04-12 03:28:18.310 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev8) (2.8.2) 2022-04-12 03:28:18.327 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (3.2.0) 2022-04-12 03:28:18.328 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (3.1.1) 2022-04-12 03:28:18.330 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (3.3.0) 2022-04-12 03:28:18.358 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev8) (2022.1) 2022-04-12 03:28:18.361 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev8) (1.0.3) 2022-04-12 03:28:18.373 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev8) (3.2.0) 2022-04-12 03:28:18.390 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev8) (3.0.7) 2022-04-12 03:28:18.391 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev8) (1.0.2) 2022-04-12 03:28:18.392 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev8) (21.3) 2022-04-12 03:28:18.394 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev8) (0.11.0) 2022-04-12 03:28:18.435 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev8) (1.26.9) 2022-04-12 03:28:18.438 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev8) (2.0.12) 2022-04-12 03:28:18.440 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev8) (3.3) 2022-04-12 03:28:18.441 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev8) (2019.11.28) 2022-04-12 03:28:18.457 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==7.1.0.dev8) (0.7) 2022-04-12 03:28:18.643 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==7.1.0.dev8) (1.1.2) 2022-04-12 03:28:18.683 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (4.11.3) 2022-04-12 03:28:18.684 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (1.2.0) 2022-04-12 03:28:18.686 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (5.6.0) 2022-04-12 03:28:18.703 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (1.15.0) 2022-04-12 03:28:18.737 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==7.1.0.dev8) (1.14.0) 2022-04-12 03:28:18.793 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (2.1.1) 2022-04-12 03:28:18.859 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (1.7.0) 2022-04-12 03:28:18.942 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev8) (1.1.5) 2022-04-12 03:28:18.992 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev8) (0.2.5) 2022-04-12 03:28:19.184 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (0.4.2) 2022-04-12 03:28:19.185 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (0.5.2) 2022-04-12 03:28:19.186 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (5.1.1) 2022-04-12 03:28:19.265 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (2.5.0) 2022-04-12 03:28:19.327 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev8) (2.21) 2022-04-12 03:28:19.487 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (3.8.0) 2022-04-12 03:28:19.597 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (1.0.0) 2022-04-12 03:28:19.598 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==7.1.0.dev8) (3.0.0) 2022-04-12 03:28:21.521 | Installing collected packages: openstack-placement 2022-04-12 03:28:21.522 | Attempting uninstall: openstack-placement 2022-04-12 03:28:21.522 | Found existing installation: openstack-placement 7.1.0.dev8 2022-04-12 03:28:21.525 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-04-12 03:28:21.526 | Running setup.py develop for openstack-placement 2022-04-12 03:28:27.408 | Successfully installed openstack-placement 2022-04-12 03:28:27.409 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:28:27.417 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:28:27.417 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:28:27.552 | + inc/python:pip_install:200 : result=0 2022-04-12 03:28:27.554 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:28:27.557 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:27.559 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:27.562 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:27.564 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:27.566 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:27.569 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:28:27.571 | + functions-common:time_stop:2432 : start_time=1649734091226 2022-04-12 03:28:27.574 | + functions-common:time_stop:2434 : [[ -z 1649734091226 ]] 2022-04-12 03:28:27.577 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:27.581 | + functions-common:time_stop:2437 : end_time=1649734107578 2022-04-12 03:28:27.583 | + functions-common:time_stop:2438 : elapsed_time=16352 2022-04-12 03:28:27.585 | + functions-common:time_stop:2439 : total=180150 2022-04-12 03:28:27.588 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:27.590 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=196502 2022-04-12 03:28:27.593 | + inc/python:pip_install:203 : return 0 2022-04-12 03:28:27.595 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-12 03:28:27.598 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-12 03:28:27.600 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-12 03:28:27.620 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-12 03:28:27.632 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-04-12 03:28:27.635 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-04-12 03:28:27.638 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:28:27.640 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:28:27.643 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-04-12 03:28:27.646 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:28:27.648 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-12 03:28:27.651 | + ./stack.sh:main:945 : configure_placement 2022-04-12 03:28:27.653 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-04-12 03:28:27.666 | + lib/placement:configure_placement:107 : create_placement_conf 2022-04-12 03:28:27.669 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-04-12 03:28:27.673 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-04-12 03:28:27.676 | ++ lib/database:database_connection_url:134 : local db=placement 2022-04-12 03:28:27.679 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-04-12 03:28:27.682 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=placement 2022-04-12 03:28:27.684 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-04-12 03:28:27.687 | + 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-04-12 03:28:27.726 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-04-12 03:28:27.762 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-04-12 03:28:27.795 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-04-12 03:28:27.798 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-04-12 03:28:27.801 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-04-12 03:28:27.803 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-04-12 03:28:27.806 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-04-12 03:28:27.838 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-04-12 03:28:27.869 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:28:27.898 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-04-12 03:28:27.928 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-04-12 03:28:27.958 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-04-12 03:28:27.988 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-04-12 03:28:28.018 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-04-12 03:28:28.048 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:28:28.079 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-04-12 03:28:28.109 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-04-12 03:28:28.112 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-04-12 03:28:28.114 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-04-12 03:28:28.118 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:28:28.136 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:28:28.138 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:28:28.141 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:28:28.143 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:28:28.146 | + 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-04-12 03:28:28.175 | + 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-04-12 03:28:28.205 | + 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-04-12 03:28:28.234 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:28:28.264 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-04-12 03:28:28.267 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-04-12 03:28:28.269 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-04-12 03:28:28.272 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-04-12 03:28:28.274 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-04-12 03:28:28.277 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-12 03:28:28.279 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-12 03:28:28.282 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-04-12 03:28:28.287 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-04-12 03:28:28.289 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-12 03:28:28.292 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-12 03:28:28.305 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-12 03:28:28.305 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:28.314 | d /var/run/uwsgi 0755 ubuntu root 2022-04-12 03:28:28.317 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-12 03:28:28.333 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-04-12 03:28:28.336 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-04-12 03:28:28.340 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-04-12 03:28:28.371 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-04-12 03:28:28.401 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-04-12 03:28:28.429 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-04-12 03:28:28.458 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-04-12 03:28:28.487 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-12 03:28:28.516 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-04-12 03:28:28.544 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-04-12 03:28:28.574 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-04-12 03:28:28.602 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-04-12 03:28:28.631 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-04-12 03:28:28.660 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-12 03:28:28.688 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-04-12 03:28:28.717 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-12 03:28:28.719 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-12 03:28:28.723 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-04-12 03:28:28.725 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-04-12 03:28:28.728 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-12 03:28:28.730 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:28.733 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:28.735 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-04-12 03:28:28.738 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-04-12 03:28:28.741 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-04-12 03:28:28.769 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-04-12 03:28:28.799 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-04-12 03:28:28.799 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-04-12 03:28:28.810 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-04-12 03:28:28.814 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-04-12 03:28:28.816 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-04-12 03:28:28.819 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-12 03:28:28.822 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-04-12 03:28:28.824 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-04-12 03:28:28.827 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:28.829 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:28.832 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-12 03:28:28.834 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-12 03:28:28.837 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:28.839 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:28.842 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-04-12 03:28:28.904 | Site placement-api already enabled 2022-04-12 03:28:28.909 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-12 03:28:28.911 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-12 03:28:28.914 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:28:28.917 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-04-12 03:28:29.051 | + ./stack.sh:main:952 : is_service_enabled placement placement-client 2022-04-12 03:28:29.070 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:29.073 | + ./stack.sh:main:953 : is_service_enabled n-cpu 2022-04-12 03:28:29.094 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:29.096 | + ./stack.sh:main:953 : is_service_enabled n-sch 2022-04-12 03:28:29.116 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:29.119 | + ./stack.sh:main:954 : configure_placement_nova_compute 2022-04-12 03:28:29.121 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-04-12 03:28:29.124 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-04-12 03:28:29.156 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.39/identity 2022-04-12 03:28:29.185 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-04-12 03:28:29.215 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-04-12 03:28:29.244 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-04-12 03:28:29.274 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-04-12 03:28:29.303 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-04-12 03:28:29.333 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-04-12 03:28:29.362 | + ./stack.sh:main:958 : is_service_enabled horizon 2022-04-12 03:28:29.380 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:29.383 | + ./stack.sh:main:963 : is_service_enabled tls-proxy 2022-04-12 03:28:29.400 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:29.402 | + ./stack.sh:main:971 : run_phase stack install 2022-04-12 03:28:29.405 | + functions-common:run_phase:1853 : local mode=stack 2022-04-12 03:28:29.408 | + functions-common:run_phase:1854 : local phase=install 2022-04-12 03:28:29.411 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-12 03:28:29.413 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-04-12 03:28:29.417 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-12 03:28:29.419 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-04-12 03:28:29.422 | + functions-common:run_phase:1863 : local extra 2022-04-12 03:28:29.425 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-12 03:28:29.429 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-04-12 03:28:29.432 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-12 03:28:29.435 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-12 03:28:29.438 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-04-12 03:28:29.440 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-12 03:28:29.456 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:29.458 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-12 03:28:29.460 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-12 03:28:29.463 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-04-12 03:28:29.465 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-04-12 03:28:29.467 | ++ ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:28:29.470 | ++ ./stack.sh:echo_summary:448 : echo -e Installing Tempest 2022-04-12 03:28:29.472 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-04-12 03:28:29.474 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-04-12 03:28:29.530 | ++ inc/async:async_inner:63 : install_tempest 2022-04-12 03:28:29.568 | [520637 Async install_tempest:546415]: running: install_tempest 2022-04-12 03:28:29.571 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-12 03:28:29.573 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-12 03:28:29.576 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-04-12 03:28:29.579 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-12 03:28:29.581 | + functions-common:run_phase:1880 : run_plugins stack install 2022-04-12 03:28:29.584 | + functions-common:run_plugins:1839 : local mode=stack 2022-04-12 03:28:29.588 | + functions-common:run_plugins:1840 : local phase=install 2022-04-12 03:28:29.590 | + functions-common:run_plugins:1842 : local plugins= 2022-04-12 03:28:29.594 | + functions-common:run_plugins:1843 : local plugin 2022-04-12 03:28:29.599 | + ./stack.sh:main:974 : use_library_from_git python-openstackclient 2022-04-12 03:28:29.602 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-04-12 03:28:29.605 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-12 03:28:29.608 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-12 03:28:29.611 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-04-12 03:28:29.613 | + inc/python:use_library_from_git:253 : return 1 2022-04-12 03:28:29.616 | + ./stack.sh:main:978 : pip_install_gr python-openstackclient 2022-04-12 03:28:29.619 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-04-12 03:28:29.622 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-12 03:28:29.625 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-04-12 03:28:29.628 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-04-12 03:28:29.630 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-12 03:28:29.635 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-04-12 03:28:29.635 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-12 03:28:29.641 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-04-12 03:28:29.643 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-04-12 03:28:29.646 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-04-12 03:28:29.649 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-04-12 03:28:29.652 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-04-12 03:28:29.674 | Using python 3.8 to install python-openstackclient 2022-04-12 03:28:29.677 | + 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-04-12 03:28:30.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:30.554 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:30.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:28:30.554 | from cryptography.utils import int_from_bytes 2022-04-12 03:28:31.745 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-12 03:28:31.777 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-04-12 03:28:31.797 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-04-12 03:28:31.798 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-04-12 03:28:31.799 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.12.2) 2022-04-12 03:28:31.800 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-04-12 03:28:31.801 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.8.1) 2022-04-12 03:28:31.802 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-04-12 03:28:31.803 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-04-12 03:28:31.804 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-04-12 03:28:31.805 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.7.0) 2022-04-12 03:28:31.807 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.5.0) 2022-04-12 03:28:31.808 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-04-12 03:28:31.819 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0) 2022-04-12 03:28:31.820 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.0) 2022-04-12 03:28:31.821 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-04-12 03:28:31.823 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.2.0) 2022-04-12 03:28:31.824 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.7) 2022-04-12 03:28:31.850 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.11.0) 2022-04-12 03:28:31.853 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.2) 2022-04-12 03:28:31.854 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (5.1.1) 2022-04-12 03:28:31.855 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.0) 2022-04-12 03:28:31.856 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (4.5.0) 2022-04-12 03:28:31.857 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.0.0) 2022-04-12 03:28:31.858 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.32) 2022-04-12 03:28:31.859 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (2.5.0) 2022-04-12 03:28:31.861 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.7.0) 2022-04-12 03:28:31.862 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.1.5) 2022-04-12 03:28:31.863 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.4) 2022-04-12 03:28:31.877 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2022-04-12 03:28:31.896 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2022-04-12 03:28:31.897 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2022-04-12 03:28:31.899 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.1) 2022-04-12 03:28:31.900 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-04-12 03:28:31.920 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1) 2022-04-12 03:28:31.939 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.8.0) 2022-04-12 03:28:31.941 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.3.0) 2022-04-12 03:28:31.944 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-04-12 03:28:32.035 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-04-12 03:28:32.036 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0) 2022-04-12 03:28:32.037 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-04-12 03:28:32.081 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (1.15.0) 2022-04-12 03:28:32.092 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.0) 2022-04-12 03:28:32.126 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.61.0->python-openstackclient) (2.2) 2022-04-12 03:28:32.293 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-04-12 03:28:32.308 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3) 2022-04-12 03:28:32.409 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2022-04-12 03:28:32.411 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.9) 2022-04-12 03:28:32.413 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2022-04-12 03:28:32.416 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12) 2022-04-12 03:28:32.573 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (2.21) 2022-04-12 03:28:35.116 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-04-12 03:28:35.123 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-04-12 03:28:35.123 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-04-12 03:28:35.253 | + inc/python:pip_install:200 : result=0 2022-04-12 03:28:35.256 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-12 03:28:35.259 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:35.261 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:35.264 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:35.266 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:35.268 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:35.271 | + functions-common:time_stop:2431 : name=pip_install 2022-04-12 03:28:35.274 | + functions-common:time_stop:2432 : start_time=1649734109669 2022-04-12 03:28:35.276 | + functions-common:time_stop:2434 : [[ -z 1649734109669 ]] 2022-04-12 03:28:35.279 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:35.284 | + functions-common:time_stop:2437 : end_time=1649734115281 2022-04-12 03:28:35.286 | + functions-common:time_stop:2438 : elapsed_time=5612 2022-04-12 03:28:35.288 | + functions-common:time_stop:2439 : total=196502 2022-04-12 03:28:35.291 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:35.293 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=202114 2022-04-12 03:28:35.295 | + inc/python:pip_install:203 : return 0 2022-04-12 03:28:35.298 | + ./stack.sh:main:983 : install_oscwrap 2022-04-12 03:28:35.301 | ++ functions-common:install_oscwrap:2470 : mktemp 2022-04-12 03:28:35.306 | + functions-common:install_oscwrap:2470 : OSCWRAP_TIMER_FILE=/tmp/tmp.AjgZTo1j5H 2022-04-12 03:28:35.308 | + functions-common:install_oscwrap:2473 : shopt -s expand_aliases 2022-04-12 03:28:35.311 | + functions-common:install_oscwrap:2476 : unalias -a 2022-04-12 03:28:35.313 | + functions-common:install_oscwrap:2478 : alias openstack=oscwrap 2022-04-12 03:28:35.316 | + ./stack.sh:main:988 : [[ False != \F\a\l\s\e ]] 2022-04-12 03:28:35.319 | + ./stack.sh:main:1028 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-04-12 03:28:35.322 | + ./stack.sh:main:1036 : is_service_enabled mysql postgresql 2022-04-12 03:28:35.341 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:35.344 | + ./stack.sh:main:1037 : configure_database 2022-04-12 03:28:35.346 | + lib/database:configure_database:128 : configure_database_mysql 2022-04-12 03:28:35.349 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-04-12 03:28:35.352 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-04-12 03:28:35.354 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:28:35.357 | + ./stack.sh:echo_summary:448 : echo -e Configuring and starting MySQL 2022-04-12 03:28:35.359 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-04-12 03:28:35.362 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:35.364 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:35.367 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-04-12 03:28:35.370 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-04-12 03:28:35.373 | ++ functions-common:ipv6_unquote:2223 : echo 0.0.0.0 2022-04-12 03:28:35.373 | ++ functions-common:ipv6_unquote:2223 : tr -d '[]' 2022-04-12 03:28:35.378 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-04-12 03:28:35.431 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-04-12 03:28:35.434 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-04-12 03:28:35.436 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-04-12 03:28:35.439 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-04-12 03:28:35.441 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-04-12 03:28:35.444 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-12 03:28:35.447 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-12 03:28:35.449 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-04-12 03:28:35.451 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-04-12 03:28:35.454 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-04-12 03:28:35.456 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-04-12 03:28:35.459 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-04-12 03:28:35.462 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-04-12 03:28:35.464 | + functions-common:is_suse:542 : is_opensuse 2022-04-12 03:28:35.467 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-04-12 03:28:35.469 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-12 03:28:35.471 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-04-12 03:28:35.474 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-04-12 03:28:35.476 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-12 03:28:35.479 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-04-12 03:28:35.481 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:35.484 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:35.486 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-04-12 03:28:35.488 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:28:35.491 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart mysql 2022-04-12 03:28:37.397 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-04-12 03:28:37.413 | mysqladmin: connect to server at 'localhost' failed 2022-04-12 03:28:37.413 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-04-12 03:28:37.417 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-04-12 03:28:37.420 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-04-12 03:28:37.422 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:37.425 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:37.427 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-04-12 03:28:37.430 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-04-12 03:28:37.433 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-04-12 03:28:37.435 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-04-12 03:28:37.438 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-04-12 03:28:37.440 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-04-12 03:28:37.443 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-04-12 03:28:37.446 | + 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-04-12 03:28:37.457 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-12 03:28:37.492 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-04-12 03:28:37.504 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-12 03:28:37.521 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-04-12 03:28:37.577 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-04-12 03:28:37.633 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-04-12 03:28:37.690 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-04-12 03:28:37.692 | + lib/databases/mysql:configure_database_mysql:153 : restart_service mysql 2022-04-12 03:28:37.696 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:28:37.698 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart mysql 2022-04-12 03:28:40.010 | + ./stack.sh:main:1041 : save_stackenv 1041 2022-04-12 03:28:40.013 | + functions-common:save_stackenv:60 : local tag=1041 2022-04-12 03:28:40.016 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-04-12 03:28:40.021 | + functions-common:save_stackenv:62 : time_stamp=2022-04-12-032840 2022-04-12 03:28:40.024 | + functions-common:save_stackenv:63 : echo '# 2022-04-12-032840 1041' 2022-04-12 03:28:40.027 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.029 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-12 03:28:40.032 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.034 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-04-12 03:28:40.037 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.039 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-04-12 03:28:40.041 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.044 | + 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-04-12 03:28:40.046 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.049 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.39 2022-04-12 03:28:40.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.055 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.39/identity 2022-04-12 03:28:40.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.060 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-04-12-032412 2022-04-12 03:28:40.062 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.065 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-04-12 03:28:40.067 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.070 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.39 2022-04-12 03:28:40.073 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.075 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-04-12 03:28:40.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.080 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-04-12 03:28:40.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.085 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-04-12 03:28:40.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-12 03:28:40.090 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-04-12 03:28:40.093 | + ./stack.sh:main:1053 : [[ True == \T\r\u\e ]] 2022-04-12 03:28:40.095 | + ./stack.sh:main:1054 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-04-12 03:28:40.097 | + ./stack.sh:main:1055 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-04-12 03:28:40.109 | + ./stack.sh:main:1067 : start_dstat 2022-04-12 03:28:40.112 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.115 | + functions-common:run_process:1680 : local service=dstat 2022-04-12 03:28:40.118 | + functions-common:run_process:1681 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.120 | + functions-common:run_process:1682 : local group= 2022-04-12 03:28:40.123 | + functions-common:run_process:1683 : local user= 2022-04-12 03:28:40.125 | + functions-common:run_process:1685 : local name=dstat 2022-04-12 03:28:40.128 | + functions-common:run_process:1687 : time_start run_process 2022-04-12 03:28:40.130 | + functions-common:time_start:2411 : local name=run_process 2022-04-12 03:28:40.133 | + functions-common:time_start:2412 : local start_time= 2022-04-12 03:28:40.136 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:28:40.139 | ++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:28:40.143 | + functions-common:time_start:2416 : _TIME_START[$name]=1649734120141 2022-04-12 03:28:40.146 | + functions-common:run_process:1688 : is_service_enabled dstat 2022-04-12 03:28:40.164 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:40.166 | + functions-common:run_process:1689 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-04-12 03:28:40.169 | + functions-common:_run_under_systemd:1645 : local service=dstat 2022-04-12 03:28:40.171 | + functions-common:_run_under_systemd:1646 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.174 | + functions-common:_run_under_systemd:1647 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.176 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.179 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.182 | + functions-common:_common_systemd_pitfalls:1620 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-04-12 03:28:40.185 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-04-12 03:28:40.187 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@dstat.service 2022-04-12 03:28:40.190 | + functions-common:_run_under_systemd:1652 : local group= 2022-04-12 03:28:40.192 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-04-12 03:28:40.196 | + functions-common:_run_under_systemd:1654 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-04-12 03:28:40.198 | + functions-common:_run_under_systemd:1657 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-04-12 03:28:40.201 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-04-12 03:28:40.203 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.206 | + functions-common:write_user_unit_file:1564 : local group= 2022-04-12 03:28:40.208 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-04-12 03:28:40.211 | + functions-common:write_user_unit_file:1566 : local extra= 2022-04-12 03:28:40.213 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-04-12 03:28:40.216 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-04-12 03:28:40.218 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-04-12 03:28:40.223 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-04-12 03:28:40.276 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-04-12 03:28:40.330 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-12 03:28:40.382 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-04-12 03:28:40.437 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-04-12 03:28:40.491 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-12 03:28:40.544 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-04-12 03:28:40.546 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-04-12 03:28:40.599 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-04-12 03:28:40.994 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@dstat.service 2022-04-12 03:28:41.007 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-04-12 03:28:41.392 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@dstat.service 2022-04-12 03:28:41.415 | + functions-common:run_process:1691 : time_stop run_process 2022-04-12 03:28:41.417 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:41.420 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:41.422 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:41.425 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:41.427 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:41.430 | + functions-common:time_stop:2431 : name=run_process 2022-04-12 03:28:41.432 | + functions-common:time_stop:2432 : start_time=1649734120141 2022-04-12 03:28:41.435 | + functions-common:time_stop:2434 : [[ -z 1649734120141 ]] 2022-04-12 03:28:41.438 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:41.442 | + functions-common:time_stop:2437 : end_time=1649734121440 2022-04-12 03:28:41.445 | + functions-common:time_stop:2438 : elapsed_time=1299 2022-04-12 03:28:41.448 | + functions-common:time_stop:2439 : total=0 2022-04-12 03:28:41.450 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:41.453 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1299 2022-04-12 03:28:41.456 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-04-12 03:28:41.459 | + functions-common:run_process:1680 : local service=memory_tracker 2022-04-12 03:28:41.462 | + functions-common:run_process:1681 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-04-12 03:28:41.464 | + functions-common:run_process:1682 : local group= 2022-04-12 03:28:41.467 | + functions-common:run_process:1683 : local user=root 2022-04-12 03:28:41.469 | + functions-common:run_process:1685 : local name=memory_tracker 2022-04-12 03:28:41.472 | + functions-common:run_process:1687 : time_start run_process 2022-04-12 03:28:41.474 | + functions-common:time_start:2411 : local name=run_process 2022-04-12 03:28:41.477 | + functions-common:time_start:2412 : local start_time= 2022-04-12 03:28:41.480 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:28:41.483 | ++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:28:41.488 | + functions-common:time_start:2416 : _TIME_START[$name]=1649734121485 2022-04-12 03:28:41.490 | + functions-common:run_process:1688 : is_service_enabled memory_tracker 2022-04-12 03:28:41.512 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:41.515 | + functions-common:run_process:1691 : time_stop run_process 2022-04-12 03:28:41.517 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:41.520 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:41.522 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:41.525 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:41.528 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:41.530 | + functions-common:time_stop:2431 : name=run_process 2022-04-12 03:28:41.533 | + functions-common:time_stop:2432 : start_time=1649734121485 2022-04-12 03:28:41.535 | + functions-common:time_stop:2434 : [[ -z 1649734121485 ]] 2022-04-12 03:28:41.540 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:41.543 | + functions-common:time_stop:2437 : end_time=1649734121540 2022-04-12 03:28:41.546 | + functions-common:time_stop:2438 : elapsed_time=55 2022-04-12 03:28:41.548 | + functions-common:time_stop:2439 : total=1299 2022-04-12 03:28:41.551 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:41.553 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1354 2022-04-12 03:28:41.556 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-04-12 03:28:41.576 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:41.580 | + ./stack.sh:main:1071 : is_service_enabled tcpdump 2022-04-12 03:28:41.604 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:41.611 | + ./stack.sh:main:1079 : is_service_enabled etcd3 2022-04-12 03:28:41.636 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:41.639 | + ./stack.sh:main:1080 : start_etcd3 2022-04-12 03:28:41.642 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-04-12 03:28:41.644 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-837392-3-hyperv --data-dir /opt/stack/data/etcd' 2022-04-12 03:28:41.647 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-04-12 03:28:41.650 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-837392-3-hyperv=http://10.222.0.39:2380' 2022-04-12 03:28:41.652 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.39:2380' 2022-04-12 03:28:41.655 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.39:2379' 2022-04-12 03:28:41.657 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-04-12 03:28:41.660 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-04-12 03:28:41.663 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.39:2379' 2022-04-12 03:28:41.665 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-04-12 03:28:41.668 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-04-12 03:28:41.671 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-04-12 03:28:41.673 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-837392-3-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-837392-3-hyperv=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.39:2379 --debug' '' root 2022-04-12 03:28:41.676 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-04-12 03:28:41.678 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-neutron-837392-3-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-837392-3-hyperv=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.39:2379 --debug' 2022-04-12 03:28:41.682 | + functions-common:write_user_unit_file:1564 : local group= 2022-04-12 03:28:41.684 | + functions-common:write_user_unit_file:1565 : local user=root 2022-04-12 03:28:41.686 | + functions-common:write_user_unit_file:1566 : local extra= 2022-04-12 03:28:41.689 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-04-12 03:28:41.691 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-04-12 03:28:41.694 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-04-12 03:28:41.699 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-04-12 03:28:41.771 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-04-12 03:28:41.847 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-837392-3-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-837392-3-hyperv=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.39:2379 --debug' 2022-04-12 03:28:41.899 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-04-12 03:28:41.950 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-04-12 03:28:42.002 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-12 03:28:42.053 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-04-12 03:28:42.056 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-04-12 03:28:42.117 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-04-12 03:28:42.492 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-04-12 03:28:42.569 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-04-12 03:28:42.628 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-04-12 03:28:42.684 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-04-12 03:28:42.743 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-04-12 03:28:42.747 | ++ functions-common:is_arch:506 : uname -m 2022-04-12 03:28:42.751 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-04-12 03:28:42.754 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-04-12 03:28:43.158 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-04-12 03:28:43.171 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-04-12 03:28:43.528 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-04-12 03:28:44.006 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-04-12 03:28:44.024 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:44.027 | + ./stack.sh:main:1091 : write_clouds_yaml 2022-04-12 03:28:44.029 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-04-12 03:28:44.033 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-04-12 03:28:44.037 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-04-12 03:28:44.050 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-04-12 03:28:44.062 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-04-12 03:28:44.065 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-04-12 03:28:44.068 | + 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.39/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-04-12 03:28:44.206 | + 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.39/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-04-12 03:28:44.342 | + 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.39/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-04-12 03:28:44.482 | + 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.39/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-04-12 03:28:44.620 | + 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.39/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-04-12 03:28:44.756 | + 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.39/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-04-12 03:28:44.896 | + 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.39/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-04-12 03:28:45.036 | + 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.39/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-04-12 03:28:45.173 | + 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.39/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-04-12 03:28:45.309 | + 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.39/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-04-12 03:28:45.446 | + functions-common:write_clouds_yaml:198 : cat 2022-04-12 03:28:45.452 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-04-12 03:28:45.455 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-04-12 03:28:45.458 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-04-12 03:28:45.466 | + ./stack.sh:main:1092 : export OS_CLOUD=devstack-admin 2022-04-12 03:28:45.469 | + ./stack.sh:main:1092 : OS_CLOUD=devstack-admin 2022-04-12 03:28:45.472 | + ./stack.sh:main:1094 : is_service_enabled keystone 2022-04-12 03:28:45.491 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:28:45.493 | + ./stack.sh:main:1095 : echo_summary 'Starting Keystone' 2022-04-12 03:28:45.496 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:28:45.498 | + ./stack.sh:echo_summary:448 : echo -e Starting Keystone 2022-04-12 03:28:45.501 | + ./stack.sh:main:1097 : '[' 10.222.0.39 == 10.222.0.39 ']' 2022-04-12 03:28:45.503 | + ./stack.sh:main:1098 : init_keystone 2022-04-12 03:28:45.506 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-04-12 03:28:45.522 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:28:45.525 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-04-12 03:28:45.528 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-04-12 03:28:45.530 | + lib/database:recreate_database:112 : local db=keystone 2022-04-12 03:28:45.532 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-04-12 03:28:45.535 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-04-12 03:28:45.537 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-04-12 03:28:45.543 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-12 03:28:46.042 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-04-12 03:28:46.047 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-12 03:28:46.064 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-04-12 03:28:46.066 | + functions-common:time_start:2411 : local name=dbsync 2022-04-12 03:28:46.069 | + functions-common:time_start:2412 : local start_time= 2022-04-12 03:28:46.072 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:28:46.075 | ++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:28:46.079 | + functions-common:time_start:2416 : _TIME_START[$name]=1649734126077 2022-04-12 03:28:46.082 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-04-12 03:28:50.803 | 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=548379) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-12 03:28:50.810 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:50.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.812 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.812 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.812 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.813 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:50.814 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:50.841 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:50.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.842 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.842 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.843 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.845 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:50.845 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:50.901 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:50.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.902 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.902 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.903 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:50.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:50.904 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:50.904 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:50.911 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-12 03:28:52.687 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.687 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-12 03:28:52.694 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.694 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-12 03:28:52.701 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.701 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-12 03:28:52.707 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.707 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-12 03:28:52.714 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.714 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-12 03:28:52.721 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.721 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-12 03:28:52.777 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:52.777 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:52.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.779 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.780 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.780 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.780 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.780 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:52.780 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:52.781 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:52.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.782 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.783 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.783 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.784 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:52.784 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:52.792 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:52.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.794 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.794 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.795 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:52.795 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:52.795 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:52.795 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.169 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.171 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.171 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.171 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.172 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.172 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.172 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.199 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.201 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.201 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.202 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.202 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.202 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.202 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.210 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-12 03:28:53.249 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.249 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-12 03:28:53.256 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.256 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-12 03:28:53.264 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.264 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-12 03:28:53.271 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.271 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-12 03:28:53.280 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.280 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-12 03:28:53.287 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.287 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-12 03:28:53.295 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.296 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.297 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.298 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.298 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.299 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.299 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.299 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.301 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.301 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.302 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.302 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.302 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.302 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.310 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.312 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.312 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.313 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.313 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.313 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.631 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.632 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.633 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.633 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.634 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.634 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.660 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-12 03:28:53.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.662 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.663 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.663 | 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=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-12 03:28:53.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-12 03:28:53.664 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-12 03:28:53.664 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=548379) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-12 03:28:53.672 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-12 03:28:53.683 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.683 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-12 03:28:53.690 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.690 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-12 03:28:53.697 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.697 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-12 03:28:53.704 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.705 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-12 03:28:53.712 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.712 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-12 03:28:53.719 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:53.719 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-12 03:28:53.727 | INFO migrate.versioning.api [-] done 2022-04-12 03:28:54.124 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-04-12 03:28:54.127 | + functions-common:time_stop:2425 : local name 2022-04-12 03:28:54.129 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:28:54.132 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:28:54.135 | + functions-common:time_stop:2428 : local total 2022-04-12 03:28:54.137 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:28:54.140 | + functions-common:time_stop:2431 : name=dbsync 2022-04-12 03:28:54.142 | + functions-common:time_stop:2432 : start_time=1649734126077 2022-04-12 03:28:54.145 | + functions-common:time_stop:2434 : [[ -z 1649734126077 ]] 2022-04-12 03:28:54.149 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:28:54.153 | + functions-common:time_stop:2437 : end_time=1649734134150 2022-04-12 03:28:54.156 | + functions-common:time_stop:2438 : elapsed_time=8073 2022-04-12 03:28:54.158 | + functions-common:time_stop:2439 : total=0 2022-04-12 03:28:54.160 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:28:54.163 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=8073 2022-04-12 03:28:54.165 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-04-12 03:28:54.168 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-04-12 03:28:54.172 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-04-12 03:28:58.822 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-04-12 03:28:58.822 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-04-12 03:28:58.823 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-04-12 03:28:58.823 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-04-12 03:28:58.823 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-04-12 03:28:58.823 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-04-12 03:28:58.824 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-04-12 03:28:58.824 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-04-12 03:28:58.824 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-04-12 03:28:59.189 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-04-12 03:28:59.194 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-04-12 03:29:03.765 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-04-12 03:29:03.765 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-04-12 03:29:03.765 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-04-12 03:29:03.766 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-04-12 03:29:03.766 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-04-12 03:29:03.766 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-04-12 03:29:03.767 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-04-12 03:29:03.767 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-04-12 03:29:03.767 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-04-12 03:29:04.131 | + ./stack.sh:main:1099 : start_keystone 2022-04-12 03:29:04.134 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-04-12 03:29:04.137 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-04-12 03:29:04.139 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-04-12 03:29:04.155 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:29:04.158 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-04-12 03:29:04.161 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-04-12 03:29:04.165 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-04-12 03:29:04.168 | + functions-common:run_process:1680 : local service=keystone 2022-04-12 03:29:04.170 | + functions-common:run_process:1681 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.173 | + functions-common:run_process:1682 : local group= 2022-04-12 03:29:04.175 | + functions-common:run_process:1683 : local user= 2022-04-12 03:29:04.177 | + functions-common:run_process:1685 : local name=keystone 2022-04-12 03:29:04.180 | + functions-common:run_process:1687 : time_start run_process 2022-04-12 03:29:04.183 | + functions-common:time_start:2411 : local name=run_process 2022-04-12 03:29:04.185 | + functions-common:time_start:2412 : local start_time= 2022-04-12 03:29:04.188 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:29:04.191 | ++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:29:04.196 | + functions-common:time_start:2416 : _TIME_START[$name]=1649734144192 2022-04-12 03:29:04.198 | + functions-common:run_process:1688 : is_service_enabled keystone 2022-04-12 03:29:04.214 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:29:04.217 | + functions-common:run_process:1689 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-04-12 03:29:04.219 | + functions-common:_run_under_systemd:1645 : local service=keystone 2022-04-12 03:29:04.221 | + functions-common:_run_under_systemd:1646 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.224 | + functions-common:_run_under_systemd:1647 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.227 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.229 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.231 | + functions-common:_common_systemd_pitfalls:1620 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-04-12 03:29:04.234 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-04-12 03:29:04.236 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@keystone.service 2022-04-12 03:29:04.238 | + functions-common:_run_under_systemd:1652 : local group= 2022-04-12 03:29:04.241 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-04-12 03:29:04.244 | + functions-common:_run_under_systemd:1654 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-04-12 03:29:04.246 | + functions-common:_run_under_systemd:1655 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-04-12 03:29:04.249 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2022-04-12 03:29:04.251 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.253 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2022-04-12 03:29:04.255 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=ubuntu 2022-04-12 03:29:04.258 | + functions-common:write_uwsgi_user_unit_file:1593 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-04-12 03:29:04.260 | + functions-common:write_uwsgi_user_unit_file:1594 : mkdir -p /etc/systemd/system 2022-04-12 03:29:04.264 | + functions-common:write_uwsgi_user_unit_file:1596 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-04-12 03:29:04.315 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-04-12 03:29:04.366 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-04-12 03:29:04.417 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-12 03:29:04.469 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-12 03:29:04.521 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-04-12 03:29:04.572 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-04-12 03:29:04.623 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-04-12 03:29:04.675 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-04-12 03:29:04.727 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-04-12 03:29:04.779 | + functions-common:write_uwsgi_user_unit_file:1607 : [[ -n '' ]] 2022-04-12 03:29:04.781 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-04-12 03:29:04.834 | + functions-common:write_uwsgi_user_unit_file:1613 : sudo systemctl daemon-reload 2022-04-12 03:29:05.236 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@keystone.service 2022-04-12 03:29:05.249 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-04-12 03:29:05.633 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@keystone.service 2022-04-12 03:29:05.720 | + functions-common:run_process:1691 : time_stop run_process 2022-04-12 03:29:05.727 | + functions-common:time_stop:2425 : local name 2022-04-12 03:29:05.730 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:29:05.732 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:29:05.734 | + functions-common:time_stop:2428 : local total 2022-04-12 03:29:05.737 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:29:05.740 | + functions-common:time_stop:2431 : name=run_process 2022-04-12 03:29:05.743 | + functions-common:time_stop:2432 : start_time=1649734144192 2022-04-12 03:29:05.745 | + functions-common:time_stop:2434 : [[ -z 1649734144192 ]] 2022-04-12 03:29:05.749 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:29:05.753 | + functions-common:time_stop:2437 : end_time=1649734145750 2022-04-12 03:29:05.755 | + functions-common:time_stop:2438 : elapsed_time=1558 2022-04-12 03:29:05.758 | + functions-common:time_stop:2439 : total=1354 2022-04-12 03:29:05.761 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:29:05.763 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2912 2022-04-12 03:29:05.766 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-04-12 03:29:05.766 | Waiting for keystone to start... 2022-04-12 03:29:05.768 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.39/identity/v3/ 2022-04-12 03:29:05.771 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.39/identity/v3/ 2022-04-12 03:29:05.773 | + functions:wait_for_service:457 : local timeout=60 2022-04-12 03:29:05.776 | + functions:wait_for_service:458 : local url=http://10.222.0.39/identity/v3/ 2022-04-12 03:29:05.778 | + functions:wait_for_service:459 : local rval=0 2022-04-12 03:29:05.781 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-12 03:29:05.783 | + functions-common:time_start:2411 : local name=wait_for_service 2022-04-12 03:29:05.785 | + functions-common:time_start:2412 : local start_time= 2022-04-12 03:29:05.788 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-04-12 03:29:05.793 | ++ functions-common:time_start:2416 : date +%s%3N 2022-04-12 03:29:05.796 | + functions-common:time_start:2416 : _TIME_START[$name]=1649734145793 2022-04-12 03:29:05.798 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-12 03:29:05.807 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/identity/v3/ 2022-04-12 03:29:12.324 | ++ inc/async:async_inner:64 : rc=0 2022-04-12 03:29:12.345 | + :: : [[ 200 == 503 ]] 2022-04-12 03:29:12.346 | + :: : [[ 0 -eq 7 ]] 2022-04-12 03:29:12.350 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-12 03:29:12.353 | + functions-common:time_stop:2425 : local name 2022-04-12 03:29:12.354 | [546415 Async install_tempest:546415]: finished successfully 2022-04-12 03:29:12.355 | + functions-common:time_stop:2426 : local end_time 2022-04-12 03:29:12.359 | + functions-common:time_stop:2427 : local elapsed_time 2022-04-12 03:29:12.361 | + functions-common:time_stop:2428 : local total 2022-04-12 03:29:12.364 | + functions-common:time_stop:2429 : local start_time 2022-04-12 03:29:12.367 | + functions-common:time_stop:2431 : name=wait_for_service 2022-04-12 03:29:12.370 | + functions-common:time_stop:2432 : start_time=1649734145793 2022-04-12 03:29:12.372 | + functions-common:time_stop:2434 : [[ -z 1649734145793 ]] 2022-04-12 03:29:12.375 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-04-12 03:29:12.380 | + functions-common:time_stop:2437 : end_time=1649734152377 2022-04-12 03:29:12.383 | + functions-common:time_stop:2438 : elapsed_time=6584 2022-04-12 03:29:12.385 | + functions-common:time_stop:2439 : total=0 2022-04-12 03:29:12.387 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-04-12 03:29:12.390 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6584 2022-04-12 03:29:12.392 | + functions:wait_for_service:467 : return 0 2022-04-12 03:29:12.395 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-04-12 03:29:12.411 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:29:12.414 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-04-12 03:29:12.416 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-04-12 03:29:12.419 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart memcached 2022-04-12 03:29:12.448 | + ./stack.sh:main:1100 : bootstrap_keystone 2022-04-12 03:29:12.451 | + 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.39/identity 2022-04-12 03:29:17.074 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.075 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.075 | 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=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.082 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.100 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.100 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.133 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.167 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.168 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.258 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.258 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.258 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.259 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.259 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.259 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.271 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.272 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.272 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.272 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.272 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.273 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.273 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.280 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.283 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.283 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.284 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.284 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.284 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.284 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.284 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=549181) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-12 03:29:17.317 | 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=549181) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-12 03:29:17.625 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created domain default 2022-04-12 03:29:17.665 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created project admin 2022-04-12 03:29:17.693 | DEBUG passlib.handlers.bcrypt [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=549181) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-04-12 03:29:17.693 | DEBUG passlib.handlers.bcrypt [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=549181) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-04-12 03:29:17.754 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created user admin 2022-04-12 03:29:17.767 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created role reader 2022-04-12 03:29:17.776 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created role member 2022-04-12 03:29:17.798 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created implied role where 134afbbcea5e46c1aaa5c4e1bb3e94b2 implies c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:29:17.808 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created role admin 2022-04-12 03:29:17.825 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created implied role where 503407371e874b6e9c94f96a141696f9 implies 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:29:17.836 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Granted role admin on project admin to user admin. 2022-04-12 03:29:17.842 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Granted role admin on the system to user admin. 2022-04-12 03:29:17.854 | WARNING py.warnings [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d 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-04-12 03:29:17.854 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-04-12 03:29:17.854 |  2022-04-12 03:29:17.857 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created region RegionOne 2022-04-12 03:29:17.891 | INFO keystone.cmd.bootstrap [None req-164e7dcb-e8b4-4c2b-8aac-d343bc482f1d None None] Created public endpoint http://10.222.0.39/identity 2022-04-12 03:29:18.337 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-04-12 03:29:18.340 | + ./stack.sh:main:1103 : create_keystone_accounts 2022-04-12 03:29:18.342 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-04-12 03:29:18.345 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-04-12 03:29:21.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:21.346 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:21.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:21.346 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:21.509 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:21.512 | + lib/keystone:create_keystone_accounts:310 : admin_project=d42d9e6c91c043bb95a9e29a1d0e4557 2022-04-12 03:29:21.514 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-04-12 03:29:21.517 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-04-12 03:29:23.743 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:23.743 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:23.743 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:23.743 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:23.907 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:23.910 | + lib/keystone:create_keystone_accounts:312 : admin_user=a9a4cec1ab794881ad69f00a59732349 2022-04-12 03:29:23.912 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-04-12 03:29:23.915 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-04-12 03:29:23.918 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-04-12 03:29:23.920 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin a9a4cec1ab794881ad69f00a59732349 default 2022-04-12 03:29:23.975 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin a9a4cec1ab794881ad69f00a59732349 default 2022-04-12 03:29:24.015 | [520637 Async ks-domain-role:549307]: running: get_or_add_user_domain_role admin a9a4cec1ab794881ad69f00a59732349 default 2022-04-12 03:29:24.018 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-04-12 03:29:24.021 | + functions-common:get_or_create_domain:877 : local domain_id 2022-04-12 03:29:24.025 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-04-12 03:29:27.174 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-04-12 03:29:27.177 | + functions-common:get_or_create_domain:888 : echo default 2022-04-12 03:29:27.177 | default 2022-04-12 03:29:27.180 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-04-12 03:29:27.237 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-04-12 03:29:27.277 | [520637 Async ks-project:549446]: running: get_or_create_project service Default 2022-04-12 03:29:27.280 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-04-12 03:29:27.347 | + inc/async:async_inner:63 : get_or_create_role service 2022-04-12 03:29:27.389 | [520637 Async ks-service:549532]: running: get_or_create_role service 2022-04-12 03:29:27.391 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-04-12 03:29:27.468 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-04-12 03:29:27.528 | [520637 Async ks-reseller:549618]: running: get_or_create_role ResellerAdmin 2022-04-12 03:29:27.530 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-04-12 03:29:27.548 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-04-12 03:29:27.945 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-04-12 03:29:28.173 | [520637 Async ks-anotherrole:549708]: running: get_or_create_role anotherrole 2022-04-12 03:29:28.192 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-04-12 03:29:28.206 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-04-12 03:29:28.209 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:29:28.237 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-04-12 03:29:31.136 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:31.237 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:31.257 | [549446 Async ks-project:549446]: finished successfully 2022-04-12 03:29:31.276 | [549532 Async ks-service:549532]: finished successfully 2022-04-12 03:29:31.548 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:31.576 | [549618 Async ks-reseller:549618]: finished successfully 2022-04-12 03:29:31.833 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:31.861 | [549708 Async ks-anotherrole:549708]: finished successfully 2022-04-12 03:29:31.872 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:31.873 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:31.873 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:31.873 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:32.061 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:32.064 | ++ functions-common:get_or_create_project:938 : project_id=b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:32.067 | ++ functions-common:get_or_create_project:939 : echo b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:32.070 | + lib/keystone:create_keystone_accounts:340 : invis_project=b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:32.073 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-04-12 03:29:32.076 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-04-12 03:29:32.079 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:29:32.082 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-04-12 03:29:34.633 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:34.633 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:34.633 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:34.633 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:34.808 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:34.811 | ++ functions-common:get_or_create_project:938 : project_id=5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:34.814 | ++ functions-common:get_or_create_project:939 : echo 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:34.817 | + lib/keystone:create_keystone_accounts:344 : demo_project=5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:34.821 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-04-12 03:29:34.824 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-04-12 03:29:34.827 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:29:34.829 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-04-12 03:29:34.831 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-04-12 03:29:34.835 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-04-12 03:29:35.341 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:35.365 | [549307 Async ks-domain-role:549307]: finished successfully 2022-04-12 03:29:37.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.346 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.346 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.519 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:37.522 | ++ functions-common:get_or_create_user:925 : user_id=8e5ff662e4bd4f1e9c9f87f157f66931 2022-04-12 03:29:37.525 | ++ functions-common:get_or_create_user:926 : echo 8e5ff662e4bd4f1e9c9f87f157f66931 2022-04-12 03:29:37.527 | + lib/keystone:create_keystone_accounts:347 : demo_user=8e5ff662e4bd4f1e9c9f87f157f66931 2022-04-12 03:29:37.530 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-04-12 03:29:37.579 | [520637 Async ks-domain-role:549307]: Waiting for completion of get_or_add_user_domain_role admin a9a4cec1ab794881ad69f00a59732349 default running on PID 549307 (6 other jobs running) 2022-04-12 03:29:37.603 | [520637 Async ks-domain-role:549307]: Signaling child to exit 2022-04-12 03:29:37.603 | WAKEUP 2022-04-12 03:29:37.626 | [520637 Async ks-domain-role:549307]: Signaled 2022-04-12 03:29:37.628 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a9a4cec1ab794881ad69f00a59732349 --domain default 2022-04-12 03:29:37.628 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:29:37.628 | ++ functions-common:get_field:812 : read data 2022-04-12 03:29:37.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.628 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.628 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.628 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.628 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:37.628 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-04-12 03:29:37.628 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-04-12 03:29:37.628 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user a9a4cec1ab794881ad69f00a59732349 --domain default 2022-04-12 03:29:37.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.628 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.628 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.628 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a9a4cec1ab794881ad69f00a59732349 --domain default 2022-04-12 03:29:37.628 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-04-12 03:29:37.628 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:29:37.628 | ++ functions-common:get_field:812 : read data 2022-04-12 03:29:37.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.629 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.629 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.629 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.629 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:37.629 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:29:37.629 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:29:37.629 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | a9a4cec1ab794881ad69f00a59732349 | | | default | | False |' 2022-04-12 03:29:37.629 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:29:37.629 | ++ functions-common:get_field:812 : read data 2022-04-12 03:29:37.629 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:29:37.629 | + functions-common:get_or_add_user_domain_role:1021 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:29:37.629 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:29:37.670 | [520637 Async ks-domain-role:549307]: finished get_or_add_user_domain_role admin a9a4cec1ab794881ad69f00a59732349 default with result 0 in 11 seconds 2022-04-12 03:29:37.677 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-04-12 03:29:37.712 | [520637 Async ks-project:549446]: Waiting for completion of get_or_create_project service Default running on PID 549446 (5 other jobs running) 2022-04-12 03:29:37.736 | [520637 Async ks-project:549446]: Signaling child to exit 2022-04-12 03:29:37.736 | WAKEUP 2022-04-12 03:29:37.759 | [520637 Async ks-project:549446]: Signaled 2022-04-12 03:29:37.760 | + functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:29:37.760 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-04-12 03:29:37.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.760 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.760 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.760 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:37.760 | + functions-common:get_or_create_project:938 : project_id=9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:29:37.760 | + functions-common:get_or_create_project:939 : echo 9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:29:37.760 | 9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:29:37.804 | [520637 Async ks-project:549446]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-04-12 03:29:37.840 | [520637 Async ks-service:549532]: Waiting for completion of get_or_create_role service running on PID 549532 (4 other jobs running) 2022-04-12 03:29:37.864 | [520637 Async ks-service:549532]: Signaling child to exit 2022-04-12 03:29:37.864 | WAKEUP 2022-04-12 03:29:37.886 | [520637 Async ks-service:549532]: Signaled 2022-04-12 03:29:37.887 | + functions-common:get_or_create_role:945 : local role_id 2022-04-12 03:29:37.887 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-04-12 03:29:37.887 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.887 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.887 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:37.887 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:37.887 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:37.888 | + functions-common:get_or_create_role:950 : role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:29:37.888 | + functions-common:get_or_create_role:951 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:29:37.888 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:29:37.931 | [520637 Async ks-service:549532]: finished get_or_create_role service with result 0 in 3 seconds 2022-04-12 03:29:37.967 | [520637 Async ks-reseller:549618]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 549618 (3 other jobs running) 2022-04-12 03:29:37.991 | [520637 Async ks-reseller:549618]: Signaling child to exit 2022-04-12 03:29:37.992 | WAKEUP 2022-04-12 03:29:38.013 | [520637 Async ks-reseller:549618]: Signaled 2022-04-12 03:29:38.015 | + functions-common:get_or_create_role:945 : local role_id 2022-04-12 03:29:38.015 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-04-12 03:29:38.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:38.015 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:38.015 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:38.015 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:38.015 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:38.015 | + functions-common:get_or_create_role:950 : role_id=982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:29:38.015 | + functions-common:get_or_create_role:951 : echo 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:29:38.015 | 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:29:38.058 | [520637 Async ks-reseller:549618]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-04-12 03:29:38.094 | [520637 Async ks-anotherrole:549708]: Waiting for completion of get_or_create_role anotherrole running on PID 549708 (2 other jobs running) 2022-04-12 03:29:38.119 | [520637 Async ks-anotherrole:549708]: Signaling child to exit 2022-04-12 03:29:38.119 | WAKEUP 2022-04-12 03:29:38.141 | [520637 Async ks-anotherrole:549708]: Signaled 2022-04-12 03:29:38.142 | + functions-common:get_or_create_role:945 : local role_id 2022-04-12 03:29:38.142 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-04-12 03:29:38.142 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:38.142 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:38.143 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:38.143 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:38.143 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:38.143 | + functions-common:get_or_create_role:950 : role_id=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:29:38.143 | + functions-common:get_or_create_role:951 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:29:38.143 | 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:29:38.186 | [520637 Async ks-anotherrole:549708]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-04-12 03:29:38.190 | + inc/async:async_wait:197 : return 0 2022-04-12 03:29:38.192 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.253 | + inc/async:async_inner:63 : get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.292 | [520637 Async ks-demo-member:550578]: running: get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.295 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin a9a4cec1ab794881ad69f00a59732349 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.356 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a9a4cec1ab794881ad69f00a59732349 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.403 | [520637 Async ks-demo-admin:550690]: running: get_or_add_user_project_role admin a9a4cec1ab794881ad69f00a59732349 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.406 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.468 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.521 | [520637 Async ks-demo-another:550802]: running: get_or_add_user_project_role anotherrole 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:38.524 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:38.609 | + inc/async:async_inner:63 : get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:38.674 | [520637 Async ks-demo-invis:550914]: running: get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:29:38.680 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-04-12 03:29:38.687 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-04-12 03:29:38.699 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:29:38.705 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-04-12 03:29:38.710 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-04-12 03:29:38.725 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:29:42.671 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:42.671 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:42.671 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:42.671 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:42.866 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:42.869 | ++ functions-common:get_or_create_user:925 : user_id=d31acb2ab11f49a1a60b4d4d9e82f08e 2022-04-12 03:29:42.872 | ++ functions-common:get_or_create_user:926 : echo d31acb2ab11f49a1a60b4d4d9e82f08e 2022-04-12 03:29:42.874 | + lib/keystone:create_keystone_accounts:360 : demo_reader=d31acb2ab11f49a1a60b4d4d9e82f08e 2022-04-12 03:29:42.877 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader d31acb2ab11f49a1a60b4d4d9e82f08e 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:42.990 | + inc/async:async_inner:63 : get_or_add_user_project_role reader d31acb2ab11f49a1a60b4d4d9e82f08e 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:43.126 | [520637 Async ks-demo-reader:551114]: running: get_or_add_user_project_role reader d31acb2ab11f49a1a60b4d4d9e82f08e 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:29:43.137 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-04-12 03:29:43.161 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-04-12 03:29:43.179 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:29:43.183 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-04-12 03:29:46.889 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:46.889 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:46.889 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:46.889 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:47.325 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:47.346 | ++ functions-common:get_or_create_project:938 : project_id=ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:47.365 | ++ functions-common:get_or_create_project:939 : echo ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:47.383 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:47.400 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-04-12 03:29:47.433 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-04-12 03:29:47.457 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:29:47.469 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-04-12 03:29:47.497 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-04-12 03:29:47.507 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:29:51.344 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:51.344 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:51.344 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:51.345 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:51.597 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:51.600 | ++ functions-common:get_or_create_user:925 : user_id=a3f8864ad70a4799bc55c213554f6e03 2022-04-12 03:29:51.603 | ++ functions-common:get_or_create_user:926 : echo a3f8864ad70a4799bc55c213554f6e03 2022-04-12 03:29:51.606 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=a3f8864ad70a4799bc55c213554f6e03 2022-04-12 03:29:51.609 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:51.680 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:51.862 | [520637 Async ks-alt-admin:551474]: running: get_or_add_user_project_role admin a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:51.887 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:52.287 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:52.562 | [520637 Async ks-alt-another:551586]: running: get_or_add_user_project_role anotherrole a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:52.580 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-04-12 03:29:52.608 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-04-12 03:29:52.625 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:29:52.637 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-04-12 03:29:52.658 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-04-12 03:29:52.697 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:29:52.774 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:52.895 | [550578 Async ks-demo-member:550578]: finished successfully 2022-04-12 03:29:54.673 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:54.854 | [550802 Async ks-demo-another:550802]: finished successfully 2022-04-12 03:29:55.520 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:55.659 | [550690 Async ks-demo-admin:550690]: finished successfully 2022-04-12 03:29:56.033 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:56.188 | [550914 Async ks-demo-invis:550914]: finished successfully 2022-04-12 03:29:56.910 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:56.910 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:56.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:29:56.910 | from cryptography.utils import int_from_bytes 2022-04-12 03:29:57.093 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:29:57.096 | ++ functions-common:get_or_create_user:925 : user_id=d2f8bf1ee4ae42e0b13254408a525a32 2022-04-12 03:29:57.103 | ++ functions-common:get_or_create_user:926 : echo d2f8bf1ee4ae42e0b13254408a525a32 2022-04-12 03:29:57.105 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=d2f8bf1ee4ae42e0b13254408a525a32 2022-04-12 03:29:57.111 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member d2f8bf1ee4ae42e0b13254408a525a32 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:57.176 | + inc/async:async_inner:63 : get_or_add_user_project_role member d2f8bf1ee4ae42e0b13254408a525a32 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:57.219 | [520637 Async ks-alt-member-user:551970]: running: get_or_add_user_project_role member d2f8bf1ee4ae42e0b13254408a525a32 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:29:57.222 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-04-12 03:29:57.228 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-04-12 03:29:57.232 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:29:57.234 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-04-12 03:29:57.237 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-04-12 03:29:57.242 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:29:58.929 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:29:59.121 | [551114 Async ks-demo-reader:551114]: finished successfully 2022-04-12 03:30:00.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:00.094 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:00.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:00.094 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:00.296 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:00.299 | ++ functions-common:get_or_create_user:925 : user_id=6731db287bdf4866b7c762dbea9cf1a4 2022-04-12 03:30:00.306 | ++ functions-common:get_or_create_user:926 : echo 6731db287bdf4866b7c762dbea9cf1a4 2022-04-12 03:30:00.309 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=6731db287bdf4866b7c762dbea9cf1a4 2022-04-12 03:30:00.312 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 6731db287bdf4866b7c762dbea9cf1a4 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:00.413 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 6731db287bdf4866b7c762dbea9cf1a4 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:00.464 | [520637 Async ks-alt-reader-user:552194]: running: get_or_add_user_project_role reader 6731db287bdf4866b7c762dbea9cf1a4 ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:00.473 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-04-12 03:30:00.477 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:30:00.485 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-04-12 03:30:00.489 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-04-12 03:30:00.503 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:30:03.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:03.566 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:03.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:03.566 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:03.788 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:03.790 | ++ functions-common:get_or_create_user:925 : user_id=507a37e22e2c4b638a980ad56b112f17 2022-04-12 03:30:03.793 | ++ functions-common:get_or_create_user:926 : echo 507a37e22e2c4b638a980ad56b112f17 2022-04-12 03:30:03.796 | + lib/keystone:create_keystone_accounts:392 : system_member_user=507a37e22e2c4b638a980ad56b112f17 2022-04-12 03:30:03.816 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 507a37e22e2c4b638a980ad56b112f17 all 2022-04-12 03:30:04.090 | + inc/async:async_inner:63 : get_or_add_user_system_role member 507a37e22e2c4b638a980ad56b112f17 all 2022-04-12 03:30:04.275 | [520637 Async ks-system-member:552420]: running: get_or_add_user_system_role member 507a37e22e2c4b638a980ad56b112f17 all 2022-04-12 03:30:04.298 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-04-12 03:30:04.310 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:30:04.332 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-04-12 03:30:04.354 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-04-12 03:30:04.389 | +++ functions-common:get_or_create_user:927 : 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-04-12 03:30:06.950 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:07.158 | [551474 Async ks-alt-admin:551474]: finished successfully 2022-04-12 03:30:07.542 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:07.715 | [551586 Async ks-alt-another:551586]: finished successfully 2022-04-12 03:30:08.169 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:08.169 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:08.169 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:08.169 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:08.377 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:08.379 | ++ functions-common:get_or_create_user:925 : user_id=ca5e946c239444d3941e28e9a49dc31c 2022-04-12 03:30:08.383 | ++ functions-common:get_or_create_user:926 : echo ca5e946c239444d3941e28e9a49dc31c 2022-04-12 03:30:08.386 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=ca5e946c239444d3941e28e9a49dc31c 2022-04-12 03:30:08.388 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader ca5e946c239444d3941e28e9a49dc31c all 2022-04-12 03:30:08.484 | + inc/async:async_inner:63 : get_or_add_user_system_role reader ca5e946c239444d3941e28e9a49dc31c all 2022-04-12 03:30:08.545 | [520637 Async ks-system-reader:552712]: running: get_or_add_user_system_role reader ca5e946c239444d3941e28e9a49dc31c all 2022-04-12 03:30:08.548 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-04-12 03:30:08.569 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-04-12 03:30:08.581 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-04-12 03:30:08.599 | ++ functions-common:get_or_create_group:895 : local group_id 2022-04-12 03:30:08.629 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-04-12 03:30:10.320 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:10.501 | [551970 Async ks-alt-member-user:551970]: finished successfully 2022-04-12 03:30:11.835 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:11.835 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:11.835 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:11.835 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:12.041 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:12.044 | ++ functions-common:get_or_create_group:902 : group_id=919adb3fdc6c4a90af7ec4233e2bc681 2022-04-12 03:30:12.046 | ++ functions-common:get_or_create_group:903 : echo 919adb3fdc6c4a90af7ec4233e2bc681 2022-04-12 03:30:12.049 | + lib/keystone:create_keystone_accounts:402 : admin_group=919adb3fdc6c4a90af7ec4233e2bc681 2022-04-12 03:30:12.051 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-04-12 03:30:12.055 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-04-12 03:30:12.058 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-04-12 03:30:12.060 | ++ functions-common:get_or_create_group:895 : local group_id 2022-04-12 03:30:12.064 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-04-12 03:30:13.824 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:13.860 | [552194 Async ks-alt-reader-user:552194]: finished successfully 2022-04-12 03:30:14.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:14.795 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:14.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:14.795 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:14.955 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:14.985 | [552420 Async ks-system-member:552420]: finished successfully 2022-04-12 03:30:14.991 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:14.994 | ++ functions-common:get_or_create_group:902 : group_id=f1ea351672364e63a3ad1988f4baf7de 2022-04-12 03:30:14.997 | ++ functions-common:get_or_create_group:903 : echo f1ea351672364e63a3ad1988f4baf7de 2022-04-12 03:30:15.000 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=f1ea351672364e63a3ad1988f4baf7de 2022-04-12 03:30:15.003 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.063 | + inc/async:async_inner:63 : get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.107 | [520637 Async ks-group-memberdemo:553092]: running: get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.110 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.178 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.224 | [520637 Async ks-group-anotherdemo:553178]: running: get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:15.227 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:15.308 | + inc/async:async_inner:63 : get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:15.360 | [520637 Async ks-group-memberalt:553283]: running: get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:15.363 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:15.777 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:15.992 | [520637 Async ks-group-anotheralt:553370]: running: get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:16.013 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 2022-04-12 03:30:16.409 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 2022-04-12 03:30:16.664 | [520637 Async ks-group-admin:553459]: running: get_or_add_group_project_role admin 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 2022-04-12 03:30:16.684 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-04-12 03:30:17.051 | [520637 Async ks-demo-member:550578]: Waiting for completion of get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 running on PID 550578 (17 other jobs running) 2022-04-12 03:30:17.247 | [520637 Async ks-demo-member:550578]: Signaling child to exit 2022-04-12 03:30:17.248 | WAKEUP 2022-04-12 03:30:17.422 | [520637 Async ks-demo-member:550578]: Signaled 2022-04-12 03:30:17.436 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:17.436 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:17.436 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:17.436 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:17.436 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:17.436 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:17.436 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:17.436 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:17.436 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:17.436 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:17.436 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:17.436 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:17.437 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:17.437 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:17.437 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:17.437 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:17.437 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:17.437 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:17.437 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:17.437 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:17.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:17.437 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:17.437 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:17.437 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:17.437 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:17.437 | ++ functions-common:get_field:818 : echo '| 134afbbcea5e46c1aaa5c4e1bb3e94b2 | 8e5ff662e4bd4f1e9c9f87f157f66931 | | 5c59860a9fbc40aa97321db3ea9ee520 | | | False |' 2022-04-12 03:30:17.437 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:17.437 | + functions-common:get_or_add_user_project_role:995 : user_role_id=134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:17.437 | + functions-common:get_or_add_user_project_role:997 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:17.437 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:17.761 | [520637 Async ks-demo-member:550578]: finished get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 14 seconds 2022-04-12 03:30:17.998 | [520637 Async ks-demo-admin:550690]: Waiting for completion of get_or_add_user_project_role admin a9a4cec1ab794881ad69f00a59732349 5c59860a9fbc40aa97321db3ea9ee520 running on PID 550690 (16 other jobs running) 2022-04-12 03:30:18.169 | [520637 Async ks-demo-admin:550690]: Signaling child to exit 2022-04-12 03:30:18.169 | WAKEUP 2022-04-12 03:30:18.301 | [520637 Async ks-demo-admin:550690]: Signaled 2022-04-12 03:30:18.320 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:18.320 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:18.320 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:18.320 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:18.320 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:18.320 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:18.320 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:18.320 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a9a4cec1ab794881ad69f00a59732349 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:18.321 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:18.321 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:18.321 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:18.321 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:18.321 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user a9a4cec1ab794881ad69f00a59732349 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a9a4cec1ab794881ad69f00a59732349 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:18.321 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:18.321 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:18.321 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:18.321 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:18.321 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:18.321 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:18.321 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:18.321 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | a9a4cec1ab794881ad69f00a59732349 | | 5c59860a9fbc40aa97321db3ea9ee520 | | | False |' 2022-04-12 03:30:18.321 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:18.322 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:18.322 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:18.322 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:18.322 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:18.608 | [520637 Async ks-demo-admin:550690]: finished get_or_add_user_project_role admin a9a4cec1ab794881ad69f00a59732349 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 17 seconds 2022-04-12 03:30:18.842 | [520637 Async ks-demo-another:550802]: Waiting for completion of get_or_add_user_project_role anotherrole 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 running on PID 550802 (15 other jobs running) 2022-04-12 03:30:18.977 | [520637 Async ks-demo-another:550802]: Signaling child to exit 2022-04-12 03:30:18.978 | WAKEUP 2022-04-12 03:30:19.115 | [520637 Async ks-demo-another:550802]: Signaled 2022-04-12 03:30:19.128 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:19.128 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:19.128 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:19.128 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:19.128 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:19.128 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:19.128 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:19.128 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:19.128 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:19.128 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:19.128 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:19.128 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:19.129 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:19.129 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:19.129 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:19.129 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:19.129 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:19.129 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:19.129 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:19.129 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.129 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.129 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:19.129 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:19.129 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:19.129 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:19.129 | ++ functions-common:get_field:818 : echo '| 4d6e4e94cdbc425e8ffb1b4c245915c9 | 8e5ff662e4bd4f1e9c9f87f157f66931 | | 5c59860a9fbc40aa97321db3ea9ee520 | | | False |' 2022-04-12 03:30:19.129 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.129 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:19.129 | + functions-common:get_or_add_user_project_role:997 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:19.129 | 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:19.256 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:19.361 | [552712 Async ks-system-reader:552712]: finished successfully 2022-04-12 03:30:19.365 | [520637 Async ks-demo-another:550802]: finished get_or_add_user_project_role anotherrole 8e5ff662e4bd4f1e9c9f87f157f66931 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 16 seconds 2022-04-12 03:30:19.562 | [520637 Async ks-demo-invis:550914]: Waiting for completion of get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 b45d4f8d630341e4ad028a956f063d45 running on PID 550914 (14 other jobs running) 2022-04-12 03:30:19.597 | [520637 Async ks-demo-invis:550914]: Signaling child to exit 2022-04-12 03:30:19.598 | WAKEUP 2022-04-12 03:30:19.648 | [520637 Async ks-demo-invis:550914]: Signaled 2022-04-12 03:30:19.650 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:19.650 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:19.650 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:19.650 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:19.650 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:19.650 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:19.650 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:19.650 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:19.650 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:19.650 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:19.650 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:19.650 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.650 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:30:19.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.650 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.650 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.650 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:19.650 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:19.650 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:19.650 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:30:19.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.650 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.651 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.651 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:19.651 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:19.651 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8e5ff662e4bd4f1e9c9f87f157f66931 --project b45d4f8d630341e4ad028a956f063d45 2022-04-12 03:30:19.651 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:19.651 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.651 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:19.651 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:19.651 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:19.651 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:19.651 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:19.651 | ++ functions-common:get_field:818 : echo '| 134afbbcea5e46c1aaa5c4e1bb3e94b2 | 8e5ff662e4bd4f1e9c9f87f157f66931 | | b45d4f8d630341e4ad028a956f063d45 | | | False |' 2022-04-12 03:30:19.651 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:19.651 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:19.651 | + functions-common:get_or_add_user_project_role:995 : user_role_id=134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:19.651 | + functions-common:get_or_add_user_project_role:997 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:19.651 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:19.725 | [520637 Async ks-demo-invis:550914]: finished get_or_add_user_project_role member 8e5ff662e4bd4f1e9c9f87f157f66931 b45d4f8d630341e4ad028a956f063d45 with result 0 in 17 seconds 2022-04-12 03:30:19.922 | [520637 Async ks-demo-reader:551114]: Waiting for completion of get_or_add_user_project_role reader d31acb2ab11f49a1a60b4d4d9e82f08e 5c59860a9fbc40aa97321db3ea9ee520 running on PID 551114 (13 other jobs running) 2022-04-12 03:30:19.971 | [520637 Async ks-demo-reader:551114]: Signaling child to exit 2022-04-12 03:30:19.971 | WAKEUP 2022-04-12 03:30:20.012 | [520637 Async ks-demo-reader:551114]: Signaled 2022-04-12 03:30:20.014 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:20.014 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:20.014 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:20.014 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:20.014 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:20.014 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:20.014 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:20.014 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:20.014 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.014 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d31acb2ab11f49a1a60b4d4d9e82f08e --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:20.014 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:20.014 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.014 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.014 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.014 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.014 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.014 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.014 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.014 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:20.014 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:20.014 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user d31acb2ab11f49a1a60b4d4d9e82f08e --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:20.014 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.014 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.014 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.014 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.015 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:20.015 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.015 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.015 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.015 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d31acb2ab11f49a1a60b4d4d9e82f08e --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:20.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.015 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.015 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.015 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.015 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.015 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:20.015 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:20.015 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:20.015 | ++ functions-common:get_field:818 : echo '| c9e9ec29033d4049b8cf8315b0cff72d | d31acb2ab11f49a1a60b4d4d9e82f08e | | 5c59860a9fbc40aa97321db3ea9ee520 | | | False |' 2022-04-12 03:30:20.015 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.015 | + functions-common:get_or_add_user_project_role:995 : user_role_id=c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:20.015 | + functions-common:get_or_add_user_project_role:997 : echo c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:20.015 | c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:20.081 | [520637 Async ks-demo-reader:551114]: finished get_or_add_user_project_role reader d31acb2ab11f49a1a60b4d4d9e82f08e 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 16 seconds 2022-04-12 03:30:20.087 | + inc/async:async_wait:197 : return 0 2022-04-12 03:30:20.091 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-04-12 03:30:20.169 | [520637 Async ks-alt-admin:551474]: Waiting for completion of get_or_add_user_project_role admin a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 running on PID 551474 (12 other jobs running) 2022-04-12 03:30:20.211 | [520637 Async ks-alt-admin:551474]: Signaling child to exit 2022-04-12 03:30:20.212 | WAKEUP 2022-04-12 03:30:20.252 | [520637 Async ks-alt-admin:551474]: Signaled 2022-04-12 03:30:20.253 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:20.253 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:20.253 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:20.253 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:20.253 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:20.253 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:20.253 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:20.253 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:20.253 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.253 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:20.253 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.253 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.253 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.253 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.254 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.254 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.254 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:20.254 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:20.254 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.254 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.254 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.254 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.254 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:20.254 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.254 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.254 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.254 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.254 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.254 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.254 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:20.254 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:20.254 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | a3f8864ad70a4799bc55c213554f6e03 | | ccecf6d20aa149cea8f890e0f5313c44 | | | False |' 2022-04-12 03:30:20.254 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:20.254 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.254 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:20.254 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:20.254 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:30:20.311 | [520637 Async ks-alt-admin:551474]: finished get_or_add_user_project_role admin a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 15 seconds 2022-04-12 03:30:20.488 | [520637 Async ks-alt-another:551586]: Waiting for completion of get_or_add_user_project_role anotherrole a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 running on PID 551586 (11 other jobs running) 2022-04-12 03:30:20.634 | [520637 Async ks-alt-another:551586]: Signaling child to exit 2022-04-12 03:30:20.636 | WAKEUP 2022-04-12 03:30:20.777 | [520637 Async ks-alt-another:551586]: Signaled 2022-04-12 03:30:20.796 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:20.796 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:20.796 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:20.796 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:20.796 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:20.796 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:20.796 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:20.796 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:20.796 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.796 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:20.796 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.796 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.796 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.796 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.796 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.797 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.797 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:20.797 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:20.797 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.797 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.797 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.797 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:20.797 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a3f8864ad70a4799bc55c213554f6e03 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:20.797 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:20.797 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:20.797 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.797 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:20.797 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:20.797 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:20.797 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:20.797 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:20.797 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:20.797 | ++ functions-common:get_field:818 : echo '| 4d6e4e94cdbc425e8ffb1b4c245915c9 | a3f8864ad70a4799bc55c213554f6e03 | | ccecf6d20aa149cea8f890e0f5313c44 | | | False |' 2022-04-12 03:30:20.797 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:20.797 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:20.797 | + functions-common:get_or_add_user_project_role:997 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:20.797 | 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:30:21.054 | [520637 Async ks-alt-another:551586]: finished get_or_add_user_project_role anotherrole a3f8864ad70a4799bc55c213554f6e03 ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 15 seconds 2022-04-12 03:30:21.274 | [520637 Async ks-alt-member-user:551970]: Waiting for completion of get_or_add_user_project_role member d2f8bf1ee4ae42e0b13254408a525a32 ccecf6d20aa149cea8f890e0f5313c44 running on PID 551970 (10 other jobs running) 2022-04-12 03:30:21.411 | [520637 Async ks-alt-member-user:551970]: Signaling child to exit 2022-04-12 03:30:21.413 | WAKEUP 2022-04-12 03:30:21.518 | [520637 Async ks-alt-member-user:551970]: Signaled 2022-04-12 03:30:21.532 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:21.532 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:21.532 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:21.532 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:21.532 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:21.532 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:21.532 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:21.532 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:21.532 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d2f8bf1ee4ae42e0b13254408a525a32 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:21.532 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:21.532 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:21.532 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:21.532 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:21.532 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.532 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.532 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.533 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.533 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:21.533 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:21.533 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:21.533 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user d2f8bf1ee4ae42e0b13254408a525a32 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:21.533 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.533 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.533 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.533 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.533 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:21.533 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:21.533 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d2f8bf1ee4ae42e0b13254408a525a32 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:21.533 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:21.533 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:21.533 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.533 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.533 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:21.533 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:21.533 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:21.533 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:21.533 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:21.533 | ++ functions-common:get_field:818 : echo '| 134afbbcea5e46c1aaa5c4e1bb3e94b2 | d2f8bf1ee4ae42e0b13254408a525a32 | | ccecf6d20aa149cea8f890e0f5313c44 | | | False |' 2022-04-12 03:30:21.533 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:21.533 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:21.533 | + functions-common:get_or_add_user_project_role:995 : user_role_id=134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:21.533 | + functions-common:get_or_add_user_project_role:997 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:21.533 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:21.848 | [520637 Async ks-alt-member-user:551970]: finished get_or_add_user_project_role member d2f8bf1ee4ae42e0b13254408a525a32 ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 13 seconds 2022-04-12 03:30:22.103 | [520637 Async ks-alt-reader-user:552194]: Waiting for completion of get_or_add_user_project_role reader 6731db287bdf4866b7c762dbea9cf1a4 ccecf6d20aa149cea8f890e0f5313c44 running on PID 552194 (9 other jobs running) 2022-04-12 03:30:22.254 | [520637 Async ks-alt-reader-user:552194]: Signaling child to exit 2022-04-12 03:30:22.254 | WAKEUP 2022-04-12 03:30:22.407 | [520637 Async ks-alt-reader-user:552194]: Signaled 2022-04-12 03:30:22.420 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:30:22.421 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:22.421 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:22.421 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:22.421 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:22.421 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:22.421 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:30:22.421 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:22.421 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6731db287bdf4866b7c762dbea9cf1a4 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:22.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.421 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.421 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.421 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.421 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:22.421 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:30:22.421 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:30:22.421 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 6731db287bdf4866b7c762dbea9cf1a4 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:22.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.421 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.421 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.421 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:30:22.421 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6731db287bdf4866b7c762dbea9cf1a4 --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:22.421 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:30:22.421 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:22.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.422 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:22.422 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:22.422 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:22.422 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:30:22.422 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:30:22.422 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:30:22.422 | ++ functions-common:get_field:818 : echo '| c9e9ec29033d4049b8cf8315b0cff72d | 6731db287bdf4866b7c762dbea9cf1a4 | | ccecf6d20aa149cea8f890e0f5313c44 | | | False |' 2022-04-12 03:30:22.422 | ++ functions-common:get_field:812 : read data 2022-04-12 03:30:22.422 | + functions-common:get_or_add_user_project_role:995 : user_role_id=c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:22.422 | + functions-common:get_or_add_user_project_role:997 : echo c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:22.422 | c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:22.714 | [520637 Async ks-alt-reader-user:552194]: finished get_or_add_user_project_role reader 6731db287bdf4866b7c762dbea9cf1a4 ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 13 seconds 2022-04-12 03:30:22.753 | + inc/async:async_wait:197 : return 0 2022-04-12 03:30:22.785 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-04-12 03:30:23.127 | [520637 Async ks-system-member:552420]: Waiting for completion of get_or_add_user_system_role member 507a37e22e2c4b638a980ad56b112f17 all running on PID 552420 (8 other jobs running) 2022-04-12 03:30:23.251 | [520637 Async ks-system-member:552420]: Signaling child to exit 2022-04-12 03:30:23.252 | WAKEUP 2022-04-12 03:30:23.382 | [520637 Async ks-system-member:552420]: Signaled 2022-04-12 03:30:23.396 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-04-12 03:30:23.396 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-04-12 03:30:23.397 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-04-12 03:30:23.397 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:23.397 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:23.397 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:23.397 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:23.397 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-04-12 03:30:23.397 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 507a37e22e2c4b638a980ad56b112f17 --system all -f value -c Role 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 507a37e22e2c4b638a980ad56b112f17 --system all 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 507a37e22e2c4b638a980ad56b112f17 --system all -f value -c Role 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:23.397 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:23.397 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:23.397 | + functions-common:get_or_add_user_system_role:1052 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:23.397 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 2022-04-12 03:30:23.669 | [520637 Async ks-system-member:552420]: finished get_or_add_user_system_role member 507a37e22e2c4b638a980ad56b112f17 all with result 0 in 11 seconds 2022-04-12 03:30:23.884 | [520637 Async ks-system-reader:552712]: Waiting for completion of get_or_add_user_system_role reader ca5e946c239444d3941e28e9a49dc31c all running on PID 552712 (7 other jobs running) 2022-04-12 03:30:24.034 | [520637 Async ks-system-reader:552712]: Signaling child to exit 2022-04-12 03:30:24.035 | WAKEUP 2022-04-12 03:30:24.177 | [520637 Async ks-system-reader:552712]: Signaled 2022-04-12 03:30:24.191 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-04-12 03:30:24.191 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-04-12 03:30:24.191 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-04-12 03:30:24.191 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:30:24.191 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:30:24.191 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:30:24.192 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:30:24.192 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:30:24.192 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-04-12 03:30:24.192 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ca5e946c239444d3941e28e9a49dc31c --system all -f value -c Role 2022-04-12 03:30:24.192 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.192 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.192 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.192 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.192 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:24.192 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-04-12 03:30:24.192 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-04-12 03:30:24.192 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user ca5e946c239444d3941e28e9a49dc31c --system all 2022-04-12 03:30:24.192 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.192 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.192 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.192 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.192 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ca5e946c239444d3941e28e9a49dc31c --system all -f value -c Role 2022-04-12 03:30:24.192 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.192 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.193 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:24.193 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:24.193 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:24.193 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:24.193 | + functions-common:get_or_add_user_system_role:1052 : echo c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:24.193 | c9e9ec29033d4049b8cf8315b0cff72d 2022-04-12 03:30:24.471 | [520637 Async ks-system-reader:552712]: finished get_or_add_user_system_role reader ca5e946c239444d3941e28e9a49dc31c all with result 0 in 10 seconds 2022-04-12 03:30:24.498 | + inc/async:async_wait:197 : return 0 2022-04-12 03:30:24.519 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-04-12 03:30:24.874 | [520637 Async ks-group-memberdemo:553092]: Waiting for completion of get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 running on PID 553092 (6 other jobs running) 2022-04-12 03:30:24.999 | [520637 Async ks-group-memberdemo:553092]: Signaling child to exit 2022-04-12 03:30:29.188 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:29.201 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:29.258 | [553283 Async ks-group-memberalt:553283]: finished successfully 2022-04-12 03:30:29.272 | [553092 Async ks-group-memberdemo:553092]: finished successfully 2022-04-12 03:30:29.304 | WAKEUP 2022-04-12 03:30:29.350 | [520637 Async ks-group-memberdemo:553092]: Signaled 2022-04-12 03:30:29.352 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-04-12 03:30:29.352 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 -f value 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:29.352 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-04-12 03:30:29.352 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-04-12 03:30:29.352 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 -f value 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:29.352 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:29.352 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:29.353 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False' 2022-04-12 03:30:29.353 | + functions-common:get_or_add_group_project_role:1076 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False 2022-04-12 03:30:29.353 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False 2022-04-12 03:30:29.413 | [520637 Async ks-group-memberdemo:553092]: finished get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 14 seconds 2022-04-12 03:30:29.469 | [520637 Async ks-group-anotherdemo:553178]: Waiting for completion of get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 running on PID 553178 (5 other jobs running) 2022-04-12 03:30:29.520 | [520637 Async ks-group-anotherdemo:553178]: Signaling child to exit 2022-04-12 03:30:30.012 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:30.041 | [553178 Async ks-group-anotherdemo:553178]: finished successfully 2022-04-12 03:30:30.063 | WAKEUP 2022-04-12 03:30:30.090 | [520637 Async ks-group-anotherdemo:553178]: Signaled 2022-04-12 03:30:30.091 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-04-12 03:30:30.091 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 -f value 2022-04-12 03:30:30.091 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.091 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.091 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.091 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.091 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.091 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-04-12 03:30:30.091 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-04-12 03:30:30.091 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 2022-04-12 03:30:30.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.092 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.092 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.092 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project 5c59860a9fbc40aa97321db3ea9ee520 -f value 2022-04-12 03:30:30.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.092 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.092 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.092 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.092 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False' 2022-04-12 03:30:30.092 | + functions-common:get_or_add_group_project_role:1076 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False 2022-04-12 03:30:30.092 | 4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 False 2022-04-12 03:30:30.148 | [520637 Async ks-group-anotherdemo:553178]: finished get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de 5c59860a9fbc40aa97321db3ea9ee520 with result 0 in 14 seconds 2022-04-12 03:30:30.189 | [520637 Async ks-group-memberalt:553283]: Waiting for completion of get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 running on PID 553283 (4 other jobs running) 2022-04-12 03:30:30.222 | [520637 Async ks-group-memberalt:553283]: Signaling child to exit 2022-04-12 03:30:30.223 | WAKEUP 2022-04-12 03:30:30.248 | [520637 Async ks-group-memberalt:553283]: Signaled 2022-04-12 03:30:30.249 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-04-12 03:30:30.249 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 -f value 2022-04-12 03:30:30.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.249 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.249 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.249 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.249 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-04-12 03:30:30.249 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-04-12 03:30:30.249 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:30.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.249 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.249 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.249 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 -f value 2022-04-12 03:30:30.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.250 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.250 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.250 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.250 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False' 2022-04-12 03:30:30.250 | + functions-common:get_or_add_group_project_role:1076 : echo 134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False 2022-04-12 03:30:30.250 | 134afbbcea5e46c1aaa5c4e1bb3e94b2 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False 2022-04-12 03:30:30.302 | [520637 Async ks-group-memberalt:553283]: finished get_or_add_group_project_role member f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 13 seconds 2022-04-12 03:30:30.350 | [520637 Async ks-group-anotheralt:553370]: Waiting for completion of get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 running on PID 553370 (3 other jobs running) 2022-04-12 03:30:30.380 | [520637 Async ks-group-anotheralt:553370]: Signaling child to exit 2022-04-12 03:30:30.695 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:30.721 | [553370 Async ks-group-anotheralt:553370]: finished successfully 2022-04-12 03:30:30.743 | WAKEUP 2022-04-12 03:30:30.767 | [520637 Async ks-group-anotheralt:553370]: Signaled 2022-04-12 03:30:30.768 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-04-12 03:30:30.768 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 -f value 2022-04-12 03:30:30.768 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.768 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.768 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.768 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.768 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.768 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-04-12 03:30:30.768 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-04-12 03:30:30.769 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 2022-04-12 03:30:30.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.769 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.769 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.769 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group f1ea351672364e63a3ad1988f4baf7de --project ccecf6d20aa149cea8f890e0f5313c44 -f value 2022-04-12 03:30:30.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.769 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:30.769 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:30.769 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:30.769 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False' 2022-04-12 03:30:30.769 | + functions-common:get_or_add_group_project_role:1076 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False 2022-04-12 03:30:30.769 | 4d6e4e94cdbc425e8ffb1b4c245915c9 f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 False 2022-04-12 03:30:30.814 | [520637 Async ks-group-anotheralt:553370]: finished get_or_add_group_project_role anotherrole f1ea351672364e63a3ad1988f4baf7de ccecf6d20aa149cea8f890e0f5313c44 with result 0 in 15 seconds 2022-04-12 03:30:30.853 | [520637 Async ks-group-admin:553459]: Waiting for completion of get_or_add_group_project_role admin 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 running on PID 553459 (2 other jobs running) 2022-04-12 03:30:30.879 | [520637 Async ks-group-admin:553459]: Signaling child to exit 2022-04-12 03:30:31.197 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:30:31.222 | [553459 Async ks-group-admin:553459]: finished successfully 2022-04-12 03:30:31.242 | WAKEUP 2022-04-12 03:30:31.264 | [520637 Async ks-group-admin:553459]: Signaled 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-04-12 03:30:31.266 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 919adb3fdc6c4a90af7ec4233e2bc681 --project d42d9e6c91c043bb95a9e29a1d0e4557 -f value 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 919adb3fdc6c4a90af7ec4233e2bc681 --project d42d9e6c91c043bb95a9e29a1d0e4557 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 919adb3fdc6c4a90af7ec4233e2bc681 --project d42d9e6c91c043bb95a9e29a1d0e4557 -f value 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:30:31.266 | from cryptography.utils import int_from_bytes 2022-04-12 03:30:31.266 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='503407371e874b6e9c94f96a141696f9 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 False' 2022-04-12 03:30:31.266 | + functions-common:get_or_add_group_project_role:1076 : echo 503407371e874b6e9c94f96a141696f9 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 False 2022-04-12 03:30:31.266 | 503407371e874b6e9c94f96a141696f9 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 False 2022-04-12 03:30:31.311 | [520637 Async ks-group-admin:553459]: finished get_or_add_group_project_role admin 919adb3fdc6c4a90af7ec4233e2bc681 d42d9e6c91c043bb95a9e29a1d0e4557 with result 0 in 14 seconds 2022-04-12 03:30:31.315 | + inc/async:async_wait:197 : return 0 2022-04-12 03:30:31.317 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-04-12 03:30:31.334 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:30:31.337 | + ./stack.sh:main:1104 : is_service_enabled nova 2022-04-12 03:30:31.355 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:30:31.358 | + ./stack.sh:main:1105 : async_runfunc create_nova_accounts 2022-04-12 03:30:31.360 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-04-12 03:30:31.419 | + inc/async:async_inner:63 : create_nova_accounts 2022-04-12 03:30:31.458 | [520637 Async create_nova_accounts:555424]: running: create_nova_accounts 2022-04-12 03:30:31.460 | + ./stack.sh:main:1107 : is_service_enabled glance 2022-04-12 03:30:31.479 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:30:31.481 | + ./stack.sh:main:1108 : async_runfunc create_glance_accounts 2022-04-12 03:30:31.484 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-04-12 03:30:31.543 | + inc/async:async_inner:63 : create_glance_accounts 2022-04-12 03:30:31.584 | [520637 Async create_glance_accounts:555539]: running: create_glance_accounts 2022-04-12 03:30:31.588 | + ./stack.sh:main:1110 : is_service_enabled cinder 2022-04-12 03:30:31.609 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:30:31.611 | + ./stack.sh:main:1111 : async_runfunc create_cinder_accounts 2022-04-12 03:30:31.617 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-04-12 03:30:31.685 | + inc/async:async_inner:63 : create_cinder_accounts 2022-04-12 03:30:31.731 | [520637 Async create_cinder_accounts:555669]: running: create_cinder_accounts 2022-04-12 03:30:31.734 | + ./stack.sh:main:1113 : is_service_enabled neutron 2022-04-12 03:30:31.756 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:30:31.758 | + ./stack.sh:main:1114 : async_runfunc create_neutron_accounts 2022-04-12 03:30:31.761 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-04-12 03:30:31.832 | + inc/async:async_inner:63 : create_neutron_accounts 2022-04-12 03:30:31.919 | [520637 Async create_neutron_accounts:555784]: running: create_neutron_accounts 2022-04-12 03:30:31.926 | + ./stack.sh:main:1116 : is_service_enabled swift 2022-04-12 03:30:31.955 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:30:31.958 | + ./stack.sh:main:1117 : async_runfunc create_swift_accounts 2022-04-12 03:30:31.963 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-04-12 03:30:32.229 | + inc/async:async_inner:63 : create_swift_accounts 2022-04-12 03:30:32.491 | [520637 Async create_swift_accounts:555925]: running: create_swift_accounts 2022-04-12 03:30:32.511 | + ./stack.sh:main:1125 : is_service_enabled horizon 2022-04-12 03:30:32.637 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:30:32.657 | + ./stack.sh:main:1130 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-04-12 03:30:33.004 | [520637 Async create_nova_accounts:555424]: Waiting for completion of create_nova_accounts running on PID 555424 (6 other jobs running) 2022-04-12 03:30:33.173 | [520637 Async create_nova_accounts:555424]: Signaling child to exit 2022-04-12 03:31:12.936 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:31:13.041 | [555784 Async create_neutron_accounts:555784]: finished successfully 2022-04-12 03:31:31.361 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:31:31.403 | [555669 Async create_cinder_accounts:555669]: finished successfully 2022-04-12 03:31:47.198 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:31:47.231 | [555539 Async create_glance_accounts:555539]: finished successfully 2022-04-12 03:31:48.869 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:31:48.894 | [555424 Async create_nova_accounts:555424]: finished successfully 2022-04-12 03:31:48.914 | WAKEUP 2022-04-12 03:31:48.938 | [520637 Async create_nova_accounts:555424]: Signaled 2022-04-12 03:31:48.939 | + 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-04-12 03:31:48.939 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-04-12 03:31:48.939 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-04-12 03:31:48.939 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:48.939 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:48.939 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:48.939 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:31:48.939 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.939 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.940 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.940 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.940 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.940 | + functions-common:get_or_create_user:925 : user_id=51c9e4a4a7c74efc83c064fa1555205a 2022-04-12 03:31:48.940 | + functions-common:get_or_create_user:926 : echo 51c9e4a4a7c74efc83c064fa1555205a 2022-04-12 03:31:48.940 | 51c9e4a4a7c74efc83c064fa1555205a 2022-04-12 03:31:48.940 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-04-12 03:31:48.940 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:48.940 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:48.940 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:48.940 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:48.940 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:48.940 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.940 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.940 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.940 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.940 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.940 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.940 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.940 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.940 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.940 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:48.940 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:48.940 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.940 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.941 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.941 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.941 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.941 | ++ 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-04-12 03:31:48.941 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.941 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:48.941 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.941 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.941 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.941 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.941 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.941 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.941 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.941 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:48.941 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:48.941 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | 51c9e4a4a7c74efc83c064fa1555205a | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:48.941 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:48.941 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.941 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:48.941 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:48.941 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:48.941 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-04-12 03:31:48.941 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-04-12 03:31:48.941 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:48.941 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:48.941 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:48.941 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:48.941 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:48.941 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:48.941 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:48.942 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:48.942 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:48.942 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:48.942 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.942 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.942 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:48.942 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.942 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.942 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:48.942 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:48.942 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | ++ 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-04-12 03:31:48.942 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:48.942 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.942 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.942 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.942 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.942 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.943 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:48.943 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:48.943 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | 51c9e4a4a7c74efc83c064fa1555205a | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:48.943 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:48.943 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.943 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:31:48.943 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:31:48.943 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:31:48.943 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-04-12 03:31:48.943 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-04-12 03:31:48.943 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.39/compute 2022-04-12 03:31:48.943 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-04-12 03:31:48.943 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:48.943 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-04-12 03:31:48.943 | ++ functions-common:get_or_create_service:1097 : 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-04-12 03:31:48.943 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.943 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.943 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.943 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.943 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.943 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:48.943 | 2b31a3852d914c99ba974caf4080f055' 2022-04-12 03:31:48.943 | + functions-common:get_or_create_service:1094 : echo 2b31a3852d914c99ba974caf4080f055 2022-04-12 03:31:48.943 | 2b31a3852d914c99ba974caf4080f055 2022-04-12 03:31:48.943 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.39/compute/v2/$(project_id)s' 2022-04-12 03:31:48.943 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:48.943 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.39/compute/v2/$(project_id)s' RegionOne 2022-04-12 03:31:48.943 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:48.943 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:48.943 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.944 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:48.944 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:48.944 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.39/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-04-12 03:31:48.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.944 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=ad39f2950c4e44e49a05f893e8e739cf 2022-04-12 03:31:48.944 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo ad39f2950c4e44e49a05f893e8e739cf 2022-04-12 03:31:48.944 | + functions-common:get_or_create_endpoint:1127 : public_id=ad39f2950c4e44e49a05f893e8e739cf 2022-04-12 03:31:48.944 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:48.944 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:48.944 | + functions-common:get_or_create_endpoint:1136 : echo ad39f2950c4e44e49a05f893e8e739cf 2022-04-12 03:31:48.944 | ad39f2950c4e44e49a05f893e8e739cf 2022-04-12 03:31:48.944 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-04-12 03:31:48.944 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:48.944 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-04-12 03:31:48.944 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-04-12 03:31:48.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.944 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.944 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.944 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:48.944 | d3eaa575cd974e0bafed743cd2fa0c25' 2022-04-12 03:31:48.944 | + functions-common:get_or_create_service:1094 : echo d3eaa575cd974e0bafed743cd2fa0c25 2022-04-12 03:31:48.945 | d3eaa575cd974e0bafed743cd2fa0c25 2022-04-12 03:31:48.945 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.39/compute/v2.1 2022-04-12 03:31:48.945 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:48.945 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.39/compute/v2.1 RegionOne 2022-04-12 03:31:48.945 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:48.945 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:48.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.945 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.945 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.945 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.945 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:48.945 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:48.945 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.39/compute/v2.1 --region RegionOne -f value -c id 2022-04-12 03:31:48.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.945 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.945 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.945 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.945 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=8ccd3a0eb5944d2299c8dc630427985e 2022-04-12 03:31:48.945 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 8ccd3a0eb5944d2299c8dc630427985e 2022-04-12 03:31:48.945 | + functions-common:get_or_create_endpoint:1127 : public_id=8ccd3a0eb5944d2299c8dc630427985e 2022-04-12 03:31:48.945 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:48.945 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:48.945 | + functions-common:get_or_create_endpoint:1136 : echo 8ccd3a0eb5944d2299c8dc630427985e 2022-04-12 03:31:48.945 | 8ccd3a0eb5944d2299c8dc630427985e 2022-04-12 03:31:48.945 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-04-12 03:31:48.945 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:31:48.945 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-04-12 03:31:48.945 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:31:48.945 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-04-12 03:31:48.945 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:48.946 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:48.946 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.946 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.946 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.946 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.946 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.946 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.946 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:48.946 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:48.946 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-04-12 03:31:48.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.946 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.946 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:48.946 | ++ 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-04-12 03:31:48.946 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:48.946 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:48.946 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.947 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:48.947 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:48.947 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:48.947 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:48.947 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:48.947 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:48.947 | ++ functions-common:get_field:818 : echo '| 982f7515f6ed4e5193310deb2733ac14 | 51c9e4a4a7c74efc83c064fa1555205a | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:48.947 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:48.947 | + functions-common:get_or_add_user_project_role:995 : user_role_id=982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:48.947 | + functions-common:get_or_add_user_project_role:997 : echo 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:48.947 | 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:48.947 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-04-12 03:31:48.947 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:31:48.947 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-04-12 03:31:48.947 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:31:48.947 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-04-12 03:31:48.986 | [520637 Async create_nova_accounts:555424]: finished create_nova_accounts with result 0 in 77 seconds 2022-04-12 03:31:49.023 | [520637 Async create_glance_accounts:555539]: Waiting for completion of create_glance_accounts running on PID 555539 (5 other jobs running) 2022-04-12 03:31:49.048 | [520637 Async create_glance_accounts:555539]: Signaling child to exit 2022-04-12 03:31:49.048 | WAKEUP 2022-04-12 03:31:49.071 | [520637 Async create_glance_accounts:555539]: Signaled 2022-04-12 03:31:49.072 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-04-12 03:31:49.072 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:31:49.072 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-04-12 03:31:49.072 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-04-12 03:31:49.072 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:49.072 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:49.072 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:49.072 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:31:49.073 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.073 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.073 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.073 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.073 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.073 | + functions-common:get_or_create_user:925 : user_id=4f0da5da9c16471095902e755ac90aab 2022-04-12 03:31:49.073 | + functions-common:get_or_create_user:926 : echo 4f0da5da9c16471095902e755ac90aab 2022-04-12 03:31:49.073 | 4f0da5da9c16471095902e755ac90aab 2022-04-12 03:31:49.073 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-04-12 03:31:49.073 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:49.073 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:49.073 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:49.073 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:49.073 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:49.073 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.073 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.073 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.073 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.073 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.073 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.073 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.073 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.073 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.073 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:49.073 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:49.074 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.074 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.074 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.074 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.074 | ++ 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-04-12 03:31:49.074 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:49.074 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.074 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.074 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.074 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.074 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.074 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:49.074 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:49.074 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:49.074 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | 4f0da5da9c16471095902e755ac90aab | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:49.074 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.074 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.074 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.074 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.074 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-04-12 03:31:49.074 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-04-12 03:31:49.074 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:31:49.074 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-04-12 03:31:49.074 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-04-12 03:31:49.074 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:49.074 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:49.074 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:49.074 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:31:49.075 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.075 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.075 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.075 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.075 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.075 | + functions-common:get_or_create_user:925 : user_id=20050d076e724de2955cd9935c65cf41 2022-04-12 03:31:49.075 | + functions-common:get_or_create_user:926 : echo 20050d076e724de2955cd9935c65cf41 2022-04-12 03:31:49.075 | 20050d076e724de2955cd9935c65cf41 2022-04-12 03:31:49.075 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-04-12 03:31:49.075 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:49.075 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:49.075 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:49.075 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:49.075 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:49.075 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.075 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.075 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.075 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.075 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.075 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.075 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.075 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.076 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.076 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.076 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.076 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.076 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.076 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:49.076 | ++ 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-04-12 03:31:49.076 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.076 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.076 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.076 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.076 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.076 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.076 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.076 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.076 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:49.076 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:49.076 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | 20050d076e724de2955cd9935c65cf41 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:49.076 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:49.076 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.076 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.076 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-04-12 03:31:49.076 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-04-12 03:31:49.076 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:49.076 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:49.076 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:49.076 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:49.077 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:49.077 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:49.077 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:49.077 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:49.077 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:49.077 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:49.077 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.077 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:49.077 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.077 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.077 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.077 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.077 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.077 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.077 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:49.077 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:49.077 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.077 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.077 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.077 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:49.077 | ++ 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-04-12 03:31:49.077 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.077 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.077 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.077 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.077 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.078 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.078 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.078 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:49.078 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:49.078 | ++ functions-common:get_field:818 : echo '| 982f7515f6ed4e5193310deb2733ac14 | 20050d076e724de2955cd9935c65cf41 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:49.078 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:49.078 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.078 | + functions-common:get_or_add_user_project_role:995 : user_role_id=982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:49.078 | + functions-common:get_or_add_user_project_role:997 : echo 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:49.078 | 982f7515f6ed4e5193310deb2733ac14 2022-04-12 03:31:49.078 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-04-12 03:31:49.078 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:49.078 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-04-12 03:31:49.078 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-04-12 03:31:49.078 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.078 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.078 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.078 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.078 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.078 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:49.078 | 234dedb1150f4d688bd9ca90086246f3' 2022-04-12 03:31:49.078 | + functions-common:get_or_create_service:1094 : echo 234dedb1150f4d688bd9ca90086246f3 2022-04-12 03:31:49.078 | 234dedb1150f4d688bd9ca90086246f3 2022-04-12 03:31:49.078 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.39/image 2022-04-12 03:31:49.078 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:49.078 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.39/image RegionOne 2022-04-12 03:31:49.078 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:49.078 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:49.078 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.078 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.078 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.078 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.078 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:49.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:49.079 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.39/image --region RegionOne -f value -c id 2022-04-12 03:31:49.079 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.079 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.079 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.079 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.079 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=204e6738a5ac444281917b7ef806160d 2022-04-12 03:31:49.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 204e6738a5ac444281917b7ef806160d 2022-04-12 03:31:49.079 | + functions-common:get_or_create_endpoint:1127 : public_id=204e6738a5ac444281917b7ef806160d 2022-04-12 03:31:49.079 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:49.079 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:49.079 | + functions-common:get_or_create_endpoint:1136 : echo 204e6738a5ac444281917b7ef806160d 2022-04-12 03:31:49.079 | 204e6738a5ac444281917b7ef806160d 2022-04-12 03:31:49.079 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-04-12 03:31:49.079 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-04-12 03:31:49.079 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-04-12 03:31:49.079 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-04-12 03:31:49.079 | ++ functions-common:get_or_create_domain:888 : echo default 2022-04-12 03:31:49.079 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-04-12 03:31:49.079 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-04-12 03:31:49.079 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-04-12 03:31:49.079 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-04-12 03:31:49.118 | [520637 Async create_glance_accounts:555539]: finished create_glance_accounts with result 0 in 75 seconds 2022-04-12 03:31:49.156 | [520637 Async create_cinder_accounts:555669]: Waiting for completion of create_cinder_accounts running on PID 555669 (4 other jobs running) 2022-04-12 03:31:49.181 | [520637 Async create_cinder_accounts:555669]: Signaling child to exit 2022-04-12 03:31:49.181 | WAKEUP 2022-04-12 03:31:49.203 | [520637 Async create_cinder_accounts:555669]: Signaled 2022-04-12 03:31:49.205 | + 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-04-12 03:31:49.205 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-04-12 03:31:49.205 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-04-12 03:31:49.205 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:49.205 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:49.205 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:49.205 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:31:49.205 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.205 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.205 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.205 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.205 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.205 | + functions-common:get_or_create_user:925 : user_id=25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.205 | + functions-common:get_or_create_user:926 : echo 25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.205 | 25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.205 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-04-12 03:31:49.205 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:49.205 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:49.205 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:49.205 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:49.205 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:49.206 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:49.206 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:49.206 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:49.206 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:49.206 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:49.206 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.206 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.206 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:49.206 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.206 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.206 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:49.206 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:49.206 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | ++ 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-04-12 03:31:49.206 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.206 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:49.206 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.206 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.206 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.207 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:49.207 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:49.207 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | 25f80fd6af3544458be44201d6da0a43 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:49.207 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:49.207 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.207 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.207 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.207 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.207 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-04-12 03:31:49.207 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-04-12 03:31:49.207 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:49.207 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-04-12 03:31:49.207 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-04-12 03:31:49.207 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.207 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.208 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.208 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:49.208 | f0532e3f5a25469ca05ddac11c57dae7' 2022-04-12 03:31:49.208 | + functions-common:get_or_create_service:1094 : echo f0532e3f5a25469ca05ddac11c57dae7 2022-04-12 03:31:49.208 | f0532e3f5a25469ca05ddac11c57dae7 2022-04-12 03:31:49.208 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-04-12 03:31:49.208 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.39/volume/v3/$(project_id)s' 2022-04-12 03:31:49.208 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:49.208 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.39/volume/v3/$(project_id)s' RegionOne 2022-04-12 03:31:49.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:49.208 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:49.208 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.208 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.208 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:49.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:49.208 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.39/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-04-12 03:31:49.208 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.208 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.208 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.208 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=0ee23f8689114289b62cc6c8859b3d17 2022-04-12 03:31:49.208 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 0ee23f8689114289b62cc6c8859b3d17 2022-04-12 03:31:49.208 | + functions-common:get_or_create_endpoint:1127 : public_id=0ee23f8689114289b62cc6c8859b3d17 2022-04-12 03:31:49.208 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:49.208 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:49.209 | + functions-common:get_or_create_endpoint:1136 : echo 0ee23f8689114289b62cc6c8859b3d17 2022-04-12 03:31:49.209 | 0ee23f8689114289b62cc6c8859b3d17 2022-04-12 03:31:49.209 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-04-12 03:31:49.209 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:49.209 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-04-12 03:31:49.209 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.209 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.209 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:49.209 | 600085e54ce7413ca2de934e064c1ecf' 2022-04-12 03:31:49.209 | + functions-common:get_or_create_service:1094 : echo 600085e54ce7413ca2de934e064c1ecf 2022-04-12 03:31:49.209 | 600085e54ce7413ca2de934e064c1ecf 2022-04-12 03:31:49.209 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.39/volume/v3/$(project_id)s' 2022-04-12 03:31:49.209 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:49.209 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.39/volume/v3/$(project_id)s' RegionOne 2022-04-12 03:31:49.209 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:49.209 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.209 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.209 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:49.209 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:49.209 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.39/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.209 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.209 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.210 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.210 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=513f81bfbfbd4cabad343c6a715fb6df 2022-04-12 03:31:49.210 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 513f81bfbfbd4cabad343c6a715fb6df 2022-04-12 03:31:49.210 | + functions-common:get_or_create_endpoint:1127 : public_id=513f81bfbfbd4cabad343c6a715fb6df 2022-04-12 03:31:49.210 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:49.210 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:49.210 | + functions-common:get_or_create_endpoint:1136 : echo 513f81bfbfbd4cabad343c6a715fb6df 2022-04-12 03:31:49.210 | 513f81bfbfbd4cabad343c6a715fb6df 2022-04-12 03:31:49.210 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-04-12 03:31:49.210 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:31:49.210 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-04-12 03:31:49.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.210 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.210 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.210 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_project:938 : project_id=9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_project:939 : echo 9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:31:49.210 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 9ecebce857ea41eeb990dbed27fcff29 2022-04-12 03:31:49.210 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:49.210 | ++ functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:49.210 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-04-12 03:31:49.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.210 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.210 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.210 | No password was supplied, authentication will fail when a user does not have a password. 2022-04-12 03:31:49.210 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.211 | ++ functions-common:get_or_create_user:925 : user_id=25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.211 | ++ functions-common:get_or_create_user:926 : echo 25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.211 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 25f80fd6af3544458be44201d6da0a43 2022-04-12 03:31:49.251 | [520637 Async create_cinder_accounts:555669]: finished create_cinder_accounts with result 0 in 59 seconds 2022-04-12 03:31:49.255 | + inc/async:async_wait:197 : return 0 2022-04-12 03:31:49.258 | + ./stack.sh:main:1131 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-04-12 03:31:49.309 | [520637 Async create_neutron_accounts:555784]: Waiting for completion of create_neutron_accounts running on PID 555784 (3 other jobs running) 2022-04-12 03:31:49.334 | [520637 Async create_neutron_accounts:555784]: Signaling child to exit 2022-04-12 03:31:49.334 | WAKEUP 2022-04-12 03:31:49.358 | [520637 Async create_neutron_accounts:555784]: Signaled 2022-04-12 03:31:49.359 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-04-12 03:31:49.359 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-04-12 03:31:49.359 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:31:49.360 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:31:49.360 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-12 03:31:49.360 | + 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-04-12 03:31:49.360 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-04-12 03:31:49.360 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-04-12 03:31:49.360 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-04-12 03:31:49.360 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-04-12 03:31:49.360 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.39:9696/ 2022-04-12 03:31:49.360 | + lib/neutron-legacy:create_mutnauq_accounts:443 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-04-12 03:31:49.360 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-04-12 03:31:49.360 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-04-12 03:31:49.360 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:31:49.360 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:31:49.360 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:31:49.360 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:31:49.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.360 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.360 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.360 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.360 | + functions-common:get_or_create_user:925 : user_id=d495aa2ba9d94c928023661adef8ca95 2022-04-12 03:31:49.360 | + functions-common:get_or_create_user:926 : echo d495aa2ba9d94c928023661adef8ca95 2022-04-12 03:31:49.360 | d495aa2ba9d94c928023661adef8ca95 2022-04-12 03:31:49.360 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-04-12 03:31:49.360 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:31:49.360 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:31:49.360 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:31:49.360 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:31:49.360 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:31:49.360 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:31:49.361 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:31:49.361 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:31:49.361 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:31:49.361 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:31:49.361 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:31:49.361 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.361 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.361 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.361 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.361 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:31:49.361 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:31:49.361 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:31:49.361 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:31:49.361 | ++ 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-04-12 03:31:49.361 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:31:49.361 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.361 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.361 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.362 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:31:49.362 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:31:49.362 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:31:49.362 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | d495aa2ba9d94c928023661adef8ca95 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:31:49.362 | ++ functions-common:get_field:812 : read data 2022-04-12 03:31:49.362 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.362 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.362 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:31:49.362 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-04-12 03:31:49.362 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-04-12 03:31:49.362 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:31:49.362 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-04-12 03:31:49.362 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-04-12 03:31:49.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.362 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.362 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.362 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.362 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:31:49.362 | 763ff76025314398a89ae22d58e81d83' 2022-04-12 03:31:49.362 | + functions-common:get_or_create_service:1094 : echo 763ff76025314398a89ae22d58e81d83 2022-04-12 03:31:49.362 | 763ff76025314398a89ae22d58e81d83 2022-04-12 03:31:49.362 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.39:9696/ 2022-04-12 03:31:49.362 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:31:49.362 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.39:9696/ RegionOne 2022-04-12 03:31:49.362 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:31:49.362 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-04-12 03:31:49.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.362 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.363 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.363 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:31:49.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:31:49.363 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.39:9696/ --region RegionOne -f value -c id 2022-04-12 03:31:49.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.363 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:31:49.363 | from cryptography.utils import int_from_bytes 2022-04-12 03:31:49.363 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:31:49.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=a63afdbf293d454b96a24e8e4ff4f094 2022-04-12 03:31:49.363 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo a63afdbf293d454b96a24e8e4ff4f094 2022-04-12 03:31:49.363 | + functions-common:get_or_create_endpoint:1127 : public_id=a63afdbf293d454b96a24e8e4ff4f094 2022-04-12 03:31:49.363 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-04-12 03:31:49.363 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:31:49.363 | + functions-common:get_or_create_endpoint:1136 : echo a63afdbf293d454b96a24e8e4ff4f094 2022-04-12 03:31:49.363 | a63afdbf293d454b96a24e8e4ff4f094 2022-04-12 03:31:49.404 | [520637 Async create_neutron_accounts:555784]: finished create_neutron_accounts with result 0 in 41 seconds 2022-04-12 03:31:49.442 | [520637 Async create_swift_accounts:555925]: Waiting for completion of create_swift_accounts running on PID 555925 (2 other jobs running) 2022-04-12 03:31:49.467 | [520637 Async create_swift_accounts:555925]: Signaling child to exit 2022-04-12 03:32:40.533 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:32:40.559 | [555925 Async create_swift_accounts:555925]: finished successfully 2022-04-12 03:32:40.579 | WAKEUP 2022-04-12 03:32:40.602 | [520637 Async create_swift_accounts:555925]: Signaled 2022-04-12 03:32:40.603 | + lib/swift:create_swift_accounts:608 : export swiftusertest1_password=testing 2022-04-12 03:32:40.603 | + lib/swift:create_swift_accounts:608 : swiftusertest1_password=testing 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:609 : export swiftusertest2_password=testing2 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:609 : swiftusertest2_password=testing2 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:610 : export swiftusertest3_password=testing3 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:610 : swiftusertest3_password=testing3 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:611 : export swiftusertest4_password=testing4 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:611 : swiftusertest4_password=testing4 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:613 : local another_role 2022-04-12 03:32:40.604 | ++ lib/swift:create_swift_accounts:614 : get_or_create_role anotherrole 2022-04-12 03:32:40.604 | ++ functions-common:get_or_create_role:945 : local role_id 2022-04-12 03:32:40.604 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-04-12 03:32:40.604 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.604 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.604 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.604 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.604 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.604 | ++ functions-common:get_or_create_role:950 : role_id=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.604 | ++ functions-common:get_or_create_role:951 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:614 : another_role=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.604 | + lib/swift:create_swift_accounts:618 : create_service_user swift admin 2022-04-12 03:32:40.604 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-04-12 03:32:40.604 | + functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:32:40.604 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-04-12 03:32:40.604 | + functions-common:get_or_create_user:913 : local email= 2022-04-12 03:32:40.604 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-12 03:32:40.604 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.604 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.604 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.604 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.604 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.605 | + functions-common:get_or_create_user:925 : user_id=50f4687ec36d4e158425d3df0fd2cb25 2022-04-12 03:32:40.605 | + functions-common:get_or_create_user:926 : echo 50f4687ec36d4e158425d3df0fd2cb25 2022-04-12 03:32:40.605 | 50f4687ec36d4e158425d3df0fd2cb25 2022-04-12 03:32:40.605 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-04-12 03:32:40.605 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:32:40.605 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:32:40.605 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.605 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.605 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.605 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.605 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.605 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.605 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.605 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.605 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.605 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.605 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.605 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.605 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.605 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.605 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.605 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.606 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.606 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.606 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.606 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.606 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.606 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.606 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.606 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.606 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.606 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.606 | ++ functions-common:get_field:818 : echo '| b69a49698f0a4855b087eed57c82a8c1 | 50f4687ec36d4e158425d3df0fd2cb25 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:32:40.606 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.606 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.606 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:32:40.606 | + functions-common:get_or_add_user_project_role:997 : echo b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:32:40.606 | b69a49698f0a4855b087eed57c82a8c1 2022-04-12 03:32:40.606 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-04-12 03:32:40.606 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-04-12 03:32:40.606 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.606 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-04-12 03:32:40.606 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-04-12 03:32:40.606 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-04-12 03:32:40.606 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.606 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.606 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.606 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.607 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.607 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.607 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.607 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.607 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.607 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-04-12 03:32:40.607 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.607 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.607 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.607 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.607 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.607 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.607 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.607 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | 50f4687ec36d4e158425d3df0fd2cb25 | | 9ecebce857ea41eeb990dbed27fcff29 | | | False |' 2022-04-12 03:32:40.607 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.607 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.607 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.607 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.608 | + lib/swift:create_swift_accounts:620 : get_or_create_service swift object-store 'Swift Service' 2022-04-12 03:32:40.608 | + functions-common:get_or_create_service:1082 : local service_id 2022-04-12 03:32:40.608 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-04-12 03:32:40.608 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.608 | + functions-common:get_or_create_service:1093 : service_id=' 2022-04-12 03:32:40.608 | 1c48aa1ab0e441f9acf41daf58079662' 2022-04-12 03:32:40.608 | + functions-common:get_or_create_service:1094 : echo 1c48aa1ab0e441f9acf41daf58079662 2022-04-12 03:32:40.608 | 1c48aa1ab0e441f9acf41daf58079662 2022-04-12 03:32:40.608 | + lib/swift:create_swift_accounts:622 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' http://10.222.0.39:8080 2022-04-12 03:32:40.608 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-04-12 03:32:40.608 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' RegionOne 2022-04-12 03:32:40.608 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:32:40.608 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.608 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:32:40.608 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:32:40.608 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.608 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.608 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.609 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=1ae194b183ef49f793d2cd03c3f82d81 2022-04-12 03:32:40.609 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 1ae194b183ef49f793d2cd03c3f82d81 2022-04-12 03:32:40.609 | + functions-common:get_or_create_endpoint:1127 : public_id=1ae194b183ef49f793d2cd03c3f82d81 2022-04-12 03:32:40.609 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.39:8080 ]] 2022-04-12 03:32:40.609 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.39:8080 RegionOne 2022-04-12 03:32:40.609 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-04-12 03:32:40.609 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.609 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.609 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.609 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.609 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-04-12 03:32:40.609 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-04-12 03:32:40.609 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.39:8080 --region RegionOne -f value -c id 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.609 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.609 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.609 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.609 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=5f39b2a422774291b88b9bc8799c1378 2022-04-12 03:32:40.609 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 5f39b2a422774291b88b9bc8799c1378 2022-04-12 03:32:40.609 | 5f39b2a422774291b88b9bc8799c1378 2022-04-12 03:32:40.609 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-04-12 03:32:40.609 | + functions-common:get_or_create_endpoint:1136 : echo 1ae194b183ef49f793d2cd03c3f82d81 2022-04-12 03:32:40.609 | 1ae194b183ef49f793d2cd03c3f82d81 2022-04-12 03:32:40.609 | + lib/swift:create_swift_accounts:627 : local swift_project_test1 2022-04-12 03:32:40.609 | ++ lib/swift:create_swift_accounts:628 : get_or_create_project swiftprojecttest1 default 2022-04-12 03:32:40.609 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:32:40.609 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.609 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.609 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.610 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.610 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_project:938 : project_id=7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_project:939 : echo 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.610 | + lib/swift:create_swift_accounts:628 : swift_project_test1=7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.610 | + lib/swift:create_swift_accounts:629 : die_if_not_set 629 swift_project_test1 'Failure creating swift_project_test1' 2022-04-12 03:32:40.610 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.610 | ++ lib/swift:create_swift_accounts:631 : get_or_create_user swiftusertest1 testing default test@example.com 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-04-12 03:32:40.610 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-04-12 03:32:40.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.610 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.610 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.610 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_user:925 : user_id=5881822f1c6d43279bde8f6773e9078d 2022-04-12 03:32:40.610 | ++ functions-common:get_or_create_user:926 : echo 5881822f1c6d43279bde8f6773e9078d 2022-04-12 03:32:40.610 | + lib/swift:create_swift_accounts:631 : SWIFT_USER_TEST1=5881822f1c6d43279bde8f6773e9078d 2022-04-12 03:32:40.610 | + lib/swift:create_swift_accounts:632 : die_if_not_set 632 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-04-12 03:32:40.610 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.610 | + lib/swift:create_swift_accounts:633 : get_or_add_user_project_role admin 5881822f1c6d43279bde8f6773e9078d 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.610 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.610 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:32:40.610 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.610 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.610 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:32:40.610 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:32:40.610 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:32:40.610 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5881822f1c6d43279bde8f6773e9078d --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.611 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.611 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.611 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.611 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.611 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 5881822f1c6d43279bde8f6773e9078d --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5881822f1c6d43279bde8f6773e9078d --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.611 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.611 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.611 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.611 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.611 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.611 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.611 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.612 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.612 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | 5881822f1c6d43279bde8f6773e9078d | | 7b2509a988ee41abab5b72bd6c2d5bac | | | False |' 2022-04-12 03:32:40.612 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.612 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.612 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.612 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.612 | + lib/swift:create_swift_accounts:635 : local swift_user_test3 2022-04-12 03:32:40.612 | ++ lib/swift:create_swift_accounts:637 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-04-12 03:32:40.612 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:32:40.612 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-04-12 03:32:40.612 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-04-12 03:32:40.612 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-04-12 03:32:40.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.612 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.612 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.612 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.612 | ++ functions-common:get_or_create_user:925 : user_id=9df2c9b4ac0a40caa76955389ab250d5 2022-04-12 03:32:40.612 | ++ functions-common:get_or_create_user:926 : echo 9df2c9b4ac0a40caa76955389ab250d5 2022-04-12 03:32:40.612 | + lib/swift:create_swift_accounts:637 : swift_user_test3=9df2c9b4ac0a40caa76955389ab250d5 2022-04-12 03:32:40.612 | + lib/swift:create_swift_accounts:638 : die_if_not_set 638 swift_user_test3 'Failure creating swift_user_test3' 2022-04-12 03:32:40.612 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.612 | + lib/swift:create_swift_accounts:639 : get_or_add_user_project_role 4d6e4e94cdbc425e8ffb1b4c245915c9 9df2c9b4ac0a40caa76955389ab250d5 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.612 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.612 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:32:40.612 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.612 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.612 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:32:40.612 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:32:40.612 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:32:40.612 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:32:40.612 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role 4d6e4e94cdbc425e8ffb1b4c245915c9 --user 9df2c9b4ac0a40caa76955389ab250d5 --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.612 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.613 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.613 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.613 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.613 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.613 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.613 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add 4d6e4e94cdbc425e8ffb1b4c245915c9 --user 9df2c9b4ac0a40caa76955389ab250d5 --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role 4d6e4e94cdbc425e8ffb1b4c245915c9 --user 9df2c9b4ac0a40caa76955389ab250d5 --project 7b2509a988ee41abab5b72bd6c2d5bac 2022-04-12 03:32:40.613 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.613 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.613 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.613 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.613 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.613 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.613 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.613 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.613 | ++ functions-common:get_field:818 : echo '| 4d6e4e94cdbc425e8ffb1b4c245915c9 | 9df2c9b4ac0a40caa76955389ab250d5 | | 7b2509a988ee41abab5b72bd6c2d5bac | | | False |' 2022-04-12 03:32:40.613 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.613 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.613 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.614 | + functions-common:get_or_add_user_project_role:997 : echo 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.614 | 4d6e4e94cdbc425e8ffb1b4c245915c9 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:641 : local swift_project_test2 2022-04-12 03:32:40.614 | ++ lib/swift:create_swift_accounts:642 : get_or_create_project swiftprojecttest2 default 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:32:40.614 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-04-12 03:32:40.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.614 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.614 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.614 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_project:938 : project_id=7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_project:939 : echo 7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:642 : swift_project_test2=7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_project_test2 'Failure creating swift_project_test2' 2022-04-12 03:32:40.614 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:645 : local swift_user_test2 2022-04-12 03:32:40.614 | ++ lib/swift:create_swift_accounts:647 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-04-12 03:32:40.614 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-04-12 03:32:40.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.614 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.614 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.614 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_user:925 : user_id=b95deab6df444a299af6e27fc56c18c0 2022-04-12 03:32:40.614 | ++ functions-common:get_or_create_user:926 : echo b95deab6df444a299af6e27fc56c18c0 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:647 : swift_user_test2=b95deab6df444a299af6e27fc56c18c0 2022-04-12 03:32:40.614 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_user_test2 'Failure creating swift_user_test2' 2022-04-12 03:32:40.614 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.615 | + lib/swift:create_swift_accounts:649 : get_or_add_user_project_role admin b95deab6df444a299af6e27fc56c18c0 7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.615 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:32:40.615 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.615 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.615 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:32:40.615 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:32:40.615 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:32:40.615 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user b95deab6df444a299af6e27fc56c18c0 --project 7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.615 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.615 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.615 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.615 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.615 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.615 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.615 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.615 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.615 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user b95deab6df444a299af6e27fc56c18c0 --project 7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.615 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.615 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.615 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user b95deab6df444a299af6e27fc56c18c0 --project 7d4154d69ebf409a82977bba5ce8c99b 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.615 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.615 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.615 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.616 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.616 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.616 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.616 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.616 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.616 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.616 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | b95deab6df444a299af6e27fc56c18c0 | | 7d4154d69ebf409a82977bba5ce8c99b | | | False |' 2022-04-12 03:32:40.616 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.616 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.616 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.616 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.616 | + lib/swift:create_swift_accounts:651 : local swift_domain 2022-04-12 03:32:40.616 | ++ lib/swift:create_swift_accounts:652 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-04-12 03:32:40.616 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-04-12 03:32:40.616 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-04-12 03:32:40.616 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-04-12 03:32:40.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.616 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.616 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.616 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.616 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-04-12 03:32:40.616 | 862e80cfdac84a7388a4699f8a85632a' 2022-04-12 03:32:40.616 | ++ functions-common:get_or_create_domain:888 : echo 862e80cfdac84a7388a4699f8a85632a 2022-04-12 03:32:40.616 | + lib/swift:create_swift_accounts:652 : swift_domain=862e80cfdac84a7388a4699f8a85632a 2022-04-12 03:32:40.616 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_domain 'Failure creating swift_test domain' 2022-04-12 03:32:40.616 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.616 | + lib/swift:create_swift_accounts:655 : local swift_project_test4 2022-04-12 03:32:40.616 | ++ lib/swift:create_swift_accounts:656 : get_or_create_project swiftprojecttest4 862e80cfdac84a7388a4699f8a85632a 2022-04-12 03:32:40.616 | ++ functions-common:get_or_create_project:932 : local project_id 2022-04-12 03:32:40.617 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=862e80cfdac84a7388a4699f8a85632a --or-show -f value -c id 2022-04-12 03:32:40.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.617 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.617 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.617 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_project:938 : project_id=80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_project:939 : echo 80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:656 : swift_project_test4=80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 swift_project_test4 'Failure creating swift_project_test4' 2022-04-12 03:32:40.617 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:659 : local swift_user_test4 2022-04-12 03:32:40.617 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest4 testing4 862e80cfdac84a7388a4699f8a85632a test4@example.com 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_user:909 : local user_id 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-04-12 03:32:40.617 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=862e80cfdac84a7388a4699f8a85632a --email=test4@example.com --or-show -f value -c id 2022-04-12 03:32:40.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.617 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.617 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.617 | +++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_user:925 : user_id=ba5376bf5b274fc4b251df546eec51e3 2022-04-12 03:32:40.617 | ++ functions-common:get_or_create_user:926 : echo ba5376bf5b274fc4b251df546eec51e3 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:661 : swift_user_test4=ba5376bf5b274fc4b251df546eec51e3 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test4 'Failure creating swift_user_test4' 2022-04-12 03:32:40.617 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-04-12 03:32:40.617 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role admin ba5376bf5b274fc4b251df546eec51e3 80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.617 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-04-12 03:32:40.617 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-04-12 03:32:40.617 | ++ functions-common:_get_domain_args:957 : local domain 2022-04-12 03:32:40.617 | ++ functions-common:_get_domain_args:958 : domain= 2022-04-12 03:32:40.618 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-04-12 03:32:40.618 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-04-12 03:32:40.618 | ++ functions-common:_get_domain_args:967 : echo 2022-04-12 03:32:40.618 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ba5376bf5b274fc4b251df546eec51e3 --project 80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-04-12 03:32:40.618 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.618 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.618 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-04-12 03:32:40.618 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-04-12 03:32:40.618 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user ba5376bf5b274fc4b251df546eec51e3 --project 80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ba5376bf5b274fc4b251df546eec51e3 --project 80b9fad8892f4fa387d094805382e90a 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-04-12 03:32:40.618 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-04-12 03:32:40.618 | ++ functions-common:get_field:811 : local data field 2022-04-12 03:32:40.618 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:40.618 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:40.618 | ++ functions-common:oscwrap:2465 : return 0 2022-04-12 03:32:40.618 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-04-12 03:32:40.619 | ++ functions-common:get_field:816 : field='$2' 2022-04-12 03:32:40.619 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-12 03:32:40.619 | ++ functions-common:get_field:818 : echo '| 503407371e874b6e9c94f96a141696f9 | ba5376bf5b274fc4b251df546eec51e3 | | 80b9fad8892f4fa387d094805382e90a | | | False |' 2022-04-12 03:32:40.619 | ++ functions-common:get_field:812 : read data 2022-04-12 03:32:40.619 | + functions-common:get_or_add_user_project_role:995 : user_role_id=503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.619 | + functions-common:get_or_add_user_project_role:997 : echo 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.619 | 503407371e874b6e9c94f96a141696f9 2022-04-12 03:32:40.648 | [520637 Async create_swift_accounts:555925]: finished create_swift_accounts with result 0 in 128 seconds 2022-04-12 03:32:40.656 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-04-12 03:32:40.658 | + inc/async:async_wait:197 : return 0 2022-04-12 03:32:40.661 | + ./stack.sh:main:1137 : is_service_enabled mysql postgresql 2022-04-12 03:32:40.678 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:32:40.681 | + ./stack.sh:main:1137 : is_service_enabled glance 2022-04-12 03:32:40.699 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:32:40.701 | + ./stack.sh:main:1138 : echo_summary 'Configuring Glance' 2022-04-12 03:32:40.704 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:32:40.707 | + ./stack.sh:echo_summary:448 : echo -e Configuring Glance 2022-04-12 03:32:40.709 | + ./stack.sh:main:1139 : async_runfunc init_glance 2022-04-12 03:32:40.712 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-04-12 03:32:40.771 | + inc/async:async_inner:63 : init_glance 2022-04-12 03:32:40.808 | [520637 Async init_glance:560182]: running: init_glance 2022-04-12 03:32:40.811 | + ./stack.sh:main:1146 : is_service_enabled neutron 2022-04-12 03:32:40.831 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:32:40.834 | + ./stack.sh:main:1147 : echo_summary 'Configuring Neutron' 2022-04-12 03:32:40.837 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-04-12 03:32:40.840 | + ./stack.sh:echo_summary:448 : echo -e Configuring Neutron 2022-04-12 03:32:40.842 | + ./stack.sh:main:1149 : configure_neutron 2022-04-12 03:32:40.845 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-04-12 03:32:40.849 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:32:40.850 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-04-12 03:32:40.856 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-12 03:32:40.859 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-12 03:32:40.862 | + 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-04-12 03:32:40.865 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-04-12 03:32:40.868 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-04-12 03:32:40.870 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-04-12 03:32:40.873 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-04-12 03:32:40.875 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-04-12 03:32:40.890 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-04-12 03:32:40.893 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-04-12 03:32:44.383 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:44.383 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:44.383 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:44.383 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:47.926 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:47.926 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:47.926 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:47.926 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:50.747 | + inc/async:async_inner:64 : rc=0 2022-04-12 03:32:50.773 | [560182 Async init_glance:560182]: finished successfully 2022-04-12 03:32:51.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:51.512 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:51.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:51.512 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:55.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:55.052 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:55.052 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:55.052 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:58.527 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:58.527 | from cryptography.utils import int_from_bytes 2022-04-12 03:32:58.527 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:32:58.528 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:01.984 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:01.984 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:01.984 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:01.984 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:05.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:05.436 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:05.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:05.437 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:09.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:09.106 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:09.106 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:09.106 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:13.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:13.834 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:13.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:13.834 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:13.834 | WARNING:oslo_config.generator:normalizing group name 'DHCP' to 'dhcp' 2022-04-12 03:33:19.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:19.693 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:19.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:19.693 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:20.007 | + lib/neutron-legacy:_configure_neutron_common:779 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-04-12 03:33:20.012 | + lib/neutron-legacy:_configure_neutron_common:781 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-04-12 03:33:20.014 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-04-12 03:33:20.017 | + lib/neutron-legacy:_configure_neutron_common:789 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-04-12 03:33:20.019 | + lib/neutron-legacy:_configure_neutron_common:794 : neutron_plugin_configure_common 2022-04-12 03:33:20.021 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-04-12 03:33:20.024 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-04-12 03:33:20.026 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-04-12 03:33:20.028 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-04-12 03:33:20.030 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=router 2022-04-12 03:33:20.032 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ '' == '' ]] 2022-04-12 03:33:20.035 | + lib/neutron-legacy:_neutron_service_plugin_class_add:945 : Q_SERVICE_PLUGIN_CLASSES=router 2022-04-12 03:33:20.037 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-04-12 03:33:20.039 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2_conf.ini == '' ]] 2022-04-12 03:33:20.041 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2 == '' ]] 2022-04-12 03:33:20.044 | + lib/neutron-legacy:_configure_neutron_common:801 : mkdir -p /etc/neutron/plugins/ml2 2022-04-12 03:33:20.048 | + lib/neutron-legacy:_configure_neutron_common:802 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:20.051 | + lib/neutron-legacy:_configure_neutron_common:805 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-04-12 03:33:20.053 | + lib/neutron-legacy:_configure_neutron_common:806 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:20.058 | ++ lib/neutron-legacy:_configure_neutron_common:811 : database_connection_url neutron 2022-04-12 03:33:20.060 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-04-12 03:33:20.062 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-04-12 03:33:20.065 | ++ lib/databases/mysql:database_connection_url_mysql:211 : local db=neutron 2022-04-12 03:33:20.067 | ++ lib/databases/mysql:database_connection_url_mysql:212 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-04-12 03:33:20.070 | + lib/neutron-legacy:_configure_neutron_common:811 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-04-12 03:33:20.098 | + lib/neutron-legacy:_configure_neutron_common:812 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-04-12 03:33:20.128 | + lib/neutron-legacy:_configure_neutron_common:813 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-04-12 03:33:20.156 | + lib/neutron-legacy:_configure_neutron_common:814 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-04-12 03:33:20.185 | + lib/neutron-legacy:_configure_neutron_common:815 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-04-12 03:33:20.214 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-04-12 03:33:20.244 | + lib/neutron-legacy:_configure_neutron_common:820 : '[' libvirt = fake ']' 2022-04-12 03:33:20.246 | + lib/neutron-legacy:_configure_neutron_common:830 : setup_logging /etc/neutron/neutron.conf 2022-04-12 03:33:20.248 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-04-12 03:33:20.251 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-04-12 03:33:20.254 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-12 03:33:20.270 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-12 03:33:20.272 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-12 03:33:20.274 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-12 03:33:20.277 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-12 03:33:20.279 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-04-12 03:33:20.308 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-04-12 03:33:20.336 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-04-12 03:33:20.366 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-12 03:33:20.394 | + lib/neutron-legacy:_configure_neutron_common:832 : is_service_enabled tls-proxy 2022-04-12 03:33:20.411 | + functions-common:is_service_enabled:2081 : return 1 2022-04-12 03:33:20.413 | + lib/neutron-legacy:_configure_neutron_common:838 : _neutron_setup_rootwrap 2022-04-12 03:33:20.416 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \F\a\l\s\e ]] 2022-04-12 03:33:20.418 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-04-12 03:33:20.420 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 : [[ -d /etc/neutron/rootwrap.d ]] 2022-04-12 03:33:20.423 | + lib/neutron-legacy:_neutron_setup_rootwrap:984 : sudo rm -rf /etc/neutron/rootwrap.d 2022-04-12 03:33:20.436 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-04-12 03:33:20.438 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:968 : [[ True == \F\a\l\s\e ]] 2022-04-12 03:33:20.441 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:971 : local srcdir=/opt/stack/neutron 2022-04-12 03:33:20.443 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:972 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-04-12 03:33:20.455 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:973 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-04-12 03:33:20.468 | + lib/neutron-legacy:_neutron_setup_rootwrap:991 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-04-12 03:33:20.471 | + lib/neutron-legacy:_neutron_setup_rootwrap:994 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-04-12 03:33:20.483 | + lib/neutron-legacy:_neutron_setup_rootwrap:996 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-04-12 03:33:20.496 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-04-12 03:33:20.508 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-04-12 03:33:20.510 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-12 03:33:20.513 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1004 : mktemp 2022-04-12 03:33:20.517 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : TEMPFILE=/tmp/tmp.D1o5VN7IpA 2022-04-12 03:33:20.520 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-04-12 03:33:20.522 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-12 03:33:20.524 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : chmod 0440 /tmp/tmp.D1o5VN7IpA 2022-04-12 03:33:20.528 | + lib/neutron-legacy:_neutron_setup_rootwrap:1008 : sudo chown root:root /tmp/tmp.D1o5VN7IpA 2022-04-12 03:33:20.541 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : sudo mv /tmp/tmp.D1o5VN7IpA /etc/sudoers.d/neutron-rootwrap 2022-04-12 03:33:20.553 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-12 03:33:20.583 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : [[ True == \T\r\u\e ]] 2022-04-12 03:33:20.585 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-12 03:33:20.615 | + lib/neutron-legacy:configure_mutnauq:350 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-04-12 03:33:20.617 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-04-12 03:33:20.619 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-04-12 03:33:20.622 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-12 03:33:20.624 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-12 03:33:20.626 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-12 03:33:20.647 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:33:20.650 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-12 03:33:20.653 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-12 03:33:20.655 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-12 03:33:20.673 | ++ functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:33:20.675 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:33:20.678 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/ 2022-04-12 03:33:20.708 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-12 03:33:20.710 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-12 03:33:20.713 | + lib/neutron-legacy:configure_mutnauq:352 : is_service_enabled q-metering 2022-04-12 03:33:20.730 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:33:20.733 | + lib/neutron-legacy:configure_mutnauq:353 : _configure_neutron_metering 2022-04-12 03:33:20.735 | + lib/neutron-legacy:_configure_neutron_metering:887 : neutron_agent_metering_configure_common 2022-04-12 03:33:20.738 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-12 03:33:20.740 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-12 03:33:20.743 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ router == '' ]] 2022-04-12 03:33:20.745 | + lib/neutron-legacy:_neutron_service_plugin_class_add:946 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-04-12 03:33:20.748 | + lib/neutron-legacy:_neutron_service_plugin_class_add:947 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-12 03:33:20.750 | + lib/neutron-legacy:_configure_neutron_metering:888 : neutron_agent_metering_configure_agent 2022-04-12 03:33:20.753 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-04-12 03:33:20.756 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-04-12 03:33:20.760 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-04-12 03:33:20.763 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-04-12 03:33:20.768 | + lib/neutron-legacy:configure_mutnauq:355 : is_service_enabled q-agt q-svc 2022-04-12 03:33:20.785 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:33:20.788 | + lib/neutron-legacy:configure_mutnauq:356 : _configure_neutron_service 2022-04-12 03:33:20.790 | + lib/neutron-legacy:_configure_neutron_service:915 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-04-12 03:33:20.793 | + lib/neutron-legacy:_configure_neutron_service:916 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-04-12 03:33:20.797 | + lib/neutron-legacy:_configure_neutron_service:919 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-04-12 03:33:20.826 | + lib/neutron-legacy:_configure_neutron_service:921 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-04-12 03:33:20.858 | + lib/neutron-legacy:_configure_neutron_service:922 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-04-12 03:33:20.887 | + lib/neutron-legacy:_configure_neutron_service:923 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-04-12 03:33:20.917 | + lib/neutron-legacy:_configure_neutron_service:925 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-04-12 03:33:20.947 | + lib/neutron-legacy:_configure_neutron_service:926 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-04-12 03:33:20.949 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-04-12 03:33:20.952 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-04-12 03:33:20.954 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-04-12 03:33:20.957 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-04-12 03:33:20.986 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-04-12 03:33:21.016 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.39/identity 2022-04-12 03:33:21.046 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-04-12 03:33:21.076 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-04-12 03:33:21.106 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-04-12 03:33:21.136 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-04-12 03:33:21.166 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-04-12 03:33:21.196 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:33:21.226 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-04-12 03:33:21.257 | + lib/neutron-legacy:_configure_neutron_service:929 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-04-12 03:33:21.286 | + lib/neutron-legacy:_configure_neutron_service:930 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-04-12 03:33:21.317 | + lib/neutron-legacy:_configure_neutron_service:932 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-04-12 03:33:21.319 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-04-12 03:33:21.321 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-04-12 03:33:21.324 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-04-12 03:33:21.326 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-04-12 03:33:21.356 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-04-12 03:33:21.385 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.39/identity 2022-04-12 03:33:21.416 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-04-12 03:33:21.446 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-04-12 03:33:21.476 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-04-12 03:33:21.505 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-04-12 03:33:21.536 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-04-12 03:33:21.566 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-04-12 03:33:21.596 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-04-12 03:33:21.625 | + lib/neutron-legacy:_configure_neutron_service:935 : neutron_plugin_configure_service 2022-04-12 03:33:21.628 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-04-12 03:33:21.630 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-04-12 03:33:21.633 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-04-12 03:33:21.635 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-04-12 03:33:21.637 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-04-12 03:33:21.640 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-04-12 03:33:21.643 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 100:149 != '' ]] 2022-04-12 03:33:21.645 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:100:149 2022-04-12 03:33:21.647 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:100:149 != '' ]] 2022-04-12 03:33:21.650 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-04-12 03:33:21.652 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-04-12 03:33:21.655 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-04-12 03:33:21.657 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-04-12 03:33:21.660 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-04-12 03:33:21.662 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-04-12 03:33:21.665 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-04-12 03:33:21.667 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-04-12 03:33:21.669 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-04-12 03:33:21.672 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-04-12 03:33:21.700 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-04-12 03:33:21.702 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.705 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-12 03:33:21.708 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-04-12 03:33:21.710 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-04-12 03:33:21.712 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.715 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-04-12 03:33:21.742 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-04-12 03:33:21.745 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-04-12 03:33:21.747 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.750 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-12 03:33:21.752 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-04-12 03:33:21.755 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-04-12 03:33:21.757 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.760 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-04-12 03:33:21.790 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-04-12 03:33:21.792 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.794 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-12 03:33:21.797 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-04-12 03:33:21.799 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-04-12 03:33:21.802 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.804 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-04-12 03:33:21.834 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-04-12 03:33:21.836 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.839 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-04-12 03:33:21.841 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-04-12 03:33:21.844 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-04-12 03:33:21.846 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.849 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-04-12 03:33:21.877 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-04-12 03:33:21.880 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.882 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-04-12 03:33:21.885 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-04-12 03:33:21.887 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-04-12 03:33:21.890 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.893 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-04-12 03:33:21.920 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-04-12 03:33:21.923 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.925 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-04-12 03:33:21.927 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-04-12 03:33:21.930 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-04-12 03:33:21.932 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.935 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-04-12 03:33:21.964 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:100:149 2022-04-12 03:33:21.966 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:21.969 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-04-12 03:33:21.971 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:100:149 2022-04-12 03:33:21.974 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:100:149 ']' 2022-04-12 03:33:21.976 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:21.979 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:100:149 2022-04-12 03:33:22.009 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-04-12 03:33:22.011 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-12 03:33:22.014 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-04-12 03:33:22.016 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-04-12 03:33:22.019 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-04-12 03:33:22.022 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-12 03:33:22.024 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-04-12 03:33:22.053 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-04-12 03:33:22.055 | + lib/neutron-legacy:configure_mutnauq:358 : is_service_enabled q-agt 2022-04-12 03:33:22.073 | + functions-common:is_service_enabled:2081 : return 0 2022-04-12 03:33:22.075 | + lib/neutron-legacy:configure_mutnauq:359 : _configure_neutron_plugin_agent 2022-04-12 03:33:22.078 | + lib/neutron-legacy:_configure_neutron_plugin_agent:902 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-12 03:33:22.110 | + lib/neutron-legacy:_configure_neutron_plugin_agent:903 : [[ True == \T\r\u\e ]] 2022-04-12 03:33:22.113 | + lib/neutron-legacy:_configure_neutron_plugin_agent:904 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-12 03:33:22.142 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-04-12 03:33:22.172 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : neutron_plugin_configure_plugin_agent 2022-04-12 03:33:22.175 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-04-12 03:33:22.178 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-04-12 03:33:22.180 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-04-12 03:33:25.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:25.206 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:25.207 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-12 03:33:25.207 | from cryptography.utils import int_from_bytes 2022-04-12 03:33:25.210 | Traceback (most recent call last): 2022-04-12 03:33:25.210 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2219, in __getattr__ 2022-04-12 03:33:25.210 | return self._get(name) 2022-04-12 03:33:25.210 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2653, in _get 2022-04-12 03:33:25.210 | value, loc = self._do_get(name, group, namespace) 2022-04-12 03:33:25.210 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2671, in _do_get 2022-04-12 03:33:25.210 | info = self._get_opt_info(name, group) 2022-04-12 03:33:25.210 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2876, in _get_opt_info 2022-04-12 03:33:25.210 | raise NoSuchOptError(opt_name, group) 2022-04-12 03:33:25.210 | oslo_config.cfg.NoSuchOptError: no such option log_config_append in group [DEFAULT] 2022-04-12 03:33:25.210 | 2022-04-12 03:33:25.210 | During handling of the above exception, another exception occurred: 2022-04-12 03:33:25.210 | 2022-04-12 03:33:25.210 | Traceback (most recent call last): 2022-04-12 03:33:25.210 | File "/usr/local/bin/neutron-ovs-cleanup", line 10, in 2022-04-12 03:33:25.210 | sys.exit(main()) 2022-04-12 03:33:25.210 | File "/opt/stack/neutron/neutron/cmd/ovs_cleanup.py", line 60, in main 2022-04-12 03:33:25.211 | config.setup_logging() 2022-04-12 03:33:25.211 | File "/opt/stack/neutron/neutron/common/config.py", line 107, in setup_logging 2022-04-12 03:33:25.211 | logging.setup(cfg.CONF, product_name) 2022-04-12 03:33:25.211 | File "/usr/local/lib/python3.8/dist-packages/oslo_log/log.py", line 270, in setup 2022-04-12 03:33:25.211 | if conf.log_config_append: 2022-04-12 03:33:25.211 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2223, in __getattr__ 2022-04-12 03:33:25.211 | raise NoSuchOptError(name) 2022-04-12 03:33:25.211 | oslo_config.cfg.NoSuchOptError: no such option log_config_append in group [DEFAULT] 2022-04-12 03:33:25.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:1 : exit_trap 2022-04-12 03:33:25.512 | + ./stack.sh:exit_trap:523 : local r=1 2022-04-12 03:33:25.515 | ++ ./stack.sh:exit_trap:524 : jobs -p 2022-04-12 03:33:25.518 | + ./stack.sh:exit_trap:524 : jobs='546415 2022-04-12 03:33:25.518 | 560182' 2022-04-12 03:33:25.521 | + ./stack.sh:exit_trap:527 : [[ -n 546415 2022-04-12 03:33:25.521 | 560182 ]] 2022-04-12 03:33:25.523 | + ./stack.sh:exit_trap:527 : [[ -n /opt/stack/logs/stack.sh.log.2022-04-12-032412 ]] 2022-04-12 03:33:25.526 | + ./stack.sh:exit_trap:527 : [[ True == \T\r\u\e ]] 2022-04-12 03:33:25.528 | + ./stack.sh:exit_trap:528 : echo 'exit_trap: cleaning up child processes' 2022-04-12 03:33:25.528 | exit_trap: cleaning up child processes 2022-04-12 03:33:25.531 | + ./stack.sh:exit_trap:529 : kill 546415 560182 2022-04-12 03:33:25.533 | + ./stack.sh:exit_trap:533 : '[' -f /tmp/tmp.AjgZTo1j5H ']' 2022-04-12 03:33:25.536 | + ./stack.sh:exit_trap:534 : rm /tmp/tmp.AjgZTo1j5H 2022-04-12 03:33:25.540 | + ./stack.sh:exit_trap:538 : kill_spinner 2022-04-12 03:33:25.542 | + ./stack.sh:kill_spinner:433 : '[' '!' -z '' ']' 2022-04-12 03:33:25.545 | + ./stack.sh:exit_trap:540 : [[ 1 -ne 0 ]] 2022-04-12 03:33:25.547 | + ./stack.sh:exit_trap:541 : echo 'Error on exit' 2022-04-12 03:33:25.547 | Error on exit 2022-04-12 03:33:25.550 | + ./stack.sh:exit_trap:543 : type -p generate-subunit 2022-04-12 03:33:25.552 | + ./stack.sh:exit_trap:544 : generate-subunit 1649733848 557 fail 2022-04-12 03:33:26.224 | + ./stack.sh:exit_trap:546 : [[ -z /opt/stack/logs ]] 2022-04-12 03:33:26.227 | + ./stack.sh:exit_trap:549 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-04-12 03:33:27.247 | + ./stack.sh:exit_trap:558 : exit 1